readcapfile_example.c

Reference Documentation

Platform
Intel® PAC
Napatech SmartNIC
Content Type
Reference Information
Capture Software Version
Link™ Capture Software 12.10
Napatech Software Suite: examples/net/readcapfile/readcapfile_example.c File Reference
readcapfile_example.c File Reference
#include <nt.h>
#include <argparse.h>

Go to the source code of this file.

Functions

int main (int argc, const char **argv)
 

Variables

static const char * usageText []
 
struct argparse_option arg_options []
 

Function Documentation

int main ( int  argc,
const char **  argv 
)

Definition at line 116 of file readcapfile_example.c.

Variable Documentation

const char* usageText[]
static
Initial value:
= {
"USAGE: readcapfile_example <nt3gd_capture_filename>\n"
"Commands:\n",
NULL}

Definition at line 102 of file readcapfile_example.c.

Referenced by main().

struct argparse_option arg_options[]
Initial value:
= {
}

Table of valid options.

Definition at line 110 of file readcapfile_example.c.