mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Add new ICMP packet analyzer, remove old one
This commit is contained in:
parent
c1f0d312b5
commit
d8adfaef65
14 changed files with 933 additions and 1057 deletions
|
@ -12,9 +12,11 @@ public:
|
|||
{
|
||||
AddComponent(new zeek::packet_analysis::Component("ICMP",
|
||||
zeek::packet_analysis::ICMP::ICMPAnalyzer::Instantiate));
|
||||
AddComponent(new zeek::analyzer::Component("ICMP",
|
||||
zeek::packet_analysis::ICMP::ICMPTransportAnalyzer::Instantiate));
|
||||
|
||||
zeek::plugin::Configuration config;
|
||||
config.name = "Zeek::ICMP_PKT";
|
||||
config.name = "Zeek::ICMP";
|
||||
config.description = "Packet analyzer for ICMP";
|
||||
return config;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue