Wireshark-dev: [Wireshark-dev] tvbuff integer accessor function names
Hi all,
As you might have noticed we've been changing occurrences of GLib
integer types in the Wireshark code base to C99 types, which is being
tracked in issue 19116. As part of that work I recently renamed the
tvb_get_guintXX and tvb_get_gintXX functions to tvb_get_uintXX and
tvb_get_intXX, respectively. Merge request 16443 will go even further
and deprecate the GLib-style functions. After it has been merged you
will need to use the new-style function names.