aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
diff options
context:
space:
mode:
authorglores <gloria.pozuelo@bics.com>2016-02-23 15:34:07 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2016-03-02 19:46:36 +0000
commit2146c4632eb7aaab7ed1cfeb4e868bfea3ad473a (patch)
treef893c9ad9b267f1ff6cd4db6271f9e3858667315 /epan/dissectors/packet-mip6.c
parenta86a723d76ba0a283a93740b2d56ced006426d58 (diff)
GTP session ID generated tree item for tracking GTPv2 sessions
Change-Id: I6d487c901838dcdb3550674e0a514a59d221806f Reviewed-on: https://code.wireshark.org/review/14093 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-mip6.c')
-rw-r--r--epan/dissectors/packet-mip6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mip6.c b/epan/dissectors/packet-mip6.c
index 98c292f1ed..c216b66e37 100644
--- a/epan/dissectors/packet-mip6.c
+++ b/epan/dissectors/packet-mip6.c
@@ -1965,7 +1965,7 @@ dissect_mip6_opt_vsm_3gpp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, v
*/
case 5:
next_tvb = tvb_new_subset_length(tvb, offset, len);
- dissect_gtpv2_fq_csid(next_tvb, pinfo, tree, hdr_item, len, 0, 0);
+ dissect_gtpv2_fq_csid(next_tvb, pinfo, tree, hdr_item, len, 0, 0, NULL);
break;
/* 6, PMIPv6 PDN type indication */
case 6:
@@ -1983,7 +1983,7 @@ dissect_mip6_opt_vsm_3gpp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, v
/* 8, Selection Mode */
case 8:
next_tvb = tvb_new_subset_length(tvb, offset, len);
- dissect_gtpv2_selec_mode(next_tvb, pinfo, tree, hdr_item, len, 0, 0);
+ dissect_gtpv2_selec_mode(next_tvb, pinfo, tree, hdr_item, len, 0, 0, NULL);
break;
/* 9, I-WLAN Mobility Access Point Name (APN) */
/* 10, Charging Characteristics */
@@ -2029,7 +2029,7 @@ dissect_mip6_opt_vsm_3gpp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, v
/* 18, PGW Back-Off Time */
case 18:
next_tvb = tvb_new_subset_length(tvb, offset, len);
- dissect_gtpv2_epc_timer(next_tvb, pinfo, tree, hdr_item, len, 0, 0);
+ dissect_gtpv2_epc_timer(next_tvb, pinfo, tree, hdr_item, len, 0, 0, NULL);
break;
/* 19, Signalling Priority Indication */
case 19: