Documentation ¶
Overview ¶
Go bindings for libnetfilter_queue
This library provides access to packets in the IPTables netfilter queue (NFQUEUE). The libnetfilter_queue library is part of the http://netfilter.org/projects/libnetfilter_queue/ project.
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NFPacket ¶
func (*NFPacket) SetRequeueVerdict ¶
Set the verdict for the packet
func (*NFPacket) SetVerdict ¶
Set the verdict for the packet
type NFQueue ¶
type NFQueue struct {
// contains filtered or unexported fields
}
func NewNFQueue ¶
Create and bind to queue specified by queueId
func (*NFQueue) GetPackets ¶
Get the channel for packets
Click to show internal directories.
Click to hide internal directories.