[tcpdump-workers] --disable-ipv6 and git trees

2008-11-07 Thread Michael Richardson
> "Peter" == Peter Volkov <[EMAIL PROTECTED]> writes: Peter> Hello. Peter> tcpdump-4.0.0 fails to build with --disable-ipv6. Patch to Peter> fix the issue is in attachment. I've applied your fix to the git tree, but in the process, I've learnt that the git-cvsimport did not do

[tcpdump-workers] tcpdump-4.0.0: disable automatic dependency on libsmi

2008-11-07 Thread Peter Volkov
Hello. Currently it's impossible to build tcpdump without libsmi on system with libsmi installed. The patch in attachment adds --with{,out}-smi configure switch which allows to disable it. -- Peter. === modified file 'configure.in' --- configure.in 2008-11-04 16:24:30 + +++ configure.in 2008

[tcpdump-workers] tcpdump-4.0.0 build failure with --disable-ipv6

2008-11-07 Thread Peter Volkov
Hello. tcpdump-4.0.0 fails to build with --disable-ipv6. Patch to fix the issue is in attachment. -- Peter. === modified file 'print-enc.c' --- print-enc.c 2008-11-04 16:24:30 + +++ print-enc.c 2008-11-04 16:45:04 + @@ -77,9 +77,11 @@ case AF_INET: ip_print(gndo, p, length); brea