Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include "ws_symbol_export.h"
Go to the source code of this file.
Functions | |
WS_DLL_PUBLIC uint8_t * | get_ascii_string (wmem_allocator_t *scope, const uint8_t *ptr, int length) |
WS_DLL_PUBLIC uint8_t * | get_utf_8_string (wmem_allocator_t *scope, const uint8_t *ptr, int length) |
WS_DLL_PUBLIC uint8_t * | get_iso_646_string (wmem_allocator_t *scope, const uint8_t *ptr, int length, const gunichar2 table[0x80]) |
WS_DLL_PUBLIC uint8_t * | get_8859_1_string (wmem_allocator_t *scope, const uint8_t *ptr, int length) |
WS_DLL_PUBLIC uint8_t * | get_unichar2_string (wmem_allocator_t *scope, const uint8_t *ptr, int length, const gunichar2 table[0x80]) |
WS_DLL_PUBLIC uint8_t * | get_ucs_2_string (wmem_allocator_t *scope, const uint8_t *ptr, int length, unsigned encoding) |
WS_DLL_PUBLIC uint8_t * | get_utf_16_string (wmem_allocator_t *scope, const uint8_t *ptr, int length, unsigned encoding) |
WS_DLL_PUBLIC uint8_t * | get_ucs_4_string (wmem_allocator_t *scope, const uint8_t *ptr, int length, unsigned encoding) |
WS_DLL_PUBLIC uint8_t * | get_ts_23_038_7bits_string_packed (wmem_allocator_t *scope, const uint8_t *ptr, const int bit_offset, int no_of_chars) |
WS_DLL_PUBLIC uint8_t * | get_ts_23_038_7bits_string_unpacked (wmem_allocator_t *scope, const uint8_t *ptr, int length) |
WS_DLL_PUBLIC uint8_t * | get_etsi_ts_102_221_annex_a_string (wmem_allocator_t *scope, const uint8_t *ptr, int length) |
WS_DLL_PUBLIC uint8_t * | get_ascii_7bits_string (wmem_allocator_t *scope, const uint8_t *ptr, const int bit_offset, int no_of_chars) |
WS_DLL_PUBLIC uint8_t * | get_nonascii_unichar2_string (wmem_allocator_t *scope, const uint8_t *ptr, int length, const gunichar2 table[256]) |
WS_DLL_PUBLIC uint8_t * | get_gb18030_string (wmem_allocator_t *scope, const uint8_t *ptr, int length) |
WS_DLL_PUBLIC uint8_t * | get_euc_kr_string (wmem_allocator_t *scope, const uint8_t *ptr, int length) |
WS_DLL_PUBLIC uint8_t * | get_t61_string (wmem_allocator_t *scope, const uint8_t *ptr, int length) |
WS_DLL_PUBLIC uint8_t * | get_dect_standard_8bits_string (wmem_allocator_t *scope, const uint8_t *ptr, int length) |
Routines for handling character sets
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
SPDX-License-Identifier: GPL-2.0-or-later