zeek/scripts/base/protocols/dhcp
Seth Hall e76b56ce53 Rework to the DHCP analyzer.
Highlights:
 - Reduced all DHCP events into a single dhcp_message event. (removed legacy events since they weren't widely used anyway)
 - Support many more DHCP options.
 - DHCP log is completely reworked and now represents DHCP sessions
   based on the transaction ID (and works on clusters).
 - Removed the known-devices-and-hostnames script since it's generally
   less relevant now with the updated log.
2018-03-01 08:36:32 -08:00
..
__load__.bro DHCP: 2013-07-31 16:32:20 -04:00
consts.bro Rework to the DHCP analyzer. 2018-03-01 08:36:32 -08:00
dpd.sig Rework to the DHCP analyzer. 2018-03-01 08:36:32 -08:00
main.bro Rework to the DHCP analyzer. 2018-03-01 08:36:32 -08:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00

Support for Dynamic Host Configuration Protocol (DHCP) analysis.