Fix the documentation that I forgot to fix when I fixed --with-ucd-snmp.

Thanks to Tom Uijldert <Tom.Uijldert@logicacmg.com>.

svn path=/trunk/; revision=8355
This commit is contained in:
Richard Sharpe 2003-09-03 07:11:31 +00:00
parent 28c86073ec
commit fd9f317fa0
2 changed files with 5 additions and 5 deletions

View File

@ -153,13 +153,13 @@ README.win32 for those instructions.
that comes with the net-snmp package is located, if not in a standard
location.
--without-ucdsnmp
--without-ucd-snmp
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
--with-ucd-snmp=DIR
Tell the 'configure' script where your UCD SNMP library
is located, if not in a standard location.

6
README
View File

@ -1,4 +1,4 @@
$Id: README,v 1.60 2003/07/29 19:41:59 guy Exp $
$Id: README,v 1.61 2003/09/03 07:11:31 sharpe Exp $
General Information
------- -----------
@ -203,14 +203,14 @@ 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
ethereal use it, you can run configure with the "--without-ucdsnmp"
ethereal use it, you can run configure with the "--without-ucd-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-ucdsnmp".
problems, or should configure with "--without-ucd-snmp".
How to Report a Bug