aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.c
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.c
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.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 9c95ce418c..d8a39e474c 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.32 2002/02/01 16:37:18 nneul Exp $
+ * $Id: packet-rx.c,v 1.33 2002/02/03 15:59:42 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -71,6 +71,7 @@ static const value_string rx_flags[] = {
{ RX_LAST_PACKET, "last-pckt" },
{ RX_MORE_PACKETS, "more-pckts" },
{ RX_FREE_PACKET, "free-pckt" },
+ { RX_SLOW_START_OR_JUMBO, "slow-start/jumbogram" },
{ 0, NULL }
};