13#ifndef __PACKET_IEEE8023_H__
14#define __PACKET_IEEE8023_H__
16void dissect_802_3(
volatile int length,
bool is_802_2, tvbuff_t *tvb,
17 int offset_after_length,
packet_info *pinfo, proto_tree *tree,
18 proto_tree *fh_tree,
int length_id,
int trailer_id,
expert_field* ei_len,
int fcs_len);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
Pairs an expert info index with its associated header field index for registration and display.
Definition expert.h:41