zeek/scripts/base/packet-protocols/icmp/main.zeek
Tim Wojtulewicz 0c3e3069d0 Added skeletons for TCP/UDP/ICMP packet analysis plugins.
This includes integration into the IP plugin and calling of the sessions code from each plugin.
2021-05-18 11:52:03 -07:00

5 lines
70 B
Text

module PacketAnalyzer::ICMP;
#event zeek_init() &priority=20
# {
# }