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.
_______________________________________________
Wireshark-dev mailing list -- wireshark-dev@wireshark.org
To unsubscribe send an email to wireshark-dev-le...@wireshark.org

Reply via email to