summaryrefslogtreecommitdiff
path: root/tcp.h
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2016-11-07 23:43:17 +0000
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2017-01-18 09:16:35 +0100
commit502befca57569b9c9ead4bcff5be674974515712 (patch)
tree5df796d193a6c10dff782fd00f90326b8a86fc14 /tcp.h
parentb39c831bf26ea42cc3364dcba0b517c065265c35 (diff)
downloadtcpdump-502befca57569b9c9ead4bcff5be674974515712.tar.gz
Revert "Correct TCP option Kind value for TCP Auth and add SCPS-TP."
This reverts commit 986b783f0574e50a9fc71c6937f0988b27f9529c.
Diffstat (limited to 'tcp.h')
-rw-r--r--tcp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tcp.h b/tcp.h
index 1084db9a..02df6295 100644
--- a/tcp.h
+++ b/tcp.h
@@ -81,10 +81,9 @@ struct tcphdr {
#define TCPOPT_SIGNATURE 19 /* Keyed MD5 (rfc2385) */
#define TCPOLEN_SIGNATURE 18
#define TCP_SIGLEN 16 /* length of an option 19 digest */
-#define TCPOPT_SCPS 20 /* SCPS-TP (CCSDS 714.0-B-2) */
+#define TCPOPT_AUTH 20 /* Enhanced AUTH option */
#define TCPOPT_UTO 28 /* tcp user timeout (rfc5482) */
#define TCPOLEN_UTO 4
-#define TCPOPT_AUTH 29 /* Enhanced AUTH option (rfc5925) */
#define TCPOPT_MPTCP 30 /* MPTCP options */
#define TCPOPT_FASTOPEN 34 /* TCP Fast Open (rfc7413) */
#define TCPOPT_EXPERIMENT2 254 /* experimental headers (rfc4727) */