Wireshark-dev: [Wireshark-dev] Are we fully moved over to C++ compilers?

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Wed, 17 May 2023 16:41:00 -0500
What's the state of our toolchain requirements for wireshark and all the programs within it?
The CMakeLists.txt indicates we need C++ 11, but also has variables for C_ONLY_FLAGS

Some .c/.h files have "#ifdef __cplusplus" and others don't.

Basically, if I'm working on a new feature in common code for tshark and wireshark, can I rely on C++ and the STL, or must I restrain myself to C and glib?

Thanks,

Gilbert