cyberworm-uk / conntrack-parse

stupid tool that I use to make /proc/net/nf_conntrack more readable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conntrack-parse

stupid tool that I use to make /proc/net/nf_conntrack more readable.

e.g.

podman run --rm -i localhost/conntrack < /proc/net/nf_conntrack
# or
go run ./cmd/cli < /proc/net/nf_conntrack

About

stupid tool that I use to make /proc/net/nf_conntrack more readable.

License:The Unlicense


Languages

Language:Go 71.4%Language:Dockerfile 28.6%