probe/discovery/protocol/udp/matcher/matcher6.go

11 lines
234 B
Go
Raw Normal View History

2018-09-03 04:44:54 +00:00
package matcher
import (
omd "git.loafle.net/overflow/model/discovery"
"git.loafle.net/overflow_scanner/probe/discovery/session"
)
func scanV6(discoverySession session.DiscoverySession, targetHost *omd.Host) error {
return nil
}