aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mms.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-03 06:08:53 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-03 06:08:53 +0000
commite7d7305b543f6508e84383965678722c93d42680 (patch)
tree05e19d8a05ac93073cf93c0895b907fc2c6d4801 /epan/dissectors/packet-mms.h
parente45f8f8dff4004e9946331ce41b9e3667214b52b (diff)
New protocol :
MMS Manufacturing Message Specification git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14836 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mms.h')
-rw-r--r--epan/dissectors/packet-mms.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mms.h b/epan/dissectors/packet-mms.h
new file mode 100644
index 0000000000..efe3e8c22e
--- /dev/null
+++ b/epan/dissectors/packet-mms.h
@@ -0,0 +1,46 @@
+/* Do not modify this file. */
+/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
+/* ./packet-mms.h */
+/* ../../tools/asn2eth.py -X -b -e -p mms -c mms.cnf -s packet-mms-template mms.asn */
+
+/* Input file: packet-mms-template.h */
+
+/* packet-mms.h
+ * Routines for MMS packet dissection
+ * Ronnie Sahlberg 2005
+ *
+ * $Id: packet-mms-template.h 12573 2004-11-22 03:36:26Z sahlberg $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * 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_MMS_H
+#define PACKET_MMS_H
+
+
+/*--- Included file: packet-mms-exp.h ---*/
+
+extern const value_string mms_MMSpdu_vals[];
+int dissect_mms_MMSpdu(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+
+/*--- End of included file: packet-mms-exp.h ---*/
+
+
+#endif /* PACKET_MMS_H */
+