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