aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-12-05 16:00:34 +0000
committerGerald Combs <gerald@wireshark.org>2003-12-05 16:00:34 +0000
commitc219943fc127c8721cec10d7f06225e456e0655e (patch)
tree39b0c908b0ff435ef4835a2a0bd6ec4f8ea6775e
parent166d7e0e4c920037a9f26f5dc2aec4c563079f63 (diff)
Switch over to Net-SNMP 5.1. A ZIP file of the Net-SNMP 5.1 sources plus
a static Windows library (netsnmp.lib) has been placed at http://www.ethereal.com/distribution/win32/development/ The Net-SNMP documentation recommends against using a DLL at the present time. svn path=/trunk/; revision=9177
-rw-r--r--Makefile.nmake8
-rw-r--r--README.win324
-rw-r--r--config.nmake4
3 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 59272eb593..3a88c7ca1b 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.369 2003/12/03 23:54:49 guy Exp $
+# $Id: Makefile.nmake,v 1.370 2003/12/05 16:00:34 gerald Exp $
include config.nmake
include <win32.mak>
@@ -512,7 +512,7 @@ ethereal_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
wsock32.lib user32.lib \
$(GTK_LIBS) \
$(ADNS_LIBS) \
- $(NET_SNMP_DIR)\win32\lib\libsnmp.lib
+ $(NET_SNMP_DIR)\win32\lib\netsnmp.lib
# $(PCAP_DIR)\lib\wpcap.lib
tethereal_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
@@ -521,7 +521,7 @@ tethereal_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
wsock32.lib user32.lib \
$(GLIB_LIBS) \
$(ADNS_LIBS) \
- $(NET_SNMP_DIR)\win32\lib\libsnmp.lib
+ $(NET_SNMP_DIR)\win32\lib\netsnmp.lib
editcap_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
wsock32.lib user32.lib \
@@ -540,7 +540,7 @@ dftest_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib epan\ethereal.lib \
randpkt_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
user32.lib \
$(GLIB_LIBS) \
- $(NET_SNMP_DIR)\win32\lib\libsnmp.lib
+ $(NET_SNMP_DIR)\win32\lib\netsnmp.lib
EXECUTABLES=ethereal.exe tethereal.exe editcap.exe mergecap.exe text2pcap.exe
diff --git a/README.win32 b/README.win32
index ebb3a3e481..6fc41cfe3d 100644
--- a/README.win32
+++ b/README.win32
@@ -1,4 +1,4 @@
-$Id: README.win32,v 1.50 2003/12/01 17:25:23 gerald Exp $
+$Id: README.win32,v 1.51 2003/12/05 16:00:34 gerald Exp $
Installing Ethereal, Tethereal, and Editcap on Win32
====================================================
@@ -174,7 +174,7 @@ package is as follows:
gtk+-dev-1.3.0-20030115.zip C:\ethereal-win32-libs\gtk+
libiconv-1.9.1.bin.woe32.zip C:\ethereal-win32-libs\gtk+
libintl-0.10.40-tml-20020904.zip C:\ethereal-win32-libs\gtk+
- net-snmp-5.0.6.zip C:\ethereal-win32-libs
+ net-snmp-5.1.zip C:\ethereal-win32-libs
zlib121-dll.zip C:\ethereal-win32-libs\zlib121-dll
diff --git a/config.nmake b/config.nmake
index 36d1ab97be..c1279d828d 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.65 2003/12/01 17:17:51 gerald Exp $
+# $Id: config.nmake,v 1.66 2003/12/05 16:00:34 gerald Exp $
VERSION=0.9.16
#
@@ -57,7 +57,7 @@ GTK_DIR=C:\ethereal-win32-libs\gtk+
ZLIB_DIR=C:\ethereal-win32-libs\zlib121-dll
PCAP_DIR=C:\ethereal-win32-libs\WPdpack
-NET_SNMP_DIR=C:\ethereal-win32-libs\net-snmp-5.0.6
+NET_SNMP_DIR=C:\ethereal-win32-libs\net-snmp-5.1
#
# If you have GNU ADNS, set this to the pathname of the directory in