Pydhcplib is a library to read, write, encode, and
decode DHCP packets on a network. It also includes
an admnistrator tool to send and receive DHCP
traffic.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
A major improvement was made to the pydhcp admin
tool, namely the possibility to read and write
DHCP packets in a human readable file format and
to generate binaries for network I/O. DHCP packets
can be sent from and stored in files. In the
library, source address is added for a received
packet. Bugs were fixed. The code was cleaned up.