This commit is contained in:
crusader
2018-09-03 22:41:28 +09:00
parent c15fd7d46e
commit d5bc04d5ee
25 changed files with 25 additions and 25 deletions

View File

@@ -24,7 +24,7 @@ func (m *SSHMatcher) Name(matchCtx *osm.MatchCtx) string {
return name
}
func (m *SSHMatcher) IsPrePacket(matchCtx *osm.MatchCtx) bool {
func (m *SSHMatcher) IsPrePacket() bool {
return true
}