12 #ifndef __PACKET_E164_H__ 13 #define __PACKET_E164_H__ 15 #include <epan/value_string.h> 16 #include "ws_symbol_export.h" 19 extern const value_string E164_International_Networks_vals[];
21 #define E164_NA_INTERNATIONAL_NUMBER 4 30 e164_number_type_t e164_number_type;
31 guint nature_of_address;
32 const char *E164_number_str;
33 guint E164_number_length;
43 WS_DLL_PUBLIC
void dissect_e164_cc(
tvbuff_t *tvb,
proto_tree *tree,
int offset, e164_encoding_t encoding);
44 WS_DLL_PUBLIC
const gchar * dissect_e164_msisdn(
tvbuff_t *tvb,
proto_tree *tree,
int offset,
int length, e164_encoding_t encoding);
Definition: tvbuff-int.h:35
Definition: packet-e164.h:29
Definition: value_string.h:24