From 875240d59e0694c80e50435a067ef91ff42bea3f Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 1 Jun 2010 22:22:09 +0000 Subject: - Traffic flow template miss dissected, use de_sm_tflow_temp() insted. - Dissect vendor id of private message. svn path=/trunk/; revision=33037 --- 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 88f68b046b..88f380805d 100644 --- a/epan/dissectors/packet-gsm_a_common.h +++ b/epan/dissectors/packet-gsm_a_common.h @@ -592,6 +592,7 @@ guint16 de_sm_apn(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gc 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); +guint16 de_sm_tflow_temp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len); guint16 de_gmm_drx_param(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len); guint16 de_gmm_ms_net_cap(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len); -- cgit v1.2.3