Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Vxlan support #185

Merged
merged 3 commits into from
Sep 30, 2022
Merged

Add Vxlan support #185

merged 3 commits into from
Sep 30, 2022

Conversation

Aegle1
Copy link
Contributor

@Aegle1 Aegle1 commented Sep 29, 2022

RFC 7348 - Virtual eXtensible Local Area Network (VXLAN)

  • Add vxlan packet parser
  • Configurable vxlan port is supported
  • Test cases
  • Using different vxlan ports in multithreading scenario needs to be careful. This is the nature when parsers are not containerized.

@Aegle1 Aegle1 marked this pull request as ready for review September 29, 2022 03:43
Copy link
Collaborator

@PhyxionNL PhyxionNL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few small things, rest looks good, thanks 👍

PacketDotNet/VxlanFields.cs Outdated Show resolved Hide resolved
PacketDotNet/VxlanFields.cs Outdated Show resolved Hide resolved
PacketDotNet/VxlanPacket.cs Show resolved Hide resolved
PacketDotNet/VxlanPacket.cs Outdated Show resolved Hide resolved
PacketDotNet/VxlanPacket.cs Outdated Show resolved Hide resolved
PacketDotNet/VxlanPacket.cs Outdated Show resolved Hide resolved
PacketDotNet/VxlanPacket.cs Outdated Show resolved Hide resolved
@PhyxionNL PhyxionNL merged commit a09d601 into dotpcap:master Sep 30, 2022
@Aegle1 Aegle1 deleted the dev/vxlan branch October 14, 2022 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants