aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-21 01:45:58 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-21 01:45:58 +0000
commitfe26251b48e0845700395d76afe7b62da921960a (patch)
tree4e14725fb819049613ab454bca14951c3032dc63 /packet-rtp.h
parentd9bc1193567bbf3431939b77b7b826c54ccebcb6 (diff)
Support for RTCP and RTP, from Jason Lango.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1885 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rtp.h')
-rw-r--r--packet-rtp.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/packet-rtp.h b/packet-rtp.h
new file mode 100644
index 0000000000..3e5a10931c
--- /dev/null
+++ b/packet-rtp.h
@@ -0,0 +1,28 @@
+/* packet-rtp.h
+ * Declarations for RTP packet disassembly
+ *
+ * Jason Lango <jal@netapp.com>
+ *
+ * $Id: packet-rtp.h,v 1.1 2000/04/21 01:45:56 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.org>
+ * Copyright 1998 Gerald Combs
+ *
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+void dissect_rtp(const u_char *, int, frame_data *, proto_tree *);