FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
PCAP main state data structure. More...
Data Fields | |
clib_spinlock_t | lock |
spinlock to protect e.g. More... | |
char * | file_name |
File name of pcap output. More... | |
u32 | n_packets_to_capture |
Number of packets to capture. More... | |
pcap_packet_type_t | packet_type |
Packet type. More... | |
u32 | n_packets_captured |
Number of packets currently captured. More... | |
u32 | flags |
flags More... | |
int | file_descriptor |
File descriptor for reading/writing. More... | |
u32 | n_pcap_data_written |
Bytes written. More... | |
u8 * | pcap_data |
Vector of pcap data. More... | |
u8 ** | packets_read |
Packets read from file. More... | |
u64 * | timestamps |
Timestamps. More... | |
u32 | min_packet_bytes |
Min/Max Packet bytes. More... | |
u32 | max_packet_bytes |
int pcap_main_t::file_descriptor |
clib_spinlock_t pcap_main_t::lock |
u32 pcap_main_t::n_packets_captured |
u32 pcap_main_t::n_packets_to_capture |
pcap_packet_type_t pcap_main_t::packet_type |