oremanj / python-netfilterqueue

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

Fixes for several open issues #77

Closed oremanj closed 2 years ago

oremanj commented 2 years ago

Propagate exceptions raised by the user's packet callback -- fixes #31, fixes #50 Warn about exceptions raised by the packet callback during queue unbinding Raise an error if a packet verdict is set after its parent queue is closed set_payload() now affects the result of later get_payload() -- fixes #30 Handle signals received when run() is blocked in recv() -- fixes #65 Accept packets in COPY_META mode, only failing on an attempt to access the payload -- fixes #23