diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-04-15 07:30:03 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-04-15 07:30:03 +0000 |
commit | b0e06bd8d1be45b4dae1a45f3d5160473c6c894a (patch) | |
tree | 9cece5fe9b4df3388c0ba97de81b5bedf4b29b46 /packet-snmp.h | |
parent | f8c976489400ad3d77bd0d254fc6e7e227e203dd (diff) | |
download | wireshark-b0e06bd8d1be45b4dae1a45f3d5160473c6c894a.tar.gz wireshark-b0e06bd8d1be45b4dae1a45f3d5160473c6c894a.tar.bz2 wireshark-b0e06bd8d1be45b4dae1a45f3d5160473c6c894a.zip |
Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.
Clean up some problems that revealed.
svn path=/trunk/; revision=3301
Diffstat (limited to 'packet-snmp.h')
-rw-r--r-- | packet-snmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-snmp.h b/packet-snmp.h index 7b5ef92aad..2e790be8d8 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.5 2000/08/11 13:34:00 deniel Exp $ + * $Id: packet-snmp.h,v 1.6 2001/04/15 07:30:03 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -31,7 +31,7 @@ * 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, +void dissect_snmp_pdu(tvbuff_t *, int, packet_info *, proto_tree *tree, char *, int, gint); #endif |