diff options
author | Francesco Fondelli <francesco.fondelli@gmail.com> | 2013-02-26 13:44:11 +0100 |
---|---|---|
committer | Francesco Fondelli <francesco.fondelli@gmail.com> | 2013-02-26 13:44:11 +0100 |
commit | 8eb218c755933bf68410da98ca311017b9d43fa6 (patch) | |
tree | 44393c56bc60de8308380f7430fa7ac139bae9ef /udp.h | |
parent | d268291346793835a3ba1550caf4ba0b990d1cf5 (diff) | |
download | tcpdump-8eb218c755933bf68410da98ca311017b9d43fa6.tar.gz |
- Add support for OTV (draft-hasmit-otv-04).
- Use the packettype infrastructure (-T vxlan) for VXLAN parsing (waiting for a well known dest port)
Diffstat (limited to 'udp.h')
-rw-r--r-- | udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +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 */ +#define OTV_PORT 8472 /* draft-hasmit-otv-04 */ #ifdef INET6 #define RIPNG_PORT 521 /*XXX*/ |