Revert "ing"

This reverts commit f265cbad85
This commit is contained in:
Administrator
2018-09-13 07:30:45 +00:00
parent f265cbad85
commit 7e4a2f1775
25 changed files with 0 additions and 375 deletions

View File

@@ -20,22 +20,6 @@ func (m *SSHMatcher) Type() string {
return "NETWORK"
}
func (m *SSHMatcher) Vendor(matchCtx *osm.MatchCtx) string {
return "UNKNOWN"
}
func (m *SSHMatcher) Version(matchCtx *osm.MatchCtx) string {
return "UNKNOWN"
}
func (m *SSHMatcher) OsType(matchCtx *osm.MatchCtx) string {
return "UNKNOWN"
}
func (m *SSHMatcher) OsVersion(matchCtx *osm.MatchCtx) string {
return "UNKNOWN"
}
func (m *SSHMatcher) Name(matchCtx *osm.MatchCtx) string {
name := "SSH"
if v, ok := matchCtx.GetAttribute("softwareversion"); ok {