aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/prefs.c')
-rw-r--r--epan/prefs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index ecff660ae8..4235c03abd 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -1757,7 +1757,8 @@ try_convert_to_custom_column(gpointer *el_data)
{ COL_HPUX_DEVID, "nettl.devid" },
{ COL_DSCP_VALUE, "ip.dsfield" },
{ COL_FR_DLCI, "fr.dlci" },
- { COL_REL_CONV_TIME, "tcp.time_relative" }
+ { COL_REL_CONV_TIME, "tcp.time_relative" },
+ { COL_DELTA_CONV_TIME, "tcp.time_delta" }
};
guint haystack_idx;