Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
cli_common.h
Go to the documentation of this file.
1
10#ifndef __CLI_COMMON_H__
11#define __CLI_COMMON_H__
12
13#ifdef __cplusplus
14extern "C" {
15#endif /* __cplusplus */
16
17extern bool profiles_dump(const char* app_env_var_prefix, const char* filter);
18
19#ifdef __cplusplus
20}
21#endif /* __cplusplus */
22
23#endif /* __CLI_COMMON_H__ */
24
25/*
26 * Editor modelines - https://www.wireshark.org/tools/modelines.html
27 *
28 * Local variables:
29 * c-basic-offset: 8
30 * tab-width: 8
31 * indent-tabs-mode: t
32 * End:
33 *
34 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
35 * :indentSize=8:tabSize=8:noTabs=false:
36 */