FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
vl_api_pg_capture_t Struct Reference

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]
 

Detailed Description

PacketGenerator capture packets on given interface request.

Template Parameters
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

Definition at line 784 of file vpe.api.

Field Documentation

u32 vl_api_pg_capture_t::client_index

Definition at line 786 of file vpe.api.

u32 vl_api_pg_capture_t::context

Definition at line 787 of file vpe.api.

u32 vl_api_pg_capture_t::count

Definition at line 790 of file vpe.api.

u32 vl_api_pg_capture_t::interface_id

Definition at line 788 of file vpe.api.

u8 vl_api_pg_capture_t::is_enabled

Definition at line 789 of file vpe.api.

u8 vl_api_pg_capture_t::pcap_file_name[pcap_name_length]

Definition at line 792 of file vpe.api.

u32 vl_api_pg_capture_t::pcap_name_length

Definition at line 791 of file vpe.api.


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