aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gsm_ss.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-27 11:32:30 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-27 11:32:30 +0000
commitb8b4a6e3a8e734fbfbbe996f1431be1fb347b1f6 (patch)
treec8031439f99e0d4307c2ab8f841f699754d03795 /packet-gsm_ss.h
parentcd19c5baf8ce88ae00edd47c5d9698a69c5687d7 (diff)
From Michael Lum:
ANSI IS-801 support; dissect more GSM supplementary services messages and fields. svn path=/trunk/; revision=10503
Diffstat (limited to 'packet-gsm_ss.h')
-rw-r--r--packet-gsm_ss.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-gsm_ss.h b/packet-gsm_ss.h
index dab70e8eea..017b7a6e84 100644
--- a/packet-gsm_ss.h
+++ b/packet-gsm_ss.h
@@ -1,6 +1,6 @@
/* packet-gsm_ss.h
*
- * $Id: packet-gsm_ss.h,v 1.1 2004/03/19 07:54:57 guy Exp $
+ * $Id: packet-gsm_ss.h,v 1.2 2004/03/27 11:32:29 guy Exp $
*
* Copyright 2004, Michael Lum <mlum [AT] telostech.com>,
* In association with Telos Technology Inc.
@@ -29,4 +29,5 @@ extern gint gsm_ss_ett_param;
extern const value_string gsm_ss_opr_code_strings[];
+extern void param_AddressString(ASN1_SCK *asn1, proto_tree *tree, guint len, int hf_field);
extern void gsm_ss_dissect(ASN1_SCK *asn1, proto_tree *tree, guint exp_len, guint opr_code, guint comp_type_tag);