aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-09-22 10:38:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-09-22 10:38:45 +0000
commitb596b69f66baad2994cacb6a39b02c70de35dfab (patch)
tree820b83ae6121ff7039074326f4f976c7f64d2756 /epan/dissectors/packet-gsm_a_gm.c
parent9a1c17569272f45d1b64d526a48270a5231ce978 (diff)
From Pascal Quantin:
[NAS EPS] Use Request Type IE defined in 3GPP 24.008 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5246 svn path=/trunk/; revision=34179
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c
index 24fd40599f..0917487abd 100644
--- a/epan/dissectors/packet-gsm_a_gm.c
+++ b/epan/dissectors/packet-gsm_a_gm.c
@@ -5228,6 +5228,8 @@ dtap_sm_act_pdp_req(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
ELEM_OPT_TLV( 0x27 , GSM_A_PDU_TYPE_GM, DE_PRO_CONF_OPT , NULL);
+ ELEM_OPT_TV_SHORT(0xA0, GSM_A_PDU_TYPE_GM, DE_REQ_TYPE, NULL);
+
EXTRANEOUS_DATA_CHECK(curr_len, 0);
}