work on new packet

This commit is contained in:
dowright 2021-08-23 19:18:57 -07:00 committed by DOWRIGHT
parent 52409031f9
commit 35f6e27051

View File

@ -55,7 +55,7 @@ cdef class CPacket:
self._mark = nfq_get_nfmark(nfa)
# splitting packet by tcp/ip layers
cdef int error = parse()
cdef int error = self.parse()
# if (self.continue_condition):
# self._before_exit()