|
20 | 20 | .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
21 | 21 | .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
22 | 22 | .\"
|
23 |
| -.TH TCPDUMP 1 "30 July 2022" |
| 23 | +.TH TCPDUMP 1 "12 March 2023" |
24 | 24 | .SH NAME
|
25 | 25 | tcpdump \- dump traffic on a network
|
26 | 26 | .SH SYNOPSIS
|
@@ -1319,7 +1319,7 @@ The general format of a TCP protocol line is:
|
1319 | 1319 | \fISrc\fP and \fIdst\fP are the source and destination IP
|
1320 | 1320 | addresses and ports.
|
1321 | 1321 | \fITcpflags\fP are some combination of S (SYN),
|
1322 |
| -F (FIN), P (PUSH), R (RST), U (URG), W (ECN CWR), E (ECN-Echo) or |
| 1322 | +F (FIN), P (PSH), R (RST), U (URG), W (CWR), E (ECE) or |
1323 | 1323 | `.' (ACK), or `none' if no flags are set.
|
1324 | 1324 | \fIData-seqno\fP describes the portion of sequence space covered
|
1325 | 1325 | by the data in this packet (see example below).
|
@@ -1386,7 +1386,7 @@ feature, causing the original sequence numbers to be output.
|
1386 | 1386 | .LP
|
1387 | 1387 | On the 6th line, rtsg sends csam 19 bytes of data (bytes 2 through 20
|
1388 | 1388 | in the rtsg \(-> csam side of the conversation).
|
1389 |
| -The PUSH flag is set in the packet. |
| 1389 | +The PSH flag is set in the packet. |
1390 | 1390 | On the 7th line, csam says it's received data sent by rtsg up to
|
1391 | 1391 | but not including byte 21.
|
1392 | 1392 | Most of this data is apparently sitting in the
|
|
0 commit comments