work on new packet

This commit is contained in:
dowright 2021-08-23 20:02:50 -07:00 committed by DOWRIGHT
parent f8aee622ad
commit 027547be72

View File

@ -175,9 +175,9 @@ cdef class CPacket:
cdef nfqnl_msg_packet_hw *_hw
# protocol headers
cdef tcphdr tcp_header
cdef udphdr udp_header
cdef icmphdr icmp_header
cdef tcphdr *tcp_header
cdef udphdr *udp_header
cdef icmphdr *icmp_header
# cdef u_int16_t __queue_num
# cdef bint threaded