mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Reformat the world
This commit is contained in:
parent
194cb24547
commit
b2f171ec69
714 changed files with 35149 additions and 35203 deletions
|
@ -1,12 +1,12 @@
|
|||
#include "zeek/analyzer/protocol/modbus/Modbus.h"
|
||||
#include "zeek/analyzer/protocol/tcp/TCP_Reassembler.h"
|
||||
|
||||
#include "zeek/analyzer/protocol/modbus/events.bif.h"
|
||||
#include "zeek/analyzer/protocol/tcp/TCP_Reassembler.h"
|
||||
|
||||
namespace zeek::analyzer::modbus {
|
||||
namespace zeek::analyzer::modbus
|
||||
{
|
||||
|
||||
ModbusTCP_Analyzer::ModbusTCP_Analyzer(Connection* c)
|
||||
: TCP_ApplicationAnalyzer("MODBUS", c)
|
||||
ModbusTCP_Analyzer::ModbusTCP_Analyzer(Connection* c) : TCP_ApplicationAnalyzer("MODBUS", c)
|
||||
{
|
||||
interp = new binpac::ModbusTCP::ModbusTCP_Conn(this);
|
||||
}
|
||||
|
@ -42,4 +42,4 @@ void ModbusTCP_Analyzer::EndpointEOF(bool is_orig)
|
|||
interp->FlowEOF(is_orig);
|
||||
}
|
||||
|
||||
} // namespace zeek::analyzer::modbus
|
||||
} // namespace zeek::analyzer::modbus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue