diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 53c9e3d..4b4ac23 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -9,7 +9,6 @@ jobs: matrix: version: - zeek:6.0 - - zeek-dev:latest fail-fast: false diff --git a/README.md b/README.md index dc97e65..7d7c5fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ LDAP Analyzer ============= +> **Note** +> +> Zeek 6.1 and later versions include the LDAP analyzer. +> You no longer need this package when using those Zeek versions. + Here's what it has: - ASN.1 structure decoding: this is probably generally useful for more than just the LDAP parser, so it may be of interest for this to be included somehow as part of spicy's standard modules or whatever