zeek/src/packet_analysis
Robin Sommer a84d06a2c3 Suppress warning on an existing packet analyzer being remapped.
There was a check generating an internal warning if a new packet
analyzer mapping overwrote an existing one. However, replacing
an existing analyzer with a new one seems a legitimate use case (and
will be supported by Spicy soon). So removing that warning.
2022-10-10 08:25:51 +02:00
..
protocol Add some additional checks for caplen in ICMP analyzer 2022-09-19 12:41:27 -07:00
Analyzer.cc packet_analysis: Introduce PacketAnalyzer::__disable_analyzer() 2022-09-30 09:27:22 +02:00
Analyzer.h packet_analysis: Introduce PacketAnalyzer::__disable_analyzer() 2022-09-30 09:27:22 +02:00
CMakeLists.txt Unify all of the Tag types into one type 2021-11-23 19:36:49 -07:00
Component.cc Unify plugin::Component and plugin::TaggedComponent into a single class 2021-11-23 19:36:49 -07:00
Component.h Unify plugin::Component and plugin::TaggedComponent into a single class 2021-11-23 19:36:49 -07:00
Dispatcher.cc Suppress warning on an existing packet analyzer being remapped. 2022-10-10 08:25:51 +02:00
Dispatcher.h Reformat the world 2021-09-16 15:35:39 -07:00
Manager.cc packet_analysis: Introduce PacketAnalyzer::__disable_analyzer() 2022-09-30 09:27:22 +02:00
Manager.h packet_analysis: Introduce PacketAnalyzer::__disable_analyzer() 2022-09-30 09:27:22 +02:00
packet_analysis.bif packet_analysis: Introduce PacketAnalyzer::__disable_analyzer() 2022-09-30 09:27:22 +02:00