|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Structure representing a long-form command-line option. More...
#include <ws_getopt.h>
Public Attributes | |
| const char * | name |
| int | has_arg |
| int * | flag |
| int | val |
Structure representing a long-form command-line option.
Used to define named options for extended argument parsing, similar to GNU getopt_long().