aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-09-07 17:17:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-09-07 17:17:07 +0000
commitd41058065f9d351120861324b02571f19be10c6a (patch)
tree2f4a02ef234a2dd8043ff8e3b0ffe02f447bb137 /epan/dissectors/packet-gsm_a_common.h
parentff7fda0df5705664202ffe40805596ab77710f6d (diff)
From Mike Morrin:
The GSM L3 part of the BSSMAP CipherModeComplete message is not being decoded. Sligtly modified. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3983 svn path=/trunk/; revision=29776
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.h')
-rw-r--r--epan/dissectors/packet-gsm_a_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.h b/epan/dissectors/packet-gsm_a_common.h
index 3e3e5bc691..ac6a9a2641 100644
--- a/epan/dissectors/packet-gsm_a_common.h
+++ b/epan/dissectors/packet-gsm_a_common.h
@@ -609,6 +609,7 @@ guint16 de_rej_cause(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len,
guint16 de_d_gb_call_ref(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_);
void dtap_rr_ho_cmd(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len);
+void dtap_rr_cip_mode_cpte(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len);
void bssmap_perf_loc_abort(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len);
void bssmap_reset(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len);