pcapng 0.0.0

a pcapng parser, implemented in rust
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "pcapng"
version = "0.0.0"
authors = ["Richo Healey <richo@psych0tik.net>"]

repository = "https://github.com/richo/pcapng-rs"
description = "a pcapng parser, implemented in rust"

[dependencies]
nom = "*"