This commit is contained in:
crusader 2018-09-18 12:42:15 +09:00
parent 9f798ea115
commit 1ae4509bc6
18 changed files with 20 additions and 20 deletions

View File

@ -28,7 +28,7 @@ func TestCassandra(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
}
}

View File

@ -29,7 +29,7 @@ func TestDns(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, 0, p); err != nil {
if err := m.Match(matchCtx, 0, p); err != nil {
t.Error(err)
}
}

View File

@ -27,7 +27,7 @@ func TestES(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
}
}

View File

@ -31,7 +31,7 @@ func TestFTP(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
return
}
@ -74,7 +74,7 @@ func TestFTPS(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
}
}

View File

@ -29,7 +29,7 @@ func TestHTTP(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
}
}
@ -69,7 +69,7 @@ func TestHTTPS(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
}
}

View File

@ -31,7 +31,7 @@ func TestLdap(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
}
}

View File

@ -27,7 +27,7 @@ func TestLDP(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
}
}

View File

@ -53,7 +53,7 @@ func MongoRun(matchCtx *osm.MatchCtx, conn net.Conn, t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
}

View File

@ -23,7 +23,7 @@ func TestMySql(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, 0, p); err != nil {
if err := m.Match(matchCtx, 0, p); err != nil {
t.Error(err)
}
t.Log(m.Name(matchCtx))

View File

@ -27,7 +27,7 @@ func TestNBSS(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, 0, p); err != nil {
if err := m.Match(matchCtx, 0, p); err != nil {
t.Error(err)
}
}

View File

@ -27,7 +27,7 @@ func TestPG(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
}
}

View File

@ -34,7 +34,7 @@ func TestRedisMatcher(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
return
}

View File

@ -29,7 +29,7 @@ func TestRMIMatcher_Match(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
}
}

View File

@ -33,7 +33,7 @@ func TestSMBMatcher(t *testing.T) {
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, 0, p); err != nil {
if err := m.Match(matchCtx, 0, p); err != nil {
t.Error(err)
}
}

View File

@ -27,7 +27,7 @@ func TestSNMPv2(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, 0, p); err != nil {
if err := m.Match(matchCtx, 0, p); err != nil {
t.Error(err)
}
t.Log(matchCtx)

View File

@ -28,7 +28,7 @@ func TestSSH(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
return
}

View File

@ -28,7 +28,7 @@ func TestTelnetMatcher_Match(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
return
}

View File

@ -29,7 +29,7 @@ func TestWMI(t *testing.T) {
n, _ := conn.Read(bytes)
p := osm.NewPacket(bytes, n)
if err := m.Match(nil, i, p); err != nil {
if err := m.Match(matchCtx, i, p); err != nil {
t.Error(err)
return
}