suricata
PcapFileFileVars_ Struct Reference

#include <source-pcap-file-helper.h>

Collaboration diagram for PcapFileFileVars_:

Data Fields

char * filename
 
pcap_t * pcap_handle
 
int datalink
 
struct bpf_program filter
 
PcapFileSharedVarsshared
 
const u_char * first_pkt_data
 
struct pcap_pkthdr * first_pkt_hdr
 
struct timeval first_pkt_ts
 

Detailed Description

Data specific to a single pcap file

Definition at line 68 of file source-pcap-file-helper.h.

Field Documentation

◆ datalink

int PcapFileFileVars_::datalink

Definition at line 73 of file source-pcap-file-helper.h.

Referenced by InitPcapFile().

◆ filename

char* PcapFileFileVars_::filename

Definition at line 70 of file source-pcap-file-helper.h.

Referenced by CleanupPcapFileFileVars(), and InitPcapFile().

◆ filter

struct bpf_program PcapFileFileVars_::filter

Definition at line 73 of file source-pcap-file-helper.h.

Referenced by InitPcapFile().

◆ first_pkt_data

const u_char* PcapFileFileVars_::first_pkt_data

Definition at line 80 of file source-pcap-file-helper.h.

◆ first_pkt_hdr

struct pcap_pkthdr* PcapFileFileVars_::first_pkt_hdr

Definition at line 81 of file source-pcap-file-helper.h.

Referenced by PcapFileDispatch().

◆ first_pkt_ts

struct timeval PcapFileFileVars_::first_pkt_ts

Definition at line 81 of file source-pcap-file-helper.h.

Referenced by PcapFileDispatch().

◆ pcap_handle

pcap_t* PcapFileFileVars_::pcap_handle

Definition at line 71 of file source-pcap-file-helper.h.

Referenced by CleanupPcapFileFileVars(), and InitPcapFile().

◆ shared

PcapFileSharedVars* PcapFileFileVars_::shared

Definition at line 76 of file source-pcap-file-helper.h.

Referenced by CleanupPcapFileFileVars(), and InitPcapFile().


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