mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.89k stars 373 forks source link

The PPI PDU is not fully implemented #493

Closed sbhutch closed 1 year ago

sbhutch commented 1 year ago

I need to be able to compose PPI PDU types, but the implementation is currently incomplete. I assume this is because it is a less common PDU type and there hasn't been enough demand to implement yet? Would you be interested in a PR with a more complete implementation?