From e1f767c213dab121546c760b166e9cae009b4fa2 Mon Sep 17 00:00:00 2001 From: John-Paul Bader Date: Wed, 2 Feb 2022 15:41:34 +0100 Subject: [PATCH] Update commands.md --- commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.md b/commands.md index a031b4f..f33f928 100644 --- a/commands.md +++ b/commands.md @@ -133,7 +133,7 @@ vmstat -z | egrep "ITEM|tcpcb" # number of hash table buckets to handle sysctl net.inet.tcp.hostcache.list # display current content of hostcache with its parameters per IP ssh sudo tcpdump \ # Send remote tcpdump output to local wireshark for live analysis -i em0 -U \ - -w - "not port 22" | /path/to/Wireshark -i - -k + -w - "not port 22" | wireshark -i - -k ``` # Firewall