summaryrefslogtreecommitdiff
path: root/doc/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'doc/CHANGELOG')
-rw-r--r--doc/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index 1592290..f7b5c9c 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -117,7 +117,7 @@
- Presence of linux's PF_PACKET sockets is now detected. The acinclude.m4 merged in from packetfactory's 1.1.3-rc branch mysteriously assumed that that there was no PF_PACKET if the target OS was linux, which is the opposite of what we want. (Sam Roberts)
- Fix libnet_build_igmp() to not reverse the order of the ip address. libnet APIs that take IP addresses as a uint32_t expect them to already be in network byte order. (Sam Roberts)
- pblock_append deals with raw memory and structs, so declare it correctly (Sam Roberts)
- - Clarified types and sizes of DHCP/BOOTP chaddr, sname, and file. chaddr is a hardware address, with size specified seperately, whereas sname and file are null terminated strings. (Sam Roberts)
+ - Clarified types and sizes of DHCP/BOOTP chaddr, sname, and file. chaddr is a hardware address, with size specified separately, whereas sname and file are null terminated strings. (Sam Roberts)
- Explicitly ignore return value of write (some systems now warn about this). (Sam Roberts)
- Synchronize comment about h_len with parameter name in function. (Sam Roberts)
- Fixes a buffer overflow issue when copying chaddr, file, and sname fields to the DHCP header. (allfro)
@@ -177,7 +177,7 @@
- With link_none, the link apis were failing with not error message. (Sam Roberts)
- man doc makefile wasn't correctly referring to the srcdir (alon.barlev@gmail.com) (Sam Roberts)
- Avoid mallocing zero bytes, it perturbs electric fence. (Sam Roberts)
- - autotools patches for cross compiling and seperate builddir (alon.barlev@gmail.com) (Sam Roberts)
+ - autotools patches for cross compiling and separate builddir (alon.barlev@gmail.com) (Sam Roberts)
- html doc makefile wasn't correctly referring to the srcdir (alon.barlev@gmail.com) (Sam Roberts)
- ip_offset is now calculated on the fly, and UDP and TCP no longer use h_len (Sam Roberts)
- IP offset calculation should allow nesting of IP protocols. (Sam Roberts)