rawsock 0.3.0

Library for receiving and sending raw packets. While most crate wrap just one library, rawsock allows you to use pcap, wpcap, npcap and pf_ring (pfring) using a consistent API for all of them.
Documentation
[badges.is-it-maintained-open-issues]
repository = "szymonwieloch/rust-rawsock"

[badges.travis-ci]
branch = "master"
repository = "szymonwieloch/rust-rawsock"

[dependencies.bitflags]
version = "1.1.0"

[dependencies.dlopen]
version = "0.1.7"

[dependencies.dlopen_derive]
version = "0.1.4"

[dependencies.errno]
version = "0.2.4"

[dependencies.libc]
version = "0.2.60"

[dependencies.time]
version = "0.1"

[dev-dependencies.crossbeam-utils]
version = "0.6.6"

[[example]]
name = "dynamic"

[[example]]
name = "static"

[[example]]
name = "list_interfs"

[[example]]
name = "loop"

[[example]]
name = "thread_loop"

[package]
authors = ["Szymon Wieloch <szymon.wieloch@gmail.com>"]
categories = ["network-programming"]
description = "Library for receiving and sending raw packets. While most crate wrap just one library, rawsock allows you to use pcap, wpcap, npcap and pf_ring (pfring) using a consistent API for all of them."
edition = "2018"
keywords = ["packet", "socket", "pf_ring", "wpcap", "pcap"]
license = "MIT"
name = "rawsock"
readme = "README.md"
repository = "https://github.com/szymonwieloch/rust-rawsock"
version = "0.3.0"