mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
First step of DHCP analyzer rearchitecture.
Old event prototypes have changed and the events are broken right now and may be removed in favor of the new generic "dhcp_message" event. DHCP option parsing is abstracted from the main code base of the protocol parser and are all now located in their own file. Documentation, tests, and final code cleanup are still pending.
This commit is contained in:
parent
ba49ab8201
commit
c2f35920fd
14 changed files with 728 additions and 498 deletions
|
@ -113,9 +113,6 @@ extern RecordType* geo_location;
|
|||
|
||||
extern RecordType* entropy_test_result;
|
||||
|
||||
extern TableType* dhcp_router_list;
|
||||
extern RecordType* dhcp_msg;
|
||||
|
||||
extern RecordType* dns_msg;
|
||||
extern RecordType* dns_answer;
|
||||
extern RecordType* dns_soa;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue