Subject: Re: bin/34733
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-bugs
Date: 11/25/2006 18:25:01
The following reply was made to PR bin/34733; it has been noted by GNATS.

From: "Jeremy C. Reed" <reed@reedmedia.net>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: bin/34733
Date: Sat, 25 Nov 2006 12:18:47 -0600 (CST)

 src/dist/tcpdump/interface.h has:
 
 /*
  * The default snapshot length.  This value allows most printers to print
  * useful information while keeping the amount of unwanted data down.
  */
 #ifndef INET6
 #define DEFAULT_SNAPLEN 68      /* ether + IPv4 + TCP + 14 */
 #else
 #define DEFAULT_SNAPLEN 96      /* ether + IPv6 + TCP + 22 */
 #endif
 
 I wonder where the problem is.
 INET6 is defined in src/usr.sbin/tcpdump/Makefile
 
 Do you have USE_INET6=no??