Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DHCP6Spoofer ¶
type DHCP6Spoofer struct { session.SessionModule Handle *pcap.Handle DUID *dhcp6opts.DUIDLLT DUIDRaw []byte Domains []string RawDomains []byte // contains filtered or unexported fields }
func NewDHCP6Spoofer ¶
func NewDHCP6Spoofer(s *session.Session) *DHCP6Spoofer
func (DHCP6Spoofer) Author ¶
func (mod DHCP6Spoofer) Author() string
func (*DHCP6Spoofer) Configure ¶
func (mod *DHCP6Spoofer) Configure() error
func (DHCP6Spoofer) Description ¶
func (mod DHCP6Spoofer) Description() string
func (DHCP6Spoofer) Name ¶
func (mod DHCP6Spoofer) Name() string
func (*DHCP6Spoofer) Start ¶
func (mod *DHCP6Spoofer) Start() error
func (*DHCP6Spoofer) Stop ¶
func (mod *DHCP6Spoofer) Stop() error
Click to show internal directories.
Click to hide internal directories.