![]() |
Flowgrind
Advanced TCP traffic generator
|
Holds a parsed command line option and its argument. More...
#include <fg_argparser.h>
Data Fields | |
char * | argument |
Argument string (may be empty). More... | |
char * | opt_string |
Observed opt string (maybe the long or the short version). More... | |
int | option_index |
Index of the option for internal use (e.g. More... | |
Holds a parsed command line option and its argument.
Definition at line 63 of file fg_argparser.h.
char* ap_Record::argument |
Argument string (may be empty).
Definition at line 67 of file fg_argparser.h.
char* ap_Record::opt_string |
Observed opt string (maybe the long or the short version).
Definition at line 65 of file fg_argparser.h.
int ap_Record::option_index |
Index of the option for internal use (e.g.
mutex, tag).
Definition at line 69 of file fg_argparser.h.