From 833477a1345fc088f23225409deca016fd40e635 Mon Sep 17 00:00:00 2001 From: Mathias Westerdahl Date: Thu, 15 Oct 2020 15:26:23 +0200 Subject: [PATCH] Added another tcpdump example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bf29b7..6d1b963 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,6 @@ To monitor all the packets sent to/from the client/server, you can use e.g. For command line debugging, there's -* tcpdump: `sudo tcpdump -A -s0 -ilo0 port 8080 ` (example for local ws:// connection) +* tcpdump: `sudo tcpdump -X -s0 -ilo0 port 8080 ` (example for local ws:// connection) -* lsof +* tcpdump: `sudo tcpdump -X -s0 host echo.websocket.org` (Monitors packets to/from echo.websocket.org)