zeek/scripts/base/protocols/dhcp
Jon Siwek 8cf9c41c12 GH-485: fix cases where DHCP log omits MAC field
The field is populated in this order of preference:

  (1) Use a client-identifier option sent by client
  (2) Use the server's CHADDR field
  (3) Use the client's CHADDR field

Case (3) did not exist before this patch.
2019-07-26 20:05:15 -07:00
..
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
consts.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
dpd.sig Rework to the DHCP analyzer. 2018-03-01 08:36:32 -08:00
main.zeek GH-485: fix cases where DHCP log omits MAC field 2019-07-26 20:05:15 -07:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00

Support for Dynamic Host Configuration Protocol (DHCP) analysis.