pack2 0.1.3

windows ipv4 packet sniffing
Documentation
[dependencies.socket2]
features = ["all"]
version = "0.4.4"

[dependencies.thiserror]
version = "1"

[dependencies.windows]
features = ["alloc", "Win32_Foundation", "Win32_Networking_WinSock", "Win32_System_IO"]
version = "0.37.0"

[dev-dependencies.etherparse]
version = "0.10"

[package]
categories = ["network-programming"]
description = "windows ipv4 packet sniffing"
documentation = "https://docs.rs/pack2"
edition = "2021"
keywords = ["windows", "packet", "sniffing"]
license = "MIT OR Apache-2.0"
name = "pack2"
readme = "README.md"
repository = "https://github.com/chronicl/pack2"
resolver = "2"
version = "0.1.3"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"