aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-11-13 19:10:20 +0100
committerPascal Quantin <pascal@wireshark.org>2020-11-13 19:10:20 +0100
commit440d8ceff98348a476ad6fa56c9b2cf0f46c9ba0 (patch)
treec7ee976a081d1699163e7937d1f1247ce4cb77a4 /epan/dissectors/packet-nas_eps.c
parente35752c252d68a8cf713fab3b58d2808c669b800 (diff)
NAS-EPS: remove an extra spare bit
It has been replaced by the 15 bearers capability during R15 development
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 4605893fea..bfb18e7381 100644
--- a/epan/dissectors/packet-nas_eps.c
+++ b/epan/dissectors/packet-nas_eps.c
@@ -2172,9 +2172,8 @@ de_emm_ue_net_cap(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_,
return (len);
/* Octet 9
- * 0 Spare SGC N1mode DCNR CP backoff RestrictEC V2X PC5 multipleDRB
+ * 15 bearers SGC N1mode DCNR CP backoff RestrictEC V2X PC5 multipleDRB
*/
- proto_tree_add_bits_item(tree, hf_nas_eps_spare_bits, tvb, (curr_offset<<3), 1, ENC_BIG_ENDIAN);
proto_tree_add_bitmask_list(tree, tvb, curr_offset, 1, oct9_flags, ENC_NA);
curr_offset++;