Hal Lander wrote: > Hi, > > There are various routines to get things like "tvb_get_stringz" and > "tvb_get_ntohieee_float" > What do you use to get a boolean, I have not found anything?
What's a boolean? Is it a 32-bit entity? Frequently, but it might not always be. You probably want to use one of the size-appropriate functions (like tvb_get_ntohl()). _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
