X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/537b7c8d3cd1508725eeadc7a7d71ca3ba77d7af..8c63baec6f9524d8308ef5553d5bae789b1e47b7:/interface.h diff --git a/interface.h b/interface.h index 40067ed4..b8e2001c 100644 --- a/interface.h +++ b/interface.h @@ -82,16 +82,6 @@ extern char *strsep(char **, const char *); #define max(a,b) ((b)>(a)?(b):(a)) #endif -/* - * 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 - #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 #define LITTLE_ENDIAN 1234