work on new packet

This commit is contained in:
dowright 2021-08-24 12:36:06 -07:00 committed by DOWRIGHT
parent 9f9107c8b8
commit 027c3f4543

View File

@ -200,9 +200,8 @@ cdef class CPacket:
cdef timeval timestamp
cdef u_int8_t hw_addr[8]
cdef int nf_callback(self, nfq_q_handle *qh, nfgenmsg *nfmsg, nfq_data *nfa, void *data)
cdef void parse(self, nfq_q_handle *qh, nfq_data *nfa) nogil
cdef void _parse(self, unsigned char **data) nogil
cdef void _parse(self) nogil
cdef void verdict(self, u_int32_t verdict)
cdef class NetfilterQueue: