10#ifndef PACKET_NETMON_H
11#define PACKET_NETMON_H
15#define EVENT_HEADER_FLAG_EXTENDED_INFO 0x0001
16#define EVENT_HEADER_FLAG_PRIVATE_SESSION 0x0002
17#define EVENT_HEADER_FLAG_STRING_ONLY 0x0004
18#define EVENT_HEADER_FLAG_TRACE_MESSAGE 0x0008
19#define EVENT_HEADER_FLAG_NO_CPUTIME 0x0010
20#define EVENT_HEADER_FLAG_32_BIT_HEADER 0x0020
21#define EVENT_HEADER_FLAG_64_BIT_HEADER 0x0040
22#define EVENT_HEADER_FLAG_CLASSIC_HEADER 0x0100
29 uint8_t event_version;
35void netmon_etl_field(proto_tree *tree, tvbuff_t *tvb,
unsigned* offset,
int hf, uint16_t flags);
36void netmon_sid_field(proto_tree *tree, tvbuff_t *tvb,
unsigned* offset,
packet_info *pinfo,
37 int hf_revision,
int hf_subauthority_count,
int hf_sid_id,
int hf_sid_authority,
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
Definition packet-netmon.h:26