aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-01-25 23:01:46 -0500
committerAnders Broman <a.broman58@gmail.com>2016-01-27 07:54:24 +0000
commit850f5d3be0707dc84661877d8e22eeadfa6e1189 (patch)
tree9c04457485d4254b7180ea726e767093bbdf5b5e /doc
parent0b7583b3703eecf092823cd402a250265a204192 (diff)
Remove the deprecated column types so users don't think they still exist.
Bug: 11559 Change-Id: I51836dc9a4fa399835c7bdabcba577ebd40327ad Reviewed-on: https://code.wireshark.org/review/13538 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dissector8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 59fced396d..5b4f02388e 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -584,8 +584,7 @@ based on the time-value.
For example:
- nstime_delta(&ts, &pinfo->fd->abs_ts, &tcpd->ts_first);
- col_set_time(pinfo->cinfo, COL_REL_CONV_TIME, &ts, "tcp.time_relative");
+ col_set_time(pinfo->cinfo, COL_REL_TIME, &ts, "s4607.ploc.time");
1.5 Constructing the protocol tree.
@@ -2553,10 +2552,9 @@ selected in random order once the whole file has been read.
After calculating the conversation timestamps, it is time to put them in
the appropriate columns with the function 'col_set_time' (described in
-section 1.5.9). There are two columns for conversation timestamps:
+section 1.5.9). The column used for relative timestamps is:
-COL_REL_CONV_TIME, /* Relative time to beginning of conversation */
-COL_DELTA_CONV_TIME,/* Delta time to last frame in conversation */
+COL_REL_TIME, /* Delta time to last frame in conversation */
Last but not least, there MUST be a preference in each dissector that
uses conversation timestamps that makes it possible to enable and