aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-rx.c')
-rw-r--r--packet-rx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-rx.c b/packet-rx.c
index 544ad2cd33..92c79339ac 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.16 2001/01/03 06:55:31 guy Exp $
+ * $Id: packet-rx.c,v 1.17 2001/01/03 16:41:07 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -71,7 +71,8 @@ static const value_string rx_flags[] = {
{ RX_REQUEST_ACK, "req-ack" },
{ RX_LAST_PACKET, "last-pckt" },
{ RX_MORE_PACKETS, "more-pckts" },
- { RX_FREE_PACKET, "free-pckt" }
+ { RX_FREE_PACKET, "free-pckt" },
+ { 0, NULL }
};
static int proto_rx = -1;