diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-03-11 02:12:41 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-03-11 02:12:41 +0000 |
commit | 709080b35859cec90854f1c4c71590b538ba0689 (patch) | |
tree | 1f7af961c104da985c6697c94c930625a4b58476 /INSTALL | |
parent | bb172432d1a5b4ddb965618e91ac3190a820e0e6 (diff) | |
download | wireshark-709080b35859cec90854f1c4c71590b538ba0689.tar.gz wireshark-709080b35859cec90854f1c4c71590b538ba0689.tar.bz2 wireshark-709080b35859cec90854f1c4c71590b538ba0689.zip |
Update various README and INSTALL files to reflect the requirement for
UCD SNMP 4.2.2 or later if you want MIB-reading support.
svn path=/trunk/; revision=4926
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -133,10 +133,10 @@ README.win32 for those instructions. you can specify where your SSL library is with this switch. --disable-snmp - If 'configure' finds a supported SNMP library on your system, - the SNMP dissector will be enhanced to use the SNMP library. - Use this switch to avoid using the SNMP library even if you - have it installed. + If 'configure' finds a supported version of the UCD SNMP library + on your system, the SNMP dissector will be enhanced to use + routines from that SNMP library. Use this switch to avoid + using the UCD SNMP library even if you have it installed. --with-ucdsnmp=DIR Tell the 'configure' script where your UCD SNMP library |