This commit is contained in:
crusader
2018-09-12 13:52:58 +09:00
parent 0ef5ca805c
commit f265cbad85
25 changed files with 375 additions and 0 deletions

View File

@@ -28,6 +28,21 @@ func (m *WMIMatcher) Key() string {
func (m *WMIMatcher) Type() string {
return "MONITORING"
}
func (m *WMIMatcher) Vendor(matchCtx *osm.MatchCtx) string {
return "UNKNOWN"
}
func (m *WMIMatcher) Version(matchCtx *osm.MatchCtx) string {
return "UNKNOWN"
}
func (m *WMIMatcher) OsType(matchCtx *osm.MatchCtx) string {
return "UNKNOWN"
}
func (m *WMIMatcher) OsVersion(matchCtx *osm.MatchCtx) string {
return "UNKNOWN"
}
func (m *WMIMatcher) Name(matchCtx *osm.MatchCtx) string {
return "WMI"