From f4ae3099c8c22661932e274ef9e88b8e783ebabc Mon Sep 17 00:00:00 2001 From: Clayton Sayer <31869154+clayton-sayer-hs@users.noreply.github.com> Date: Tue, 22 Sep 2020 10:09:44 -0700 Subject: [PATCH] tcpdump: fixed negation example (#4346) --- pages/common/tcpdump.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/tcpdump.md b/pages/common/tcpdump.md index 6a4013eca..682b6c427 100644 --- a/pages/common/tcpdump.md +++ b/pages/common/tcpdump.md @@ -29,7 +29,7 @@ - Capture all traffic except traffic over port 22 and save to a dump file: -`tcpdump -w {{dumpfile.pcap}} not port {{22}}` +`tcpdump -w {{dumpfile.pcap}} port not {{22}}` - Read from a given dump file: