You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple DHCP client written in 500 lines of C code.
Uses pcap library to read/write packets on the network interface.
This program sends out DHCP DISCOVER packet on the given interface and
waits for DHCP OFFER.