aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-27 10:48:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-27 10:48:03 +0000
commita72f9abfc0c79a3920316140dc68a40a297da7aa (patch)
tree502b2bb6fe34b32f23c6abc6bd0227ae9a5ee945 /epan/dissectors/packet-gtpv2.h
parent7eab849657682663b54bc4969312c3f76d490f27 (diff)
From David Wei:
Further additions and fixes to MBMS in GTPv2 and DIAMETER dissectors. svn path=/trunk/; revision=42289
Diffstat (limited to 'epan/dissectors/packet-gtpv2.h')
-rw-r--r--epan/dissectors/packet-gtpv2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gtpv2.h b/epan/dissectors/packet-gtpv2.h
index 293f2a5c38..319df06d40 100644
--- a/epan/dissectors/packet-gtpv2.h
+++ b/epan/dissectors/packet-gtpv2.h
@@ -24,3 +24,4 @@
extern void dissect_gtpv2_mbms_service_area(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_);
extern void dissect_gtpv2_mbms_session_duration(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_);
extern void dissect_gtpv2_mbms_time_to_data_xfer(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_);
+extern void dissect_gtpv2_arp(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_);