ing
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user