PcapPlusPlus
PcapPlusPlus copied to clipboard
support of doip (diagnostic over IP protocol)
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
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.
Done in #1655