aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter_3gpp.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-12 23:26:55 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-12 23:26:55 +0000
commit7c0b7d0a3431a8d6590b7c67e3b55745892caa5d (patch)
treed879d89c3d8f6e71ce805f7d44b75eb34c5c74b6 /epan/dissectors/packet-diameter_3gpp.c
parent3d60f634011fa3849b181537404cc37e47e67400 (diff)
Add sub dissection of AVP MBMS Service Area.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36181 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-diameter_3gpp.c')
-rw-r--r--epan/dissectors/packet-diameter_3gpp.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/epan/dissectors/packet-diameter_3gpp.c b/epan/dissectors/packet-diameter_3gpp.c
index 9a2874c326..7156487f49 100644
--- a/epan/dissectors/packet-diameter_3gpp.c
+++ b/epan/dissectors/packet-diameter_3gpp.c
@@ -28,7 +28,7 @@
* the content of AVP:s of the OctetString type(or similar).
*/
- #ifdef HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
@@ -100,7 +100,6 @@ static int hf_diameter_3gpp_idr_flags_bit1 = -1;
static int hf_diameter_3gpp_idr_flags_bit2 = -1;
static int hf_diameter_3gpp_idr_flags_bit3 = -1;
static int hf_diameter_3gpp_idr_flags_bit4 = -1;
-
static gint diameter_3gpp_msisdn_ett = -1;
static gint diameter_3gpp_tmgi_ett = -1;
static gint diameter_3gpp_ulr_flags_ett = -1;
@@ -189,6 +188,8 @@ dissect_diameter_3gpp_tmgi(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree
}
+/* AVP Code: 903 MBMS-Service-Area */
+
/* AVP Code: 918 MBMS-BMSC-SSM-IP-Address */
static int
dissect_diameter_3gpp_ipaddr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
@@ -483,8 +484,10 @@ proto_reg_handoff_diameter_3gpp(void)
/* AVP Code: 900 TMGI */
dissector_add_uint("diameter.3gpp", 900, new_create_dissector_handle(dissect_diameter_3gpp_tmgi, proto_diameter_3gpp));
- /* AVP Code: 904 MBMS-Session-Duration */
- /* AVP Code: 911 MBMS-Time-To-Data-Transfer */
+ /* AVP Code: 904 MBMS-Session-Duration Registered by packet-gtp.c */
+ /* AVP Code: 903 MBMS-Service-Area Registered by packet-gtp.c */
+
+ /* AVP Code: 911 MBMS-Time-To-Data-Transfer Registered by packet-gtp.c */
/* Registered by packet-gtp.c */
/* AVP Code: 913 MBMS-Required-QoS */