nets 0.1.3

Nets is a packet sniffer
Nets is a Rust language crate for accessing the packet sniffing capabilities of pcap .
It's use rust-pcap/pcap.

###Features:
* List Devices
* parse http request/response
* display http header information

###Depends:
* rust-pcap
* http
* Linux/MacOSX libpcap, Windows WinPcap

###License:
* "MIT OR Apache-2.0"

###Install
```
git clone https://github.com/asmcos/nets
cd nets
Cargo build
```