This is a discussion on Win32 changes for Ethereal? within the SNMP Coders forums, part of the Networking and Network Related category; This is a multi-part message in MIME format. --------------080808050006060201080602 Content-Type: text/plain; charset=ISO-8859-15; format=flowed ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a multi-part message in MIME format.
--------------080808050006060201080602 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit -Coders, the Ethereal Win32 binary is built against net-snmp 5.1.2, currently: http://anonsvn.ethereal.com/viewcvs/...dows+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) --------------080808050006060201080602 Content-Type: text/plain; name="README.ethereal" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="README.ethereal" 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. --------------080808050006060201080602-- ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |