diff options
author | fra <foo@bar.baz> | 2013-05-09 21:04:23 +0200 |
---|---|---|
committer | fra <foo@bar.baz> | 2013-05-09 21:04:23 +0200 |
commit | e31377a8f55060671dc757ac89749569a9aed78a (patch) | |
tree | b9e371dc8385a4280454c3c78330b41944afeb6e /udp.h | |
parent | 8eb218c755933bf68410da98ca311017b9d43fa6 (diff) | |
download | tcpdump-e31377a8f55060671dc757ac89749569a9aed78a.tar.gz |
IANA (www.iana.org/assignments/service-names-port-numbers/
service-names-port-numbers.txt) has assigned an official port for
VXLAN (4789). tcpdump uses this by default but we keep the -T
vxlan option as well (e.g. Linux is allowing different ports).
Diffstat (limited to 'udp.h')
-rw-r--r-- | udp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ struct udphdr { #define LWAPP_DATA_PORT 12222 /* draft-ohara-capwap-lwapp-04.txt */ #define LWAPP_CONTROL_PORT 12223 /* draft-ohara-capwap-lwapp-04.txt */ #define OTV_PORT 8472 /* draft-hasmit-otv-04 */ +#define VXLAN_PORT 4789 /* draft-mahalingam-dutt-dcops-vxlan-04 */ #ifdef INET6 #define RIPNG_PORT 521 /*XXX*/ |