6c33780900 | ||
---|---|---|
examples/simple | ||
gapstring | ||
res | ||
COPYING.txt | ||
README.md | ||
netshovel.go | ||
packet.go | ||
stream.go |
README.md
Dirtbags Netshovel Library
This is a library for advanced network archaeology.
It provides a field-tested framework for exploring unknown TCP-based protocols, and room to grow these explorations into full-blown decoders.
Get going
Documentation sucks, sorry.
Start with examples/simple
and build it up into whatever you want.
The Future
This is my first real Go program, so it is likely to change drastically as I figure out how to better architect Go libraries.
We strongly encourage you to bring in whatever version of this you're using under a vendor folder and check it in.