X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/807f202a3dfd44bde471a4e7773d94f10c935d4c..d35e4bf44447a68fb45caa8d048b4b2511be944e:/tcpdump.1.in diff --git a/tcpdump.1.in b/tcpdump.1.in index 79be0344..fc9d4706 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -20,7 +20,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH TCPDUMP 1 "09 Sep 2023" +.TH TCPDUMP 1 "21 October 2023" .SH NAME tcpdump \- dump traffic on a network .SH SYNOPSIS @@ -1508,7 +1508,7 @@ We can use this expression as the filter for \fItcpdump\fP in order to watch packets which have only SYN set: .RS .B -tcpdump -i xl0 tcp[13] == 2 +tcpdump -i xl0 'tcp[13] == 2' .RE .PP The expression says "let the 13th octet of a TCP datagram have