]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcp.h
On some platforms we appear to get a warning because dnsname_print() is
[tcpdump] / tcp.h
diff --git a/tcp.h b/tcp.h
index 757bfd86b83192fa292adbded223c4df7806d6ca..ac83714fe29e08c050eef8d09906bc5fbd204dc6 100644 (file)
--- a/tcp.h
+++ b/tcp.h
@@ -83,6 +83,9 @@ struct tcphdr {
 #define    TCPOLEN_SIGNATURE           18
 #define TCP_SIGLEN 16                  /* length of an option 19 digest */
 #define TCPOPT_AUTH             20      /* Enhanced AUTH option */
+#define        TCPOPT_UTO              28      /* tcp user timeout (rfc5482) */
+#define           TCPOLEN_UTO                  4
+
 
 #define TCPOPT_TSTAMP_HDR      \
     (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)