nmap/libnetutil
kris 643d3eb9ff 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]

It looks like this has been broken in trunk since merging libnetutil,
and since r18037 in the dedup branch.
2010-07-28 22:34:12 +00:00
..
libnetutil.vcproj Output libnetutil.lib to nmap/libnetutil instead of nmap/mswin32/(Release|Debug) 2010-06-23 09:15:56 +00:00
Makefile.in Use CXXFLAGS in libnetutil. 2010-06-24 15:04:40 +00:00
netutil.cc o Fixed the fragmentation options (-f, --mtu) which broke in 5.35DC1. 2010-07-28 22:34:12 +00:00
netutil.h Changed send_frag_ip_packet() to make sure it accepts big MTU values, and fixed the format specifier, which was printing a signed integer when it should print an unsigned one 2010-06-22 18:22:54 +00:00