oremanj / python-netfilterqueue

Python bindings for libnetfilter_queue
MIT License
250 stars 96 forks source link

Add Packet accessors for interface indices #93

Closed oremanj closed 1 year ago

oremanj commented 1 year ago

Add Packet attributes indev, outdev, physindev, physoutdev which expose the information provided by the kernel regarding the network interfaces that the packet arrived on and will depart on.