FD.io VPP  v16.06
Vector Packet Processing
pcap_main_t Struct Reference

Data Fields

char * file_name
 
u32 n_packets_to_capture
 
pcap_packet_type_t packet_type
 
u32 n_packets_captured
 
u32 flags
 
int file_descriptor
 
u32 n_pcap_data_written
 
u8pcap_data
 
u8 ** packets_read
 
u32 min_packet_bytes
 
u32 max_packet_bytes
 

Detailed Description

Definition at line 105 of file pcap.h.

Field Documentation

int pcap_main_t::file_descriptor

Definition at line 121 of file pcap.h.

char* pcap_main_t::file_name

Definition at line 107 of file pcap.h.

u32 pcap_main_t::flags

Definition at line 117 of file pcap.h.

u32 pcap_main_t::max_packet_bytes

Definition at line 131 of file pcap.h.

u32 pcap_main_t::min_packet_bytes

Definition at line 131 of file pcap.h.

u32 pcap_main_t::n_packets_captured

Definition at line 115 of file pcap.h.

u32 pcap_main_t::n_packets_to_capture

Definition at line 110 of file pcap.h.

u32 pcap_main_t::n_pcap_data_written

Definition at line 123 of file pcap.h.

pcap_packet_type_t pcap_main_t::packet_type

Definition at line 112 of file pcap.h.

u8** pcap_main_t::packets_read

Definition at line 129 of file pcap.h.

u8* pcap_main_t::pcap_data

Definition at line 126 of file pcap.h.


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