aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtcp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-10-19 06:45:11 +0000
committerGuy Harris <guy@alum.mit.edu>2000-10-19 06:45:11 +0000
commit3f8b7cd0fc93040f23b1d1b0e061dc1097321f4e (patch)
treeb9eea74fb6b18aeb12b57161706786110421caa1 /packet-rtcp.h
parent9de17c39f5e6828c6631af911d114f935b0feb4d (diff)
Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP and
RTP dissectors, and changes to the Q.931 dissector for use with H.323. svn path=/trunk/; revision=2511
Diffstat (limited to 'packet-rtcp.h')
-rw-r--r--packet-rtcp.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/packet-rtcp.h b/packet-rtcp.h
index 6e935367d3..a2eba6aaf3 100644
--- a/packet-rtcp.h
+++ b/packet-rtcp.h
@@ -1,9 +1,10 @@
/* packet-rtcp.h
- * Declarations for RTCP packet disassembly
*
- * Jason Lango <jal@netapp.com>
- *
- * $Id: packet-rtcp.h,v 1.2 2000/08/11 13:34:01 deniel Exp $
+ * Routines for RTCP dissection
+ * RTCP = Real-time Transport Control Protocol
+ *
+ * Copyright 2000, Philips Electronics N.V.
+ * Written by Andreas Sikkema <andreas.sikkema@philips.com>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -25,9 +26,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#ifndef __PACKET_RTCP_H__
-#define __PACKET_RTCP_H__
-
-void dissect_rtcp(const u_char *, int, frame_data *, proto_tree *);
-
-#endif
+void rtcp_add_address ( const unsigned char* ip_addr, int prt );
+gboolean dissect_rtcp_heur ( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree );
+void dissect_rtcp ( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree );
+void proto_register_rtcp( void );