mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +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
|
@ -96,7 +96,6 @@ extern RecordType* http_stats_rec;
|
|||
extern RecordType* http_message_stat;
|
||||
extern int truncate_http_URI;
|
||||
|
||||
extern int pm_request;
|
||||
extern RecordType* pm_mapping;
|
||||
extern TableType* pm_mappings;
|
||||
extern RecordType* pm_port_request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue