From e1e43d42dc6f3d52350271188f2db7941a505877 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 12 Apr 2003 07:48:36 +0000 Subject: Some packets (the ones I've seen have a datastream type of "End-of-Connection Acknolwedgment") have none of the connection control bits set; describe them as "Data, No Ack Required" rather than "Unknown". svn path=/trunk/; revision=7443 --- packet-ipx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packet-ipx.c') diff --git a/packet-ipx.c b/packet-ipx.c index 0d0b2c43c6..dbc4cbad9b 100644 --- a/packet-ipx.c +++ b/packet-ipx.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 2000-2002 by Gilbert Ramirez. * Portions Copyright (c) Novell, Inc. 2002-2003 * - * $Id: packet-ipx.c,v 1.128 2003/04/12 07:35:52 guy Exp $ + * $Id: packet-ipx.c,v 1.129 2003/04/12 07:48:36 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -506,6 +506,7 @@ spx_conn_ctrl(guint8 ctrl) const char *p; static const value_string conn_vals[] = { + { 0x00, "Data, No Ack Required" }, { SPX_EOM, "End-of-Message" }, { SPX_ATTN, "Attention" }, { SPX_SEND_ACK, "Acknowledgment Required"}, -- cgit v1.2.3