# Functions

CaptureIPWithTcpDump captures the IP address of the device with the specified MAC address using tcpdump.
GenerateRandMAC generates a random MAC address.
GetActiveInterface returns the IP address of the active network interface.
NormalizeMACAddress normalizes MAC addresses by ensuring all hex digits are in lowercase and leading zeros in each octet are removed.
RetrieveIPFromARPTable retrieves the IP address of the device with the specified MAC address from the ARP table.