]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcp.h
Address Michael's comments.
[tcpdump] / tcp.h
diff --git a/tcp.h b/tcp.h
index 0f945ec96f367f3fb34033bd52715fc440d5b602..45fc21c0d5041fa3b303cf1d81f59504a01cd65f 100644 (file)
--- a/tcp.h
+++ b/tcp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/tcp.h,v 1.13 2007-01-29 09:59:42 hannes Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/tcp.h,v 1.14 2007-12-09 00:30:47 guy Exp $ (LBL) */
 /*
  * Copyright (c) 1982, 1986, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -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)
@@ -102,4 +105,8 @@ struct tcphdr {
 #define NFS_PORT               2049
 #endif
 #define MSDP_PORT              639
+#define RPKI_RTR_PORT          2222 /* experimental up until sidr-wg registers a well-known port */
 #define LDP_PORT                646
+#ifndef SMB_PORT
+#define SMB_PORT                445
+#endif