|
suricata
|

Data Fields | |
| PcapLogData * | pcap_log |
| MemBuffer * | buf |
| StatsCounterId | counter_written |
| StatsCounterId | counter_filtered_bpf |
Definition at line 194 of file log-pcap.c.
| MemBuffer* PcapLogThreadData_::buf |
Definition at line 196 of file log-pcap.c.
| StatsCounterId PcapLogThreadData_::counter_filtered_bpf |
Counter for number of packets filtered out and not writen
Definition at line 199 of file log-pcap.c.
| StatsCounterId 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.