[package]
exclude = [
"Cargo.lock",
".github/"
]
name = "pcap-frame-parser"
version = "0.2.1"
rust-version = "1.85"
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"