type Prober struct { session.SessionModule // contains filtered or unexported fields }
func NewProber(s *session.Session) *Prober
func (mod Prober) Author() string
func (mod *Prober) Configure() error
func (mod Prober) Description() string
func (mod Prober) Name() string
func (mod *Prober) Start() error
func (mod *Prober) Stop() error
type Probes struct { NBNS bool MDNS bool UPNP bool WSD bool }