From 89321dc16ddb81e5d5b64abd575fc08ff06ff520 Mon Sep 17 00:00:00 2001 From: dowright Date: Tue, 31 Aug 2021 01:22:43 -0700 Subject: [PATCH] implementing ctuples. --- netfilterqueue/_impl.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netfilterqueue/_impl.pxd b/netfilterqueue/_impl.pxd index 461a2b5..0fc0723 100644 --- a/netfilterqueue/_impl.pxd +++ b/netfilterqueue/_impl.pxd @@ -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