pcap-frame-parser 0.1.0

Zero-copy parser for legacy PCAP and PCAPng capture files, plus Ethernet/VLAN/IP/UDP/TCP frame dissection. No libpcap dependency.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pcap-frame-parser"
version = "0.1.0"
edition = "2021"
authors = ["casablanque"]
license = "MIT"
description = "Zero-copy parser for legacy PCAP and PCAPng capture files, plus Ethernet/VLAN/IP/UDP/TCP frame dissection. No libpcap dependency."
repository = "https://github.com/casablanque-code/pcap-frame-parser"
readme = "README.md"
keywords = ["pcap", "pcapng", "packet", "ethernet", "network"]
categories = ["network-programming", "parser-implementations"]

[dependencies]
nom = "7"