ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Switch to C++11 or C++14

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 2 Jun 2018 12:27:45 -0700
On Jun 2, 2018, at 12:04 PM, Mark@xxxxxxxxxxx <mlandri@xxxxxxxxxxx> wrote:

> Moving to c++ or at least supporting c++ module builds during main build could greatly improve data serialization and deserialization by using Google Protocol Buffers (protobuf).

I presume what you meant to say is

	Moving to c++ or at least supporting c++ module builds during main build *would allow us to* greatly improve data serialization and deserialization by using Google Protocol Buffers (protobuf).

Moving to C++ doesn't do that by itself; adopting Google Protocol Buffers, which requires using one of the languages supported by Protocol Buffers, such as C++, does that.