aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
diff options
context:
space:
mode:
authorAnders <anders.broman@ericsson.com>2018-08-21 16:57:35 +0200
committerAnders Broman <a.broman58@gmail.com>2018-08-21 16:29:20 +0000
commitd99ef1f9fa8d1c2d1ff5e90a8dbd2face1513e4f (patch)
treee6d3d931c57e8e1b7326db5cf95b2c9af687f480 /epan/dissectors/packet-gtp.c
parent6ee559efd1af6a02ebde42318ec41c50457b3fca (diff)
GTP: Only put "T-PDU" in the top level tree.
Change-Id: I94db5692320daddf67faa5f38f7e132e9edbb2fa Reviewed-on: https://code.wireshark.org/review/29222 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-gtp.c')
-rw-r--r--epan/dissectors/packet-gtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c
index 06d391bdf9..65bf2146b0 100644
--- a/epan/dissectors/packet-gtp.c
+++ b/epan/dissectors/packet-gtp.c
@@ -9401,7 +9401,6 @@ dissect_gtp_common(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
if ((gtp_hdr->message == GTP_MSG_TPDU) && dissect_tpdu_as == GTP_TPDU_AS_TPDU_HEUR) {
if(tvb_reported_length_remaining(tvb, offset) > 0){
- proto_tree_add_item(gtp_tree, hf_gtp_tpdu_data, tvb, offset, -1, ENC_NA);
sub_proto = tvb_get_guint8(tvb, offset);