aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3g-a11.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-27 16:23:00 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-27 16:23:00 +0000
commitd18063d821219c49fdd95cd2c29267a0a64ab0b1 (patch)
tree3b52024dcebd3fab4eace751c0c213314cd1ad6f /epan/dissectors/packet-3g-a11.c
parentf71139a9bb7411e29a3e567e8cfd705816e375bd (diff)
From Ravi Valmikam:
a minor fix for 3GPP2 A11 Session Updat From me: a fix to packet-ppp.c to dissect the payload and some changes in the gre dissector to display the 3GPP values. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17733 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-3g-a11.c')
-rw-r--r--epan/dissectors/packet-3g-a11.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-3g-a11.c b/epan/dissectors/packet-3g-a11.c
index 85d589d522..a79c1175f8 100644
--- a/epan/dissectors/packet-3g-a11.c
+++ b/epan/dissectors/packet-3g-a11.c
@@ -880,9 +880,6 @@ static void dissect_subscriber_qos_profile(tvbuff_t* tvb, int offset, int ext_le
exts_tree = proto_item_add_subtree(ti, ett_a11_subscriber_profile);
- proto_tree_add_item
- (exts_tree, hf_a11_subsciber_profile_len, tvb, offset, 0, FALSE);
-
/* Subscriber QoS profile */
if(qos_profile_len)
{