nbpf-sys 0.1.4

bpf filter syntax parser and matcher
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "nbpf-sys"
version = "0.1.4"
edition = "2021"
description = "bpf filter syntax parser and matcher"
authors = ["lqk <417350372@qq.com>"]
license = "Apache-2.0"
keywords = ["bpf"]
readme = "README.md"

[dependencies]
libc = "0.2.155"
pnet = "0.35.0"