From 222e0ee5665faaaa4396d41e868c205c1f963ce6 Mon Sep 17 00:00:00 2001 From: Eduardo Figueroa <114949176+edfigucsb@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:45:12 -0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9680eb6..28ba618 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # TCPColor Add color to a basic tcpdump with standard python3 libraries. + +## Usage + +```shell +$ tcpdump -l -nnq | tcpcolor.py +``` + +I generally always use these flags so this utility will only work properly when using them. + +`-nn Don't convert protocol and port numbers etc. to names either.` + +`-q Quick (quiet?) output. Print less protocol information so output lines are shorter.` + + + +![TCPColor Example](tcpcolor1.png)