Hello all, I'm building Red Hat RPMs from tcpdump 3.7.0. They're available, at least temporarily, on http://www.netcore.fi/pekkas/linux/. Feedback on these is ok.
When performing autoheader I noticed: 1) TCPDUMP_DO_SMB is not in tcpdump_3_7; the tag of acconfig.h must be shifted up to 1.16. 2) 'const' is equally missing from acconfig.h. -- Pekka Savola "Tell me of difficulties surmounted, Netcore Oy not those you stumble over and fall" Systems. Networks. Security. -- Robert Jordan: A Crown of Swords
--- tcpdump-3.7.0/acconfig.h Fri Nov 2 16:38:01 2001 +++ tcpdump-3.7.0.new/acconfig.h Fri Nov 2 16:37:15 2001 @@ -93,3 +93,6 @@ /* Whether or not to include the possibly-buggy SMB printer */ #undef TCPDUMP_DO_SMB + +#undef const +
