X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/c9d84d15c5c4dc8eca7594101fe5026080ed641e..cff875676ce4da91a345ca476e3da65819c58d46:/print-ipcomp.c?ds=inline diff --git a/print-ipcomp.c b/print-ipcomp.c index ed2f49d0..86625429 100644 --- a/print-ipcomp.c +++ b/print-ipcomp.c @@ -21,7 +21,11 @@ #ifndef lint static const char rcsid[] = - "@(#) /master/usr.sbin/tcpdump/tcpdump/print-icmp.c,v 2.1 1995/02/03 18:14:42 polk Exp (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ipcomp.c,v 1.4 2000-01-19 04:51:11 itojun Exp $"; +#endif + +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include @@ -48,15 +52,12 @@ static const char rcsid[] = #ifdef INET6 #include #endif -#ifdef HAVE_NETINET6_IPCOMP_H -#include -#else + struct ipcomp { u_int8_t comp_nxt; /* Next Header */ u_int8_t comp_flags; /* Length of data, in 32bit */ u_int16_t comp_cpi; /* Compression parameter index */ }; -#endif #if defined(HAVE_LIBZ) && defined(HAVE_ZLIB_H) #include