TODO netlogon_user_flags_ntlmv2_enabled
[wireshark-sm.git] / ui / decode_as_utils.h
blob5699534d4a173badbe66edbb955740b95af22b0d
1 /** @file
3 * "Decode As" UI utility routines.
5 * By David Hampton <dhampton@mac.com>
6 * Copyright 2001 David Hampton
8 * SPDX-License-Identifier: GPL-2.0-or-later*
9 */
11 #ifndef __DECODE_AS_UTILS_H__
12 #define __DECODE_AS_UTILS_H__
14 #include "ws_symbol_export.h"
16 /** @file
17 * "Decode As" / "User Specified Decodes" dialog box.
18 * @ingroup main_ui_group
21 #ifdef __cplusplus
22 extern "C" {
23 #endif /* __cplusplus */
26 * This is the template for the decode as option; it is shared between the
27 * various functions that output the usage for this parameter.
29 #define DECODE_AS_ARG_TEMPLATE "<layer_type>==<selector>,<decode_as_protocol>"
31 bool decode_as_command_option(const char *cl_param);
33 #ifdef __cplusplus
35 #endif /* __cplusplus */
37 #endif /* __DECODE_AS_UTILS_H__ */