diff options
author | Anders Broman <anders.broman@ericsson.com> | 2011-01-25 13:57:59 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2011-01-25 13:57:59 +0000 |
commit | 82497afee76e4633e1b91ee3ec528a4b668234e8 (patch) | |
tree | 6f0b390cd86469017089fb2758aad3b7f12d9102 /epan/dissectors/packet-gsm_a_common.h | |
parent | 12c8ede64790571b2bd1f230911cf5406a6a9bd6 (diff) | |
download | wireshark-82497afee76e4633e1b91ee3ec528a4b668234e8.tar.gz wireshark-82497afee76e4633e1b91ee3ec528a4b668234e8.tar.bz2 wireshark-82497afee76e4633e1b91ee3ec528a4b668234e8.zip |
Export de_emm_trac_area_id.
svn path=/trunk/; revision=35646
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.h')
-rw-r--r-- | epan/dissectors/packet-gsm_a_common.h | 1 |
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 852f3f89a9..257e479af0 100644 --- a/epan/dissectors/packet-gsm_a_common.h +++ b/epan/dissectors/packet-gsm_a_common.h @@ -690,6 +690,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_); guint16 de_emm_ue_net_cap(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_); +guint16 de_emm_trac_area_id(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, 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); |