aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2019-03-28 09:31:34 +0100
committerPascal Quantin <pascal@wireshark.org>2019-03-28 08:33:56 +0000
commit5a55cd255304837b35bab89feb26b258face746c (patch)
tree3033d27e7ba3c6b588a3f2bf86a5f67471b99195 /epan/dissectors/packet-nas_eps.c
parent864f43ea9b40ce84c21ae32609d661d4b202af78 (diff)
NAS EPS: upgrade dissector to v15.6.0
It only clarified the encoding used for URN, so remove the corresponding comment. Change-Id: Idbe7e325242c495123df3d8f5babfae32b05a36d Reviewed-on: https://code.wireshark.org/review/32606 Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Diffstat (limited to 'epan/dissectors/packet-nas_eps.c')
-rw-r--r--epan/dissectors/packet-nas_eps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nas_eps.c b/epan/dissectors/packet-nas_eps.c
index 991e91e9f7..6d2cb4e0ca 100644
--- a/epan/dissectors/packet-nas_eps.c
+++ b/epan/dissectors/packet-nas_eps.c
@@ -9,7 +9,7 @@
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
- * References: 3GPP TS 24.301 V15.5.0 (2018-12)
+ * References: 3GPP TS 24.301 V15.6.0 (2019-03)
*/
#include "config.h"
@@ -2322,7 +2322,6 @@ de_emm_ext_emerg_num_list(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U
tvb, curr_offset, 1, ENC_NA, &length);
curr_offset++;
if (length > 0) {
- /* What is the exact encoding? For now, assume 7bits GSM */
proto_tree_add_ts_23_038_7bits_item(sub_tree, hf_eps_emm_ext_emerg_num_list_sub_serv_field,
tvb, curr_offset<<3, (length<<3)/7);
curr_offset += length;