tcpdump mailing list archives
patch for print-gre.c and IPv6
From: Darren Reed <darrenr () reed wattle id au>
Date: Sun, 4 Jul 2004 03:28:46 +1000 (EST)
hope the white space is ok, it's a cut-n-paste.
*** print-gre.c.orig Sun Jun 13 02:32:56 2004
--- print-gre.c Sun Jul 4 03:30:00 2004
***************
*** 195,203 ****
--- 195,205 ----
case ETHERTYPE_IP:
ip_print(bp, len);
break;
+ #ifdef INET6
case ETHERTYPE_IPV6:
ip6_print(bp, len);
break;
+ #endif
case ETHERTYPE_MPLS:
mpls_print(bp, len);
break;
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
Current thread:
- patch for print-gre.c and IPv6 Darren Reed (Jul 03)
