From b590f4ed4db110bb61da35fec288a467d32c9a62 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 5 Feb 2023 17:28:38 +0000 Subject: deploy: 728d263753b998b8944a66eec1be0e743961fa1c --- network/tcpdump.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'network/tcpdump.html') diff --git a/network/tcpdump.html b/network/tcpdump.html index 391856f..3b9d1ef 100644 --- a/network/tcpdump.html +++ b/network/tcpdump.html @@ -165,8 +165,11 @@ tcp/udp/icmp Filter for protocol.

Examples

Capture packets from remote host

# -k: Start capturing immediately.
-ssh <host> tcpdump -i <IF> -w - | sudo wireshark -k -i -
+ssh <host> tcpdump -i any -w - | sudo wireshark -k -i -
 
+
+

The any interface is a special keyword to capture traffic on all interfaces.

+
-- cgit v1.2.3