mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58: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
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "dhcp_pac.h"
|
||||
|
||||
namespace analyzer { namespace dhcp {
|
||||
namespace zeek::analyzer::dhcp {
|
||||
|
||||
class DHCP_Analyzer final : public zeek::analyzer::Analyzer {
|
||||
public:
|
||||
|
@ -22,4 +22,8 @@ protected:
|
|||
binpac::DHCP::DHCP_Conn* interp;
|
||||
};
|
||||
|
||||
} } // namespace analyzer::*
|
||||
} // namespace zeek::analyzer::dhcp
|
||||
|
||||
namespace analyzer::dhcp {
|
||||
using DHCP_Analyzer [[deprecated("Remove in v4.1. Use zeek::analyzer::dhcp::DHCP_Analyzer.")]] = zeek::analyzer::dhcp::DHCP_Analyzer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue