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

Public Member Functions | |
| SC_ATOMIC_DECLARE (uint64_t, alerts_count) | |
| SC_ATOMIC_DECLARE (uint32_t, ref_cnt) | |
Data Fields | |
| char * | filename |
| pcap_t * | pcap_handle |
| int | datalink |
| struct bpf_program | filter |
| PcapFileSharedVars * | shared |
| bool | cleanup_requested |
| const u_char * | first_pkt_data |
| struct pcap_pkthdr * | first_pkt_hdr |
| struct timeval | first_pkt_ts |
Data specific to a single pcap file
Definition at line 76 of file source-pcap-file-helper.h.
| PcapFileFileVars_::SC_ATOMIC_DECLARE | ( | uint32_t | , |
| ref_cnt | |||
| ) |
| PcapFileFileVars_::SC_ATOMIC_DECLARE | ( | uint64_t | , |
| alerts_count | |||
| ) |
| bool PcapFileFileVars_::cleanup_requested |
Definition at line 92 of file source-pcap-file-helper.h.
Referenced by CleanupPcapFileFileVars(), InitPcapFile(), and PcapFileReleasePseudoPacket().
| int PcapFileFileVars_::datalink |
Definition at line 81 of file source-pcap-file-helper.h.
Referenced by InitPcapFile().
| char* PcapFileFileVars_::filename |
Definition at line 78 of file source-pcap-file-helper.h.
Referenced by CleanupPcapFileFileVars(), InitPcapFile(), PcapFileFinalizePacket(), and PcapFileShouldDeletePcapFile().
| struct bpf_program PcapFileFileVars_::filter |
Definition at line 81 of file source-pcap-file-helper.h.
Referenced by InitPcapFile().
| const u_char* PcapFileFileVars_::first_pkt_data |
Definition at line 96 of file source-pcap-file-helper.h.
| struct pcap_pkthdr* PcapFileFileVars_::first_pkt_hdr |
Definition at line 97 of file source-pcap-file-helper.h.
Referenced by PcapFileDispatch().
| struct timeval PcapFileFileVars_::first_pkt_ts |
Definition at line 97 of file source-pcap-file-helper.h.
Referenced by PcapFileDispatch().
| pcap_t* PcapFileFileVars_::pcap_handle |
Definition at line 79 of file source-pcap-file-helper.h.
Referenced by CleanupPcapFileFileVars(), and InitPcapFile().
| PcapFileSharedVars* PcapFileFileVars_::shared |
Definition at line 84 of file source-pcap-file-helper.h.
Referenced by CleanupPcapFileFileVars(), InitPcapFile(), and PcapFileShouldDeletePcapFile().