Network Archaeology Library
Go to file
Neale Pickett ac599bb481 Attempt to clarify license to the satisfaction of pkg.go.dev 2020-06-30 18:21:45 -06:00
examples/simple Figured out waitgroup problem, thank heaven 2018-07-23 21:54:08 +00:00
gapstring go fmt 2018-07-24 23:53:06 +00:00
res Add some resources and make it build sort of 2018-07-23 10:44:30 -06:00
COPYING.txt Attempt to clarify license to the satisfaction of pkg.go.dev 2020-06-30 18:21:45 -06:00
README.md Update README to refer to package documentation 2018-07-25 00:01:53 +00:00
netshovel.go go fmt 2018-07-24 23:53:06 +00:00
packet.go Add some finer-grained pkt.Describe methods 2018-07-26 22:57:58 +00:00
stream.go go fmt 2018-07-24 23:53:06 +00:00

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

Package documentation at https://godoc.org/github.com/dirtbags/netshovel

We recommend you copy examples/simple/simple.go, change the Simple structs into your own protocol, 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.