![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include "ws_symbol_export.h"
Go to the source code of this file.
Functions | |
WS_DLL_PUBLIC guint8 * | get_ascii_string (wmem_allocator_t *scope, const guint8 *ptr, gint length) |
WS_DLL_PUBLIC guint8 * | get_utf_8_string (wmem_allocator_t *scope, const guint8 *ptr, gint length) |
WS_DLL_PUBLIC guint8 * | get_iso_646_string (wmem_allocator_t *scope, const guint8 *ptr, gint length, const gunichar2 table[0x80]) |
WS_DLL_PUBLIC guint8 * | get_8859_1_string (wmem_allocator_t *scope, const guint8 *ptr, gint length) |
WS_DLL_PUBLIC guint8 * | get_unichar2_string (wmem_allocator_t *scope, const guint8 *ptr, gint length, const gunichar2 table[0x80]) |
WS_DLL_PUBLIC guint8 * | get_ucs_2_string (wmem_allocator_t *scope, const guint8 *ptr, gint length, guint encoding) |
WS_DLL_PUBLIC guint8 * | get_utf_16_string (wmem_allocator_t *scope, const guint8 *ptr, gint length, guint encoding) |
WS_DLL_PUBLIC guint8 * | get_ucs_4_string (wmem_allocator_t *scope, const guint8 *ptr, gint length, guint encoding) |
WS_DLL_PUBLIC guint8 * | get_ts_23_038_7bits_string_packed (wmem_allocator_t *scope, const guint8 *ptr, const gint bit_offset, gint no_of_chars) |
WS_DLL_PUBLIC guint8 * | get_ts_23_038_7bits_string_unpacked (wmem_allocator_t *scope, const guint8 *ptr, gint length) |
WS_DLL_PUBLIC guint8 * | get_etsi_ts_102_221_annex_a_string (wmem_allocator_t *scope, const guint8 *ptr, gint length) |
WS_DLL_PUBLIC guint8 * | get_ascii_7bits_string (wmem_allocator_t *scope, const guint8 *ptr, const gint bit_offset, gint no_of_chars) |
WS_DLL_PUBLIC guint8 * | get_nonascii_unichar2_string (wmem_allocator_t *scope, const guint8 *ptr, gint length, const gunichar2 table[256]) |
WS_DLL_PUBLIC guint8 * | get_gb18030_string (wmem_allocator_t *scope, const guint8 *ptr, gint length) |
WS_DLL_PUBLIC guint8 * | get_euc_kr_string (wmem_allocator_t *scope, const guint8 *ptr, gint length) |
WS_DLL_PUBLIC guint8 * | get_t61_string (wmem_allocator_t *scope, const guint8 *ptr, gint length) |
WS_DLL_PUBLIC guint8 * | get_dect_standard_8bits_string (wmem_allocator_t *scope, const guint8 *ptr, gint length) |
Routines for handling character sets
Wireshark - Network traffic analyzer By Gerald Combs geral Copyright 1998 Gerald Combs d@wi resha rk.o rg
SPDX-License-Identifier: GPL-2.0-or-later