Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
frame_data_s Struct Reference

Holds the data passed to the frame dissector for dissection of a single packet frame. More...

#include <packet.h>

Public Attributes

int file_type_subtype
 
wtap_block_t pkt_block
 
struct epan_dissectcolor_edt
 

Detailed Description

Holds the data passed to the frame dissector for dissection of a single packet frame.

Member Data Documentation

◆ color_edt

struct epan_dissect* frame_data_s::color_edt

Epan dissect structure used exclusively for evaluating coloring rules; not for general dissection.

◆ file_type_subtype

int frame_data_s::file_type_subtype

File type and subtype of the capture file containing this frame.

◆ pkt_block

wtap_block_t frame_data_s::pkt_block

Metadata block for the packet (e.g. comments); may be the original from wtap_rec or a modified copy if edits have not yet been saved; NULL if unavailable.


The documentation for this struct was generated from the following file: