aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-03 19:09:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-03 19:09:03 +0000
commitabbbc2c4da7f2f758ea5a667faa51cf0145e9d8b (patch)
tree1d89fa259247fb28a911394870a9ca2f8ea8c93a /epan/dissectors/packet-snmp.h
parent0a007827043e1084a075c805c00d2b4601ea8762 (diff)
Use the asn2eth generated snmp dissector.
svn path=/trunk/; revision=18086
Diffstat (limited to 'epan/dissectors/packet-snmp.h')
-rw-r--r--epan/dissectors/packet-snmp.h21
1 files changed, 15 insertions, 6 deletions
diff --git a/epan/dissectors/packet-snmp.h b/epan/dissectors/packet-snmp.h
index 487f233424..2bb2c1c522 100644
--- a/epan/dissectors/packet-snmp.h
+++ b/epan/dissectors/packet-snmp.h
@@ -1,12 +1,19 @@
+/* Do not modify this file. */
+/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
+/* .\packet-snmp.h */
+/* ../../tools/asn2eth.py -X -b -e -p snmp -c snmp.cnf -s packet-snmp-template snmp.asn */
+
+/* Input file: packet-snmp-template.h */
+
+#line 1 "packet-snmp-template.h"
/* packet-snmp.h
- * Exported routines for SNMP (simple network management protocol)
- * D.Jorand (c) 1998
+ * Routines for snmp packet dissection
*
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
- * Copyright 1998 Didier Jorand
+ * 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
@@ -23,8 +30,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#ifndef __PACKET_SNMP_H__
-#define __PACKET_SNMP_H__
+#ifndef PACKET_SNMP_H
+#define PACKET_SNMP_H
/*
* Guts of the SNMP dissector - exported for use by protocols such as
@@ -34,4 +41,6 @@ extern guint dissect_snmp_pdu(tvbuff_t *, int, packet_info *, proto_tree *tree,
int, gint, gboolean);
extern int dissect_snmp_engineid(proto_tree *, tvbuff_t *, int, int);
-#endif
+/*#include "packet-snmp-exp.h"*/
+
+#endif /* PACKET_SNMP_H */