X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f685a42c3dde025ae99b507f643332f1a4918e8e..b51a0dafc7861eb31d21524ec067d7c529a664b8:/slcompress.h diff --git a/slcompress.h b/slcompress.h index f57167a8..644c7559 100644 --- a/slcompress.h +++ b/slcompress.h @@ -1,8 +1,6 @@ /* * Definitions for tcp compression routines. * - * @(#) $Header: /tcpdump/master/tcpdump/slcompress.h,v 1.1 2000-10-09 01:53:21 guy Exp $ (LBL) - * * Copyright (c) 1989, 1990, 1992, 1993 Regents of the University of * California. All rights reserved. * @@ -22,9 +20,6 @@ * - Initial distribution. */ -#define MAX_STATES 16 /* must be > 2 and < 256 */ -#define MAX_HDR MLEN /* XXX 4bsd-ism: should really be 128 */ - /* * Compressed packet format: * @@ -86,3 +81,5 @@ #define SPECIAL_I (NEW_S|NEW_W|NEW_U) /* echoed interactive traffic */ #define SPECIAL_D (NEW_S|NEW_A|NEW_W|NEW_U) /* unidirectional data */ #define SPECIALS_MASK (NEW_S|NEW_A|NEW_W|NEW_U) + +#define TCP_PUSH_BIT 0x10