FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Functions to convert PCAP file format to a u8 ** initializer. More...
Go to the source code of this file.
Functions | |
int | pcap2cinit (pcap_main_t *pm, FILE *ofp) |
Conversion of PCAP file to u8 ** initializer stanzas. More... | |
int | main (int argc, char **argv) |
pcap2pg. More... | |
Variables | |
pcap_main_t | pcap_main |
Functions to convert PCAP file format to a u8 ** initializer.
Definition in file pcap2cinit.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
pcap2pg.
usage: pcap2pg -i <input-file> [-o <output-file>]
Definition at line 74 of file pcap2cinit.c.
int pcap2cinit | ( | pcap_main_t * | pm, |
FILE * | ofp | ||
) |
Conversion of PCAP file to u8 ** initializer stanzas.
*pm | - pcap_main_t |
*ofp | - FILE |
Definition at line 38 of file pcap2cinit.c.
pcap_main_t pcap_main |
Definition at line 26 of file pcap2cinit.c.