https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5868
--- Comment #11 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2011-04-28 13:43:40 PDT ---
(In reply to comment #9)
> I was unaware of check_col() being deprecated - although I'll happily either
> remove occurrences of it, or rewrite things as necessary.
My view is that check_col() is not truly deprecated, but it is definitely
optional. A case where it *should* be used is when it protects you from
executing a sizable number of instructions: for example, adding the output of a
val_to_str() call to a column.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.