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
23extern bool profiles_dump(const char* app_env_var_prefix, const char* filter);
24
25#ifdef __cplusplus
26}
27#endif /* __cplusplus */
28
29#endif /* __CLI_COMMON_H__ */
30
31/*
32 * Editor modelines - https://www.wireshark.org/tools/modelines.html
33 *
34 * Local variables:
35 * c-basic-offset: 8
36 * tab-width: 8
37 * indent-tabs-mode: t
38 * End:
39 *
40 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
41 * :indentSize=8:tabSize=8:noTabs=false:
42 */
bool profiles_dump(const char *app_env_var_prefix, const char *filter)
Dump profile information to the console.
Definition cli_common.c:47