1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

Update CHANGELOG entry for my r19330 (fix -f/--mtu) to note that Nping's

--mtu was fixed as well.
This commit is contained in:
kris
2010-07-28 23:14:41 +00:00
parent 643d3eb9ff
commit 85f7060088

View File

@@ -1,10 +1,10 @@
# Nmap Changelog ($Id$); -*-text-*-
o Fixed the fragmentation options (-f, --mtu) which broke in 5.35DC1.
Instead of sending multiple fragments, Nmap would just send the
original whole packet instead. In some circumstances, Nmap would
fail to send on interfaces with low MTUs (such as SLIP lines) with
no way to bump down packet sizes for transport. [Kris]
o [Nmap, Nping] Fixed the fragmentation options (-f in Nmap, --mtu in
both) which broke in 5.35DC1. Instead of sending multiple fragments,
the original packet was sent whole. In some circumstances, sending
would fail on interfaces with low MTUs (such as SLIP lines) with no
way to bump down packet sizes for transport. [Kris]
o [NSE] The http library's request functions now accept an additional
"auth" table within the option table, which if provided causes Basic