Simon Goldschmidt
|
d237ec7e78
|
Changed C++ comments to C style
|
2013-01-11 21:27:45 +01:00 |
|
Henrik Persson
|
7e9f000d0b
|
Segfault in dhcp_parse_reply if no end marker
If no endmarker is present in a dhcp reply a null pointer is potentially
dereferenced.
Add fix and test case as proof of concept.
|
2012-09-19 22:11:56 +02:00 |
|
goldsimon
|
84d8760561
|
dhcp unit test: fixed 2 consts, use udp checksum 0x0000 in handcrafted packets so that CHECKSUM_CHECK_UDP==0 is not necessary
|
2012-03-25 17:18:58 +02:00 |
|
goldsimon
|
e1225cec5f
|
new dhcp unit test: fix compilation for strict C, made local functions static, made some variables and parameters const
|
2012-03-25 17:15:56 +02:00 |
|
Erik Ekman
|
679d3fd5b3
|
Add unit tests for DHCP
Three simple tests that test the basic functionality of the DHCP client.
They require that UDP checksums are off for now.
|
2012-03-25 15:34:31 +02:00 |
|