summaryrefslogtreecommitdiff
path: root/epan/column.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-09-01 13:51:13 -0700
committerGerald Combs <gerald@wireshark.org>2016-09-02 23:53:37 +0000
commit5846524f0ba9389e3f4f03546db21782c2d22183 (patch)
tree0a557804da07c086f5d4cd6422765d3814e06b5a /epan/column.c
parentdf3bf9ca796dc2474c55c87f0ff8cb4eab63d2f6 (diff)
downloadwireshark-5846524f0ba9389e3f4f03546db21782c2d22183.tar.gz
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 <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/column.c')
-rw-r--r--epan/column.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/column.c b/epan/column.c
index 1f7b2fa518..2a67019591 100644
--- a/epan/column.c
+++ b/epan/column.c
@@ -48,7 +48,7 @@ col_format_to_string(const gint fmt) {
"%At", /* 3) COL_ABS_TIME */
"%V", /* 4) COL_VSAN - !! DEPRECATED !!*/
"%B", /* 5) COL_CUMULATIVE_BYTES */
- "%Cus", /* 6 COL_CUSTOM */
+ "%Cus", /* 6) COL_CUSTOM */
"%y", /* 7) COL_DCE_CALL */
"%Tt", /* 8) COL_DELTA_TIME */
"%Gt", /* 9) COL_DELTA_TIME_DIS */