Re: [Wireshark-dev] Using C++ for a test tool linking to wireshark

2017-08-10 Thread Graham Bloice
On 9 August 2017 at 20:21, Guy Harris wrote: > On Aug 9, 2017, at 12:01 PM, Sultan, Hassan wrote: > > > Awesome :) so no concerns about C++ 11 then ? > > There's "concerns about C++" and there's "concerns about C++ 11". > > The Wireshark Developer's Guide:

Re: [Wireshark-dev] Using C++ for a test tool linking to wireshark

2017-08-09 Thread Guy Harris
On Aug 9, 2017, at 12:01 PM, Sultan, Hassan wrote: > Awesome :) so no concerns about C++ 11 then ? There's "concerns about C++" and there's "concerns about C++ 11". The Wireshark Developer's Guide:

Re: [Wireshark-dev] Using C++ for a test tool linking to wireshark

2017-08-09 Thread Guy Harris
On Aug 9, 2017, at 11:48 AM, Sultan, Hassan via Wireshark-dev wrote: > I’ve noticed everything in Wireshark seems to be in C89 ...except for the files in ui/qt and subdirectories thereof, and wireshark-qt.cpp in the top-level directory.

[Wireshark-dev] Using C++ for a test tool linking to wireshark

2017-08-09 Thread Sultan, Hassan via Wireshark-dev
Hi, I've noticed everything in Wireshark seems to be in C89 , which I guess is understandable for portability reasons. I'm curious whether you guys would be okay with having an external test tool be in C++ 11 though (think of something like tshark or rawshark but much smaller/simpler and for