diff options
author | Michael Mann <mmann78@netscape.net> | 2016-01-25 23:01:46 -0500 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2016-01-27 07:54:24 +0000 |
commit | 850f5d3be0707dc84661877d8e22eeadfa6e1189 (patch) | |
tree | 9c04457485d4254b7180ea726e767093bbdf5b5e /epan/column-utils.c | |
parent | 0b7583b3703eecf092823cd402a250265a204192 (diff) | |
download | wireshark-850f5d3be0707dc84661877d8e22eeadfa6e1189.tar.gz wireshark-850f5d3be0707dc84661877d8e22eeadfa6e1189.tar.bz2 wireshark-850f5d3be0707dc84661877d8e22eeadfa6e1189.zip |
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 'epan/column-utils.c')
-rw-r--r-- | epan/column-utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/column-utils.c b/epan/column-utils.c index f7bb4ea36c..ea932034b9 100644 --- a/epan/column-utils.c +++ b/epan/column-utils.c @@ -1789,8 +1789,7 @@ col_set_fmt_time(const frame_data *fd, column_info *cinfo, const gint fmt, const /* --------------------------- */ /* Set the given (relative) time to a column element. * - * Used by multiple dissectors to set the time in the column - * COL_DELTA_CONV_TIME + * Used by dissectors to set the time in a column * * @param cinfo the current packet row * @param el the column to use, e.g. COL_INFO |