Skip to content

A simple utility for extracting VXLAN encapsulated network traffic

License

Notifications You must be signed in to change notification settings

drachtio/decap_vxlan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decap_vxlan

A simple utility for extracting VXLAN-encapsulated network traffic and writing it to a new pcap file. This is useful when you are mirroring traffic to a monitoring server and then want to strip out the VXLAN headers and leave a pcap file as it would look if captured on the target server.

Requirements

On a Debian server

sudo apt-get install libpcap-dev build-essential
make

Running

cat input.pcap | ./decap_vxlan > output.pcap

About

A simple utility for extracting VXLAN encapsulated network traffic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published