mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28: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
|
@ -8,7 +8,7 @@
|
|||
#include "ssl_pac.h"
|
||||
#include "tls-handshake_pac.h"
|
||||
|
||||
using namespace analyzer::ssl;
|
||||
namespace zeek::analyzer::ssl {
|
||||
|
||||
SSL_Analyzer::SSL_Analyzer(zeek::Connection* c)
|
||||
: zeek::analyzer::tcp::TCP_ApplicationAnalyzer("SSL", c)
|
||||
|
@ -90,3 +90,5 @@ void SSL_Analyzer::Undelivered(uint64_t seq, int len, bool orig)
|
|||
had_gap = true;
|
||||
interp->NewGap(orig, len);
|
||||
}
|
||||
|
||||
} // namespace zeek::analyzer::ssl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue