11#include "ws_symbol_export.h"
92 tvbuff_t *tvb,
int offset,
int length,
WS_DLL_PUBLIC void dvb_add_chartbl(proto_tree *tree, int hf, tvbuff_t *tvb, int offset, int length, dvb_encoding_e encoding)
Adds a character table to the protocol tree.
Definition dvb_chartbl.c:269
dvb_encoding_e
Character encoding types for DVB Service Information (DVB-SI) text fields.
Definition dvb_chartbl.h:24
@ DVB_ENCODING_LATIN
Definition dvb_chartbl.h:29
@ DVB_ENCODING_ISO_8859_15
Definition dvb_chartbl.h:45
@ DVB_ENCODING_ISO_8859_10
Definition dvb_chartbl.h:41
@ DVB_ENCODING_ISO_8859_9
Definition dvb_chartbl.h:40
@ DVB_ENCODING_ISO_8859_8
Definition dvb_chartbl.h:39
@ DVB_ENCODING_ISO_8859_1
Definition dvb_chartbl.h:32
@ DVB_ENCODING_ISO_8859_2
Definition dvb_chartbl.h:33
@ DVB_ENCODING_ISO_8859_13
Definition dvb_chartbl.h:43
@ DVB_ENCODING_ISO_10646_BIG5
Definition dvb_chartbl.h:50
@ DVB_ENCODING_ISO_8859_3
Definition dvb_chartbl.h:34
@ DVB_ENCODING_ISO_8859_6
Definition dvb_chartbl.h:37
@ DVB_ENCODING_ISO_8859_5
Definition dvb_chartbl.h:36
@ DVB_ENCODING_ISO_8859_7
Definition dvb_chartbl.h:38
@ DVB_ENCODING_ISO_8859_11
Definition dvb_chartbl.h:42
@ DVB_ENCODING_GB_2312
Definition dvb_chartbl.h:49
@ DVB_ENCODING_KSX_1001
Definition dvb_chartbl.h:48
@ DVB_ENCODING_INVALID
Definition dvb_chartbl.h:25
@ DVB_ENCODING_ISO_8859_14
Definition dvb_chartbl.h:44
@ DVB_ENCODING_UNKNOWN
Definition dvb_chartbl.h:27
@ DVB_ENCODING_ISO_8859_4
Definition dvb_chartbl.h:35
@ DVB_ENCODING_RESERVED
Definition dvb_chartbl.h:26
@ DVB_ENCODING_ISO_10646_BMP
Definition dvb_chartbl.h:47
@ DVB_ENCODING_ISO_10646_UTF8_BMP
Definition dvb_chartbl.h:51
WS_DLL_PUBLIC unsigned dvb_analyze_string_charset(tvbuff_t *tvb, int offset, int length, dvb_encoding_e *encoding)
Analyzes the character set of a DVB string.
Definition dvb_chartbl.c:166
WS_DLL_PUBLIC unsigned dvb_enc_to_item_enc(dvb_encoding_e encoding)
Convert DVB encoding to item encoding.
Definition dvb_chartbl.c:211
Core tvbuff (testy virtual buffer) structure representing a region of packet data,...
Definition tvbuff-int.h:95