diff options
author | Guy Harris <guy@alum.mit.edu> | 2006-12-09 01:34:08 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2006-12-09 01:34:08 +0000 |
commit | 49c7a19ba21125026a280c5f1e35369a32d8be9f (patch) | |
tree | 060b97bc78841da6f06de6beaf2eeb30348cf251 /README | |
parent | 21726d3714ec6aafbf058d192aa0b11c7fa435b3 (diff) | |
download | wireshark-49c7a19ba21125026a280c5f1e35369a32d8be9f.tar.gz wireshark-49c7a19ba21125026a280c5f1e35369a32d8be9f.tar.bz2 wireshark-49c7a19ba21125026a280c5f1e35369a32d8be9f.zip |
We no longer support UCD SNMP - and *do* support Net-SNMP, and have
supported it for quite a while.
svn path=/trunk/; revision=20074
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 7 insertions, 15 deletions
@@ -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 |