|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Holds the parameters passed to the Ethertype dissector for dissecting an Ethernet payload. More...
#include <packet.h>
Public Attributes | |
| uint16_t | etype |
| int | payload_offset |
| proto_tree * | fh_tree |
| int | trailer_id |
| int | fcs_len |
Holds the parameters passed to the Ethertype dissector for dissecting an Ethernet payload.
| uint16_t ethertype_data_s::etype |
The Ethertype value identifying the encapsulated protocol.
| int ethertype_data_s::fcs_len |
Length in bytes of the frame check sequence (FCS) appended after the payload; 0 if absent.
| proto_tree* ethertype_data_s::fh_tree |
Protocol tree node under which Ethertype fields should be added.
| int ethertype_data_s::payload_offset |
Offset within the current tvbuff at which the Ethertype payload begins.
| int ethertype_data_s::trailer_id |
Header field ID used to label any trailing padding bytes after the payload.