summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-09-29 02:10:25 +0000
committerGuy Harris <guy@alum.mit.edu>2007-09-29 02:10:25 +0000
commit30e64a2528b326e129e8e2f1913b9fdca0051136 (patch)
tree3bd64c0d578bac46ff4e9c93ef633dbac66c2d5a /README
parent5f9d1e28e654073561dded0bbd1b5126038cb387 (diff)
downloadwireshark-30e64a2528b326e129e8e2f1913b9fdca0051136.tar.gz
Update to reflect that we're using libsmi, not Net-SNMP.
svn path=/trunk/; revision=23028
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 79ef7f10d5..70559e25c2 100644
--- a/README
+++ b/README
@@ -206,12 +206,12 @@ 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 Net-SNMP library to do more sophisticated decoding, by reading MIB
+the libsmi 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"
+will automatically determine whether you have the libsmi library on
+your system. If you have the libsmi library but _do not_ want to have
+Wireshark use it, you can run configure with the "--without-libsmi"
option.
How to Report a Bug