aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mp4ves.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-11-11 20:42:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-11-11 20:42:47 +0000
commit93b9635a4126c828b35bee20fed89ea5758b7611 (patch)
tree7180b845efd8842f533e3e405c31844b1206ae74 /epan/dissectors/packet-mp4ves.h
parent23e9b1de65d95ab6e3685fa82bc73a242df06935 (diff)
Dissect part ofconfiguration parameter in SDP for MP4V-ES.
svn path=/trunk/; revision=26754
Diffstat (limited to 'epan/dissectors/packet-mp4ves.h')
-rw-r--r--epan/dissectors/packet-mp4ves.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mp4ves.h b/epan/dissectors/packet-mp4ves.h
new file mode 100644
index 0000000000..2a45d61e09
--- /dev/null
+++ b/epan/dissectors/packet-mp4ves.h
@@ -0,0 +1,32 @@
+/* packet-mp4ves.h
+ *
+ * $Id$
+ *
+ * Copyright 2008, Anders Broman <anders.broman[at]ericsson.com>
+ *
+ * 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.
+ */
+
+#ifndef PACKET_MP4VES_H
+#define PACKET_MP4VES_H
+
+extern const value_string mp4ves_level_indication_vals[];
+
+void dissect_mp4ves_config(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+#endif /* PACKET_MP4VES_H */ \ No newline at end of file