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 dpd.sig.
  Remove port usage in evt file.
  • Loading branch information
awelzel committed Aug 12, 2024
2 parents 48ce0b7 + 044f555 commit 9fd3859
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
strategy:
matrix:
version:
- zeek:6.0
- zeek:6.2
- zeek:7.0
- zeek-dev:latest

fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion analyzer/__load__.zeek
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
@load-sigs ./dpd.sig
1 change: 0 additions & 1 deletion analyzer/analyzer.evt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
protocol analyzer spicy::HTTP over TCP:
parse originator with HTTP::Requests,
parse responder with HTTP::Replies,
port 80/tcp,
replaces HTTP;

import Zeek_HTTP;
Expand Down
17 changes: 0 additions & 17 deletions analyzer/dpd.sig

This file was deleted.

0 comments on commit 9fd3859

Please sign in to comment.