Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomSender ¶
type CustomSender struct {
// contains filtered or unexported fields
}
CustomSender forwards packets from a given channel to the kernel.
func NewCustomSender ¶
func NewCustomSender(sender sys.EtherSender, packets chan []byte) *CustomSender
NewCustomSender create a new CustomSender for sending custom packets.
type SYNSender ¶
type SYNSender struct {
// contains filtered or unexported fields
}
SYNSender spews out SYN packets as fast as possible.
Click to show internal directories.
Click to hide internal directories.