Tomek Mrugalski c6e8dd84e8 [1228] LibDHCP::unpackOptions4 implemented (+tests) 13 years ago
..
tests c6e8dd84e8 [1228] LibDHCP::unpackOptions4 implemented (+tests) 13 years ago
Makefile.am edffc4851f [1224] Pkt4 improvements after review 13 years ago
README d647a45893 [1186] Initial libdhcp skeleton implementation. 13 years ago
dhcp4.h f7c85718e5 [1224] DHCPv4: Indents fixed, using vector<uint8_t> in several places now. 13 years ago
dhcp6.h 92b2aa9c96 [1186] Part 4 of review changes 13 years ago
libdhcp.cc c6e8dd84e8 [1228] LibDHCP::unpackOptions4 implemented (+tests) 13 years ago
libdhcp.h c6e8dd84e8 [1228] LibDHCP::unpackOptions4 implemented (+tests) 13 years ago
option.cc 7d25b201c0 [1228] Work on option support in DHCPv4 13 years ago
option.h 7d25b201c0 [1228] Work on option support in DHCPv4 13 years ago
option6_addrlst.cc 5756a9c761 [1186] Changes after second review 13 years ago
option6_addrlst.h 5756a9c761 [1186] Changes after second review 13 years ago
option6_ia.cc 1032195dcf [1313] writeUint32, readUint32 implemented 13 years ago
option6_ia.h 26f4192ca7 cppcheck warnings removed. 13 years ago
option6_iaaddr.cc 1032195dcf [1313] writeUint32, readUint32 implemented 13 years ago
option6_iaaddr.h 26f4192ca7 cppcheck warnings removed. 13 years ago
pkt4.cc d15cad92c9 [1226] Pkt4 packet assembly and parsing implemented. 13 years ago
pkt4.h 7d25b201c0 [1228] Work on option support in DHCPv4 13 years ago
pkt6.cc d15cad92c9 [1226] Pkt4 packet assembly and parsing implemented. 13 years ago
pkt6.h 81c031de6a [1224] Pkt4 class and unittests implementation. 13 years ago

README

This directory holds implementation for libdhcp.


Basic Ideas
===========


Notes
=====
This work just begun. Don't expect to see much useful code here.
We are working on it.