work on new packet

This commit is contained in:
dowright 2021-08-24 20:07:12 -07:00 committed by DOWRIGHT
parent f93cddc5f0
commit 6ce2f3f3c6

View File

@ -81,11 +81,11 @@ cdef class CPacket:
self._mark = nfq_get_nfmark(nfa)
return self._mark
# splitting packet by tcp/ip layers
self._parse()
return self._mark
# if (self.continue_condition):
# self._before_exit()