PcapPlusPlus icon indicating copy to clipboard operation
PcapPlusPlus copied to clipboard

support of doip (diagnostic over IP protocol)

Open raissi-oussema opened this issue 1 year ago • 1 comments
trafficstars

Question

can I prepare a PR for doipLayer to integrate in pcapplusplus ? if yes can I use some c++17 fauture like std::variant ?

Operating systems

No response

raissi-oussema avatar Nov 24 '24 16:11 raissi-oussema

Sure, contributions are always welcome. Follow the Contributing guidelines when opening your PR.

As for the second question, the answer is unfortunately no, as the library is keeping to C++11 standard for compatibility with older codebases.

Dimi1010 avatar Nov 24 '24 18:11 Dimi1010

Done in #1655

seladb avatar Aug 03 '25 08:08 seladb