ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Ethereal-users: [Ethereal-users] FIXED (Partly): Compiling ethereal-0.9.6 with NET-SNMP-5.0.3

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Wed, 21 Aug 2002 12:49:50 -0400
Compiling NET-SNMP with --enable-ucd-snmp-compatibility will install UCD
SNMP compatible header files in the appropriate directory, but Ethereal
compile needs to include the C Preprocessor directive -DUCD_COMPATIBLE in
order to have the head file compile test return, appropriately, from
configure.

This breaks gtk/main.c and tethereal.c in that the NET-SNMP headers define
Version as type static const char *, but you can compile it to leave out
versions, so that it isn't too bad a kludge (at least until the code is
"fixed").

Sean