From 5846524f0ba9389e3f4f03546db21782c2d22183 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 1 Sep 2016 13:51:13 -0700 Subject: Qt: Conversation time column updates. Add a checkbox which lets you toggle between absolute and relative start times. Use the local time for now. Fixes bug 11618. Adjust our time precision based on the capture file's time precision. Fixes bug 12803. Update the User's Guide accordingly. Bug: 11618 Bug: 12803 Change-Id: I0049d6db6e4d0b6967bf35e6d056a61bfb4de10f Reviewed-on: https://code.wireshark.org/review/17448 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- ui/traffic_table_ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/traffic_table_ui.h') diff --git a/ui/traffic_table_ui.h b/ui/traffic_table_ui.h index 3edf13b0fd..66e711a53a 100644 --- a/ui/traffic_table_ui.h +++ b/ui/traffic_table_ui.h @@ -54,6 +54,7 @@ typedef enum { extern const char *conv_column_titles[CONV_NUM_COLUMNS]; extern const char *conv_conn_a_title; extern const char *conv_conn_b_title; +extern const char *conv_abs_start_title; typedef enum { -- cgit v1.2.1