]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcp.h
Multipath TCP (RFC 6824) support
[tcpdump] / tcp.h
diff --git a/tcp.h b/tcp.h
index 92d505ae1404e6b4b5f84983b18c25a1ca601734..6b206feb81f728b26f0be28ad15e65bdead984a0 100644 (file)
--- a/tcp.h
+++ b/tcp.h
@@ -85,7 +85,7 @@ struct tcphdr {
 #define TCPOPT_AUTH             20      /* Enhanced AUTH option */
 #define        TCPOPT_UTO              28      /* tcp user timeout (rfc5482) */
 #define           TCPOLEN_UTO                  4
-
+#define        TCPOPT_MPTCP            30      /* MPTCP options */
 
 #define TCPOPT_TSTAMP_HDR      \
     (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)