Update README.md
This commit is contained in:
parent
e75b75f4d4
commit
222e0ee566
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
|
@ -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.`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
|
||||||
Loading…
Reference in a new issue