Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
tap-exportobject.h File Reference

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.
 

Detailed Description

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

Function Documentation

◆ eo_list_object_types()

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.

◆ eo_tap_opt_add()

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.

Parameters
ws_optargThe argument for the export objects option.
Returns
true if the option was successfully added, false otherwise.