Deleted Added
full compact
tcp.h (197829) tcp.h (214478)
1/* @(#) $Header: /tcpdump/master/tcpdump/tcp.h,v 1.13.2.1 2007-12-09 00:31:35 guy Exp $ (LBL) */
1/* @(#) $Header: /tcpdump/master/tcpdump/tcp.h,v 1.14 2007-12-09 00:30:47 guy Exp $ (LBL) */
2/*
3 * Copyright (c) 1982, 1986, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 71 unchanged lines hidden (view full) ---

81#define TCPOPT_CCECHO 13 /* T/TCP CC options (rfc1644) */
82#define TCPOPT_SIGNATURE 19 /* Keyed MD5 (rfc2385) */
83#define TCPOLEN_SIGNATURE 18
84#define TCP_SIGLEN 16 /* length of an option 19 digest */
85#define TCPOPT_AUTH 20 /* Enhanced AUTH option */
86#define TCPOPT_UTO 28 /* tcp user timeout (rfc5482) */
87#define TCPOLEN_UTO 4
88
2/*
3 * Copyright (c) 1982, 1986, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 71 unchanged lines hidden (view full) ---

81#define TCPOPT_CCECHO 13 /* T/TCP CC options (rfc1644) */
82#define TCPOPT_SIGNATURE 19 /* Keyed MD5 (rfc2385) */
83#define TCPOLEN_SIGNATURE 18
84#define TCP_SIGLEN 16 /* length of an option 19 digest */
85#define TCPOPT_AUTH 20 /* Enhanced AUTH option */
86#define TCPOPT_UTO 28 /* tcp user timeout (rfc5482) */
87#define TCPOLEN_UTO 4
88
89
89#define TCPOPT_TSTAMP_HDR \
90 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
91
92#ifndef TELNET_PORT
93#define TELNET_PORT 23
94#endif
95#ifndef BGP_PORT
96#define BGP_PORT 179

--- 14 unchanged lines hidden ---
90#define TCPOPT_TSTAMP_HDR \
91 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
92
93#ifndef TELNET_PORT
94#define TELNET_PORT 23
95#endif
96#ifndef BGP_PORT
97#define BGP_PORT 179

--- 14 unchanged lines hidden ---