summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorFrancesco Fondelli <francesco.fondelli@gmail.com>2013-02-26 13:44:11 +0100
committerFrancesco Fondelli <francesco.fondelli@gmail.com>2013-02-26 13:44:11 +0100
commit8eb218c755933bf68410da98ca311017b9d43fa6 (patch)
tree44393c56bc60de8308380f7430fa7ac139bae9ef /udp.h
parentd268291346793835a3ba1550caf4ba0b990d1cf5 (diff)
downloadtcpdump-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udp.h b/udp.h
index f9f67ee8..b07cdd43 100644
--- a/udp.h
+++ b/udp.h
@@ -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*/