|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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_dissect * | color_edt |
Holds the data passed to the frame dissector for dissection of a single packet frame.
| struct epan_dissect* frame_data_s::color_edt |
Epan dissect structure used exclusively for evaluating coloring rules; not for general dissection.
| int frame_data_s::file_type_subtype |
File type and subtype of the capture file containing this frame.
| 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.