This commit is contained in:
crusader 2017-11-22 19:07:56 +09:00
parent 40f2ebad23
commit 3081c408fd
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ type OracleMatcher struct {
} }
func (o *OracleMatcher) ServiceName() string { func (o *OracleMatcher) ServiceName() string {
return "OracleMatcher" return "Oracle"
} }
func (o *OracleMatcher) IsPrePacket() bool { func (o *OracleMatcher) IsPrePacket() bool {

View File

@ -14,7 +14,7 @@ type RedisProtectedMatcher struct {
} }
func (r *RedisProtectedMatcher) ServiceName() string { func (r *RedisProtectedMatcher) ServiceName() string {
return "RedisProtectedMatcher" return "Redis:Protected"
} }
func (r *RedisProtectedMatcher) IsPrePacket() bool { func (r *RedisProtectedMatcher) IsPrePacket() bool {

View File

@ -54,7 +54,7 @@ type SNMPMatcher struct {
} }
func (t *SNMPMatcher) ServiceName() string { func (t *SNMPMatcher) ServiceName() string {
return "SNMP" return "SNMP V2"
} }
func (t *SNMPMatcher) IsPrePacket() bool { func (t *SNMPMatcher) IsPrePacket() bool {

View File

@ -73,7 +73,7 @@ type SNMPMatcher struct {
} }
func (t *SNMPMatcher) ServiceName() string { func (t *SNMPMatcher) ServiceName() string {
return "SNMP" return "SNMP V3"
} }
func (t *SNMPMatcher) IsPrePacket() bool { func (t *SNMPMatcher) IsPrePacket() bool {