mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +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
|
@ -7,7 +7,7 @@
|
|||
#include "analyzer/protocol/tcp/TCP_Reassembler.h"
|
||||
#include "events.bif.h"
|
||||
|
||||
using namespace analyzer::sip_tcp;
|
||||
namespace zeek::analyzer::sip_tcp {
|
||||
|
||||
SIP_Analyzer::SIP_Analyzer(zeek::Connection* conn)
|
||||
: zeek::analyzer::tcp::TCP_ApplicationAnalyzer("SIP_TCP", conn)
|
||||
|
@ -65,3 +65,5 @@ void SIP_Analyzer::Undelivered(uint64_t seq, int len, bool orig)
|
|||
had_gap = true;
|
||||
interp->NewGap(orig, len);
|
||||
}
|
||||
|
||||
} // namespace zeek::analyzer::sip_tcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue