diff options
author | Francesco Fondelli <francesco.fondelli@gmail.com> | 2013-02-25 17:56:44 +0100 |
---|---|---|
committer | Francesco Fondelli <francesco.fondelli@gmail.com> | 2013-02-25 17:56:44 +0100 |
commit | 769d730e80f9f6c0cac9e4948e5f8225b079d27b (patch) | |
tree | a7ec2e79e2453d1ec969900277f45ab314efa63d /udp.h | |
parent | 1fffc2c5e4113369eafccc7128a32792ee11e45f (diff) | |
download | tcpdump-769d730e80f9f6c0cac9e4948e5f8225b079d27b.tar.gz |
Add support for VXLAN (draft-mahalingam-dutt-dcops-vxlan-03)
Diffstat (limited to 'udp.h')
-rw-r--r-- | udp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ struct udphdr { #define SFLOW_PORT 6343 /* http://www.sflow.org/developers/specifications.php */ #define LWAPP_DATA_PORT 12222 /* draft-ohara-capwap-lwapp-04.txt */ #define LWAPP_CONTROL_PORT 12223 /* draft-ohara-capwap-lwapp-04.txt */ +#define VXLAN_PORT 8472 /* draft-mahalingam-dutt-dcops-vxlan-03 */ #ifdef INET6 #define RIPNG_PORT 521 /*XXX*/ |