mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05: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
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace analyzer { namespace sip_tcp {
|
||||
|
||||
class SIP_Analyzer final : public tcp::TCP_ApplicationAnalyzer {
|
||||
class SIP_Analyzer final : public zeek::analyzer::tcp::TCP_ApplicationAnalyzer {
|
||||
public:
|
||||
explicit SIP_Analyzer(zeek::Connection* conn);
|
||||
~SIP_Analyzer() override;
|
||||
|
@ -20,7 +20,7 @@ public:
|
|||
void DeliverStream(int len, const u_char* data, bool orig) override;
|
||||
void Undelivered(uint64_t seq, int len, bool orig) override;
|
||||
|
||||
// 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