A bancho packet reader for your terminal, written in Go.
Features:
- Outputs bancho packets with their components separated
- Converts Packet ID to human-readable string
- Hex editor-like raw byte output
- Automatic detection of bytes and int32s.
- RAINBOWS
- Lighting fast
Assuming you have $GOPATH/bin in your $PATH, then it's just
go get github.com/bnch/banchoreader
Grab a build artifact and put it in your PATH somewhere.
Can be either used passing the content through stdin...
cat sniffdump.txt | banchoreader
... or making it directly read some files!
banchoreader dump1.txt dump2.txt dump3.txt
