diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-05-30 03:35:55 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-05-30 03:35:55 +0000 |
commit | 86e1e74fb97c4f218ee886c4b87d5d154105916c (patch) | |
tree | c0e05a11792c41f2f8041d360f362322f93b4ef4 /packet-snmp.h | |
parent | 11b7f3727d041ac0de1e655154a12a726546e0b5 (diff) | |
download | wireshark-86e1e74fb97c4f218ee886c4b87d5d154105916c.tar.gz wireshark-86e1e74fb97c4f218ee886c4b87d5d154105916c.tar.bz2 wireshark-86e1e74fb97c4f218ee886c4b87d5d154105916c.zip |
Give the IPX dissector dissector hash tables for the IPX type and socket
number, and have the protocols encapsulated inside IPX register
themselves with that table.
svn path=/trunk/; revision=2028
Diffstat (limited to 'packet-snmp.h')
-rw-r--r-- | packet-snmp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-snmp.h b/packet-snmp.h index d01d2c2b6c..d0527fcd9e 100644 --- a/packet-snmp.h +++ b/packet-snmp.h @@ -2,7 +2,7 @@ * Exported routines for SNMP (simple network management protocol) * D.Jorand (c) 1998 * - * $Id: packet-snmp.h,v 1.3 2000/02/15 21:03:10 gram Exp $ + * $Id: packet-snmp.h,v 1.4 2000/05/30 03:35:55 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -24,8 +24,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -void dissect_snmp(const u_char *, int, frame_data *, proto_tree *); - /* * Guts of the SNMP dissector - exported for use by protocols such as * ILMI. |