|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
| void | eo_list_object_types (void) |
| List all available object types for export. | |
| bool | eo_tap_opt_add (const char *ws_optarg) |
| Adds an export object option. | |
| void | start_exportobjects (void) |
| Starts exporting objects based on the current options. | |
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
| void eo_list_object_types | ( | void | ) |
List all available object types for export.
This function iterates through all registered export object tables and prints their names.
| bool eo_tap_opt_add | ( | const char * | ws_optarg | ) |
Adds an export object option.
This function is called by main each time a –export-objects option is found.
| ws_optarg | The argument for the export objects option. |