summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2014-11-04 18:47:24 -0800
committerJesse Gross <jesse@nicira.com>2014-11-05 21:44:29 -0800
commite240710e258b13ae2519ff817c54d832517a70a4 (patch)
tree5c11cc9d6f54e01d0005d19ce6dfd8fbf8f35c97 /udp.h
parent83b2cb045becdcb22c2318a499ee32be2b78564f (diff)
downloadtcpdump-e240710e258b13ae2519ff817c54d832517a70a4.tar.gz
Add support for Generic Network Virtualization Encapsulation (Geneve).
Defined in http://tools.ietf.org/html/draft-gross-geneve-02
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 1df7e646..09724523 100644
--- a/udp.h
+++ b/udp.h
@@ -91,6 +91,7 @@ struct udphdr {
#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 */
+#define GENEVE_PORT 6081 /* draft-gross-geneve-02 */
#ifdef INET6
#define RIPNG_PORT 521 /*XXX*/