aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter_3gpp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-06-08 08:36:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-06-08 08:36:22 +0000
commit7f9a9231dd91190c95f99acfe94583fab47d3b54 (patch)
treea3673a79cbf2c8bd3a2ebd0d91e087391d0cf5f7 /epan/dissectors/packet-diameter_3gpp.c
parent968fc63f3c0bb802b1ca3f74b8d76a0d6fac353b (diff)
From Tamás Regõs:
Change dissection of User Location Info (ULI) to show the spare bits in the protocol tree and don't show ECI as a bitfield. svn path=/trunk/; revision=33157
Diffstat (limited to 'epan/dissectors/packet-diameter_3gpp.c')
-rw-r--r--epan/dissectors/packet-diameter_3gpp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-diameter_3gpp.c b/epan/dissectors/packet-diameter_3gpp.c
index 75e83562cf..2a5fcb39bf 100644
--- a/epan/dissectors/packet-diameter_3gpp.c
+++ b/epan/dissectors/packet-diameter_3gpp.c
@@ -175,6 +175,11 @@ proto_reg_handoff_diameter_3gpp(void)
/* AVP Code: 5 3GPP-GPRS Negotiated QoS profile */
/* Registered by packet-gtp.c */
+ /* AVP Code: 22 3GPP-User-Location-Info
+ * Registered by packet-gtpv2.c
+ */
+
+
/* AVP Code: 701 MSISDN */
dissector_add("diameter.3gpp", 701, new_create_dissector_handle(dissect_diameter_3gpp_msisdn, proto_diameter_3gpp));