implementing ctuples.

This commit is contained in:
dowright 2021-08-31 01:22:43 -07:00 committed by DOWRIGHT
parent 6916cb93f3
commit 89321dc16d

View File

@ -176,7 +176,7 @@ cdef class CPacket:
cdef u_int8_t _cmbhdr_len
cdef readonly unsigned char *data
cdef readonly unsigned char *payload
cdef time_t timestamp
cdef time_t _timestamp
cdef u_int32_t parse(self, nfq_q_handle *qh, nfq_data *nfa) nogil
cdef void _parse(self) nogil