mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Working on TODOs.
- Introducing analyzer::<protocol> namespaces. - Moving protocol-specific events out of events.bif into analyzer/protocol/<protocol>/events.bif - Moving ARP over (even though it's not an actual analyzer). - Moving NetFlow over (even though it's not an actual analyzer). - Moving MIME over (even though it's not an actual analyzer).
This commit is contained in:
parent
dfc4cb0881
commit
5dc630f722
210 changed files with 7080 additions and 6608 deletions
|
@ -6,6 +6,8 @@
|
|||
#include "analyzer/Analyzer.h"
|
||||
#include <netinet/udp.h>
|
||||
|
||||
namespace analyzer { namespace udp {
|
||||
|
||||
typedef enum {
|
||||
UDP_INACTIVE, // no packet seen
|
||||
UDP_ACTIVE, // packets seen
|
||||
|
@ -45,4 +47,6 @@ private:
|
|||
#define HIST_RESP_CORRUPT_PKT 0x8
|
||||
};
|
||||
|
||||
} } // namespace analyzer::*
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue