Skip to content

Commit

Permalink
Update zkg stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
evantypanski committed Oct 30, 2024
1 parent c4f2679 commit 8101fd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zkg.meta
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
script_dir = scripts
test_command = cd testing && btest -c btest.cfg
summary = Spicy-based analyzer for the Redis Serialization Protocol (RESP) and Redis
description = Spicy-based analyzer for the Redis Serialization Protocol
summary = Spicy-based analyzer for Redis
description = Spicy-based analyzer for Redis
depends =
zeek >=4.0.0
build_command = mkdir -p build && cd build && SPICYZ=$(command -v spicyz || echo %(package_base)s/spicy-plugin/build/bin/spicyz) cmake .. && cmake --build .
Expand All @@ -14,9 +14,9 @@ zkg_version = 3.0.1-33
features = spicy-protocol-analyzer

[template_vars]
name = spicy-resp
name = spicy-redis
analyzer = Redis
protocol = TCP
unit_orig = Data
unit_resp = Data
unit_orig = ClientMessages
unit_resp = ServerMessages

0 comments on commit 8101fd3

Please sign in to comment.