work on new packet

This commit is contained in:
dowright 2021-08-25 11:11:30 -07:00 committed by DOWRIGHT
parent 892a6bc1cf
commit 75b70ed24d

View File

@ -26,9 +26,6 @@ def set_user_callback(ref):
cdef int nf_callback(nfq_q_handle *qh, nfgenmsg *nfmsg, nfq_data *nfa, void *data) with gil:
cdef NetfilterQueue nfqueue = <NetfilterQueue>data
cdef object user_callback = <object>nfqueue.user_callback
cdef u_int32_t mark
packet = CPacket()