Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Macros | Functions | Variables
iana_charsets.h File Reference

Go to the source code of this file.

Macros

#define _DEFAULT_WS_ENC   ENC_ASCII
 
#define IANA_CHARSETS_WS_ENCODING_MAP_LIST(XXX, YYY, ZZZ)
 
#define ICWE_SELECT_ALL(N, ...)   ICWE_SELECT_ALL_##N(__VA_ARGS__)
 
#define ICWE_SELECT_ALL_0(...)   __VA_ARGS__
 
#define ICWE_SELECT_ALL_1(...)   __VA_ARGS__
 
#define ICWE_SELECT_N1(N, ...)   ICWE_SELECT_N1_##N(__VA_ARGS__)
 
#define ICWE_SELECT_N1_0(...)
 
#define ICWE_SELECT_N1_1(...)   __VA_ARGS__
 
#define ICWE_MAP_TO_VS_RECORD(XXX, ic_enum_name, ic_enum_val, ic_name, ws_enc)   XXX(ic_enum_name, ic_enum_val, ic_name)
 
#define ICWE_MAP_TO_EV_RECORD(XXX, ic_enum_name, ic_enum_val, ic_name, ws_enc)   XXX(ic_enum_name, ic_enum_val, ic_name, ic_name)
 
#define ICWE_MAP_TO_ENUM_MAP_ONLY(XXX, ic_enum_name, ic_enum_val, ic_name, ws_enc)   XXX(ic_enum_val, ws_enc)
 
#define mibenum_vals_character_sets_VALUE_STRING_LIST(XXX)   IANA_CHARSETS_WS_ENCODING_MAP_LIST(XXX, ICWE_MAP_TO_VS_RECORD, ICWE_SELECT_ALL)
 
#define ws_supported_mibenum_vals_character_sets_VALUE_STRING_LIST(XXX)   IANA_CHARSETS_WS_ENCODING_MAP_LIST(XXX, ICWE_MAP_TO_VS_RECORD, ICWE_SELECT_N1)
 

Functions

WS_DLL_PUBLIC unsigned mibenum_charset_to_encoding (unsigned charset)
 
typedef VALUE_STRING_ENUM (mibenum_vals_character_sets) mibenum_vals_character_sets_type_t
 
 VS_LIST_TO_ENUM_VAL_T_ARRAY_GLOBAL_DCL (mibenum_vals_character_sets_ev_array)
 
 VS_LIST_TO_ENUM_VAL_T_ARRAY_GLOBAL_DCL (ws_supported_mibenum_vals_character_sets_ev_array)
 

Variables

WS_DLL_PUBLIC value_string_ext mibenum_vals_character_sets_ext
 

Detailed Description

Declarations for IANA-registered character sets

http://www.iana.org/assignments/character-sets/character-sets.xhtml

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

WAP dissector based on original work by Ben Fowler Updated by Neil Hunter neil..nosp@m.hunt.nosp@m.er@en.nosp@m.ergi.nosp@m.s-squ.nosp@m.ared.nosp@m..com WTLS support by Alexandre P. Ferreira (Splice IP)

SPDX-License-Identifier: GPL-2.0-or-later