tcpdump mailing list archives

Re: print-gre.c INET6


From: Darren Reed <darrenr () reed wattle id au>
Date: Fri, 2 Jul 2004 09:59:24 +1000 (EST)

In some email I received from alex medvedev, sie wrote:
hi,

i think print-gre.c needs a #ifdef INET6 around

        case ETHERTYPE_IPV6:
                ip6_print(bp, len);
                break;

otherwise tcpdump does not build if compiled without ipv6 support.
but who does that anyway? :)

I bumped into it yesterday trying to compile tcpdump on RedHat 9.0.

Yes, the patch (for #ifdef INET6-#endif) is required so long as there
is a "#define INET6" in config.h.

Darren 
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


Current thread: