zeek/src/analyzer
Arne Welzel bdcb1c8a44 ldap: Replace if with switch on bool
The change from a2a535d0c9 used
zeek/spicy#1841, but Zeek 7.0 does not have that functionality
yet. Replace with switch ( bool ).
2025-05-06 09:47:42 +02:00
..
protocol ldap: Replace if with switch on bool 2025-05-06 09:47:42 +02:00
analyzer.bif Spicy: Fix service reporting for replaced analyzers. 2024-05-08 14:01:46 +02:00
Analyzer.cc Merge remote-tracking branch 'origin/topic/awelzel/no-child-analyzer-on-finished-connections' 2024-08-30 11:33:35 -07:00
Analyzer.h Add explicit children life-cycle management method to analyzers. 2024-05-07 18:19:47 +02:00
CMakeLists.txt Use the same rules as cmake submodule to reformat Zeek 2023-05-09 08:31:43 -07:00
Component.cc Move enabled/disabled functionality from analyzers into Component base class API. 2024-05-06 09:45:11 +02:00
Component.h Move enabled/disabled functionality from analyzers into Component base class API. 2024-05-06 09:45:11 +02:00
Manager.cc Add component API to transparently remap one component to another one. 2024-05-06 09:45:11 +02:00
Manager.h Reformat Zeek in Spicy style 2023-10-30 09:40:55 +01:00