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 <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Michael Mann 2017-11-21 18:08:05 -05:00 committed by Anders Broman
parent 86919416ee
commit a501321cbb
1 changed files with 1 additions and 1 deletions

View File

@ -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;