aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-06 01:21:00 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-06 01:21:00 +0000
commit5fcb7af0d18e0f501e73b642119a593f9eeb67f6 (patch)
treefc846b2bc18539e91758a2809ef2ab6417dfdc94 /packet-snmp.h
parent4c28968cfdc8d4eb3e3a9681c90bf7cf68feb576 (diff)
downloadwireshark-5fcb7af0d18e0f501e73b642119a593f9eeb67f6.tar.gz
wireshark-5fcb7af0d18e0f501e73b642119a593f9eeb67f6.tar.bz2
wireshark-5fcb7af0d18e0f501e73b642119a593f9eeb67f6.zip
Handle SNMP-over-TCP.
svn path=/trunk/; revision=8401
Diffstat (limited to 'packet-snmp.h')
-rw-r--r--packet-snmp.h6
1 files changed, 3 insertions, 3 deletions
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 <gerald@ethereal.com>
@@ -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