From: Guy Harris Date: Sat, 9 Dec 2006 01:34:08 +0000 (-0000) Subject: We no longer support UCD SNMP - and *do* support Net-SNMP, and have X-Git-Url: http://git.samba.org/?p=metze%2Fwireshark%2Fwip.git;a=commitdiff_plain;h=49c7a19ba21125026a280c5f1e35369a32d8be9f;hp=21726d3714ec6aafbf058d192aa0b11c7fa435b3 We no longer support UCD SNMP - and *do* support Net-SNMP, and have supported it for quite a while. svn path=/trunk/; revision=20074 --- diff --git a/README b/README index 7f94c990e7..20e0780a4e 100644 --- a/README +++ b/README @@ -205,23 +205,15 @@ decode IPv6 packets, but you'll only see IPv6 addresses, not host names. SNMP ---- -Wireshark can do some basic decoding of SNMP packets; it can also use the -UCD SNMP library, version 4.2.2 or later, to do more sophisticated -decoding, by reading MIB files and using the information in those files -to display OIDs and variable binding values in a friendlier fashion. -The configure script will automatically determine whether you have the -UCD SNMP library on your system, and will use it if it's version 4.2.2 -or later. If you have an SNMP library but _do not_ want to have -wireshark use it, you can run configure with the "--without-ucd-snmp" +Wireshark can do some basic decoding of SNMP packets; it can also use +the Net-SNMP library to do more sophisticated decoding, by reading MIB +files and using the information in those files to display OIDs and +variable binding values in a friendlier fashion. The configure script +will automatically determine whether you have the Net-SNMP library on +your system. If you have the Net-SNMP library but _do not_ want to have +wireshark use it, you can run configure with the "--without-net-snmp" option. -If you have an earlier version of the UCD SNMP library on your system, -the configure script will stop, reporting that it can't find the -"sprint_realloc_objid()" routine; you should either upgrade to version -4.2.4 or later, as UCD SNMP 4.2.4 fixes some potential buffer overflow -problems, or should configure with "--without-ucd-snmp". - - How to Report a Bug ------------------- Wireshark is still under constant development, so it is possible that you will