mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Plugins: Clean up explicit uses of namespaces in places where they're not necessary.
This commit covers all of the plugin classes.
This commit is contained in:
parent
fe0c22c789
commit
70c2397f69
169 changed files with 3139 additions and 3141 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
namespace zeek::analyzer::modbus {
|
||||
|
||||
ModbusTCP_Analyzer::ModbusTCP_Analyzer(zeek::Connection* c)
|
||||
ModbusTCP_Analyzer::ModbusTCP_Analyzer(Connection* c)
|
||||
: TCP_ApplicationAnalyzer("MODBUS", c)
|
||||
{
|
||||
interp = new binpac::ModbusTCP::ModbusTCP_Conn(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue