aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-14 15:55:37 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-14 15:55:37 +0000
commit1314808bd5d98b729bde9c3d29a80ef281ec1507 (patch)
tree02e55a22250cdb40f5ec55f50e4219a510d7cb16 /packet-tcp.c
parent161d88c50abe36264b6d8733518e5aa7352ade98 (diff)
add support to link from specially marked fields to related packets,
a doubleclick will follow the link svn path=/trunk/; revision=10892
Diffstat (limited to 'packet-tcp.c')
-rw-r--r--packet-tcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-tcp.c b/packet-tcp.c
index 87bd14eb69..72e09a1afa 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.232 2004/05/14 09:00:06 ulfl Exp $
+ * $Id: packet-tcp.c,v 1.233 2004/05/14 15:55:36 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1159,6 +1159,7 @@ 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,