Added a paragraph explaining that the SNMP decode in ethereal uses
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 21 Jun 1999 16:02:22 +0000 (16:02 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 21 Jun 1999 16:02:22 +0000 (16:02 +0000)
either the UCD or CMU SNMP library. Also documented the fact that SNMP
support in ethereal can be disabled with the "--disable-snmp" option to
'configure'.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@322 f5534014-38df-0310-8fa8-9805f1628bb7

README

diff --git a/README b/README
index c5669a26a1ad43222927e0092890da0c19c0bafc..8f9296d5239aac6ccb685082069d042ec05ce16a 100644 (file)
--- a/README
+++ b/README
@@ -90,6 +90,17 @@ The "Follow TCP Stream" feature only supports TCP over IPv4. Support for TCP
 over IPv6 is planned.
 
 
+SNMP
+----
+Ethereal can do some basic decoding of SNMP packets, but it relies on an
+external SNMP library to do this. You can use either the UCD or the CMU
+SNMP libraries. The configure script will automatically determine which
+library you have on your system and will use it. If you have an SNMP
+library but _do not_ want to have ethereal use it, you can run configure
+with the "--disable-snmp" option. No SNMP support will be compiled into
+ethereal with this option.
+
+
 Disclaimer
 ----------