mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Move the remainder of the analyzers to zeek namespaces
This commit is contained in:
parent
914ffcadae
commit
715ca6549b
170 changed files with 1971 additions and 1085 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "events.bif.h"
|
||||
|
||||
using namespace analyzer::modbus;
|
||||
namespace zeek::analyzer::modbus {
|
||||
|
||||
ModbusTCP_Analyzer::ModbusTCP_Analyzer(zeek::Connection* c)
|
||||
: TCP_ApplicationAnalyzer("MODBUS", c)
|
||||
|
@ -42,3 +42,5 @@ void ModbusTCP_Analyzer::EndpointEOF(bool is_orig)
|
|||
TCP_ApplicationAnalyzer::EndpointEOF(is_orig);
|
||||
interp->FlowEOF(is_orig);
|
||||
}
|
||||
|
||||
} // namespace zeek::analyzer::modbus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue