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

Add VXLAN support #501

Closed jamestiotio closed 1 year ago

jamestiotio commented 1 year ago

This patch adds a new PDU class to support VXLAN. Several VXLAN-related tests have also been added.

This PR closes #16.

Signed-off-by: James Raphael Tiovalen jamestiotio@gmail.com

jamestiotio commented 1 year ago

Hi @mfontanini, I have resolved your concerns with the latest commit. Do let me know if you have any other suggestions or comments. Thank you!

mfontanini commented 1 year ago

Awesome, thanks!