FD.io VPP
v17.07.01-10-g3be13f0
Vector Packet Processing
|
PacketGenerator capture packets on given interface request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | interface_id |
u8 | is_enabled |
u32 | count |
u32 | pcap_name_length |
u8 | pcap_file_name [pcap_name_length] |
PacketGenerator capture packets on given interface request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
interface_id | - pg interface index |
is_enabled | - 1 if enabling streams, 0 if disabling |
count | - number of packets to be captured |
pcap_file | - pacp file name to store captured packets |
u8 vl_api_pg_capture_t::pcap_file_name[pcap_name_length] |