Comment # 6
on bug 8783
from Guy Harris
(In reply to comment #0)
> With the release of 1.10.0, a couple of API functions have become
> deprecated, svn commit 35229 showed this:
>
> Deprecate dissector_add(), dissector_change(), dissector_delete(),
> dissector_get_port_handle(), dissector_reset(), dissector_try_port(),
> dissector_try_port_new(), and next_tvb_add_port().
Actually, those have technically been deprecated since 1.6 (they're not port
numbers, they're unsigned integers, which happen to be port numbers in some but
not all dissector tables), but we didn't use, for example, the GCC tag to mark
them as such (we just made them macros wrapping the new names for them). They
were *removed* in 1.10.
You are receiving this mail because:
- You are watching all bug changes.