Update README.md

This commit is contained in:
Eduardo Figueroa 2026-03-19 16:25:57 -07:00
parent d2845d75e8
commit 1d89d26756

View file

@ -9,9 +9,9 @@ $ tcpdump -l -nnq <tcpdump filter> | tcpcolor.py
I generally always use these flags so this utility will only work properly when using them. 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.` ` -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.` ` -q # Quick (quiet?) output. Print less protocol information so output lines are shorter.`