Wireshark-dev: [Wireshark-dev] What to do with tvb_get_bits()

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Wed, 19 Feb 2025 22:08:07
Hi List,

Following [1] we should have no more calls to tvb_get_bits() in our code base anymore.
This then opens up the possibility to deprecate this function in favour of tvb_get_bits_[8|16|32]().
Would this deprecation cause unforeseen problems, or would this help to clean up our API?

Thanks,
Jaap