aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-11-18 07:29:55 +0000
committerGuy Harris <guy@alum.mit.edu>1999-11-18 07:29:55 +0000
commitf5831f290a48c571f356c035f7dba09fb6ffe408 (patch)
tree5b144c6ccc5d74f435599b47de04d6c68abbb2aa /packet-snmp.h
parent95d752b46655234a81467d6ef6e3324c80db68d5 (diff)
ILMI is just SNMP-over-ATM AAL5; if the SNMP dissector is available,
dissect ILMI packets with the SNMP dissector. svn path=/trunk/; revision=1054
Diffstat (limited to 'packet-snmp.h')
-rw-r--r--packet-snmp.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/packet-snmp.h b/packet-snmp.h
new file mode 100644
index 0000000000..df37d39521
--- /dev/null
+++ b/packet-snmp.h
@@ -0,0 +1,32 @@
+/* packet-snmp.h
+ * Exported routines for SNMP (simple network management protocol)
+ * D.Jorand (c) 1998
+ *
+ * $Id: packet-snmp.h,v 1.1 1999/11/18 07:29:55 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@unicom.net>
+ * Copyright 1998 Didier Jorand
+ *
+ *
+ * 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.
+ */
+
+/*
+ * Guts of the SNMP dissector - exported for use by protocols such as
+ * ILMI.
+ */
+void dissect_snmp_pdu(const u_char *, int, frame_data *, proto_tree *tree,
+ char *, int, gint);