Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/awelzel/no-more-ports'
Browse files Browse the repository at this point in the history
* origin/topic/awelzel/no-more-ports:
  Only test Zeek 7.0 and latest.
  Remove port usage in evt file.
  • Loading branch information
awelzel committed Aug 12, 2024
2 parents 784f556 + 6ba1dd2 commit f3fe5a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
version:
- zeek:6.0
- zeek:7.0
- zeek-dev:latest

fail-fast: false
Expand Down
4 changes: 0 additions & 4 deletions analyzer/analyzer.evt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

protocol analyzer spicy::DNS over UDP:
parse with DNS::Message,
port 53/udp,
port 137/udp,
port 5353/udp,
port 5355/udp,
replaces DNS;

import Zeek_DNS;
Expand Down

0 comments on commit f3fe5a8

Please sign in to comment.