From ae6dbc357ee10573468cbc687cac7a53f187b264 Mon Sep 17 00:00:00 2001 From: lilinjie Date: Tue, 4 Apr 2023 16:18:07 +0800 Subject: fix typos Signed-off-by: lilinjie --- doc/CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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) -- cgit v1.2.1