aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-descriptor.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-16 12:25:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-16 12:25:06 +0000
commitaffd39940f550c48308c246fb4267e770c44fae6 (patch)
tree169fb25c07c7db1b6c6396aaa1040583319dad19 /epan/dissectors/packet-mpeg-descriptor.h
parent0422304fbc560a181d8bad2db2d30e90dab0354d (diff)
From Guy Martin:
Add packet-mpeg-pmt, packet-mpeg-ca and mpeg-descriptors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6960 svn path=/trunk/; revision=41600
Diffstat (limited to 'epan/dissectors/packet-mpeg-descriptor.h')
-rw-r--r--epan/dissectors/packet-mpeg-descriptor.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mpeg-descriptor.h b/epan/dissectors/packet-mpeg-descriptor.h
new file mode 100644
index 0000000000..5b4c2becdb
--- /dev/null
+++ b/epan/dissectors/packet-mpeg-descriptor.h
@@ -0,0 +1,35 @@
+/* packet-mpeg-descriptor.c
+ * Routines for MPEG2 (ISO/ISO 13818-1) dissectors
+ * Copyright 2012, Guy Martin <gmsoft@tuxicoman.be>
+ *
+ * $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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+
+#ifndef __PACKET_MPEG_DESCRIPTOR_H_
+#define __PACKET_MPEG_DESCRIPTOR_H_
+
+#include <glib.h>
+#include <epan/packet.h>
+
+guint proto_mpeg_descriptor_dissect(tvbuff_t *tvb, guint offset, proto_tree *tree);
+
+#endif