This commit is contained in:
crusader
2018-10-23 13:31:25 +09:00
parent 0a05e38d8b
commit bce329e44e
28 changed files with 62 additions and 57 deletions

View File

@@ -52,11 +52,11 @@ type SMBMatcher struct {
osm.Matchers
}
func (m *SMBMatcher) Key() string {
func (m *SMBMatcher) Key(matchCtx *osm.MatchCtx) string {
return "SMB"
}
func (m *SMBMatcher) Type() string {
func (m *SMBMatcher) Type(matchCtx *osm.MatchCtx) string {
return "NETWORK"
}