aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-04-25 13:39:19 +0200
committerAnders Broman <a.broman58@gmail.com>2019-04-26 12:49:10 +0000
commit7c59ac4c6d870a74eb804603a92918f9b0a58034 (patch)
tree7126c56e26e62b6f624cbdd33153967acb6696e2 /epan/dissectors/packet-nas_eps.c
parent1999ad7479a1f615fadf09b413a860d4cfddc68b (diff)
GTPv2: Add decoding of more IEs
Bug: 15724 Change-Id: I5a2b017eff3b245189c92f9b4500d4e30750a035 Reviewed-on: https://code.wireshark.org/review/32983 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nas_eps.c b/epan/dissectors/packet-nas_eps.c
index 8c8c4f5797..f4b619c759 100644
--- a/epan/dissectors/packet-nas_eps.c
+++ b/epan/dissectors/packet-nas_eps.c
@@ -2582,7 +2582,7 @@ de_emm_network_policy(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, g
* 9.9.3.53 UE additional security capability
*/
guint16
-de_emm_ue_add_sec_cap(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
+de_emm_ue_add_sec_cap(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;
@@ -2652,7 +2652,7 @@ de_emm_ue_add_sec_cap(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, g
proto_tree_add_bitmask_list(tree, tvb, curr_offset, 1, oct6_flags, ENC_NA);
curr_offset++;
- return len;
+ return 4;
}
/*