aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.h
diff options
context:
space:
mode:
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-03 15:59:42 +0000
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-03 15:59:42 +0000
commitf3cb1d6124ee00fd1e864aa897b637d70c59adf5 (patch)
treef33b5edb88461dea3c81d7ac01becc6dcba5761b /packet-rx.h
parentaad541dab92617b1214b84c65f15b10f5960e044 (diff)
add packet flag for slow-start/jumbogram
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4688 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rx.h')
-rw-r--r--packet-rx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-rx.h b/packet-rx.h
index 187af98d04..17b6d5b18c 100644
--- a/packet-rx.h
+++ b/packet-rx.h
@@ -1,7 +1,7 @@
/* packet-rx.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet-rx.h,v 1.7 2001/08/20 02:11:13 guy Exp $
+ * $Id: packet-rx.h,v 1.8 2002/02/03 15:59:42 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -62,6 +62,7 @@ struct rxinfo {
#define RX_LAST_PACKET 4
#define RX_MORE_PACKETS 8
#define RX_FREE_PACKET 16
+#define RX_SLOW_START_OR_JUMBO 32
#define RX_ACK_TYPE_NACK 0
#define RX_ACK_TYPE_ACK 1