aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e164.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-03 18:57:32 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-03 18:57:32 +0000
commit0a007827043e1084a075c805c00d2b4601ea8762 (patch)
treee86d815c56672d18bdf54432e35f6edaf59d85a8 /epan/dissectors/packet-e164.h
parent2670be58599d3d909fcfb5ecf2815cd1a297755e (diff)
Add dissection of country code if number is in international format and Number plan is E164.
svn path=/trunk/; revision=18085
Diffstat (limited to 'epan/dissectors/packet-e164.h')
-rw-r--r--epan/dissectors/packet-e164.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-e164.h b/epan/dissectors/packet-e164.h
index a9d2ced989..b2d18997fa 100644
--- a/epan/dissectors/packet-e164.h
+++ b/epan/dissectors/packet-e164.h
@@ -47,4 +47,5 @@ typedef struct {
extern void dissect_e164_number(tvbuff_t *tvb, proto_tree *tree, int offset, int length,
e164_info_t e164_info);
+extern void dissect_e164_cc(tvbuff_t *tvb, proto_tree *tree, int offset, gboolean bcd_coded);
#endif