From ba9ebf69297bdeab5b47212afe667b7ffcefcacd Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 15 May 2002 21:37:19 +0000 Subject: Get rid of the "Connection Number High" entry - the "Connection Number" entry covers both bytes of the connection number (as well as the number in the middle - alas, there's no way to create a protocol tree item that covers a discontiguous range of bytes). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5480 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-ncp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packet-ncp.c') diff --git a/packet-ncp.c b/packet-ncp.c index f36b6f20f7..7a94043a86 100644 --- a/packet-ncp.c +++ b/packet-ncp.c @@ -3,7 +3,7 @@ * Gilbert Ramirez * Modified to allow NCP over TCP/IP decodes by James Coe * - * $Id: packet-ncp.c,v 1.59 2002/05/15 21:17:21 guy Exp $ + * $Id: packet-ncp.c,v 1.60 2002/05/15 21:37:19 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -253,8 +253,6 @@ dissect_ncp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) proto_tree_add_uint(ncp_tree, hf_ncp_seq, tvb, commhdr + 2, 1, header.sequence); proto_tree_add_uint(ncp_tree, hf_ncp_connection,tvb, commhdr + 3, 3, nw_connection); proto_tree_add_item(ncp_tree, hf_ncp_task, tvb, commhdr + 4, 1, FALSE); - proto_tree_add_text(ncp_tree, tvb, commhdr + 5, 1, - "Connection Number High: %u", header.conn_high); break; case NCP_BURST_MODE_XFER: /* Packet Burst Packet */ -- cgit v1.2.3