PERFORCE change 166136 for review

Fang Wang fangwang at FreeBSD.org
Wed Jul 15 16:29:29 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=166136

Change 166136 by fangwang at fangwang_utobsd on 2009/07/15 16:28:27

	Add TCPOPT_UTO and TCPOLEN_UTO in tcpdump.

Affected files ...

.. //depot/projects/soc2009/tcputo/src/contrib/tcpdump/tcp.h#2 edit

Differences ...

==== //depot/projects/soc2009/tcputo/src/contrib/tcpdump/tcp.h#2 (text+ko) ====

@@ -83,6 +83,9 @@
 #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)


More information about the p4-projects mailing list