Skip to content

Commit

Permalink
Make Zeek v7 ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
keithjjones committed Aug 22, 2024
1 parent 4628932 commit f42d5b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.2.22: Make Zeek v7 ready.
v0.2.21: Fixed tests for zeek v5.
v0.2.20: Removed output for a test for compatibility reasons.
v0.2.19: Made tests Zeek v6 ready.
Expand Down
9 changes: 3 additions & 6 deletions analyzer/analyzer.evt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
protocol analyzer spicy::ipsec_udp over UDP:
parse with zeek_spicy_ipsec::IPSecPacketUDP,
ports {4500/udp, 4501/udp};
parse with zeek_spicy_ipsec::IPSecPacketUDP;

protocol analyzer spicy::ipsec_ike_udp over UDP:
parse with zeek_spicy_ipsec::IPSecIKE,
ports {500/udp};
parse with zeek_spicy_ipsec::IPSecIKE;

protocol analyzer spicy::ipsec_tcp over TCP:
parse with zeek_spicy_ipsec::IPSecPacketsTCP,
ports {4500/tcp};
parse with zeek_spicy_ipsec::IPSecPacketsTCP;

packet analyzer spicy::ipsec_esp:
parse with zeek_spicy_ipsec::IPSecESP_IP;
Expand Down

0 comments on commit f42d5b9

Please sign in to comment.