11 releases
Uses old Rust 2015
0.2.1 | May 15, 2015 |
---|---|
0.2.0 | May 8, 2015 |
0.1.8 | May 8, 2015 |
0.1.2 | Apr 28, 2015 |
#11 in #iptables
27KB
622 lines
libnetfilter_queue
This is a rust binding for libnetfilter_queue, a Linux library that allows userspace to make decisions on the destiny of packets.
Note: cargo test will fail unless run as root on a linux system with the
nfnetlink_queue
module loaded.
lib.rs
:
Bindings for netfilter_queue
These bindings allow you to have access to the QUEUE
and NFQUEUE
, set in iptables
,
and write your own userspace programs to process these queues.
Dependencies
~205–320KB