ing
This commit is contained in:
parent
40f2ebad23
commit
3081c408fd
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user