oremanj / python-netfilterqueue

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

set_payload has been implemented #1

Closed fqrouter closed 9 years ago

fqrouter commented 11 years ago

set_payload changed from unsigned char * to bytes, as zero byte might be in the payload. Acorrding to http://wiki.cython.org/FAQ#Howtopassstringbuffersthatmaycontain0bytestoCython.3F

wimkerkhoff commented 9 years ago

Sorry for the huge delay, we haven't done much with this project in a while. I have merged your improvements, thank you so much.