aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-09-11 19:09:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-09-11 19:09:02 +0000
commit900484d992f0c983a2801cf061e2bb945f2040e9 (patch)
tree912f073858d4a1468bdba3e12a9ad18e3037b40d /epan/dissectors/packet-nas_eps.c
parent21ad6d3c35821699c32ea8bcd82a614dc183b19c (diff)
From Pascal Quantin:
Update of 3GPP RRC and LTE RRC dissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6333 svn path=/trunk/; revision=38964
Diffstat (limited to 'epan/dissectors/packet-nas_eps.c')
-rw-r--r--epan/dissectors/packet-nas_eps.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-nas_eps.c b/epan/dissectors/packet-nas_eps.c
index 82fa860cda..e9a30cbc01 100644
--- a/epan/dissectors/packet-nas_eps.c
+++ b/epan/dissectors/packet-nas_eps.c
@@ -438,8 +438,8 @@ de_eps_cmn_eps_be_ctx_status(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo
/*
* 9.9.2.6 NAS security parameters from E-UTRA
*/
-static guint16
-de_sec_par_from_eutra(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
+guint16
+de_emm_sec_par_from_eutra(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;
@@ -458,8 +458,8 @@ de_sec_par_from_eutra(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, g
/*
* 9.9.2.7 NAS security parameters to E-UTRA
*/
-static guint16
-de_sec_par_to_eutra(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
+guint16
+de_emm_sec_par_to_eutra(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;
@@ -522,8 +522,8 @@ guint16 (*nas_eps_common_elem_fcn[])(tvbuff_t *tvb, proto_tree *tree, packet_inf
de_mid, /* 9.9.2.3 Mobile identity See subclause 10.5.1.4 in 3GPP TS 24.008*/
de_ms_cm_2, /* 9.9.2.4 Mobile station classmark 2 */
de_ms_cm_3, /* 9.9.2.5 Mobile station classmark 3 */
- de_sec_par_from_eutra, /* 9.9.2.6 NAS security parameters from E-UTRA */
- de_sec_par_to_eutra, /* 9.9.2.7 NAS security parameters to E-UTRA */
+ de_emm_sec_par_from_eutra, /* 9.9.2.6 NAS security parameters from E-UTRA */
+ de_emm_sec_par_to_eutra, /* 9.9.2.7 NAS security parameters to E-UTRA */
de_plmn_list, /* 9.9.2.8 PLMN list */
NULL, /* 9.9.2.10 Supported codec list (packet-gsm_a_dtap.c) */