12 #ifndef __PACKET_E164_H__
13 #define __PACKET_E164_H__
16 #include "ws_symbol_export.h"
19 extern const value_string E164_ISO3166_country_code_short_value[];
21 extern const value_string E164_International_Networks_vals[];
23 #define E164_NA_INTERNATIONAL_NUMBER 4
32 e164_number_type_t e164_number_type;
33 guint nature_of_address;
34 const char *E164_number_str;
35 guint E164_number_length;
45 WS_DLL_PUBLIC
void dissect_e164_cc(
tvbuff_t *tvb,
proto_tree *tree,
int offset, e164_encoding_t encoding);
46 WS_DLL_PUBLIC
const gchar * dissect_e164_msisdn(
tvbuff_t *tvb,
proto_tree *tree,
int offset,
int length, e164_encoding_t encoding);
47 WS_DLL_PUBLIC
const gchar * dissect_e164_isdn(
tvbuff_t *tvb,
proto_tree *tree,
int offset,
int length, e164_encoding_t encoding);
Definition: value_string.h:170
Definition: value_string.h:26
Definition: packet-e164.h:31
Definition: tvbuff-int.h:35