-Coders,
the Ethereal Win32 binary is built against net-snmp 5.1.2, currently:
http://anonsvn.ethereal.com/viewcvs/viewcvs.py/trunk/packages/?root=Ethereal+Windows+Libraries
They've added the attached README.ethereal which explains a little build
fix they've done for Win32.
Can our local Win32 expert tell whether this is something that should be
fixed in CVS? I'd prefer to see the upcoming Ethereal 0.10.12 be able to
use an unmodified net-snmp 5.1.3 release, so if there's a need for a
fix, it should be done now.
+Thomas
--
Thomas Anders (thomas.anders at blue-cable.de)
The contents of this archive are identical to net-snmp-5.1.2.tar.gz as
distributed by the Net-SNMP project, with the following exceptions:
- win32/net-snmp/net-snmp-config.h has had the following change applied:
-------------------------------------------------------------------------------
--- net-snmp-config.h.orig 2004-04-20 14:10:30.000000000 -0500
+++ net-snmp-config.h 2004-10-13 14:15:26.281846100 -0500
@@ -1256,7 +1256,7 @@
#define CONFIGURE_OPTIONS ""
/* got socklen_t? */
-#define HAVE_SOCKLEN_T 1
+/* #undef HAVE_SOCKLEN_T */
/* got in_addr_t? */
/* #undef HAVE_IN_ADDR_T */
-------------------------------------------------------------------------------
- win32/net-snmp/net-snmp-config.h.orig contains the original contents of
win32/net-snmp/net-snmp-config.h.
- The "libsnmp - Win32 Release" project has been built using Microsoft
Visual C++ 6.0.