From 85f7060088f19fd03a34a6e312e46a86580e3b06 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 28 Jul 2010 23:14:41 +0000 Subject: [PATCH] Update CHANGELOG entry for my r19330 (fix -f/--mtu) to note that Nping's --mtu was fixed as well. --- CHANGELOG | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d6734db37..04b2356e5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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