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*
11 #ifndef __DECODE_AS_UTILS_H__
12 #define __DECODE_AS_UTILS_H__
14 #include "ws_symbol_export.h"
17 * "Decode As" / "User Specified Decodes" dialog box.
18 * @ingroup main_ui_group
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
);
35 #endif /* __cplusplus */
37 #endif /* __DECODE_AS_UTILS_H__ */