aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-02-07 04:57:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-02-07 04:57:30 +0000
commitb3adb51d07dfa8409967e9b81b94ee9e8bcd8af5 (patch)
tree8abc59848655aec7dd6af91b3ee983500a9ffd70 /epan/dissectors/packet-gsm_a.h
parent6550608ea09bcab14df5a9515c467b7738d7b7e5 (diff)
Dissect channel needed.
svn path=/trunk/; revision=17194
Diffstat (limited to 'epan/dissectors/packet-gsm_a.h')
-rw-r--r--epan/dissectors/packet-gsm_a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_a.h b/epan/dissectors/packet-gsm_a.h
index b9b1b822c9..f809c00d9b 100644
--- a/epan/dissectors/packet-gsm_a.h
+++ b/epan/dissectors/packet-gsm_a.h
@@ -81,12 +81,14 @@ guint8 de_gmm_rai(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gc
guint8 de_gmm_ms_radio_acc_cap(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint8 de_rr_cause(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
+guint8 de_rr_chnl_needed(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_);
guint8 de_rr_cip_mode_set(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint8 de_rr_cell_dsc(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint8 de_rr_ch_mode(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint8 de_rr_cm_enq_mask(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint8 de_rr_tlli(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint8 de_rr_sus_cau(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
+guint8 de_rr_chnl_needed(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_);
guint8 de_rej_cause(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);