From a501321cbbe2a23faa04031ba1567be3d305daee Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Tue, 21 Nov 2017 18:08:05 -0500 Subject: Enable TCP Calculate Conversation Timestamp by default It doesn't appear to be too expensive of a calculation, so have preference enable it by default. Bug: 14182 Change-Id: I330dc99d871424d17c60ab8cff59ba0828dd069a Reviewed-on: https://code.wireshark.org/review/24529 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-tcp.c') diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c index 8951a0d269..2b6eb2d3e8 100644 --- a/epan/dissectors/packet-tcp.c +++ b/epan/dissectors/packet-tcp.c @@ -1324,7 +1324,7 @@ handle_export_pdu_conversation(packet_info *pinfo, tvbuff_t *tvb, int src_port, static gboolean tcp_analyze_seq = TRUE; static gboolean tcp_relative_seq = TRUE; static gboolean tcp_track_bytes_in_flight = TRUE; -static gboolean tcp_calculate_ts = FALSE; +static gboolean tcp_calculate_ts = TRUE; static gboolean tcp_analyze_mptcp = TRUE; static gboolean mptcp_relative_seq = TRUE; -- cgit v1.2.3