aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-15 00:41:27 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-15 00:41:27 +0000
commitfbe2e42bb95ff2ef3587922ff4c21bf7a0483b1e (patch)
tree55ba203720e5e29f5b9d69c65c0d3459a39de225 /packet-tcp.c
parent0f9577e5b1be936928bc49f0c2992e79e3b365e6 (diff)
remove FI_LINK again,
as this info can be derived from the presence of the FT_FRAMENUM field svn path=/trunk/; revision=10900
Diffstat (limited to 'packet-tcp.c')
-rw-r--r--packet-tcp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-tcp.c b/packet-tcp.c
index f67e645dba..6b9bfdaf08 100644
--- a/packet-tcp.c
+++ b/packet-tcp.c
@@ -1,7 +1,7 @@
/* packet-tcp.c
* Routines for TCP packet disassembly
*
- * $Id: packet-tcp.c,v 1.234 2004/05/14 17:34:51 ulfl Exp $
+ * $Id: packet-tcp.c,v 1.235 2004/05/15 00:41:26 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1159,7 +1159,6 @@ tcp_print_sequence_number_analysis(packet_info *pinfo, tvbuff_t *tvb, proto_tree
item = proto_tree_add_uint(tree, hf_tcp_analysis_acks_frame,
tvb, 0, 0, ta->frame_acked);
PROTO_ITEM_SET_GENERATED(item);
- PROTO_ITEM_SET_LINK(item);
}
if( ta->ts.secs || ta->ts.nsecs ){
item = proto_tree_add_time(tree, hf_tcp_analysis_ack_rtt,
@@ -1880,7 +1879,6 @@ desegment_tcp(tvbuff_t *tvb, packet_info *pinfo, int offset,
item=proto_tree_add_uint(tcp_tree, hf_tcp_reassembled_in,
tvb, 0, 0, ipfd_head->reassembled_in);
PROTO_ITEM_SET_GENERATED(item);
- PROTO_ITEM_SET_LINK(item);
}
/*