netarch

Network Archaeology library for Python
git clone https://git.woozle.org/neale/netarch.git

 1Dirtbags Netarch Library
 2========================
 3
 4This is a library for advanced
 5[network archaeology](https://sites.google.com/view/cyberfire/foundry/classes/network-archaeology).
 6
 7It provides a heavily field-tested framework for
 8exploring unknown TCP-based protocols,
 9and room to grow these explorations into full-blown decoders.
10
11Get going
12=========
13
14Documentation doesn't exist. Sorry.
15The way we go about things is to copy [dumbdecode](examples/dumbdecode.py) to a new file,
16and start hacking onto it.
17
18You may find the [example xmodem decoder](examples/xmodem.py) to be helpful!
19It illustrates a fair amount of what the library provides.