mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Move arp, tcp, udp, pia, and stepping stone analyzers
This commit is contained in:
parent
f1cfd5aa2b
commit
914ffcadae
112 changed files with 520 additions and 436 deletions
|
@ -10,7 +10,7 @@ namespace binpac { namespace TLSHandshake { class Handshake_Conn; } }
|
|||
|
||||
namespace analyzer { namespace ssl {
|
||||
|
||||
class SSL_Analyzer final : public tcp::TCP_ApplicationAnalyzer {
|
||||
class SSL_Analyzer final : public zeek::analyzer::tcp::TCP_ApplicationAnalyzer {
|
||||
public:
|
||||
explicit SSL_Analyzer(zeek::Connection* conn);
|
||||
~SSL_Analyzer() override;
|
||||
|
@ -25,7 +25,7 @@ public:
|
|||
// Tell the analyzer that encryption has started.
|
||||
void StartEncryption();
|
||||
|
||||
// Overriden from tcp::TCP_ApplicationAnalyzer.
|
||||
// Overriden from zeek::analyzer::tcp::TCP_ApplicationAnalyzer.
|
||||
void EndpointEOF(bool is_orig) override;
|
||||
|
||||
static zeek::analyzer::Analyzer* Instantiate(zeek::Connection* conn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue