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 115 of file readcapfile_example.c.
Variable Documentation
|
static |
Initial value:
= {
"USAGE: readcapfile_example <nt3gd_capture_filename>\n"
"Commands:\n",
NULL}
Definition at line 101 of file readcapfile_example.c.
Referenced by main().
| struct argparse_option arg_options[] |
Initial value:
Table of valid options.
Definition at line 109 of file readcapfile_example.c.