aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.h
diff options
context:
space:
mode:
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-05 21:02:36 +0000
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-05 21:02:36 +0000
commit10beedc5c9ae4ff0786df60911b5aa932c18bfaa (patch)
treef07013178c4d579ecbbd024d52e744060940b49b /packet-rx.h
parent01d5ad5846790f931509cf5ebe2039ead543acf8 (diff)
add idle to rx ack value strings
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4698 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 17b6d5b18c..0a103d3071 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.8 2002/02/03 15:59:42 nneul Exp $
+ * $Id: packet-rx.h,v 1.9 2002/02/05 21:02:36 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -75,6 +75,7 @@ struct rxinfo {
#define RX_ACK_PING 6
#define RX_ACK_PING_RESPONSE 7
#define RX_ACK_DELAY 8
+#define RX_ACK_IDLE 9
#define RX_MAXCALLS 4