X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=blobdiff_plain;f=packet-snmp.h;h=e1bb8159405460d848fce64a4404bb1419ea0277;hp=06c6b8689f3e782f4f1d16b953d8aa074d2fa080;hb=4c650208124fdbc5085f7b68734264e26167af53;hpb=27d9979721a44069d26bfee1bce0e31a59f41e0d diff --git a/packet-snmp.h b/packet-snmp.h index 06c6b8689f..e1bb815940 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.8 2002/08/28 21:00:35 jmayer Exp $ + * $Id: packet-snmp.h,v 1.9 2003/09/06 01:21:00 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -30,7 +30,7 @@ * Guts of the SNMP dissector - exported for use by protocols such as * ILMI. */ -extern void dissect_snmp_pdu(tvbuff_t *, int, packet_info *, proto_tree *tree, - char *, int, gint); +extern guint dissect_snmp_pdu(tvbuff_t *, int, packet_info *, proto_tree *tree, + int, gint, gboolean); #endif