aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-23 12:30:48 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-23 12:30:48 +0000
commit80861033858cc51c0bcbb3d13a43afdfdbaeed58 (patch)
tree9b8c974e2e176951c50c3342f889e1bfb8392d16 /epan/dissectors/packet-tcp.c
parent78c79d3aab93e03d3f60b129657ff531d0716d14 (diff)
Custom columnfication:
* Deprecate COL_DELTA_CONV_TIME (Delta time (conversation)). Use tcp.time_delta git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29524 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-tcp.c')
-rw-r--r--epan/dissectors/packet-tcp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 67090c2dc7..e7128d2ebe 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -3101,13 +3101,8 @@ dissect_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
*/
if (!(pinfo->fd->flags.visited))
tcp_calculate_timestamps(pinfo, tcpd, tcppd);
-
- /* Fill the conversation timestamp columns */
- if(tcppd)
- col_set_time(pinfo->cinfo, COL_DELTA_CONV_TIME, &tcppd->ts_del, "tcp.time_delta");
}
-
/*
* If we've been handed an IP fragment, we don't know how big the TCP
* segment is, so don't do anything that requires that we know that.