aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-pmt.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-11-12 22:04:47 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-11-12 22:04:47 +0000
commit72f3c258a04d6323699eb9ebca13e53d2cb5b22e (patch)
tree67e60b803d1868fc657db52d4a808ed923a1bd2c /epan/dissectors/packet-mpeg-pmt.h
parent7221215cdca74a587615e4e1ab9d79540bf58043 (diff)
share the text description of service types between MPEG PMT and DVB-CI
svn path=/trunk/; revision=53289
Diffstat (limited to 'epan/dissectors/packet-mpeg-pmt.h')
-rw-r--r--epan/dissectors/packet-mpeg-pmt.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mpeg-pmt.h b/epan/dissectors/packet-mpeg-pmt.h
new file mode 100644
index 0000000000..e76daa7f94
--- /dev/null
+++ b/epan/dissectors/packet-mpeg-pmt.h
@@ -0,0 +1,31 @@
+/* packet-mpeg-pmt.h
+ *
+ * $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_PMT_H__
+#define __PACKET_MPEG_PMT_H__
+
+#include <epan/value_string.h>
+
+extern value_string_ext mpeg_pmt_stream_type_vals_ext;
+
+#endif