known-devices.log

I am trying to generate the known devices logs that is included in bro. In my /site/local.bro file I currently have

@load policy/misc/known-devices

Do I also need to include a statement to load policy/protocols/dhcp/known-devices-and-hostnames.bro? If so is it as simple as @load policy/protocols/dhcp/known-devices-and-hostnames.bro in the same local.bro file.

Currently I generate a known-devices.log file. I’d like to create it to start to track mac addresses and devices.

Thanks in advance