Jeff Morriss wrote: > Are you automatically finding these? How? I was wondering about > finding a way to do it... >
Yep: A little bit of regex'ing in checkAPIs.pl seems to work OK for the way most value_string arrays are defined in Wireshark code. The current code finds and checks the cases of "static const value_string ...;" I'll commit the checkAPIs.pl changes in a bit. (ToDo: investigate cases of value_string definitions such as "const value_string ...;"). _______________________________________________ Wireshark-dev mailing list [email protected] https://wireshark.org/mailman/listinfo/wireshark-dev
