mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
spicy-redis: Cleanup scripts and tests
- Recomputes checksums for pcaps to keep clean - Removes some tests that had big pcaps or weren't necessary - Cleans up scripting names and minor points - Comments out Spicy code that causes a build failure now with a TODO to uncomment it
This commit is contained in:
parent
11777bd6d5
commit
d5b121db14
66 changed files with 368 additions and 1072 deletions
|
@ -3,14 +3,12 @@ signature resp-client {
|
|||
payload /^.*\r\n/
|
||||
tcp-state originator
|
||||
requires-reverse-signature resp-serialized-server
|
||||
event "Found possible Redis client data"
|
||||
enable "spicy_Redis"
|
||||
enable "Redis"
|
||||
}
|
||||
|
||||
signature resp-serialized-server {
|
||||
ip-proto == tcp
|
||||
payload /^([-+_,].*\r\n|[:$*#(!=%`~>][+-]?[0-9]+(\.[0-9]*)?\r\n)/
|
||||
tcp-state responder
|
||||
event "Found Redis server data"
|
||||
enable "spicy_Redis"
|
||||
enable "Redis"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue