rshark

Crates.iorshark
lib.rsrshark
version0.0.1
sourcesrc
created_at2015-09-17 17:55:00.953662
updated_at2015-12-11 23:55:55.315022
descriptionRusty Shark is a tool for deep inspection of malicious packets.
homepage
repositoryhttps://github.com/musec/rusty-shark
max_upload_size
id3063
size1,373,426
Jonathan Anderson (trombonehero)

documentation

http://musec.github.io/rusty-shark/rshark

README

Rusty Shark logo

rshark, the Rusty Shark library, is a library for deep inspection of malicious packets.

Wireshark is a very useful tool for network debugging, but it's had its fair share of security vulnerabilities. rshark uses the type safety of Rust to enable the dissection of malicious packets without worry of buffer overflows or other common memory errors. That is, Rusty Shark is compartmentalized to minimize the damage that can be done by a successful adversary. The submarine metaphors write themselves.

Further details are available in the Rustdoc.

Commit count: 44

cargo fmt