policy/protocols/dhcp/software.zeek

DHCP

Software identification and extraction for DHCP traffic.

Namespace

DHCP

Imports

base/frameworks/software, base/protocols/dhcp

Summary

Redefinitions

DHCP::Info: record

New Fields

DHCP::Info

client_software: string &log &optional

Software reported by the client in the vendor_class option.

server_software: string &log &optional

Software reported by the server in the vendor_class option.

Software::Type: enum

  • DHCP::CLIENT: Identifier for web browsers in the software framework.

  • DHCP::SERVER: Identifier for web servers in the software framework.

Detailed Interface