summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorFrancesco Fondelli <francesco.fondelli@gmail.com>2013-02-25 17:56:44 +0100
committerFrancesco Fondelli <francesco.fondelli@gmail.com>2013-02-25 17:56:44 +0100
commit769d730e80f9f6c0cac9e4948e5f8225b079d27b (patch)
treea7ec2e79e2453d1ec969900277f45ab314efa63d /udp.h
parent1fffc2c5e4113369eafccc7128a32792ee11e45f (diff)
downloadtcpdump-769d730e80f9f6c0cac9e4948e5f8225b079d27b.tar.gz
Add support for VXLAN (draft-mahalingam-dutt-dcops-vxlan-03)
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udp.h b/udp.h
index ad1d8506..f9f67ee8 100644
--- a/udp.h
+++ b/udp.h
@@ -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*/