aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.c
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>2002-02-05 21:02:36 +0000
committerNathan Neulinger <nneul@umr.edu>2002-02-05 21:02:36 +0000
commitec0efa47092556868f3521180d415b2816328412 (patch)
treef07013178c4d579ecbbd024d52e744060940b49b /packet-rx.c
parent949e878ffbb8a5a98a1658d9136c2a8b689650bc (diff)
add idle to rx ack value strings
svn path=/trunk/; revision=4698
Diffstat (limited to 'packet-rx.c')
-rw-r--r--packet-rx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-rx.c b/packet-rx.c
index d8a39e474c..5f2248cef9 100644
--- a/packet-rx.c
+++ b/packet-rx.c
@@ -4,7 +4,7 @@
* Based on routines from tcpdump patches by
* Ken Hornstein <kenh@cmf.nrl.navy.mil>
*
- * $Id: packet-rx.c,v 1.33 2002/02/03 15:59:42 nneul Exp $
+ * $Id: packet-rx.c,v 1.34 2002/02/05 21:02:36 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -84,6 +84,7 @@ static const value_string rx_reason[] = {
{ RX_ACK_PING, "Ping" },
{ RX_ACK_PING_RESPONSE, "Ping Response" },
{ RX_ACK_DELAY, "Delay" },
+ { RX_ACK_IDLE, "Idle" },
{ 0, NULL }
};