summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/interface.h
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1998-09-22 22:03:03 +0000
committerNiels Provos <provos@cvs.openbsd.org>1998-09-22 22:03:03 +0000
commit11f661c4f2c988d273cd4b9c0067a94e73f093a6 (patch)
tree800b302b7b543e18b692bed8ff2d8d80cef98126 /usr.sbin/tcpdump/interface.h
parent8d862e63908e0641bd58d72d99dfe2c5486de71d (diff)
make tcpdump aware of SACK (RFC 2018), loosely based on a patch from
hari@cs.berkeley.edu.
Diffstat (limited to 'usr.sbin/tcpdump/interface.h')
-rw-r--r--usr.sbin/tcpdump/interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/interface.h b/usr.sbin/tcpdump/interface.h
index bbe66dc817c..2743f7b8d72 100644
--- a/usr.sbin/tcpdump/interface.h
+++ b/usr.sbin/tcpdump/interface.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/interface.h,v 1.9 1998/06/25 19:42:45 mickey Exp $ (LBL)
+ * @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/interface.h,v 1.10 1998/09/22 22:03:00 provos Exp $ (LBL)
*/
#ifndef tcpdump_interface_h
@@ -66,6 +66,7 @@ extern int packettype; /* as specified by -T */
* 14 bytes of data (assuming no ip options).
*/
#define DEFAULT_SNAPLEN 68
+#define SACK_SNAPLEN 94
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321