summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-h264.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-12-03 20:14:42 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-12-03 20:14:42 +0000
commit20b383c1b1f246db21bb61c04f7eab3665f0e816 (patch)
tree5dec062b660bbd27b3742c1c538b790a44156deb /epan/dissectors/packet-h264.h
parent4efc9ba37168ed9452191e2fd1b1f743f6ca6957 (diff)
downloadwireshark-20b383c1b1f246db21bb61c04f7eab3665f0e816.tar.gz
Dissect RTP payload of H.264 and SDP profile-leve-id for H.264.
svn path=/trunk/; revision=23709
Diffstat (limited to 'epan/dissectors/packet-h264.h')
-rw-r--r--epan/dissectors/packet-h264.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h264.h b/epan/dissectors/packet-h264.h
new file mode 100644
index 0000000000..5c75ac0977
--- /dev/null
+++ b/epan/dissectors/packet-h264.h
@@ -0,0 +1,33 @@
+/* packet-h264.h
+ * Routines for H.264 dissection
+ * Copyright 2007, Anders Broman <anders.broman[at]ericsson.com>
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.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.
+ *
+ * References:
+ * http://www.ietf.org/rfc/rfc3984.txt?number=3984
+ */
+#ifndef __PACKET_H264_H__
+#define __PACKET_H264_H__
+
+void dissect_h264_profile(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+
+#endif /* __PACKET_H264_H__ */ \ No newline at end of file