Update README.md

This commit is contained in:
Eduardo Figueroa 2025-01-15 09:45:12 -08:00 committed by GitHub
parent e75b75f4d4
commit 222e0ee566
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,2 +1,18 @@
# TCPColor # TCPColor
Add color to a basic tcpdump with standard python3 libraries. Add color to a basic tcpdump with standard python3 libraries.
## Usage
```shell
$ tcpdump -l -nnq <tcpdump filter> | 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)