Versions in this module Expand all Collapse all v1 v1.0.1 May 14, 2018 v1.0.0 May 11, 2018 Changes in this version + type NFQ struct + func New(num uint16, callback func(Packet)) (*NFQ, error) + func (nfq *NFQ) Close() + type Packet struct + func (p Packet) Accept() error + func (p Packet) Data() []byte + func (p Packet) Drop() error + func (p Packet) Mark() uint32 + func (p Packet) Queue(num uint16) error + func (p Packet) Repeat() error + func (p Packet) WithData(data []byte) Packet + func (p Packet) WithMark(mark uint32) Packet