:tocdepth: 3

base/protocols/dhcp/utils.bro
=============================
.. bro:namespace:: DHCP

Utilities specific for DHCP processing.

:Namespace: DHCP
:Source File: :download:`/scripts/base/protocols/dhcp/utils.bro`

Summary
~~~~~~~
Functions
#########
================================================ ======================================
:bro:id:`DHCP::reverse_ip`: :bro:type:`function` Reverse the octets of an IPv4 address.
================================================ ======================================


Detailed Interface
~~~~~~~~~~~~~~~~~~
Functions
#########
.. bro:id:: DHCP::reverse_ip

   :Type: :bro:type:`function` (ip: :bro:type:`addr`) : :bro:type:`addr`

   Reverse the octets of an IPv4 address.
   

   :ip: An IPv4 address.
   

   :returns: A reversed IPv4 address.


