|
suricata
|

Data Fields | |
| PcapLogData * | pcap_log |
| MemBuffer * | buf |
| uint16_t | counter_written |
| uint16_t | counter_filtered_bpf |
Definition at line 194 of file log-pcap.c.
| MemBuffer* PcapLogThreadData_::buf |
Definition at line 196 of file log-pcap.c.
| uint16_t PcapLogThreadData_::counter_filtered_bpf |
Counter for number of packets filtered out and not writen
Definition at line 198 of file log-pcap.c.
| uint16_t PcapLogThreadData_::counter_written |
Counter for number of packets written
Definition at line 197 of file log-pcap.c.
| PcapLogData* PcapLogThreadData_::pcap_log |
Definition at line 195 of file log-pcap.c.