aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2020-02-11 11:00:05 +0100
committerAnders Broman <a.broman58@gmail.com>2020-02-11 11:29:09 +0000
commit912be1a2985854d9209530068e0f6f0ef8944688 (patch)
tree67b32a5be7880140c5d0f3b3eca995cc9206dcc1 /epan/dissectors/packet-nas_eps.c
parent0fed3e26811763afa7a433c0d7fd908f844ab182 (diff)
NAS 5GS: Dissect more IEs
Change-Id: I79016ef7791ee7d535861222168e3e2f244ef6f4 Reviewed-on: https://code.wireshark.org/review/36075 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-nas_eps.c')
-rw-r--r--epan/dissectors/packet-nas_eps.c26
1 files changed, 14 insertions, 12 deletions
diff --git a/epan/dissectors/packet-nas_eps.c b/epan/dissectors/packet-nas_eps.c
index 3e0fd0d728..f55a4032b1 100644
--- a/epan/dissectors/packet-nas_eps.c
+++ b/epan/dissectors/packet-nas_eps.c
@@ -528,23 +528,25 @@ static const value_string security_header_type_vals[] = {
};
static value_string_ext security_header_type_vals_ext = VALUE_STRING_EXT_INIT(security_header_type_vals);
+/*
typedef enum
{
- DE_EPS_CMN_ADD_INFO, /* 9.9.2.0 Additional information */
- DE_EPS_CMN_DEVICE_PROPERTIES, /* 9.9.2.0A Device properties */
- DE_EPS_CMN_EPS_BE_CTX_STATUS, /* 9.9.2.1 EPS bearer context status */
- DE_EPS_CMN_LOC_AREA_ID, /* 9.9.2.2 Location area identification */
- DE_EPS_CMN_MOB_ID, /* 9.9.2.3 Mobile identity */
- DE_EPS_MS_CM_2, /* 9.9.2.4 Mobile station classmark 2 */
- DE_EPS_MS_CM_3, /* 9.9.2.5 Mobile station classmark 3 */
- DE_EPS_NAS_SEC_PAR_FROM_EUTRA, /* 9.9.2.6 NAS security parameters from E-UTRA */
- DE_EPS_NAS_SEC_PAR_TO_EUTRA, /* 9.9.2.7 NAS security parameters to E-UTRA */
+ DE_EPS_CMN_ADD_INFO, 9.9.2.0 Additional information
+ DE_EPS_CMN_DEVICE_PROPERTIES, 9.9.2.0A Device properties
+ DE_EPS_CMN_EPS_BE_CTX_STATUS, 9.9.2.1 EPS bearer context status
+ DE_EPS_CMN_LOC_AREA_ID, 9.9.2.2 Location area identification
+ DE_EPS_CMN_MOB_ID, 9.9.2.3 Mobile identity
+ DE_EPS_MS_CM_2, 9.9.2.4 Mobile station classmark 2
+ DE_EPS_MS_CM_3, 9.9.2.5 Mobile station classmark 3
+ DE_EPS_NAS_SEC_PAR_FROM_EUTRA, 9.9.2.6 NAS security parameters from E-UTRA
+ DE_EPS_NAS_SEC_PAR_TO_EUTRA, 9.9.2.7 NAS security parameters to E-UTRA
- DE_EPS_CMN_PLM_LST, /* 9.9.2.8 PLMN list */
- DE_EPS_CMN_SUP_CODEC_LST, /* 9.9.2.6 9.9.2.10 Supported codec list */
- DE_EPS_COMMON_NONE /* NONE */
+ DE_EPS_CMN_PLM_LST, 9.9.2.8 PLMN list
+ DE_EPS_CMN_SUP_CODEC_LST, 9.9.2.6 9.9.2.10 Supported codec list
+ DE_EPS_COMMON_NONE NONE
}
nas_eps_common_elem_idx_t;
+*/
static const value_string nas_eps_common_elem_strings[] = {
{ DE_EPS_CMN_ADD_INFO, "Additional information" }, /* 9.9.2.0 Additional information */