mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Remove unnecessary #includes in analyzer/packet analyzer/file analyzer headers
This commit is contained in:
parent
896e41c794
commit
456c1fa42c
72 changed files with 41 additions and 91 deletions
|
@ -22,6 +22,8 @@ Discarder::Discarder() {
|
|||
discarder_maxlen = static_cast<int>(id::find_val("discarder_maxlen")->AsCount());
|
||||
}
|
||||
|
||||
Discarder::~Discarder() {}
|
||||
|
||||
bool Discarder::IsActive() { return check_ip || check_tcp || check_udp || check_icmp; }
|
||||
|
||||
bool Discarder::NextPacket(const std::shared_ptr<IP_Hdr>& ip, int len, int caplen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue