Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
tap-exportobject.h
Go to the documentation of this file.
1
10#ifndef __TAP_EXPORT_OBJECT_H__
11#define __TAP_EXPORT_OBJECT_H__
12
13#ifdef __cplusplus
14extern "C" {
15#endif /* __cplusplus */
16
22void eo_list_object_types(void);
23
32bool eo_tap_opt_add(const char *ws_optarg);
33
37void start_exportobjects(void);
38
39#ifdef __cplusplus
40}
41#endif /* __cplusplus */
42
43#endif /* __TAP_EXPORT_OBJECT_H__ */
44
45/*
46 * Editor modelines - https://www.wireshark.org/tools/modelines.html
47 *
48 * Local variables:
49 * c-basic-offset: 8
50 * tab-width: 8
51 * indent-tabs-mode: t
52 * End:
53 *
54 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
55 * :indentSize=8:tabSize=8:noTabs=false:
56 */
void start_exportobjects(void)
Starts exporting objects based on the current options.
Definition tap-exportobject.c:214
void eo_list_object_types(void)
List all available object types for export.
Definition tap-exportobject.c:43
bool eo_tap_opt_add(const char *ws_optarg)
Adds an export object option.
Definition tap-exportobject.c:48