From fea7018ed8fd876d0de75cf195d0c3b4b43c2ded Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 16 Feb 2009 21:21:11 +0000 Subject: Add dissection of some IE's, reworked input from Zakia Karim. svn path=/trunk/; revision=27467 --- epan/dissectors/packet-gsm_a_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-gsm_a_common.h') diff --git a/epan/dissectors/packet-gsm_a_common.h b/epan/dissectors/packet-gsm_a_common.h index 6635ef3e45..23c9d606c5 100644 --- a/epan/dissectors/packet-gsm_a_common.h +++ b/epan/dissectors/packet-gsm_a_common.h @@ -565,6 +565,7 @@ guint16 de_ms_cm_2(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, g guint16 de_ms_cm_3(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len); guint16 de_sm_apn(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len); +guint16 de_sm_pco(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_); guint16 de_sm_qos(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len); guint16 de_sm_pflow_id(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len); -- cgit v1.2.3