mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38: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
|
@ -5,7 +5,7 @@
|
|||
#include "Reporter.h"
|
||||
#include "events.bif.h"
|
||||
|
||||
using namespace analyzer::gssapi;
|
||||
namespace zeek::analyzer::gssapi {
|
||||
|
||||
GSSAPI_Analyzer::GSSAPI_Analyzer(zeek::Connection* c)
|
||||
: zeek::analyzer::tcp::TCP_ApplicationAnalyzer("GSSAPI", c)
|
||||
|
@ -54,3 +54,5 @@ void GSSAPI_Analyzer::Undelivered(uint64_t seq, int len, bool orig)
|
|||
zeek::analyzer::tcp::TCP_ApplicationAnalyzer::Undelivered(seq, len, orig);
|
||||
interp->NewGap(orig, len);
|
||||
}
|
||||
|
||||
} // namespace zeek::analyzer::gssapi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue