From 0d47952611198ef6b1163f366dc03922d20b1475 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 09:42:04 +0200 Subject: Adding upstream version 7.94+git20230807.3be01efb1+dfsg. Signed-off-by: Daniel Baumann --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/ncat_bug.md | 22 + .github/ISSUE_TEMPLATE/nmap_bug.md | 27 + .github/ISSUE_TEMPLATE/npcap_bug.md | 7 + .github/ISSUE_TEMPLATE/nping_bug.md | 25 + .github/ISSUE_TEMPLATE/other.md | 16 + .github/ISSUE_TEMPLATE/zenmap_bug.md | 24 + .gitignore | 64 + .lgtm.yml | 26 + .travis.yml | 20 + BSDmakefile | 9 + CHANGELOG | 16842 +++ CONTRIBUTING.md | 49 + FPEngine.cc | 2741 + FPEngine.h | 413 + FPModel.cc | 3838 + FPModel.h | 10 + FingerPrintResults.cc | 302 + FingerPrintResults.h | 170 + HACKING | 106 + INSTALL | 10 + LICENSE | 583 + MACLookup.cc | 245 + MACLookup.h | 83 + Makefile.in | 530 + NewTargets.cc | 147 + NewTargets.h | 105 + NmapOps.cc | 637 + NmapOps.h | 384 + NmapOutputTable.cc | 257 + NmapOutputTable.h | 138 + README-WIN32 | 4 + README.md | 43 + Target.cc | 508 + Target.h | 310 + TargetGroup.cc | 838 + TargetGroup.h | 106 + acinclude.m4 | 127 + aclocal.m4 | 300 + charpool.cc | 141 + charpool.h | 93 + checklibs.sh | 110 + config.guess | 1421 + config.sub | 1807 + configure | 9280 ++ configure.ac | 1135 + depcomp | 584 + docs/3rd-party-licenses.txt | 1337 + docs/3rd-party.xml | 281 + docs/Nmap-Third-Party-Open-Source.fodt | 3247 + docs/Nmap-Third-Party-Open-Source.pdf | Bin 0 -> 66193 bytes docs/README | 3 + docs/committers.txt | 106 + docs/device-types.txt | 147 + docs/leet-nmap-ascii-art-eye.txt | 15 + docs/leet-nmap-ascii-art-pc.txt | 14 + docs/leet-nmap-ascii-art.txt | 13 + docs/legal-notices.xml | 196 + docs/licenses/BSD-modified.txt | 19 + docs/licenses/BSD-simplified | 26 + docs/licenses/LGPL-2 | 482 + docs/licenses/LGPL-2.1 | 504 + docs/licenses/LIBLINEAR-license.txt | 31 + docs/licenses/Libdnet-license.txt | 30 + docs/licenses/Lua-license.txt | 6 + docs/licenses/MIT | 19 + docs/licenses/MPL-1.1 | 470 + docs/licenses/OpenSSL-license.txt | 125 + docs/licenses/PCRE-license.txt | 68 + docs/licenses/WinPcap-license.txt | 73 + docs/licenses/zlib-license.txt | 22 + docs/man-xlate/nmap-de.1 | 2214 + docs/man-xlate/nmap-es.1 | 1820 + docs/man-xlate/nmap-fr.1 | 2073 + docs/man-xlate/nmap-hr.1 | 1737 + docs/man-xlate/nmap-hu.1 | 2248 + docs/man-xlate/nmap-id.1 | 2312 + docs/man-xlate/nmap-it.1 | 2584 + docs/man-xlate/nmap-ja.1 | 1269 + docs/man-xlate/nmap-man-de.xml | 4344 + docs/man-xlate/nmap-man-es.xml | 3819 + docs/man-xlate/nmap-man-fr.xml | 2461 + docs/man-xlate/nmap-man-hr.xml | 2570 + docs/man-xlate/nmap-man-hu.xml | 3862 + docs/man-xlate/nmap-man-id.xml | 4173 + docs/man-xlate/nmap-man-it.xml | 4858 + docs/man-xlate/nmap-man-ja.xml | 1564 + docs/man-xlate/nmap-man-pl.xml | 3278 + docs/man-xlate/nmap-man-pt_BR.xml | 4058 + docs/man-xlate/nmap-man-pt_PT.xml | 3341 + docs/man-xlate/nmap-man-ro.xml | 3161 + docs/man-xlate/nmap-man-ru.xml | 3658 + docs/man-xlate/nmap-man-sk.xml | 3015 + docs/man-xlate/nmap-man-zh.xml | 2477 + docs/man-xlate/nmap-pl.1 | 1710 + docs/man-xlate/nmap-pt_BR.1 | 1773 + docs/man-xlate/nmap-pt_PT.1 | 1654 + docs/man-xlate/nmap-ro.1 | 1498 + docs/man-xlate/nmap-ru.1 | 2320 + docs/man-xlate/nmap-sk.1 | 1691 + docs/man-xlate/nmap-zh.1 | 1274 + docs/nmap-fo.xsl | 960 + docs/nmap-install.xml | 1489 + docs/nmap-man-enclosure.xml | 15 + docs/nmap-usage.xml | 2 + docs/nmap.1 | 2762 + docs/nmap.dtd | 362 + docs/nmap.usage.txt | 115 + docs/nmap.xsl | 1071 + docs/nmap_gpgkeys.txt | 95 + docs/nse-scripts.dtd | 18 + docs/refguide.xml | 4736 + docs/scripting.xml | 3993 + docs/style/README | 10 + docs/style/lua-format | 90 + docs/style/lua-format.lua | 322 + docs/win32-installer-zenmap-buildguide.txt | 43 + docs/zenmap.1 | 127 + docs/zenmap.xml | 190 + idle_scan.cc | 1412 + idle_scan.h | 81 + libdnet-stripped/INSTALL | 59 + libdnet-stripped/LICENSE | 31 + libdnet-stripped/Makefile.am | 17 + libdnet-stripped/Makefile.am.common | 6 + libdnet-stripped/Makefile.in | 665 + libdnet-stripped/NMAP_MODIFICATIONS | 2575 + libdnet-stripped/README | 13 + libdnet-stripped/THANKS | 106 + libdnet-stripped/TODO | 79 + libdnet-stripped/acconfig.h | 32 + libdnet-stripped/aclocal.m4 | 8856 ++ libdnet-stripped/config/acinclude.m4 | 343 + libdnet-stripped/configure | 14600 +++ libdnet-stripped/configure.in | 310 + libdnet-stripped/dnet-config.in | 54 + libdnet-stripped/include/Makefile.am | 9 + libdnet-stripped/include/Makefile.in | 547 + libdnet-stripped/include/config.h.in | 304 + libdnet-stripped/include/dnet.h | 33 + libdnet-stripped/include/dnet/Makefile.am | 8 + libdnet-stripped/include/dnet/Makefile.in | 415 + libdnet-stripped/include/dnet/addr.h | 67 + libdnet-stripped/include/dnet/arp.h | 112 + libdnet-stripped/include/dnet/blob.h | 56 + libdnet-stripped/include/dnet/eth.h | 79 + libdnet-stripped/include/dnet/fw.h | 54 + libdnet-stripped/include/dnet/icmp.h | 267 + libdnet-stripped/include/dnet/icmpv6.h | 117 + libdnet-stripped/include/dnet/intf.h | 72 + libdnet-stripped/include/dnet/ip.h | 434 + libdnet-stripped/include/dnet/ip6.h | 185 + libdnet-stripped/include/dnet/os.h | 130 + libdnet-stripped/include/dnet/rand.h | 33 + libdnet-stripped/include/dnet/route.h | 37 + libdnet-stripped/include/dnet/sctp.h | 179 + libdnet-stripped/include/dnet/tcp.h | 160 + libdnet-stripped/include/dnet/tun.h | 25 + libdnet-stripped/include/dnet/udp.h | 32 + libdnet-stripped/include/dnet_winconfig.h | 279 + libdnet-stripped/include/err.h | 50 + libdnet-stripped/include/queue.h | 503 + libdnet-stripped/include/stamp-h.in | 1 + libdnet-stripped/libdnet-stripped.vcxproj | 116 + libdnet-stripped/src/Makefile.am | 11 + libdnet-stripped/src/Makefile.in | 470 + libdnet-stripped/src/addr-util.c | 304 + libdnet-stripped/src/addr.c | 494 + libdnet-stripped/src/arp-bsd.c | 323 + libdnet-stripped/src/arp-ioctl.c | 489 + libdnet-stripped/src/arp-none.c | 58 + libdnet-stripped/src/arp-win32.c | 163 + libdnet-stripped/src/blob.c | 458 + libdnet-stripped/src/crc32ct.h | 83 + libdnet-stripped/src/err.c | 110 + libdnet-stripped/src/eth-bsd.c | 172 + libdnet-stripped/src/eth-dlpi.c | 304 + libdnet-stripped/src/eth-linux.c | 118 + libdnet-stripped/src/eth-ndd.c | 117 + libdnet-stripped/src/eth-none.c | 51 + libdnet-stripped/src/eth-pfilt.c | 87 + libdnet-stripped/src/eth-snoop.c | 109 + libdnet-stripped/src/eth-win32.c | 163 + libdnet-stripped/src/fw-none.c | 49 + libdnet-stripped/src/intf-win32.c | 621 + libdnet-stripped/src/intf.c | 1091 + libdnet-stripped/src/ip-cooked.c | 250 + libdnet-stripped/src/ip-util.c | 217 + libdnet-stripped/src/ip-win32.c | 79 + libdnet-stripped/src/ip.c | 104 + libdnet-stripped/src/ip6.c | 76 + libdnet-stripped/src/memcmp.c | 60 + libdnet-stripped/src/rand.c | 208 + libdnet-stripped/src/route-bsd.c | 703 + libdnet-stripped/src/route-hpux.c | 184 + libdnet-stripped/src/route-linux.c | 310 + libdnet-stripped/src/route-none.c | 58 + libdnet-stripped/src/route-win32.c | 279 + libdnet-stripped/src/strlcpy.c | 69 + libdnet-stripped/src/strsep.c | 85 + libdnet-stripped/src/tun-bsd.c | 146 + libdnet-stripped/src/tun-linux.c | 115 + libdnet-stripped/src/tun-none.c | 58 + libdnet-stripped/src/tun-solaris.c | 127 + libnetutil/ARPHeader.cc | 313 + libnetutil/ARPHeader.h | 223 + libnetutil/ApplicationLayerElement.h | 71 + libnetutil/DataLinkLayerElement.h | 70 + libnetutil/DestOptsHeader.cc | 95 + libnetutil/DestOptsHeader.h | 86 + libnetutil/EthernetHeader.cc | 219 + libnetutil/EthernetHeader.h | 133 + libnetutil/FragmentHeader.cc | 212 + libnetutil/FragmentHeader.h | 113 + libnetutil/HopByHopHeader.cc | 388 + libnetutil/HopByHopHeader.h | 122 + libnetutil/ICMPHeader.h | 83 + libnetutil/ICMPv4Header.cc | 1187 + libnetutil/ICMPv4Header.h | 530 + libnetutil/ICMPv6Header.cc | 1358 + libnetutil/ICMPv6Header.h | 669 + libnetutil/ICMPv6Option.cc | 326 + libnetutil/ICMPv6Option.h | 235 + libnetutil/ICMPv6RRBody.cc | 111 + libnetutil/ICMPv6RRBody.h | 200 + libnetutil/IPv4Header.cc | 634 + libnetutil/IPv4Header.h | 220 + libnetutil/IPv6ExtensionHeader.h | 81 + libnetutil/IPv6Header.cc | 505 + libnetutil/IPv6Header.h | 172 + libnetutil/Makefile.in | 41 + libnetutil/NetworkLayerElement.cc | 62 + libnetutil/NetworkLayerElement.h | 92 + libnetutil/PacketElement.cc | 70 + libnetutil/PacketElement.h | 268 + libnetutil/PacketParser.cc | 1789 + libnetutil/PacketParser.h | 132 + libnetutil/RawData.cc | 172 + libnetutil/RawData.h | 90 + libnetutil/RoutingHeader.cc | 313 + libnetutil/RoutingHeader.h | 176 + libnetutil/TCPHeader.cc | 936 + libnetutil/TCPHeader.h | 259 + libnetutil/TransportLayerElement.cc | 126 + libnetutil/TransportLayerElement.h | 91 + libnetutil/UDPHeader.cc | 298 + libnetutil/UDPHeader.h | 127 + libnetutil/libnetutil.vcxproj | 128 + libnetutil/netutil.cc | 4777 + libnetutil/netutil.h | 565 + libnetutil/npacket.h | 93 + lpeg.c | 3694 + ltmain.sh | 8406 ++ macosx/BUNDLING.md | 130 + macosx/Makefile | 187 + macosx/README.md | 96 + macosx/check_test.sh | 124 + macosx/createdmg.sh | 76 + macosx/nmap.pmdoc/01nmap-contents.xml | 3 + macosx/nmap.pmdoc/01nmap.xml | 25 + macosx/nmap.pmdoc/02zenmap-contents.xml | 3 + macosx/nmap.pmdoc/02zenmap.xml | 37 + macosx/nmap.pmdoc/03ncat-contents.xml | 3 + macosx/nmap.pmdoc/03ncat.xml | 25 + macosx/nmap.pmdoc/04ndiff-contents.xml | 3 + macosx/nmap.pmdoc/04ndiff.xml | 25 + macosx/nmap.pmdoc/05nping-contents.xml | 3 + macosx/nmap.pmdoc/05nping.xml | 25 + macosx/nmap.pmdoc/index.xml | 56 + macosx/nmap.png | Bin 0 -> 116077 bytes macosx/openssl.modules | 81 + macosx/pkg_bg.jpg | Bin 0 -> 200397 bytes main.cc | 170 + missing | 360 + nbase/CHANGELOG | 5 + nbase/Makefile.in | 65 + nbase/acinclude.m4 | 216 + nbase/configure | 6574 ++ nbase/configure.ac | 301 + nbase/getaddrinfo.c | 191 + nbase/getnameinfo.c | 116 + nbase/getopt.c | 304 + nbase/getopt.h | 84 + nbase/inet_ntop.c | 255 + nbase/inet_pton.c | 249 + nbase/nbase.h | 528 + nbase/nbase.vcxproj | 131 + nbase/nbase_addrset.c | 934 + nbase/nbase_config.h.in | 206 + nbase/nbase_crc32ct.h | 136 + nbase/nbase_ipv6.h | 214 + nbase/nbase_memalloc.c | 115 + nbase/nbase_misc.c | 898 + nbase/nbase_rnd.c | 360 + nbase/nbase_str.c | 330 + nbase/nbase_time.c | 215 + nbase/nbase_winconfig.h | 156 + nbase/nbase_winunix.c | 214 + nbase/nbase_winunix.h | 196 + nbase/snprintf.c | 647 + nbase/strcasecmp.c | 114 + nbase/test/nmakefile | 13 + nbase/test/test-escape_windows_command_arg.c | 204 + ncat/ChangeLog | 229 + ncat/INSTALL | 19 + ncat/LICENSE | 3 + ncat/Makefile.in | 209 + ncat/base64.c | 118 + ncat/base64.h | 65 + ncat/certs/README | 50 + ncat/certs/ca-bundle.crt | 3240 + ncat/config.guess | 1421 + ncat/config.h.in | 197 + ncat/config.sub | 1807 + ncat/config_win.h | 66 + ncat/configure | 6596 ++ ncat/configure.ac | 327 + ncat/docs/AUTHORS | 28 + ncat/docs/README | 146 + ncat/docs/THANKS | 29 + ncat/docs/examples/README | 15 + ncat/docs/examples/ipaccess | 23 + ncat/docs/examples/logs/ascii-output | 3 + ncat/docs/examples/logs/hex-output | 47 + ncat/docs/examples/scripts/README | 6 + ncat/docs/examples/scripts/http-proxy | 5 + ncat/docs/examples/scripts/http-scan/README | 14 + ncat/docs/examples/scripts/http-scan/get.request | 3 + ncat/docs/examples/scripts/http-scan/iplist | 5 + ncat/docs/examples/scripts/http-scan/scan-example | 7 + .../docs/examples/scripts/http-scan/scanner-output | 57 + ncat/docs/ncat-ascii-art.txt | 11 + ncat/docs/ncat.1 | 787 + ncat/docs/ncat.usage.txt | 57 + ncat/docs/ncat.xml | 1225 + ncat/docs/ncatguide.xml | 2008 + ncat/docs/ncatguidehtml.xml | 12 + ncat/docs/ncatmanhtml.xml | 12 + ncat/http.c | 1633 + ncat/http.h | 225 + ncat/http_digest.c | 376 + ncat/missing | 198 + ncat/mkinstalldirs | 40 + ncat/ncat.h | 218 + ncat/ncat.vcxproj | 262 + ncat/ncat_config.h | 72 + ncat/ncat_connect.c | 1425 + ncat/ncat_connect.h | 67 + ncat/ncat_core.c | 645 + ncat/ncat_core.h | 245 + ncat/ncat_exec.h | 76 + ncat/ncat_exec_win.c | 698 + ncat/ncat_listen.c | 902 + ncat/ncat_listen.h | 64 + ncat/ncat_lua.c | 118 + ncat/ncat_lua.h | 94 + ncat/ncat_main.c | 1091 + ncat/ncat_posix.c | 388 + ncat/ncat_proxy.c | 867 + ncat/ncat_proxy.h | 74 + ncat/ncat_ssl.c | 669 + ncat/ncat_ssl.h | 101 + ncat/ncat_win.c | 116 + ncat/scripts/chargen.lua | 7 + ncat/scripts/conditional.lua | 51 + ncat/scripts/date.lua | 3 + ncat/scripts/discard.lua | 11 + ncat/scripts/echo.lua | 16 + ncat/scripts/hello-luaexec.lua | 4 + ncat/scripts/httpd.lua | 402 + ncat/scripts/log_ips.sh | 10 + ncat/scripts/p0fme.py | 97 + ncat/scripts/whatismyip.lua | 4 + ncat/sockaddr_u.h | 128 + ncat/sys_wrap.c | 190 + ncat/sys_wrap.h | 111 + ncat/test/addrset.c | 104 + ncat/test/ncat-test.pl | 3283 + ncat/test/test-addrset.sh | 333 + ncat/test/test-cert.pem | 47 + ncat/test/test-cmdline-split.c | 100 + ncat/test/test-environment.lua | 13 + ncat/test/test-environment.sh | 11 + ncat/test/test-uri.c | 129 + ncat/test/test-wildcard.c | 626 + ncat/test/toupper.lua | 14 + ncat/util.c | 773 + ncat/util.h | 179 + ndiff/LICENSE | 5 + ndiff/README | 63 + ndiff/docs/ndiff.1 | 437 + ndiff/docs/ndiff.dtd | 139 + ndiff/docs/ndiff.xml | 413 + ndiff/ndiff.py | 1532 + ndiff/ndifftest.py | 807 + ndiff/scripts/ndiff | 84 + ndiff/setup.py | 314 + ndiff/test-scans/anonymize.py | 122 + ndiff/test-scans/complex.xml | 38 + ndiff/test-scans/down.xml | 11 + ndiff/test-scans/empty.xml | 10 + ndiff/test-scans/os.xml | 27 + ndiff/test-scans/random-1.xml | 1638 + ndiff/test-scans/random-2.xml | 1884 + ndiff/test-scans/simple.xml | 19 + ndiff/test-scans/single.xml | 25 + nmap-header-template.cc | 60 + nmap-mac-prefixes | 42040 +++++++ nmap-os-db | 108349 ++++++++++++++++++ nmap-protocols | 153 + nmap-rpc | 1844 + nmap-service-probes | 16777 +++ nmap-services | 27464 +++++ nmap.cc | 2856 + nmap.h | 268 + nmap.spec.in | 152 + nmap_amigaos.h | 112 + nmap_config.h.in | 178 + nmap_dns.cc | 1700 + nmap_dns.h | 252 + nmap_error.cc | 244 + nmap_error.h | 108 + nmap_ftp.cc | 356 + nmap_ftp.h | 97 + nmap_tty.cc | 325 + nmap_tty.h | 76 + nmap_winconfig.h | 87 + nping/ArgParser.cc | 1823 + nping/ArgParser.h | 83 + nping/Crypto.cc | 279 + nping/Crypto.h | 86 + nping/EchoClient.cc | 1098 + nping/EchoClient.h | 131 + nping/EchoHeader.cc | 970 + nping/EchoHeader.h | 331 + nping/EchoServer.cc | 1567 + nping/EchoServer.h | 131 + nping/LICENSE | 3 + nping/Makefile.in | 167 + nping/NEPContext.cc | 552 + nping/NEPContext.h | 213 + nping/NpingOps.cc | 3134 + nping/NpingOps.h | 650 + nping/NpingTarget.cc | 1046 + nping/NpingTarget.h | 261 + nping/NpingTargets.cc | 387 + nping/NpingTargets.h | 111 + nping/ProbeMode.cc | 2342 + nping/ProbeMode.h | 133 + nping/common.cc | 65 + nping/common.h | 69 + nping/common_modified.cc | 782 + nping/common_modified.h | 140 + nping/config.guess | 1421 + nping/config.sub | 1807 + nping/configure | 7714 ++ nping/configure.ac | 562 + nping/docs/AUTHORS | 16 + nping/docs/EchoProtoRFC.txt | 1158 + nping/docs/leet-nping-ascii-art.txt | 18 + nping/docs/nping-man.xml | 3575 + nping/docs/nping-usage.txt | 120 + nping/docs/nping-usage.xml | 2 + nping/docs/nping.1 | 1797 + nping/docs/npingmanhtml.xml | 13 + nping/doxyfile | 239 + nping/global_structures.h | 33 + nping/nping-dev/Diagram1.dia | Bin 0 -> 5086 bytes nping/nping-dev/EchoProtoRFC_v0.txt | 741 + nping/nping-dev/NpingCommandLine.txt | 151 + nping/nping-dev/NpingExamples.txt | 56 + nping/nping-dev/NpingRequirements.txt | 165 + nping/nping-dev/PacketDiff_RFC.txt | 538 + nping/nping-dev/README | 40 + nping/nping-dev/configFiles.txt | 12 + nping/nping-dev/do_valgrind.sh | 2 + nping/nping-dev/echo_proposal.txt | 222 + nping/nping-dev/nping_logo.svg | 483 + nping/nping-dev/packetDiagram.png | Bin 0 -> 44131 bytes .../pythonscripts/TemplateGettersSetters.txt | 25 + nping/nping-dev/pythonscripts/TemplateNpingOps.txt | 45 + nping/nping-dev/pythonscripts/addGettersSetters.py | 28 + .../nping-dev/pythonscripts/addManSectionEntry.py | 43 + nping/nping-dev/pythonscripts/addNpingOpsAttr.py | 12 + .../pythonscripts/man-section-entry-template.xml | 25 + .../pythonscripts/man-section-template.xml | 34 + nping/nping-dev/test/caps/tcpconnect_T1.cap | Bin 0 -> 2318 bytes nping/nping-dev/test/caps/tcpconnect_T2.cap | Bin 0 -> 824 bytes nping/nping-dev/test/caps/tcpconnect_T3.cap | Bin 0 -> 744 bytes nping/nping-dev/test/test_nping.sh | 1526 + nping/nping-dev/valgrind_supress.txt | 85 + nping/nping.cc | 251 + nping/nping.h | 363 + nping/nping.spec | 54 + nping/nping.vcxproj | 199 + nping/nping_config.h.in | 154 + nping/nping_winconfig.h | 90 + nping/output.cc | 244 + nping/output.h | 114 + nping/stats.cc | 390 + nping/stats.h | 210 + nping/utils.cc | 438 + nping/utils.h | 105 + nping/utils_net.cc | 1941 + nping/utils_net.h | 155 + nping/winfix.cc | 264 + nping/winfix.h | 35 + nse_db.cc | 113 + nse_db.h | 7 + nse_debug.cc | 99 + nse_debug.h | 9 + nse_dnet.cc | 425 + nse_dnet.h | 7 + nse_fs.cc | 300 + nse_fs.h | 8 + nse_libssh2.cc | 949 + nse_libssh2.h | 8 + nse_lpeg.cc | 21 + nse_lpeg.h | 8 + nse_lua.h | 38 + nse_main.cc | 857 + nse_main.h | 69 + nse_main.lua | 1494 + nse_nmaplib.cc | 1068 + nse_nmaplib.h | 16 + nse_nsock.cc | 1153 + nse_nsock.h | 9 + nse_openssl.cc | 615 + nse_openssl.h | 11 + nse_ssl_cert.cc | 713 + nse_ssl_cert.h | 69 + nse_utility.cc | 243 + nse_utility.h | 180 + nse_zlib.cc | 989 + nse_zlib.h | 9 + nselib/afp.lua | 2124 + nselib/ajp.lua | 546 + nselib/amqp.lua | 333 + nselib/anyconnect.lua | 144 + nselib/asn1.lua | 527 + nselib/base32.lua | 245 + nselib/base64.lua | 203 + nselib/bin.lua | 367 + nselib/bitcoin.lua | 628 + nselib/bits.lua | 79 + nselib/bittorrent.lua | 1053 + nselib/bjnp.lua | 363 + nselib/brute.lua | 1551 + nselib/cassandra.lua | 190 + nselib/citrixxml.lua | 528 + nselib/coap.lua | 2675 + nselib/comm.lua | 294 + nselib/creds.lua | 541 + nselib/cvs.lua | 96 + nselib/data/dns-srv-names | 74 + nselib/data/drupal-modules.lst | 17447 +++ nselib/data/drupal-themes.lst | 1333 + nselib/data/enterprise_numbers.txt | 59209 ++++++++++ nselib/data/favicon-db | 133 + nselib/data/http-default-accounts-fingerprints.lua | 1738 + nselib/data/http-devframework-fingerprints.lua | 440 + nselib/data/http-fingerprints.lua | 12859 +++ nselib/data/http-folders.txt | 910 + nselib/data/http-sql-errors.lst | 112 + nselib/data/http-web-files-extensions.lst | 214 + nselib/data/idnaMappings.lua | 13307 +++ nselib/data/ike-fingerprints.lua | 2473 + nselib/data/jdwp-class/JDWPExecCmd.java | 31 + nselib/data/jdwp-class/JDWPSystemInfo.java | 41 + nselib/data/jdwp-class/README.txt | 26 + nselib/data/mgroupnames.db | 485 + nselib/data/mysql-cis.audit | 228 + nselib/data/oracle-default-accounts.lst | 687 + nselib/data/oracle-sids | 735 + nselib/data/packetdecoders.lua | 936 + nselib/data/passwords.lst | 5007 + nselib/data/pixel.gif | Bin 0 -> 51 bytes nselib/data/psexec/README | 15 + nselib/data/psexec/backdoor.lua | 27 + nselib/data/psexec/default.lua | 144 + nselib/data/psexec/drives.lua | 49 + nselib/data/psexec/examples.lua | 68 + nselib/data/psexec/experimental.lua | 24 + nselib/data/psexec/network.lua | 113 + nselib/data/psexec/nmap_service.c | 380 + nselib/data/psexec/nmap_service.vcproj | 194 + nselib/data/psexec/pwdump.lua | 52 + nselib/data/publickeydb | 3 + nselib/data/rtsp-urls.txt | 178 + nselib/data/snmpcommunities.lst | 27 + nselib/data/ssl-fingerprints | 2077 + nselib/data/targets-ipv6-wordlist | 2651 + nselib/data/tftp-fingerprints.lua | 146 + nselib/data/tftplist.txt | 255 + nselib/data/usernames.lst | 10 + nselib/data/vhosts-default.lst | 128 + nselib/data/vhosts-full.lst | 498 + nselib/data/wp-plugins.lst | 50553 ++++++++ nselib/data/wp-themes.lst | 4778 + nselib/datafiles.lua | 342 + nselib/datetime.lua | 252 + nselib/dhcp.lua | 648 + nselib/dhcp6.lua | 661 + nselib/dicom.lua | 272 + nselib/dns.lua | 1837 + nselib/dnsbl.lua | 624 + nselib/dnssd.lua | 397 + nselib/drda.lua | 775 + nselib/eap.lua | 291 + nselib/eigrp.lua | 382 + nselib/formulas.lua | 220 + nselib/ftp.lua | 307 + nselib/geoip.lua | 138 + nselib/giop.lua | 633 + nselib/gps.lua | 126 + nselib/http.lua | 3226 + nselib/httpspider.lua | 1075 + nselib/iax2.lua | 340 + nselib/idna.lua | 565 + nselib/ike.lua | 550 + nselib/imap.lua | 280 + nselib/informix.lua | 1333 + nselib/ipOps.lua | 888 + nselib/ipmi.lua | 306 + nselib/ipp.lua | 438 + nselib/irc.lua | 37 + nselib/iscsi.lua | 729 + nselib/isns.lua | 556 + nselib/jdwp.lua | 1079 + nselib/json.lua | 443 + nselib/knx.lua | 87 + nselib/ldap.lua | 917 + nselib/lfs.luadoc | 48 + nselib/libssh2-utility.lua | 184 + nselib/libssh2.luadoc | 120 + nselib/listop.lua | 184 + nselib/lpeg-utility.lua | 170 + nselib/lpeg.luadoc | 10 + nselib/ls.lua | 368 + nselib/match.lua | 62 + nselib/membase.lua | 337 + nselib/mobileme.lua | 242 + nselib/mongodb.lua | 973 + nselib/mqtt.lua | 1016 + nselib/msrpc.lua | 5309 + nselib/msrpcperformance.lua | 620 + nselib/msrpctypes.lua | 4712 + nselib/mssql.lua | 3467 + nselib/multicast.lua | 179 + nselib/mysql.lua | 569 + nselib/natpmp.lua | 222 + nselib/nbd.lua | 596 + nselib/ncp.lua | 1116 + nselib/ndmp.lua | 423 + nselib/netbios.lua | 489 + nselib/nmap.luadoc | 839 + nselib/nrpc.lua | 164 + nselib/nsedebug.lua | 131 + nselib/omp2.lua | 181 + nselib/oops.lua | 131 + nselib/openssl.luadoc | 212 + nselib/ospf.lua | 534 + nselib/outlib.lua | 79 + nselib/packet.lua | 1075 + nselib/pgsql.lua | 620 + nselib/pop3.lua | 235 + nselib/pppoe.lua | 1010 + nselib/proxy.lua | 314 + nselib/punycode.lua | 479 + nselib/rand.lua | 94 + nselib/rdp.lua | 453 + nselib/re.lua | 321 + nselib/redis.lua | 148 + nselib/rmi.lua | 1552 + nselib/rpc.lua | 3490 + nselib/rpcap.lua | 435 + nselib/rsync.lua | 175 + nselib/rtsp.lua | 291 + nselib/sasl.lua | 510 + nselib/shortport.lua | 376 + nselib/sip.lua | 894 + nselib/slaxml.lua | 449 + nselib/smb.lua | 4456 + nselib/smb2.lua | 392 + nselib/smbauth.lua | 991 + nselib/smtp.lua | 655 + nselib/snmp.lua | 598 + nselib/socks.lua | 283 + nselib/srvloc.lua | 345 + nselib/ssh1.lua | 275 + nselib/ssh2.lua | 403 + nselib/sslcert.lua | 1094 + nselib/sslv2.lua | 366 + nselib/stdnse.lua | 1047 + nselib/strbuf.lua | 141 + nselib/strict.lua | 88 + nselib/stringaux.lua | 140 + nselib/stun.lua | 388 + nselib/tab.lua | 129 + nselib/tableaux.lua | 91 + nselib/target.lua | 115 + nselib/tftp.lua | 347 + nselib/tls.lua | 1988 + nselib/tn3270.lua | 1402 + nselib/tns.lua | 1798 + nselib/unicode.lua | 467 + nselib/unittest.lua | 524 + nselib/unpwdb.lua | 338 + nselib/upnp.lua | 348 + nselib/url.lua | 543 + nselib/versant.lua | 284 + nselib/vnc.lua | 828 + nselib/vulns.lua | 2317 + nselib/vuzedht.lua | 548 + nselib/wsdd.lua | 382 + nselib/xdmcp.lua | 407 + nselib/xmpp.lua | 456 + nselib/zlib.luadoc | 111 + nsock/examples/Makefile | 29 + nsock/examples/README | 9 + nsock/examples/nsock_telnet.c | 259 + nsock/examples/nsock_test_timers.c | 162 + nsock/include/nsock.h | 716 + nsock/include/nsock_config.h.in | 90 + nsock/include/nsock_winconfig.h | 70 + nsock/nsock.vcxproj | 237 + nsock/src/Makefile.in | 97 + nsock/src/acinclude.m4 | 119 + nsock/src/aclocal.m4 | 15 + nsock/src/configure | 6298 + nsock/src/configure.ac | 317 + nsock/src/engine_epoll.c | 354 + nsock/src/engine_iocp.c | 788 + nsock/src/engine_kqueue.c | 368 + nsock/src/engine_poll.c | 429 + nsock/src/engine_select.c | 395 + nsock/src/error.c | 85 + nsock/src/error.h | 87 + nsock/src/filespace.c | 114 + nsock/src/filespace.h | 102 + nsock/src/gh_heap.c | 250 + nsock/src/gh_heap.h | 143 + nsock/src/gh_list.h | 296 + nsock/src/netutils.c | 183 + nsock/src/netutils.h | 103 + nsock/src/nsock_connect.c | 652 + nsock/src/nsock_core.c | 1415 + nsock/src/nsock_engines.c | 187 + nsock/src/nsock_event.c | 538 + nsock/src/nsock_internal.h | 522 + nsock/src/nsock_iod.c | 455 + nsock/src/nsock_log.c | 116 + nsock/src/nsock_log.h | 115 + nsock/src/nsock_pcap.c | 516 + nsock/src/nsock_pcap.h | 152 + nsock/src/nsock_pool.c | 308 + nsock/src/nsock_proxy.c | 439 + nsock/src/nsock_proxy.h | 176 + nsock/src/nsock_read.c | 130 + nsock/src/nsock_ssl.c | 278 + nsock/src/nsock_ssl.h | 85 + nsock/src/nsock_timers.c | 76 + nsock/src/nsock_write.c | 236 + nsock/src/proxy_http.c | 210 + nsock/src/proxy_socks4.c | 241 + nsock/tests/Makefile.in | 43 + nsock/tests/README | 5 + nsock/tests/basic.c | 52 + nsock/tests/cancel.c | 134 + nsock/tests/connect.c | 113 + nsock/tests/ghheaps.c | 151 + nsock/tests/ghlists.c | 189 + nsock/tests/logs.c | 176 + nsock/tests/proxychain.c | 159 + nsock/tests/run_tests.sh | 86 + nsock/tests/test-common.h | 89 + nsock/tests/tests_main.c | 133 + nsock/tests/timer.c | 129 + osscan.cc | 1157 + osscan.h | 323 + osscan2.cc | 3548 + osscan2.h | 526 + output.cc | 2710 + output.h | 248 + payload.cc | 180 + payload.h | 77 + portlist.cc | 964 + portlist.h | 293 + portreasons.cc | 427 + portreasons.h | 173 + probespec.h | 115 + protocols.cc | 207 + protocols.h | 94 + scan_engine.cc | 2855 + scan_engine.h | 691 + scan_engine_connect.cc | 560 + scan_engine_connect.h | 75 + scan_engine_raw.cc | 2197 + scan_engine_raw.h | 86 + scan_lists.cc | 614 + scan_lists.h | 135 + scripts/acarsd-info.nse | 115 + scripts/address-info.nse | 299 + scripts/afp-brute.nse | 111 + scripts/afp-ls.nse | 187 + scripts/afp-path-vuln.nse | 220 + scripts/afp-serverinfo.nse | 175 + scripts/afp-showmount.nse | 101 + scripts/ajp-auth.nse | 72 + scripts/ajp-brute.nse | 113 + scripts/ajp-headers.nse | 46 + scripts/ajp-methods.nse | 81 + scripts/ajp-request.nse | 103 + scripts/allseeingeye-info.nse | 219 + scripts/amqp-info.nse | 60 + scripts/asn-query.nse | 466 + scripts/auth-owners.nse | 80 + scripts/auth-spoof.nse | 37 + scripts/backorifice-brute.nse | 291 + scripts/backorifice-info.nse | 325 + scripts/bacnet-info.nse | 1569 + scripts/banner.nse | 198 + scripts/bitcoin-getaddr.nse | 76 + scripts/bitcoin-info.nse | 75 + scripts/bitcoinrpc-info.nse | 165 + scripts/bittorrent-discovery.nse | 139 + scripts/bjnp-discover.nse | 50 + scripts/broadcast-ataoe-discover.nse | 165 + scripts/broadcast-avahi-dos.nse | 108 + scripts/broadcast-bjnp-discover.nse | 174 + scripts/broadcast-db2-discover.nse | 86 + scripts/broadcast-dhcp-discover.nse | 311 + scripts/broadcast-dhcp6-discover.nse | 121 + scripts/broadcast-dns-service-discovery.nse | 57 + scripts/broadcast-dropbox-listener.nse | 140 + scripts/broadcast-eigrp-discovery.nse | 340 + scripts/broadcast-hid-discoveryd.nse | 100 + scripts/broadcast-igmp-discovery.nse | 412 + scripts/broadcast-jenkins-discover.nse | 94 + scripts/broadcast-listener.nse | 297 + scripts/broadcast-ms-sql-discover.nse | 114 + scripts/broadcast-netbios-master-browser.nse | 67 + scripts/broadcast-networker-discover.nse | 92 + scripts/broadcast-novell-locate.nse | 78 + scripts/broadcast-ospf2-discover.nse | 431 + scripts/broadcast-pc-anywhere.nse | 72 + scripts/broadcast-pc-duo.nse | 132 + scripts/broadcast-pim-discovery.nse | 185 + scripts/broadcast-ping.nse | 283 + scripts/broadcast-pppoe-discover.nse | 124 + scripts/broadcast-rip-discover.nse | 181 + scripts/broadcast-ripng-discover.nse | 215 + scripts/broadcast-sonicwall-discover.nse | 122 + scripts/broadcast-sybase-asa-discover.nse | 188 + scripts/broadcast-tellstick-discover.nse | 69 + scripts/broadcast-upnp-info.nse | 51 + scripts/broadcast-versant-locate.nse | 41 + scripts/broadcast-wake-on-lan.nse | 68 + scripts/broadcast-wpad-discover.nse | 242 + scripts/broadcast-wsdd-discover.nse | 102 + scripts/broadcast-xdmcp-discover.nse | 73 + scripts/cassandra-brute.nse | 132 + scripts/cassandra-info.nse | 94 + scripts/cccam-version.nse | 63 + scripts/cics-enum.nse | 430 + scripts/cics-info.nse | 409 + scripts/cics-user-brute.nse | 299 + scripts/cics-user-enum.nse | 255 + scripts/citrix-brute-xml.nse | 163 + scripts/citrix-enum-apps-xml.nse | 154 + scripts/citrix-enum-apps.nse | 159 + scripts/citrix-enum-servers-xml.nse | 47 + scripts/citrix-enum-servers.nse | 145 + scripts/clamav-exec.nse | 220 + scripts/clock-skew.nse | 179 + scripts/coap-resources.nse | 317 + scripts/couchdb-databases.nse | 97 + scripts/couchdb-stats.nse | 225 + scripts/creds-summary.nse | 41 + scripts/cups-info.nse | 79 + scripts/cups-queue-info.nse | 47 + scripts/cvs-brute-repository.nse | 129 + scripts/cvs-brute.nse | 106 + scripts/daap-get-library.nse | 332 + scripts/daytime.nse | 26 + scripts/db2-das-info.nse | 430 + scripts/deluge-rpc-brute.nse | 167 + scripts/dhcp-discover.nse | 228 + scripts/dicom-brute.nse | 80 + scripts/dicom-ping.nse | 70 + scripts/dict-info.nse | 79 + scripts/distcc-cve2004-2687.nse | 108 + scripts/dns-blacklist.nse | 176 + scripts/dns-brute.nse | 328 + scripts/dns-cache-snoop.nse | 233 + scripts/dns-check-zone.nse | 450 + scripts/dns-client-subnet-scan.nse | 359 + scripts/dns-fuzz.nse | 306 + scripts/dns-ip6-arpa-scan.nse | 131 + scripts/dns-nsec-enum.nse | 393 + scripts/dns-nsec3-enum.nse | 427 + scripts/dns-nsid.nse | 109 + scripts/dns-random-srcport.nse | 153 + scripts/dns-random-txid.nse | 153 + scripts/dns-recursion.nse | 58 + scripts/dns-service-discovery.nse | 67 + scripts/dns-srv-enum.nse | 179 + scripts/dns-update.nse | 118 + scripts/dns-zeustracker.nse | 61 + scripts/dns-zone-transfer.nse | 780 + scripts/docker-version.nse | 46 + scripts/domcon-brute.nse | 168 + scripts/domcon-cmd.nse | 141 + scripts/domino-enum-users.nse | 135 + scripts/dpap-brute.nse | 127 + scripts/drda-brute.nse | 173 + scripts/drda-info.nse | 114 + scripts/duplicates.nse | 243 + scripts/eap-info.nse | 193 + scripts/enip-info.nse | 1766 + scripts/epmd-info.nse | 69 + scripts/eppc-enum-processes.nse | 105 + scripts/fcrdns.nse | 141 + scripts/finger.nse | 37 + scripts/fingerprint-strings.nse | 136 + scripts/firewalk.nse | 1062 + scripts/firewall-bypass.nse | 284 + scripts/flume-master-info.nse | 296 + scripts/fox-info.nse | 139 + scripts/freelancer-info.nse | 107 + scripts/ftp-anon.nse | 144 + scripts/ftp-bounce.nse | 113 + scripts/ftp-brute.nse | 105 + scripts/ftp-libopie.nse | 101 + scripts/ftp-proftpd-backdoor.nse | 128 + scripts/ftp-syst.nse | 145 + scripts/ftp-vsftpd-backdoor.nse | 193 + scripts/ftp-vuln-cve2010-4221.nse | 199 + scripts/ganglia-info.nse | 244 + scripts/giop-info.nse | 81 + scripts/gkrellm-info.nse | 205 + scripts/gopher-ls.nse | 92 + scripts/gpsd-info.nse | 105 + scripts/hadoop-datanode-info.nse | 61 + scripts/hadoop-jobtracker-info.nse | 181 + scripts/hadoop-namenode-info.nse | 180 + scripts/hadoop-secondary-namenode-info.nse | 122 + scripts/hadoop-tasktracker-info.nse | 80 + scripts/hbase-master-info.nse | 145 + scripts/hbase-region-info.nse | 94 + scripts/hddtemp-info.nse | 69 + scripts/hnap-info.nse | 130 + scripts/hostmap-bfk.nse | 130 + scripts/hostmap-crtsh.nse | 158 + scripts/hostmap-robtex.nse | 85 + scripts/http-adobe-coldfusion-apsa1301.nse | 66 + scripts/http-affiliate-id.nse | 167 + scripts/http-apache-negotiation.nse | 66 + scripts/http-apache-server-status.nse | 126 + scripts/http-aspnet-debug.nse | 60 + scripts/http-auth-finder.nse | 119 + scripts/http-auth.nse | 106 + scripts/http-avaya-ipoffice-users.nse | 77 + scripts/http-awstatstotals-exec.nse | 136 + scripts/http-axis2-dir-traversal.nse | 197 + scripts/http-backup-finder.nse | 157 + scripts/http-barracuda-dir-traversal.nse | 184 + scripts/http-bigip-cookie.nse | 83 + scripts/http-brute.nse | 165 + scripts/http-cakephp-version.nse | 113 + scripts/http-chrono.nse | 136 + scripts/http-cisco-anyconnect.nse | 60 + scripts/http-coldfusion-subzero.nse | 147 + scripts/http-comments-displayer.nse | 156 + scripts/http-config-backup.nse | 242 + scripts/http-cookie-flags.nse | 173 + scripts/http-cors.nse | 100 + scripts/http-cross-domain-policy.nse | 306 + scripts/http-csrf.nse | 187 + scripts/http-date.nse | 58 + scripts/http-default-accounts.nse | 446 + scripts/http-devframework.nse | 150 + scripts/http-dlink-backdoor.nse | 70 + scripts/http-dombased-xss.nse | 154 + scripts/http-domino-enum-passwords.nse | 354 + scripts/http-drupal-enum-users.nse | 82 + scripts/http-drupal-enum.nse | 233 + scripts/http-enum.nse | 515 + scripts/http-errors.nse | 130 + scripts/http-exif-spider.nse | 539 + scripts/http-favicon.nse | 175 + scripts/http-feed.nse | 159 + scripts/http-fetch.nse | 251 + scripts/http-fileupload-exploiter.nse | 342 + scripts/http-form-brute.nse | 592 + scripts/http-form-fuzzer.nse | 204 + scripts/http-frontpage-login.nse | 84 + scripts/http-generator.nse | 62 + scripts/http-git.nse | 309 + scripts/http-gitweb-projects-enum.nse | 106 + scripts/http-google-malware.nse | 109 + scripts/http-grep.nse | 326 + scripts/http-headers.nse | 66 + scripts/http-hp-ilo-info.nse | 120 + scripts/http-huawei-hg5xx-vuln.nse | 131 + scripts/http-icloud-findmyiphone.nse | 87 + scripts/http-icloud-sendmsg.nse | 113 + scripts/http-iis-short-name-brute.nse | 181 + scripts/http-iis-webdav-vuln.nse | 220 + scripts/http-internal-ip-disclosure.nse | 87 + scripts/http-joomla-brute.nse | 147 + scripts/http-jsonp-detection.nse | 190 + scripts/http-litespeed-sourcecode-download.nse | 75 + scripts/http-ls.nse | 193 + scripts/http-majordomo2-dir-traversal.nse | 96 + scripts/http-malware-host.nse | 81 + scripts/http-mcmp.nse | 70 + scripts/http-method-tamper.nse | 176 + scripts/http-methods.nse | 235 + scripts/http-mobileversion-checker.nse | 87 + scripts/http-ntlm-info.nse | 131 + scripts/http-open-proxy.nse | 213 + scripts/http-open-redirect.nse | 136 + scripts/http-passwd.nse | 198 + scripts/http-php-version.nse | 166 + scripts/http-phpmyadmin-dir-traversal.nse | 149 + scripts/http-phpself-xss.nse | 168 + scripts/http-proxy-brute.nse | 115 + scripts/http-put.nse | 61 + scripts/http-qnap-nas-info.nse | 118 + scripts/http-referer-checker.nse | 89 + scripts/http-rfi-spider.nse | 283 + scripts/http-robots.txt.nse | 111 + scripts/http-robtex-reverse-ip.nse | 81 + scripts/http-robtex-shared-ns.nse | 111 + scripts/http-sap-netweaver-leak.nse | 138 + scripts/http-security-headers.nse | 315 + scripts/http-server-header.nse | 106 + scripts/http-shellshock.nse | 144 + scripts/http-sitemap-generator.nse | 179 + scripts/http-slowloris-check.nse | 164 + scripts/http-slowloris.nse | 361 + scripts/http-sql-injection.nse | 285 + scripts/http-stored-xss.nse | 283 + scripts/http-svn-enum.nse | 132 + scripts/http-svn-info.nse | 130 + scripts/http-title.nse | 82 + scripts/http-tplink-dir-traversal.nse | 158 + scripts/http-trace.nse | 72 + scripts/http-traceroute.nse | 180 + scripts/http-trane-info.nse | 167 + scripts/http-unsafe-output-escaping.nse | 160 + scripts/http-useragent-tester.nse | 193 + scripts/http-userdir-enum.nse | 133 + scripts/http-vhosts.nse | 185 + scripts/http-virustotal.nse | 254 + scripts/http-vlcstreamer-ls.nse | 86 + scripts/http-vmware-path-vuln.nse | 141 + scripts/http-vuln-cve2006-3392.nse | 79 + scripts/http-vuln-cve2009-3960.nse | 163 + scripts/http-vuln-cve2010-0738.nse | 79 + scripts/http-vuln-cve2010-2861.nse | 143 + scripts/http-vuln-cve2011-3192.nse | 128 + scripts/http-vuln-cve2011-3368.nse | 160 + scripts/http-vuln-cve2012-1823.nse | 102 + scripts/http-vuln-cve2013-0156.nse | 123 + scripts/http-vuln-cve2013-6786.nse | 78 + scripts/http-vuln-cve2013-7091.nse | 121 + scripts/http-vuln-cve2014-2126.nse | 88 + scripts/http-vuln-cve2014-2127.nse | 88 + scripts/http-vuln-cve2014-2128.nse | 89 + scripts/http-vuln-cve2014-2129.nse | 86 + scripts/http-vuln-cve2014-3704.nse | 430 + scripts/http-vuln-cve2014-8877.nse | 134 + scripts/http-vuln-cve2015-1427.nse | 210 + scripts/http-vuln-cve2015-1635.nse | 86 + scripts/http-vuln-cve2017-1001000.nse | 126 + scripts/http-vuln-cve2017-5638.nse | 78 + scripts/http-vuln-cve2017-5689.nse | 127 + scripts/http-vuln-cve2017-8917.nse | 143 + scripts/http-vuln-misfortune-cookie.nse | 77 + scripts/http-vuln-wnr1000-creds.nse | 103 + scripts/http-waf-detect.nse | 129 + scripts/http-waf-fingerprint.nse | 677 + scripts/http-webdav-scan.nse | 182 + scripts/http-wordpress-brute.nse | 141 + scripts/http-wordpress-enum.nse | 299 + scripts/http-wordpress-users.nse | 149 + scripts/http-xssed.nse | 92 + scripts/https-redirect.nse | 78 + scripts/iax2-brute.nse | 76 + scripts/iax2-version.nse | 55 + scripts/icap-info.nse | 119 + scripts/iec-identify.nse | 161 + scripts/ike-version.nse | 171 + scripts/imap-brute.nse | 144 + scripts/imap-capabilities.nse | 53 + scripts/imap-ntlm-info.nse | 176 + scripts/impress-remote-discover.nse | 213 + scripts/informix-brute.nse | 111 + scripts/informix-query.nse | 94 + scripts/informix-tables.nse | 122 + scripts/ip-forwarding.nse | 104 + scripts/ip-geolocation-geoplugin.nse | 72 + scripts/ip-geolocation-ipinfodb.nse | 96 + scripts/ip-geolocation-map-bing.nse | 191 + scripts/ip-geolocation-map-google.nse | 181 + scripts/ip-geolocation-map-kml.nse | 90 + scripts/ip-geolocation-maxmind.nse | 628 + scripts/ip-https-discover.nse | 76 + scripts/ipidseq.nse | 238 + scripts/ipmi-brute.nse | 130 + scripts/ipmi-cipher-zero.nse | 102 + scripts/ipmi-version.nse | 170 + scripts/ipv6-multicast-mld-list.nse | 398 + scripts/ipv6-node-info.nse | 337 + scripts/ipv6-ra-flood.nse | 197 + scripts/irc-botnet-channels.nse | 315 + scripts/irc-brute.nse | 136 + scripts/irc-info.nse | 166 + scripts/irc-sasl-brute.nse | 204 + scripts/irc-unrealircd-backdoor.nse | 223 + scripts/iscsi-brute.nse | 91 + scripts/iscsi-info.nse | 106 + scripts/isns-info.nse | 71 + scripts/jdwp-exec.nse | 97 + scripts/jdwp-info.nse | 93 + scripts/jdwp-inject.nse | 87 + scripts/jdwp-version.nse | 59 + scripts/knx-gateway-discover.nse | 298 + scripts/knx-gateway-info.nse | 147 + scripts/krb5-enum-users.nse | 404 + scripts/ldap-brute.nse | 317 + scripts/ldap-novell-getpass.nse | 139 + scripts/ldap-rootdse.nse | 212 + scripts/ldap-search.nse | 315 + scripts/lexmark-config.nse | 88 + scripts/llmnr-resolve.nse | 209 + scripts/lltd-discovery.nse | 329 + scripts/lu-enum.nse | 216 + scripts/maxdb-info.nse | 179 + scripts/mcafee-epo-agent.nse | 77 + scripts/membase-brute.nse | 113 + scripts/membase-http-info.nse | 151 + scripts/memcached-info.nse | 184 + scripts/metasploit-info.nse | 287 + scripts/metasploit-msgrpc-brute.nse | 110 + scripts/metasploit-xmlrpc-brute.nse | 99 + scripts/mikrotik-routeros-brute.nse | 99 + scripts/mmouse-brute.nse | 120 + scripts/mmouse-exec.nse | 180 + scripts/modbus-discover.nse | 163 + scripts/mongodb-brute.nse | 108 + scripts/mongodb-databases.nse | 100 + scripts/mongodb-info.nse | 132 + scripts/mqtt-subscribe.nse | 393 + scripts/mrinfo.nse | 289 + scripts/ms-sql-brute.nse | 290 + scripts/ms-sql-config.nse | 132 + scripts/ms-sql-dac.nse | 85 + scripts/ms-sql-dump-hashes.nse | 113 + scripts/ms-sql-empty-password.nse | 163 + scripts/ms-sql-hasdbaccess.nse | 150 + scripts/ms-sql-info.nse | 237 + scripts/ms-sql-ntlm-info.nse | 134 + scripts/ms-sql-query.nse | 107 + scripts/ms-sql-tables.nse | 253 + scripts/ms-sql-xp-cmdshell.nse | 153 + scripts/msrpc-enum.nse | 112 + scripts/mtrace.nse | 378 + scripts/murmur-version.nse | 101 + scripts/mysql-audit.nse | 182 + scripts/mysql-brute.nse | 99 + scripts/mysql-databases.nse | 98 + scripts/mysql-dump-hashes.nse | 102 + scripts/mysql-empty-password.nse | 67 + scripts/mysql-enum.nse | 113 + scripts/mysql-info.nse | 132 + scripts/mysql-query.nse | 118 + scripts/mysql-users.nse | 97 + scripts/mysql-variables.nse | 109 + scripts/mysql-vuln-cve2012-2122.nse | 153 + scripts/nat-pmp-info.nse | 47 + scripts/nat-pmp-mapport.nse | 117 + scripts/nbd-info.nse | 197 + scripts/nbns-interfaces.nse | 69 + scripts/nbstat.nse | 244 + scripts/ncp-enum-users.nse | 54 + scripts/ncp-serverinfo.nse | 51 + scripts/ndmp-fs-info.nse | 72 + scripts/ndmp-version.nse | 71 + scripts/nessus-brute.nse | 153 + scripts/nessus-xmlrpc-brute.nse | 130 + scripts/netbus-auth-bypass.nse | 63 + scripts/netbus-brute.nse | 63 + scripts/netbus-info.nse | 200 + scripts/netbus-version.nse | 54 + scripts/nexpose-brute.nse | 83 + scripts/nfs-ls.nse | 470 + scripts/nfs-showmount.nse | 97 + scripts/nfs-statfs.nse | 359 + scripts/nje-node-brute.nse | 175 + scripts/nje-pass-brute.nse | 148 + scripts/nntp-ntlm-info.nse | 162 + scripts/nping-brute.nse | 151 + scripts/nrpe-enum.nse | 241 + scripts/ntp-info.nse | 172 + scripts/ntp-monlist.nse | 1036 + scripts/omp2-brute.nse | 81 + scripts/omp2-enum-targets.nse | 126 + scripts/omron-info.nse | 197 + scripts/openflow-info.nse | 205 + scripts/openlookup-info.nse | 246 + scripts/openvas-otp-brute.nse | 112 + scripts/openwebnet-discovery.nse | 291 + scripts/oracle-brute-stealth.nse | 207 + scripts/oracle-brute.nse | 228 + scripts/oracle-enum-users.nse | 134 + scripts/oracle-sid-brute.nse | 171 + scripts/oracle-tns-version.nse | 104 + scripts/ovs-agent-version.nse | 78 + scripts/p2p-conficker.nse | 651 + scripts/path-mtu.nse | 399 + scripts/pcanywhere-brute.nse | 158 + scripts/pcworx-info.nse | 111 + scripts/pgsql-brute.nse | 169 + scripts/pjl-ready-message.nse | 105 + scripts/pop3-brute.nse | 136 + scripts/pop3-capabilities.nse | 47 + scripts/pop3-ntlm-info.nse | 161 + scripts/port-states.nse | 86 + scripts/pptp-version.nse | 81 + scripts/puppet-naivesigning.nse | 192 + scripts/qconn-exec.nse | 114 + scripts/qscan.nse | 503 + scripts/quake1-info.nse | 319 + scripts/quake3-info.nse | 256 + scripts/quake3-master-getservers.nse | 249 + scripts/rdp-enum-encryption.nse | 213 + scripts/rdp-ntlm-info.nse | 168 + scripts/rdp-vuln-ms12-020.nse | 237 + scripts/realvnc-auth-bypass.nse | 110 + scripts/redis-brute.nse | 113 + scripts/redis-info.nse | 250 + scripts/resolveall.nse | 170 + scripts/reverse-index.nse | 121 + scripts/rexec-brute.nse | 113 + scripts/rfc868-time.nse | 65 + scripts/riak-http-info.nse | 145 + scripts/rlogin-brute.nse | 161 + scripts/rmi-dumpregistry.nse | 234 + scripts/rmi-vuln-classloader.nse | 115 + scripts/rpc-grind.nse | 269 + scripts/rpcap-brute.nse | 94 + scripts/rpcap-info.nse | 94 + scripts/rpcinfo.nse | 134 + scripts/rsa-vuln-roca.nse | 176 + scripts/rsync-brute.nse | 110 + scripts/rsync-list-modules.nse | 48 + scripts/rtsp-methods.nse | 58 + scripts/rtsp-url-brute.nse | 202 + scripts/rusers.nse | 176 + scripts/s7-info.nse | 271 + scripts/samba-vuln-cve-2012-1182.nse | 130 + scripts/script.db | 605 + scripts/servicetags.nse | 297 + scripts/shodan-api.nse | 223 + scripts/sip-brute.nse | 111 + scripts/sip-call-spoof.nse | 170 + scripts/sip-enum-users.nse | 266 + scripts/sip-methods.nse | 65 + scripts/skypev2-version.nse | 80 + scripts/smb-brute.nse | 1114 + scripts/smb-double-pulsar-backdoor.nse | 146 + scripts/smb-enum-domains.nse | 123 + scripts/smb-enum-groups.nse | 174 + scripts/smb-enum-processes.nse | 278 + scripts/smb-enum-services.nse | 917 + scripts/smb-enum-sessions.nse | 328 + scripts/smb-enum-shares.nse | 194 + scripts/smb-enum-users.nse | 267 + scripts/smb-flood.nse | 146 + scripts/smb-ls.nse | 218 + scripts/smb-mbenum.nse | 246 + scripts/smb-os-discovery.nse | 220 + scripts/smb-print-text.nse | 133 + scripts/smb-protocols.nse | 71 + scripts/smb-psexec.nse | 1565 + scripts/smb-security-mode.nse | 158 + scripts/smb-server-stats.nse | 66 + scripts/smb-system-info.nse | 249 + scripts/smb-vuln-conficker.nse | 188 + scripts/smb-vuln-cve-2017-7494.nse | 517 + scripts/smb-vuln-cve2009-3103.nse | 174 + scripts/smb-vuln-ms06-025.nse | 163 + scripts/smb-vuln-ms07-029.nse | 150 + scripts/smb-vuln-ms08-067.nse | 154 + scripts/smb-vuln-ms10-054.nse | 144 + scripts/smb-vuln-ms10-061.nse | 171 + scripts/smb-vuln-ms17-010.nse | 192 + scripts/smb-vuln-regsvc-dos.nse | 124 + scripts/smb-vuln-webexec.nse | 167 + scripts/smb-webexec-exploit.nse | 140 + scripts/smb2-capabilities.nse | 129 + scripts/smb2-security-mode.nse | 88 + scripts/smb2-time.nse | 51 + scripts/smb2-vuln-uptime.nse | 157 + scripts/smtp-brute.nse | 140 + scripts/smtp-commands.nse | 131 + scripts/smtp-enum-users.nse | 382 + scripts/smtp-ntlm-info.nse | 186 + scripts/smtp-open-relay.nse | 288 + scripts/smtp-strangeport.nse | 29 + scripts/smtp-vuln-cve2010-4344.nse | 461 + scripts/smtp-vuln-cve2011-1720.nse | 285 + scripts/smtp-vuln-cve2011-1764.nse | 235 + scripts/sniffer-detect.nse | 144 + scripts/snmp-brute.nse | 278 + scripts/snmp-hh3c-logins.nse | 148 + scripts/snmp-info.nse | 145 + scripts/snmp-interfaces.nse | 736 + scripts/snmp-ios-config.nse | 178 + scripts/snmp-netstat.nse | 138 + scripts/snmp-processes.nse | 162 + scripts/snmp-sysdescr.nse | 69 + scripts/snmp-win32-services.nse | 95 + scripts/snmp-win32-shares.nse | 100 + scripts/snmp-win32-software.nse | 163 + scripts/snmp-win32-users.nse | 92 + scripts/socks-auth-info.nse | 65 + scripts/socks-brute.nse | 102 + scripts/socks-open-proxy.nse | 191 + scripts/ssh-auth-methods.nse | 43 + scripts/ssh-brute.nse | 113 + scripts/ssh-hostkey.nse | 424 + scripts/ssh-publickey-acceptance.nse | 167 + scripts/ssh-run.nse | 103 + scripts/ssh2-enum-algos.nse | 212 + scripts/sshv1.nse | 74 + scripts/ssl-ccs-injection.nse | 328 + scripts/ssl-cert-intaddr.nse | 149 + scripts/ssl-cert.nse | 320 + scripts/ssl-date.nse | 215 + scripts/ssl-dh-params.nse | 941 + scripts/ssl-enum-ciphers.nse | 1141 + scripts/ssl-heartbleed.nse | 238 + scripts/ssl-known-key.nse | 136 + scripts/ssl-poodle.nse | 357 + scripts/sslv2-drown.nse | 341 + scripts/sslv2.nse | 57 + scripts/sstp-discover.nse | 80 + scripts/stun-info.nse | 49 + scripts/stun-version.nse | 44 + scripts/stuxnet-detect.nse | 119 + scripts/supermicro-ipmi-conf.nse | 99 + scripts/svn-brute.nse | 273 + scripts/targets-asn.nse | 101 + scripts/targets-ipv6-map4to6.nse | 247 + scripts/targets-ipv6-multicast-echo.nse | 170 + scripts/targets-ipv6-multicast-invalid-dst.nse | 199 + scripts/targets-ipv6-multicast-mld.nse | 147 + scripts/targets-ipv6-multicast-slaac.nse | 256 + scripts/targets-ipv6-wordlist.nse | 283 + scripts/targets-sniffer.nse | 151 + scripts/targets-traceroute.nse | 64 + scripts/targets-xml.nse | 142 + scripts/teamspeak2-version.nse | 71 + scripts/telnet-brute.nse | 697 + scripts/telnet-encryption.nse | 106 + scripts/telnet-ntlm-info.nse | 141 + scripts/tftp-enum.nse | 212 + scripts/tftp-version.nse | 321 + scripts/tls-alpn.nse | 237 + scripts/tls-nextprotoneg.nse | 160 + scripts/tls-ticketbleed.nse | 360 + scripts/tn3270-screen.nse | 122 + scripts/tor-consensus-checker.nse | 135 + scripts/traceroute-geolocation.nse | 187 + scripts/tso-brute.nse | 368 + scripts/tso-enum.nse | 291 + scripts/ubiquiti-discovery.nse | 375 + scripts/unittest.nse | 44 + scripts/unusual-port.nse | 130 + scripts/upnp-info.nse | 55 + scripts/uptime-agent-info.nse | 95 + scripts/url-snarf.nse | 146 + scripts/ventrilo-info.nse | 665 + scripts/versant-info.nse | 115 + scripts/vmauthd-brute.nse | 121 + scripts/vmware-version.nse | 88 + scripts/vnc-brute.nse | 152 + scripts/vnc-info.nse | 163 + scripts/vnc-title.nse | 104 + scripts/voldemort-info.nse | 173 + scripts/vtam-enum.nse | 277 + scripts/vulners.nse | 236 + scripts/vuze-dht-info.nse | 88 + scripts/wdb-version.nse | 222 + scripts/weblogic-t3-info.nse | 91 + scripts/whois-domain.nse | 173 + scripts/whois-ip.nse | 2263 + scripts/wsdd-discover.nse | 91 + scripts/x11-access.nse | 74 + scripts/xdmcp-discover.nse | 67 + scripts/xmlrpc-methods.nse | 120 + scripts/xmpp-brute.nse | 142 + scripts/xmpp-info.nse | 579 + service_scan.cc | 2856 + service_scan.h | 330 + services.cc | 527 + services.h | 82 + shtool | 686 + string_pool.cc | 178 + string_pool.h | 83 + struct_ip.h | 168 + targets.cc | 583 + targets.h | 121 + tcpip.cc | 1838 + tcpip.h | 384 + tests/nmap_dns_test.cc | 203 + timing.cc | 741 + timing.h | 251 + todo/david.txt | 42 + todo/djalal.txt | 146 + todo/dmiller.txt | 12 + todo/done.txt | 3711 + todo/gorjan.txt | 66 + todo/henri.txt | 41 + todo/nmap.txt | 638 + todo/nping.txt | 799 + todo/patrick.txt | 77 + todo/paulino.calderon.txt | 4 + todo/sctp.txt | 49 + todo/shinnok.txt | 150 + traceroute.cc | 1575 + traceroute.h | 73 + utils.cc | 665 + utils.h | 129 + xml.cc | 463 + xml.h | 95 + zenmap.spec.in | 90 + zenmap/COPYING_HIGWIDGETS | 508 + zenmap/LICENSE | 3 + zenmap/README | 58 + zenmap/install_scripts/README | 20 + zenmap/install_scripts/macosx/Info.plist | 34 + zenmap/install_scripts/macosx/README | 26 + zenmap/install_scripts/macosx/gtkrc | 3 + zenmap/install_scripts/macosx/launcher.sh | 63 + zenmap/install_scripts/macosx/make-bundle.sh | 106 + zenmap/install_scripts/macosx/zenmap.bundle | 144 + zenmap/install_scripts/macosx/zenmap.icns | Bin 0 -> 145639 bytes zenmap/install_scripts/macosx/zenmap_auth.m | 49 + zenmap/install_scripts/macosx/zenmap_launcher.py | 43 + zenmap/install_scripts/unix/su-to-zenmap.sh | 57 + zenmap/install_scripts/unix/zenmap-root.desktop | 11 + zenmap/install_scripts/unix/zenmap.desktop | 11 + zenmap/install_scripts/utils/get_deps.py | 80 + zenmap/install_scripts/utils/version_update.py | 107 + zenmap/install_scripts/windows/Makefile | 15 + zenmap/install_scripts/windows/PKGBUILD | 32 + zenmap/install_scripts/windows/boot_script.py | 27 + zenmap/install_scripts/windows/build.sh | 69 + .../install_scripts/windows/copy_and_compile.bat | 57 + zenmap/install_scripts/windows/nmap-eye.ico | Bin 0 -> 419614 bytes zenmap/install_scripts/windows/styrene.cfg | 171 + zenmap/radialnet/CHANGELOG | 149 + zenmap/radialnet/README | 10 + zenmap/radialnet/__init__.py | 58 + zenmap/radialnet/bestwidgets/__init__.py | 72 + zenmap/radialnet/bestwidgets/boxes.py | 202 + zenmap/radialnet/bestwidgets/buttons.py | 91 + zenmap/radialnet/bestwidgets/comboboxes.py | 135 + zenmap/radialnet/bestwidgets/expanders.py | 97 + zenmap/radialnet/bestwidgets/frames.py | 96 + zenmap/radialnet/bestwidgets/labels.py | 94 + zenmap/radialnet/bestwidgets/textview.py | 209 + zenmap/radialnet/bestwidgets/windows.py | 103 + zenmap/radialnet/core/ArgvHandle.py | 98 + zenmap/radialnet/core/Coordinate.py | 208 + zenmap/radialnet/core/Graph.py | 247 + zenmap/radialnet/core/Info.py | 63 + zenmap/radialnet/core/Interpolation.py | 157 + zenmap/radialnet/core/XMLHandler.py | 324 + zenmap/radialnet/core/__init__.py | 56 + zenmap/radialnet/gui/Application.py | 159 + zenmap/radialnet/gui/ControlWidget.py | 1270 + zenmap/radialnet/gui/Dialogs.py | 89 + zenmap/radialnet/gui/HostsViewer.py | 231 + zenmap/radialnet/gui/Image.py | 164 + zenmap/radialnet/gui/LegendWindow.py | 242 + zenmap/radialnet/gui/NodeNotebook.py | 742 + zenmap/radialnet/gui/NodeWindow.py | 129 + zenmap/radialnet/gui/RadialNet.py | 2020 + zenmap/radialnet/gui/SaveDialog.py | 169 + zenmap/radialnet/gui/Toolbar.py | 309 + zenmap/radialnet/gui/__init__.py | 56 + zenmap/radialnet/radialnet.pyw | 116 + zenmap/radialnet/share/sample/nmap_example.xml | 480 + zenmap/radialnet/util/__init__.py | 56 + zenmap/radialnet/util/drawing.py | 67 + zenmap/radialnet/util/geometry.py | 152 + zenmap/radialnet/util/integration.py | 269 + zenmap/radialnet/util/misc.py | 115 + zenmap/setup.py | 585 + zenmap/share/zenmap/config/scan_profile.usp | 40 + zenmap/share/zenmap/config/zenmap.conf | 83 + zenmap/share/zenmap/config/zenmap_version | 1 + zenmap/share/zenmap/docs/help.html | 16 + zenmap/share/zenmap/locale/Makefile | 39 + zenmap/share/zenmap/locale/de.po | 2615 + .../share/zenmap/locale/de/LC_MESSAGES/zenmap.mo | Bin 0 -> 58753 bytes zenmap/share/zenmap/locale/es.po | 2590 + .../share/zenmap/locale/es/LC_MESSAGES/zenmap.mo | Bin 0 -> 58037 bytes zenmap/share/zenmap/locale/fr.po | 2605 + .../share/zenmap/locale/fr/LC_MESSAGES/zenmap.mo | Bin 0 -> 58442 bytes zenmap/share/zenmap/locale/hi.po | 2460 + .../share/zenmap/locale/hi/LC_MESSAGES/zenmap.mo | Bin 0 -> 79718 bytes zenmap/share/zenmap/locale/hr.po | 2336 + .../share/zenmap/locale/hr/LC_MESSAGES/zenmap.mo | Bin 0 -> 20322 bytes zenmap/share/zenmap/locale/it.po | 2597 + .../share/zenmap/locale/it/LC_MESSAGES/zenmap.mo | Bin 0 -> 57701 bytes zenmap/share/zenmap/locale/ja.po | 2534 + .../share/zenmap/locale/ja/LC_MESSAGES/zenmap.mo | Bin 0 -> 60838 bytes zenmap/share/zenmap/locale/pl.po | 2610 + .../share/zenmap/locale/pl/LC_MESSAGES/zenmap.mo | Bin 0 -> 57120 bytes zenmap/share/zenmap/locale/pt_BR.po | 2263 + .../zenmap/locale/pt_BR/LC_MESSAGES/zenmap.mo | Bin 0 -> 4814 bytes zenmap/share/zenmap/locale/ru.po | 2392 + .../share/zenmap/locale/ru/LC_MESSAGES/zenmap.mo | Bin 0 -> 41577 bytes .../share/zenmap/locale/xgettext-profile_editor.py | 59 + zenmap/share/zenmap/locale/zenmap.pot | 2319 + zenmap/share/zenmap/locale/zh.po | 2519 + .../share/zenmap/locale/zh/LC_MESSAGES/zenmap.mo | Bin 0 -> 50456 bytes zenmap/share/zenmap/misc/profile_editor.xml | 110 + zenmap/share/zenmap/pixmaps/default.svg | 2217 + zenmap/share/zenmap/pixmaps/default_32.png | Bin 0 -> 1823 bytes zenmap/share/zenmap/pixmaps/default_75.png | Bin 0 -> 5611 bytes zenmap/share/zenmap/pixmaps/freebsd.svg | 8110 ++ zenmap/share/zenmap/pixmaps/freebsd_32.png | Bin 0 -> 2025 bytes zenmap/share/zenmap/pixmaps/freebsd_75.png | Bin 0 -> 6787 bytes zenmap/share/zenmap/pixmaps/irix.svg | 2572 + zenmap/share/zenmap/pixmaps/irix_32.png | Bin 0 -> 1546 bytes zenmap/share/zenmap/pixmaps/irix_75.png | Bin 0 -> 4860 bytes zenmap/share/zenmap/pixmaps/linux.svg | 8025 ++ zenmap/share/zenmap/pixmaps/linux_32.png | Bin 0 -> 2325 bytes zenmap/share/zenmap/pixmaps/linux_75.png | Bin 0 -> 7860 bytes zenmap/share/zenmap/pixmaps/macosx.svg | 2377 + zenmap/share/zenmap/pixmaps/macosx_32.png | Bin 0 -> 1859 bytes zenmap/share/zenmap/pixmaps/macosx_75.png | Bin 0 -> 5713 bytes zenmap/share/zenmap/pixmaps/openbsd.svg | 4976 + zenmap/share/zenmap/pixmaps/openbsd_32.png | Bin 0 -> 2185 bytes zenmap/share/zenmap/pixmaps/openbsd_75.png | Bin 0 -> 7485 bytes zenmap/share/zenmap/pixmaps/radialnet/border.png | Bin 0 -> 203 bytes zenmap/share/zenmap/pixmaps/radialnet/firewall.png | Bin 0 -> 166 bytes zenmap/share/zenmap/pixmaps/radialnet/logo.png | Bin 0 -> 31250 bytes zenmap/share/zenmap/pixmaps/radialnet/logo.svg | 453 + zenmap/share/zenmap/pixmaps/radialnet/padlock.png | Bin 0 -> 198 bytes zenmap/share/zenmap/pixmaps/radialnet/router.png | Bin 0 -> 193 bytes zenmap/share/zenmap/pixmaps/radialnet/switch.png | Bin 0 -> 203 bytes zenmap/share/zenmap/pixmaps/radialnet/wireless.png | Bin 0 -> 189 bytes zenmap/share/zenmap/pixmaps/redhat.svg | 1026 + zenmap/share/zenmap/pixmaps/redhat_32.png | Bin 0 -> 1673 bytes zenmap/share/zenmap/pixmaps/redhat_75.png | Bin 0 -> 4962 bytes zenmap/share/zenmap/pixmaps/solaris.svg | 2314 + zenmap/share/zenmap/pixmaps/solaris_32.png | Bin 0 -> 2077 bytes zenmap/share/zenmap/pixmaps/solaris_75.png | Bin 0 -> 6731 bytes zenmap/share/zenmap/pixmaps/throbber.gif | Bin 0 -> 459 bytes zenmap/share/zenmap/pixmaps/throbber.png | Bin 0 -> 219 bytes zenmap/share/zenmap/pixmaps/ubuntu.svg | 2619 + zenmap/share/zenmap/pixmaps/ubuntu_32.png | Bin 0 -> 2154 bytes zenmap/share/zenmap/pixmaps/ubuntu_75.png | Bin 0 -> 6766 bytes zenmap/share/zenmap/pixmaps/unknown.svg | 2207 + zenmap/share/zenmap/pixmaps/unknown_32.png | Bin 0 -> 1971 bytes zenmap/share/zenmap/pixmaps/unknown_75.png | Bin 0 -> 5926 bytes zenmap/share/zenmap/pixmaps/vl_1.svg | 1603 + zenmap/share/zenmap/pixmaps/vl_1_32.png | Bin 0 -> 1589 bytes zenmap/share/zenmap/pixmaps/vl_1_75.png | Bin 0 -> 4561 bytes zenmap/share/zenmap/pixmaps/vl_2.svg | 1493 + zenmap/share/zenmap/pixmaps/vl_2_32.png | Bin 0 -> 1555 bytes zenmap/share/zenmap/pixmaps/vl_2_75.png | Bin 0 -> 4472 bytes zenmap/share/zenmap/pixmaps/vl_3.svg | 1152 + zenmap/share/zenmap/pixmaps/vl_3_32.png | Bin 0 -> 1513 bytes zenmap/share/zenmap/pixmaps/vl_3_75.png | Bin 0 -> 4208 bytes zenmap/share/zenmap/pixmaps/vl_4.svg | 1619 + zenmap/share/zenmap/pixmaps/vl_4_32.png | Bin 0 -> 1273 bytes zenmap/share/zenmap/pixmaps/vl_4_75.png | Bin 0 -> 3626 bytes zenmap/share/zenmap/pixmaps/vl_5.svg | 3780 + zenmap/share/zenmap/pixmaps/vl_5_32.png | Bin 0 -> 1743 bytes zenmap/share/zenmap/pixmaps/vl_5_75.png | Bin 0 -> 5113 bytes zenmap/share/zenmap/pixmaps/win.svg | 1250 + zenmap/share/zenmap/pixmaps/win_32.png | Bin 0 -> 1685 bytes zenmap/share/zenmap/pixmaps/win_75.png | Bin 0 -> 4620 bytes zenmap/share/zenmap/pixmaps/zenmap.png | Bin 0 -> 45186 bytes zenmap/test/diff_test1 | 10 + zenmap/test/diff_test2 | 11 + zenmap/test/nmap-output-error.xml | 33 + zenmap/test/run_tests.py | 18 + zenmap/test/xml_test1.xml | 19 + zenmap/test/xml_test10.xml | 82 + zenmap/test/xml_test11.xml | 86 + zenmap/test/xml_test12.xml | 12 + zenmap/test/xml_test13.xml | 25 + zenmap/test/xml_test14.xml | 24 + zenmap/test/xml_test15.xml | 22 + zenmap/test/xml_test16.xml | 14 + zenmap/test/xml_test17.xml | 15 + zenmap/test/xml_test2.xml | 19 + zenmap/test/xml_test3.xml | 27 + zenmap/test/xml_test4.xml | 41 + zenmap/test/xml_test5.xml | 44 + zenmap/test/xml_test6.xml | 68 + zenmap/test/xml_test7.xml | 41 + zenmap/test/xml_test8.xml | 41 + zenmap/test/xml_test9.xml | 84 + zenmap/zenmap | 126 + zenmap/zenmapCore/BasePaths.py | 79 + zenmap/zenmapCore/DelayedObject.py | 77 + zenmap/zenmapCore/Diff.py | 187 + zenmap/zenmapCore/I18N.py | 109 + zenmap/zenmapCore/NSEDocParser.py | 124 + zenmap/zenmapCore/Name.py | 73 + zenmap/zenmapCore/NetworkInventory.py | 675 + zenmap/zenmapCore/NmapCommand.py | 269 + zenmap/zenmapCore/NmapOptions.py | 1406 + zenmap/zenmapCore/NmapParser.py | 1345 + zenmap/zenmapCore/Paths.py | 243 + zenmap/zenmapCore/RecentScans.py | 116 + zenmap/zenmapCore/ScriptArgsParser.py | 206 + zenmap/zenmapCore/ScriptMetadata.py | 451 + zenmap/zenmapCore/SearchResult.py | 546 + zenmap/zenmapCore/StringPool.py | 80 + zenmap/zenmapCore/TargetList.py | 117 + zenmap/zenmapCore/UmitConf.py | 643 + zenmap/zenmapCore/UmitConfigParser.py | 137 + zenmap/zenmapCore/UmitDB.py | 324 + zenmap/zenmapCore/UmitLogging.py | 97 + zenmap/zenmapCore/UmitOptionParser.py | 202 + zenmap/zenmapCore/Version.py | 1 + zenmap/zenmapCore/__init__.py | 56 + zenmap/zenmapGUI/About.py | 366 + zenmap/zenmapGUI/App.py | 325 + zenmap/zenmapGUI/BugReport.py | 147 + zenmap/zenmapGUI/CrashReport.py | 176 + zenmap/zenmapGUI/DiffCompare.py | 456 + zenmap/zenmapGUI/FileChoosers.py | 245 + zenmap/zenmapGUI/FilterBar.py | 77 + zenmap/zenmapGUI/Icons.py | 206 + zenmap/zenmapGUI/MainWindow.py | 919 + zenmap/zenmapGUI/NmapOutputProperties.py | 322 + zenmap/zenmapGUI/NmapOutputViewer.py | 320 + zenmap/zenmapGUI/OptionBuilder.py | 498 + zenmap/zenmapGUI/Print.py | 135 + zenmap/zenmapGUI/ProfileCombo.py | 108 + zenmap/zenmapGUI/ProfileEditor.py | 403 + zenmap/zenmapGUI/ProfileHelp.py | 91 + zenmap/zenmapGUI/ScanHostDetailsPage.py | 470 + zenmap/zenmapGUI/ScanHostsView.py | 286 + zenmap/zenmapGUI/ScanInterface.py | 962 + zenmap/zenmapGUI/ScanNmapOutputPage.py | 239 + zenmap/zenmapGUI/ScanOpenPortsPage.py | 455 + zenmap/zenmapGUI/ScanRunDetailsPage.py | 264 + zenmap/zenmapGUI/ScanScanListPage.py | 173 + zenmap/zenmapGUI/ScanToolbar.py | 190 + zenmap/zenmapGUI/ScansListStore.py | 161 + zenmap/zenmapGUI/ScriptInterface.py | 706 + zenmap/zenmapGUI/SearchGUI.py | 915 + zenmap/zenmapGUI/SearchWindow.py | 183 + zenmap/zenmapGUI/TargetCombo.py | 103 + zenmap/zenmapGUI/TopologyPage.py | 162 + zenmap/zenmapGUI/__init__.py | 56 + zenmap/zenmapGUI/higwidgets/__init__.py | 81 + zenmap/zenmapGUI/higwidgets/gtkutils.py | 95 + zenmap/zenmapGUI/higwidgets/higboxes.py | 120 + zenmap/zenmapGUI/higwidgets/higbuttons.py | 117 + zenmap/zenmapGUI/higwidgets/higdialogs.py | 140 + zenmap/zenmapGUI/higwidgets/higentries.py | 80 + zenmap/zenmapGUI/higwidgets/higexpanders.py | 88 + zenmap/zenmapGUI/higwidgets/higframe.py | 105 + zenmap/zenmapGUI/higwidgets/higlabels.py | 180 + zenmap/zenmapGUI/higwidgets/higlogindialogs.py | 116 + zenmap/zenmapGUI/higwidgets/hignotebooks.py | 128 + zenmap/zenmapGUI/higwidgets/higprogressbars.py | 85 + zenmap/zenmapGUI/higwidgets/higscrollers.py | 76 + zenmap/zenmapGUI/higwidgets/higspinner.py | 388 + zenmap/zenmapGUI/higwidgets/higtables.py | 96 + zenmap/zenmapGUI/higwidgets/higtextviewers.py | 76 + zenmap/zenmapGUI/higwidgets/higwindows.py | 80 + 1688 files changed, 1094822 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/ncat_bug.md create mode 100644 .github/ISSUE_TEMPLATE/nmap_bug.md create mode 100644 .github/ISSUE_TEMPLATE/npcap_bug.md create mode 100644 .github/ISSUE_TEMPLATE/nping_bug.md create mode 100644 .github/ISSUE_TEMPLATE/other.md create mode 100644 .github/ISSUE_TEMPLATE/zenmap_bug.md create mode 100644 .gitignore create mode 100644 .lgtm.yml create mode 100644 .travis.yml create mode 100644 BSDmakefile create mode 100644 CHANGELOG create mode 100644 CONTRIBUTING.md create mode 100644 FPEngine.cc create mode 100644 FPEngine.h create mode 100644 FPModel.cc create mode 100644 FPModel.h create mode 100644 FingerPrintResults.cc create mode 100644 FingerPrintResults.h create mode 100644 HACKING create mode 100644 INSTALL create mode 100644 LICENSE create mode 100644 MACLookup.cc create mode 100644 MACLookup.h create mode 100644 Makefile.in create mode 100644 NewTargets.cc create mode 100644 NewTargets.h create mode 100644 NmapOps.cc create mode 100644 NmapOps.h create mode 100644 NmapOutputTable.cc create mode 100644 NmapOutputTable.h create mode 100644 README-WIN32 create mode 100644 README.md create mode 100644 Target.cc create mode 100644 Target.h create mode 100644 TargetGroup.cc create mode 100644 TargetGroup.h create mode 100644 acinclude.m4 create mode 100644 aclocal.m4 create mode 100644 charpool.cc create mode 100644 charpool.h create mode 100644 checklibs.sh create mode 100755 config.guess create mode 100755 config.sub create mode 100755 configure create mode 100644 configure.ac create mode 100755 depcomp create mode 100644 docs/3rd-party-licenses.txt create mode 100644 docs/3rd-party.xml create mode 100644 docs/Nmap-Third-Party-Open-Source.fodt create mode 100644 docs/Nmap-Third-Party-Open-Source.pdf create mode 100644 docs/README create mode 100644 docs/committers.txt create mode 100644 docs/device-types.txt create mode 100644 docs/leet-nmap-ascii-art-eye.txt create mode 100644 docs/leet-nmap-ascii-art-pc.txt create mode 100644 docs/leet-nmap-ascii-art.txt create mode 100644 docs/legal-notices.xml create mode 100644 docs/licenses/BSD-modified.txt create mode 100644 docs/licenses/BSD-simplified create mode 100644 docs/licenses/LGPL-2 create mode 100644 docs/licenses/LGPL-2.1 create mode 100644 docs/licenses/LIBLINEAR-license.txt create mode 100644 docs/licenses/Libdnet-license.txt create mode 100644 docs/licenses/Lua-license.txt create mode 100644 docs/licenses/MIT create mode 100644 docs/licenses/MPL-1.1 create mode 100644 docs/licenses/OpenSSL-license.txt create mode 100644 docs/licenses/PCRE-license.txt create mode 100644 docs/licenses/WinPcap-license.txt create mode 100644 docs/licenses/zlib-license.txt create mode 100644 docs/man-xlate/nmap-de.1 create mode 100644 docs/man-xlate/nmap-es.1 create mode 100644 docs/man-xlate/nmap-fr.1 create mode 100644 docs/man-xlate/nmap-hr.1 create mode 100644 docs/man-xlate/nmap-hu.1 create mode 100644 docs/man-xlate/nmap-id.1 create mode 100644 docs/man-xlate/nmap-it.1 create mode 100644 docs/man-xlate/nmap-ja.1 create mode 100644 docs/man-xlate/nmap-man-de.xml create mode 100644 docs/man-xlate/nmap-man-es.xml create mode 100644 docs/man-xlate/nmap-man-fr.xml create mode 100644 docs/man-xlate/nmap-man-hr.xml create mode 100644 docs/man-xlate/nmap-man-hu.xml create mode 100644 docs/man-xlate/nmap-man-id.xml create mode 100644 docs/man-xlate/nmap-man-it.xml create mode 100644 docs/man-xlate/nmap-man-ja.xml create mode 100644 docs/man-xlate/nmap-man-pl.xml create mode 100644 docs/man-xlate/nmap-man-pt_BR.xml create mode 100644 docs/man-xlate/nmap-man-pt_PT.xml create mode 100644 docs/man-xlate/nmap-man-ro.xml create mode 100644 docs/man-xlate/nmap-man-ru.xml create mode 100644 docs/man-xlate/nmap-man-sk.xml create mode 100644 docs/man-xlate/nmap-man-zh.xml create mode 100644 docs/man-xlate/nmap-pl.1 create mode 100644 docs/man-xlate/nmap-pt_BR.1 create mode 100644 docs/man-xlate/nmap-pt_PT.1 create mode 100644 docs/man-xlate/nmap-ro.1 create mode 100644 docs/man-xlate/nmap-ru.1 create mode 100644 docs/man-xlate/nmap-sk.1 create mode 100644 docs/man-xlate/nmap-zh.1 create mode 100644 docs/nmap-fo.xsl create mode 100644 docs/nmap-install.xml create mode 100644 docs/nmap-man-enclosure.xml create mode 100644 docs/nmap-usage.xml create mode 100644 docs/nmap.1 create mode 100644 docs/nmap.dtd create mode 100644 docs/nmap.usage.txt create mode 100644 docs/nmap.xsl create mode 100644 docs/nmap_gpgkeys.txt create mode 100644 docs/nse-scripts.dtd create mode 100644 docs/refguide.xml create mode 100644 docs/scripting.xml create mode 100644 docs/style/README create mode 100755 docs/style/lua-format create mode 100755 docs/style/lua-format.lua create mode 100644 docs/win32-installer-zenmap-buildguide.txt create mode 100644 docs/zenmap.1 create mode 100644 docs/zenmap.xml create mode 100644 idle_scan.cc create mode 100644 idle_scan.h create mode 100644 libdnet-stripped/INSTALL create mode 100644 libdnet-stripped/LICENSE create mode 100644 libdnet-stripped/Makefile.am create mode 100644 libdnet-stripped/Makefile.am.common create mode 100644 libdnet-stripped/Makefile.in create mode 100644 libdnet-stripped/NMAP_MODIFICATIONS create mode 100644 libdnet-stripped/README create mode 100644 libdnet-stripped/THANKS create mode 100644 libdnet-stripped/TODO create mode 100644 libdnet-stripped/acconfig.h create mode 100644 libdnet-stripped/aclocal.m4 create mode 100644 libdnet-stripped/config/acinclude.m4 create mode 100755 libdnet-stripped/configure create mode 100644 libdnet-stripped/configure.in create mode 100644 libdnet-stripped/dnet-config.in create mode 100644 libdnet-stripped/include/Makefile.am create mode 100644 libdnet-stripped/include/Makefile.in create mode 100644 libdnet-stripped/include/config.h.in create mode 100644 libdnet-stripped/include/dnet.h create mode 100644 libdnet-stripped/include/dnet/Makefile.am create mode 100644 libdnet-stripped/include/dnet/Makefile.in create mode 100644 libdnet-stripped/include/dnet/addr.h create mode 100644 libdnet-stripped/include/dnet/arp.h create mode 100644 libdnet-stripped/include/dnet/blob.h create mode 100644 libdnet-stripped/include/dnet/eth.h create mode 100644 libdnet-stripped/include/dnet/fw.h create mode 100644 libdnet-stripped/include/dnet/icmp.h create mode 100644 libdnet-stripped/include/dnet/icmpv6.h create mode 100644 libdnet-stripped/include/dnet/intf.h create mode 100644 libdnet-stripped/include/dnet/ip.h create mode 100644 libdnet-stripped/include/dnet/ip6.h create mode 100644 libdnet-stripped/include/dnet/os.h create mode 100644 libdnet-stripped/include/dnet/rand.h create mode 100644 libdnet-stripped/include/dnet/route.h create mode 100644 libdnet-stripped/include/dnet/sctp.h create mode 100644 libdnet-stripped/include/dnet/tcp.h create mode 100644 libdnet-stripped/include/dnet/tun.h create mode 100644 libdnet-stripped/include/dnet/udp.h create mode 100644 libdnet-stripped/include/dnet_winconfig.h create mode 100644 libdnet-stripped/include/err.h create mode 100644 libdnet-stripped/include/queue.h create mode 100644 libdnet-stripped/include/stamp-h.in create mode 100755 libdnet-stripped/libdnet-stripped.vcxproj create mode 100644 libdnet-stripped/src/Makefile.am create mode 100644 libdnet-stripped/src/Makefile.in create mode 100644 libdnet-stripped/src/addr-util.c create mode 100644 libdnet-stripped/src/addr.c create mode 100644 libdnet-stripped/src/arp-bsd.c create mode 100644 libdnet-stripped/src/arp-ioctl.c create mode 100644 libdnet-stripped/src/arp-none.c create mode 100644 libdnet-stripped/src/arp-win32.c create mode 100644 libdnet-stripped/src/blob.c create mode 100644 libdnet-stripped/src/crc32ct.h create mode 100644 libdnet-stripped/src/err.c create mode 100644 libdnet-stripped/src/eth-bsd.c create mode 100644 libdnet-stripped/src/eth-dlpi.c create mode 100644 libdnet-stripped/src/eth-linux.c create mode 100644 libdnet-stripped/src/eth-ndd.c create mode 100644 libdnet-stripped/src/eth-none.c create mode 100644 libdnet-stripped/src/eth-pfilt.c create mode 100644 libdnet-stripped/src/eth-snoop.c create mode 100644 libdnet-stripped/src/eth-win32.c create mode 100644 libdnet-stripped/src/fw-none.c create mode 100644 libdnet-stripped/src/intf-win32.c create mode 100644 libdnet-stripped/src/intf.c create mode 100644 libdnet-stripped/src/ip-cooked.c create mode 100644 libdnet-stripped/src/ip-util.c create mode 100644 libdnet-stripped/src/ip-win32.c create mode 100644 libdnet-stripped/src/ip.c create mode 100644 libdnet-stripped/src/ip6.c create mode 100644 libdnet-stripped/src/memcmp.c create mode 100644 libdnet-stripped/src/rand.c create mode 100644 libdnet-stripped/src/route-bsd.c create mode 100644 libdnet-stripped/src/route-hpux.c create mode 100644 libdnet-stripped/src/route-linux.c create mode 100644 libdnet-stripped/src/route-none.c create mode 100644 libdnet-stripped/src/route-win32.c create mode 100644 libdnet-stripped/src/strlcpy.c create mode 100644 libdnet-stripped/src/strsep.c create mode 100644 libdnet-stripped/src/tun-bsd.c create mode 100644 libdnet-stripped/src/tun-linux.c create mode 100644 libdnet-stripped/src/tun-none.c create mode 100644 libdnet-stripped/src/tun-solaris.c create mode 100644 libnetutil/ARPHeader.cc create mode 100644 libnetutil/ARPHeader.h create mode 100644 libnetutil/ApplicationLayerElement.h create mode 100644 libnetutil/DataLinkLayerElement.h create mode 100644 libnetutil/DestOptsHeader.cc create mode 100644 libnetutil/DestOptsHeader.h create mode 100644 libnetutil/EthernetHeader.cc create mode 100644 libnetutil/EthernetHeader.h create mode 100644 libnetutil/FragmentHeader.cc create mode 100644 libnetutil/FragmentHeader.h create mode 100644 libnetutil/HopByHopHeader.cc create mode 100644 libnetutil/HopByHopHeader.h create mode 100644 libnetutil/ICMPHeader.h create mode 100644 libnetutil/ICMPv4Header.cc create mode 100644 libnetutil/ICMPv4Header.h create mode 100644 libnetutil/ICMPv6Header.cc create mode 100644 libnetutil/ICMPv6Header.h create mode 100644 libnetutil/ICMPv6Option.cc create mode 100644 libnetutil/ICMPv6Option.h create mode 100644 libnetutil/ICMPv6RRBody.cc create mode 100644 libnetutil/ICMPv6RRBody.h create mode 100644 libnetutil/IPv4Header.cc create mode 100644 libnetutil/IPv4Header.h create mode 100644 libnetutil/IPv6ExtensionHeader.h create mode 100644 libnetutil/IPv6Header.cc create mode 100644 libnetutil/IPv6Header.h create mode 100644 libnetutil/Makefile.in create mode 100644 libnetutil/NetworkLayerElement.cc create mode 100644 libnetutil/NetworkLayerElement.h create mode 100644 libnetutil/PacketElement.cc create mode 100644 libnetutil/PacketElement.h create mode 100644 libnetutil/PacketParser.cc create mode 100644 libnetutil/PacketParser.h create mode 100644 libnetutil/RawData.cc create mode 100644 libnetutil/RawData.h create mode 100644 libnetutil/RoutingHeader.cc create mode 100644 libnetutil/RoutingHeader.h create mode 100644 libnetutil/TCPHeader.cc create mode 100644 libnetutil/TCPHeader.h create mode 100644 libnetutil/TransportLayerElement.cc create mode 100644 libnetutil/TransportLayerElement.h create mode 100644 libnetutil/UDPHeader.cc create mode 100644 libnetutil/UDPHeader.h create mode 100644 libnetutil/libnetutil.vcxproj create mode 100644 libnetutil/netutil.cc create mode 100644 libnetutil/netutil.h create mode 100644 libnetutil/npacket.h create mode 100644 lpeg.c create mode 100644 ltmain.sh create mode 100644 macosx/BUNDLING.md create mode 100644 macosx/Makefile create mode 100644 macosx/README.md create mode 100755 macosx/check_test.sh create mode 100755 macosx/createdmg.sh create mode 100644 macosx/nmap.pmdoc/01nmap-contents.xml create mode 100644 macosx/nmap.pmdoc/01nmap.xml create mode 100644 macosx/nmap.pmdoc/02zenmap-contents.xml create mode 100644 macosx/nmap.pmdoc/02zenmap.xml create mode 100644 macosx/nmap.pmdoc/03ncat-contents.xml create mode 100644 macosx/nmap.pmdoc/03ncat.xml create mode 100644 macosx/nmap.pmdoc/04ndiff-contents.xml create mode 100644 macosx/nmap.pmdoc/04ndiff.xml create mode 100644 macosx/nmap.pmdoc/05nping-contents.xml create mode 100644 macosx/nmap.pmdoc/05nping.xml create mode 100644 macosx/nmap.pmdoc/index.xml create mode 100644 macosx/nmap.png create mode 100644 macosx/openssl.modules create mode 100644 macosx/pkg_bg.jpg create mode 100644 main.cc create mode 100755 missing create mode 100644 nbase/CHANGELOG create mode 100644 nbase/Makefile.in create mode 100644 nbase/acinclude.m4 create mode 100755 nbase/configure create mode 100644 nbase/configure.ac create mode 100644 nbase/getaddrinfo.c create mode 100644 nbase/getnameinfo.c create mode 100644 nbase/getopt.c create mode 100644 nbase/getopt.h create mode 100644 nbase/inet_ntop.c create mode 100644 nbase/inet_pton.c create mode 100644 nbase/nbase.h create mode 100644 nbase/nbase.vcxproj create mode 100644 nbase/nbase_addrset.c create mode 100644 nbase/nbase_config.h.in create mode 100644 nbase/nbase_crc32ct.h create mode 100644 nbase/nbase_ipv6.h create mode 100644 nbase/nbase_memalloc.c create mode 100644 nbase/nbase_misc.c create mode 100644 nbase/nbase_rnd.c create mode 100644 nbase/nbase_str.c create mode 100644 nbase/nbase_time.c create mode 100644 nbase/nbase_winconfig.h create mode 100644 nbase/nbase_winunix.c create mode 100644 nbase/nbase_winunix.h create mode 100644 nbase/snprintf.c create mode 100644 nbase/strcasecmp.c create mode 100644 nbase/test/nmakefile create mode 100644 nbase/test/test-escape_windows_command_arg.c create mode 100644 ncat/ChangeLog create mode 100644 ncat/INSTALL create mode 100644 ncat/LICENSE create mode 100644 ncat/Makefile.in create mode 100644 ncat/base64.c create mode 100644 ncat/base64.h create mode 100644 ncat/certs/README create mode 100644 ncat/certs/ca-bundle.crt create mode 100755 ncat/config.guess create mode 100644 ncat/config.h.in create mode 100755 ncat/config.sub create mode 100644 ncat/config_win.h create mode 100755 ncat/configure create mode 100644 ncat/configure.ac create mode 100644 ncat/docs/AUTHORS create mode 100644 ncat/docs/README create mode 100644 ncat/docs/THANKS create mode 100644 ncat/docs/examples/README create mode 100644 ncat/docs/examples/ipaccess create mode 100644 ncat/docs/examples/logs/ascii-output create mode 100644 ncat/docs/examples/logs/hex-output create mode 100644 ncat/docs/examples/scripts/README create mode 100755 ncat/docs/examples/scripts/http-proxy create mode 100644 ncat/docs/examples/scripts/http-scan/README create mode 100644 ncat/docs/examples/scripts/http-scan/get.request create mode 100644 ncat/docs/examples/scripts/http-scan/iplist create mode 100755 ncat/docs/examples/scripts/http-scan/scan-example create mode 100644 ncat/docs/examples/scripts/http-scan/scanner-output create mode 100644 ncat/docs/ncat-ascii-art.txt create mode 100644 ncat/docs/ncat.1 create mode 100644 ncat/docs/ncat.usage.txt create mode 100644 ncat/docs/ncat.xml create mode 100644 ncat/docs/ncatguide.xml create mode 100644 ncat/docs/ncatguidehtml.xml create mode 100644 ncat/docs/ncatmanhtml.xml create mode 100644 ncat/http.c create mode 100644 ncat/http.h create mode 100644 ncat/http_digest.c create mode 100755 ncat/missing create mode 100755 ncat/mkinstalldirs create mode 100644 ncat/ncat.h create mode 100644 ncat/ncat.vcxproj create mode 100644 ncat/ncat_config.h create mode 100644 ncat/ncat_connect.c create mode 100644 ncat/ncat_connect.h create mode 100644 ncat/ncat_core.c create mode 100644 ncat/ncat_core.h create mode 100644 ncat/ncat_exec.h create mode 100644 ncat/ncat_exec_win.c create mode 100644 ncat/ncat_listen.c create mode 100644 ncat/ncat_listen.h create mode 100644 ncat/ncat_lua.c create mode 100644 ncat/ncat_lua.h create mode 100644 ncat/ncat_main.c create mode 100644 ncat/ncat_posix.c create mode 100644 ncat/ncat_proxy.c create mode 100644 ncat/ncat_proxy.h create mode 100644 ncat/ncat_ssl.c create mode 100644 ncat/ncat_ssl.h create mode 100644 ncat/ncat_win.c create mode 100644 ncat/scripts/chargen.lua create mode 100644 ncat/scripts/conditional.lua create mode 100644 ncat/scripts/date.lua create mode 100644 ncat/scripts/discard.lua create mode 100644 ncat/scripts/echo.lua create mode 100644 ncat/scripts/hello-luaexec.lua create mode 100644 ncat/scripts/httpd.lua create mode 100644 ncat/scripts/log_ips.sh create mode 100755 ncat/scripts/p0fme.py create mode 100644 ncat/scripts/whatismyip.lua create mode 100644 ncat/sockaddr_u.h create mode 100644 ncat/sys_wrap.c create mode 100644 ncat/sys_wrap.h create mode 100644 ncat/test/addrset.c create mode 100755 ncat/test/ncat-test.pl create mode 100755 ncat/test/test-addrset.sh create mode 100644 ncat/test/test-cert.pem create mode 100644 ncat/test/test-cmdline-split.c create mode 100644 ncat/test/test-environment.lua create mode 100755 ncat/test/test-environment.sh create mode 100644 ncat/test/test-uri.c create mode 100644 ncat/test/test-wildcard.c create mode 100644 ncat/test/toupper.lua create mode 100644 ncat/util.c create mode 100644 ncat/util.h create mode 100644 ndiff/LICENSE create mode 100644 ndiff/README create mode 100644 ndiff/docs/ndiff.1 create mode 100644 ndiff/docs/ndiff.dtd create mode 100644 ndiff/docs/ndiff.xml create mode 100755 ndiff/ndiff.py create mode 100755 ndiff/ndifftest.py create mode 100755 ndiff/scripts/ndiff create mode 100644 ndiff/setup.py create mode 100755 ndiff/test-scans/anonymize.py create mode 100644 ndiff/test-scans/complex.xml create mode 100644 ndiff/test-scans/down.xml create mode 100644 ndiff/test-scans/empty.xml create mode 100644 ndiff/test-scans/os.xml create mode 100644 ndiff/test-scans/random-1.xml create mode 100644 ndiff/test-scans/random-2.xml create mode 100644 ndiff/test-scans/simple.xml create mode 100644 ndiff/test-scans/single.xml create mode 100644 nmap-header-template.cc create mode 100644 nmap-mac-prefixes create mode 100644 nmap-os-db create mode 100644 nmap-protocols create mode 100644 nmap-rpc create mode 100644 nmap-service-probes create mode 100644 nmap-services create mode 100644 nmap.cc create mode 100644 nmap.h create mode 100644 nmap.spec.in create mode 100644 nmap_amigaos.h create mode 100644 nmap_config.h.in create mode 100644 nmap_dns.cc create mode 100644 nmap_dns.h create mode 100644 nmap_error.cc create mode 100644 nmap_error.h create mode 100644 nmap_ftp.cc create mode 100644 nmap_ftp.h create mode 100644 nmap_tty.cc create mode 100644 nmap_tty.h create mode 100644 nmap_winconfig.h create mode 100644 nping/ArgParser.cc create mode 100644 nping/ArgParser.h create mode 100644 nping/Crypto.cc create mode 100644 nping/Crypto.h create mode 100644 nping/EchoClient.cc create mode 100644 nping/EchoClient.h create mode 100644 nping/EchoHeader.cc create mode 100644 nping/EchoHeader.h create mode 100644 nping/EchoServer.cc create mode 100644 nping/EchoServer.h create mode 100644 nping/LICENSE create mode 100644 nping/Makefile.in create mode 100644 nping/NEPContext.cc create mode 100644 nping/NEPContext.h create mode 100644 nping/NpingOps.cc create mode 100644 nping/NpingOps.h create mode 100644 nping/NpingTarget.cc create mode 100644 nping/NpingTarget.h create mode 100644 nping/NpingTargets.cc create mode 100644 nping/NpingTargets.h create mode 100644 nping/ProbeMode.cc create mode 100644 nping/ProbeMode.h create mode 100644 nping/common.cc create mode 100644 nping/common.h create mode 100644 nping/common_modified.cc create mode 100644 nping/common_modified.h create mode 100755 nping/config.guess create mode 100755 nping/config.sub create mode 100755 nping/configure create mode 100644 nping/configure.ac create mode 100644 nping/docs/AUTHORS create mode 100644 nping/docs/EchoProtoRFC.txt create mode 100644 nping/docs/leet-nping-ascii-art.txt create mode 100644 nping/docs/nping-man.xml create mode 100644 nping/docs/nping-usage.txt create mode 100644 nping/docs/nping-usage.xml create mode 100644 nping/docs/nping.1 create mode 100644 nping/docs/npingmanhtml.xml create mode 100644 nping/doxyfile create mode 100644 nping/global_structures.h create mode 100644 nping/nping-dev/Diagram1.dia create mode 100644 nping/nping-dev/EchoProtoRFC_v0.txt create mode 100644 nping/nping-dev/NpingCommandLine.txt create mode 100644 nping/nping-dev/NpingExamples.txt create mode 100644 nping/nping-dev/NpingRequirements.txt create mode 100644 nping/nping-dev/PacketDiff_RFC.txt create mode 100644 nping/nping-dev/README create mode 100644 nping/nping-dev/configFiles.txt create mode 100755 nping/nping-dev/do_valgrind.sh create mode 100644 nping/nping-dev/echo_proposal.txt create mode 100644 nping/nping-dev/nping_logo.svg create mode 100644 nping/nping-dev/packetDiagram.png create mode 100644 nping/nping-dev/pythonscripts/TemplateGettersSetters.txt create mode 100755 nping/nping-dev/pythonscripts/TemplateNpingOps.txt create mode 100644 nping/nping-dev/pythonscripts/addGettersSetters.py create mode 100755 nping/nping-dev/pythonscripts/addManSectionEntry.py create mode 100755 nping/nping-dev/pythonscripts/addNpingOpsAttr.py create mode 100644 nping/nping-dev/pythonscripts/man-section-entry-template.xml create mode 100644 nping/nping-dev/pythonscripts/man-section-template.xml create mode 100644 nping/nping-dev/test/caps/tcpconnect_T1.cap create mode 100644 nping/nping-dev/test/caps/tcpconnect_T2.cap create mode 100644 nping/nping-dev/test/caps/tcpconnect_T3.cap create mode 100755 nping/nping-dev/test/test_nping.sh create mode 100644 nping/nping-dev/valgrind_supress.txt create mode 100644 nping/nping.cc create mode 100644 nping/nping.h create mode 100644 nping/nping.spec create mode 100644 nping/nping.vcxproj create mode 100644 nping/nping_config.h.in create mode 100644 nping/nping_winconfig.h create mode 100644 nping/output.cc create mode 100644 nping/output.h create mode 100644 nping/stats.cc create mode 100644 nping/stats.h create mode 100644 nping/utils.cc create mode 100644 nping/utils.h create mode 100644 nping/utils_net.cc create mode 100644 nping/utils_net.h create mode 100644 nping/winfix.cc create mode 100644 nping/winfix.h create mode 100644 nse_db.cc create mode 100644 nse_db.h create mode 100644 nse_debug.cc create mode 100644 nse_debug.h create mode 100644 nse_dnet.cc create mode 100644 nse_dnet.h create mode 100644 nse_fs.cc create mode 100644 nse_fs.h create mode 100644 nse_libssh2.cc create mode 100644 nse_libssh2.h create mode 100644 nse_lpeg.cc create mode 100644 nse_lpeg.h create mode 100644 nse_lua.h create mode 100644 nse_main.cc create mode 100644 nse_main.h create mode 100644 nse_main.lua create mode 100644 nse_nmaplib.cc create mode 100644 nse_nmaplib.h create mode 100644 nse_nsock.cc create mode 100644 nse_nsock.h create mode 100644 nse_openssl.cc create mode 100644 nse_openssl.h create mode 100644 nse_ssl_cert.cc create mode 100644 nse_ssl_cert.h create mode 100644 nse_utility.cc create mode 100644 nse_utility.h create mode 100644 nse_zlib.cc create mode 100644 nse_zlib.h create mode 100644 nselib/afp.lua create mode 100644 nselib/ajp.lua create mode 100644 nselib/amqp.lua create mode 100644 nselib/anyconnect.lua create mode 100644 nselib/asn1.lua create mode 100644 nselib/base32.lua create mode 100644 nselib/base64.lua create mode 100644 nselib/bin.lua create mode 100644 nselib/bitcoin.lua create mode 100644 nselib/bits.lua create mode 100644 nselib/bittorrent.lua create mode 100644 nselib/bjnp.lua create mode 100644 nselib/brute.lua create mode 100644 nselib/cassandra.lua create mode 100644 nselib/citrixxml.lua create mode 100644 nselib/coap.lua create mode 100644 nselib/comm.lua create mode 100644 nselib/creds.lua create mode 100644 nselib/cvs.lua create mode 100644 nselib/data/dns-srv-names create mode 100644 nselib/data/drupal-modules.lst create mode 100644 nselib/data/drupal-themes.lst create mode 100644 nselib/data/enterprise_numbers.txt create mode 100644 nselib/data/favicon-db create mode 100644 nselib/data/http-default-accounts-fingerprints.lua create mode 100644 nselib/data/http-devframework-fingerprints.lua create mode 100644 nselib/data/http-fingerprints.lua create mode 100644 nselib/data/http-folders.txt create mode 100644 nselib/data/http-sql-errors.lst create mode 100644 nselib/data/http-web-files-extensions.lst create mode 100755 nselib/data/idnaMappings.lua create mode 100644 nselib/data/ike-fingerprints.lua create mode 100644 nselib/data/jdwp-class/JDWPExecCmd.java create mode 100644 nselib/data/jdwp-class/JDWPSystemInfo.java create mode 100644 nselib/data/jdwp-class/README.txt create mode 100644 nselib/data/mgroupnames.db create mode 100644 nselib/data/mysql-cis.audit create mode 100644 nselib/data/oracle-default-accounts.lst create mode 100644 nselib/data/oracle-sids create mode 100644 nselib/data/packetdecoders.lua create mode 100644 nselib/data/passwords.lst create mode 100644 nselib/data/pixel.gif create mode 100644 nselib/data/psexec/README create mode 100644 nselib/data/psexec/backdoor.lua create mode 100644 nselib/data/psexec/default.lua create mode 100644 nselib/data/psexec/drives.lua create mode 100644 nselib/data/psexec/examples.lua create mode 100644 nselib/data/psexec/experimental.lua create mode 100644 nselib/data/psexec/network.lua create mode 100644 nselib/data/psexec/nmap_service.c create mode 100644 nselib/data/psexec/nmap_service.vcproj create mode 100644 nselib/data/psexec/pwdump.lua create mode 100644 nselib/data/publickeydb create mode 100644 nselib/data/rtsp-urls.txt create mode 100644 nselib/data/snmpcommunities.lst create mode 100644 nselib/data/ssl-fingerprints create mode 100644 nselib/data/targets-ipv6-wordlist create mode 100644 nselib/data/tftp-fingerprints.lua create mode 100644 nselib/data/tftplist.txt create mode 100644 nselib/data/usernames.lst create mode 100644 nselib/data/vhosts-default.lst create mode 100644 nselib/data/vhosts-full.lst create mode 100644 nselib/data/wp-plugins.lst create mode 100644 nselib/data/wp-themes.lst create mode 100644 nselib/datafiles.lua create mode 100644 nselib/datetime.lua create mode 100644 nselib/dhcp.lua create mode 100644 nselib/dhcp6.lua create mode 100644 nselib/dicom.lua create mode 100644 nselib/dns.lua create mode 100644 nselib/dnsbl.lua create mode 100644 nselib/dnssd.lua create mode 100644 nselib/drda.lua create mode 100644 nselib/eap.lua create mode 100644 nselib/eigrp.lua create mode 100644 nselib/formulas.lua create mode 100644 nselib/ftp.lua create mode 100644 nselib/geoip.lua create mode 100644 nselib/giop.lua create mode 100644 nselib/gps.lua create mode 100644 nselib/http.lua create mode 100644 nselib/httpspider.lua create mode 100644 nselib/iax2.lua create mode 100644 nselib/idna.lua create mode 100644 nselib/ike.lua create mode 100644 nselib/imap.lua create mode 100644 nselib/informix.lua create mode 100644 nselib/ipOps.lua create mode 100644 nselib/ipmi.lua create mode 100644 nselib/ipp.lua create mode 100644 nselib/irc.lua create mode 100644 nselib/iscsi.lua create mode 100644 nselib/isns.lua create mode 100644 nselib/jdwp.lua create mode 100644 nselib/json.lua create mode 100644 nselib/knx.lua create mode 100644 nselib/ldap.lua create mode 100644 nselib/lfs.luadoc create mode 100644 nselib/libssh2-utility.lua create mode 100644 nselib/libssh2.luadoc create mode 100644 nselib/listop.lua create mode 100644 nselib/lpeg-utility.lua create mode 100644 nselib/lpeg.luadoc create mode 100644 nselib/ls.lua create mode 100644 nselib/match.lua create mode 100644 nselib/membase.lua create mode 100644 nselib/mobileme.lua create mode 100644 nselib/mongodb.lua create mode 100644 nselib/mqtt.lua create mode 100644 nselib/msrpc.lua create mode 100644 nselib/msrpcperformance.lua create mode 100644 nselib/msrpctypes.lua create mode 100644 nselib/mssql.lua create mode 100644 nselib/multicast.lua create mode 100644 nselib/mysql.lua create mode 100644 nselib/natpmp.lua create mode 100644 nselib/nbd.lua create mode 100644 nselib/ncp.lua create mode 100644 nselib/ndmp.lua create mode 100644 nselib/netbios.lua create mode 100644 nselib/nmap.luadoc create mode 100644 nselib/nrpc.lua create mode 100644 nselib/nsedebug.lua create mode 100644 nselib/omp2.lua create mode 100644 nselib/oops.lua create mode 100644 nselib/openssl.luadoc create mode 100644 nselib/ospf.lua create mode 100644 nselib/outlib.lua create mode 100644 nselib/packet.lua create mode 100644 nselib/pgsql.lua create mode 100644 nselib/pop3.lua create mode 100644 nselib/pppoe.lua create mode 100644 nselib/proxy.lua create mode 100644 nselib/punycode.lua create mode 100644 nselib/rand.lua create mode 100644 nselib/rdp.lua create mode 100644 nselib/re.lua create mode 100644 nselib/redis.lua create mode 100644 nselib/rmi.lua create mode 100644 nselib/rpc.lua create mode 100644 nselib/rpcap.lua create mode 100644 nselib/rsync.lua create mode 100644 nselib/rtsp.lua create mode 100644 nselib/sasl.lua create mode 100644 nselib/shortport.lua create mode 100644 nselib/sip.lua create mode 100644 nselib/slaxml.lua create mode 100644 nselib/smb.lua create mode 100644 nselib/smb2.lua create mode 100644 nselib/smbauth.lua create mode 100644 nselib/smtp.lua create mode 100644 nselib/snmp.lua create mode 100644 nselib/socks.lua create mode 100644 nselib/srvloc.lua create mode 100644 nselib/ssh1.lua create mode 100644 nselib/ssh2.lua create mode 100644 nselib/sslcert.lua create mode 100644 nselib/sslv2.lua create mode 100644 nselib/stdnse.lua create mode 100644 nselib/strbuf.lua create mode 100644 nselib/strict.lua create mode 100644 nselib/stringaux.lua create mode 100644 nselib/stun.lua create mode 100644 nselib/tab.lua create mode 100644 nselib/tableaux.lua create mode 100644 nselib/target.lua create mode 100644 nselib/tftp.lua create mode 100644 nselib/tls.lua create mode 100644 nselib/tn3270.lua create mode 100644 nselib/tns.lua create mode 100644 nselib/unicode.lua create mode 100644 nselib/unittest.lua create mode 100644 nselib/unpwdb.lua create mode 100644 nselib/upnp.lua create mode 100644 nselib/url.lua create mode 100644 nselib/versant.lua create mode 100644 nselib/vnc.lua create mode 100644 nselib/vulns.lua create mode 100644 nselib/vuzedht.lua create mode 100644 nselib/wsdd.lua create mode 100644 nselib/xdmcp.lua create mode 100644 nselib/xmpp.lua create mode 100644 nselib/zlib.luadoc create mode 100644 nsock/examples/Makefile create mode 100644 nsock/examples/README create mode 100644 nsock/examples/nsock_telnet.c create mode 100644 nsock/examples/nsock_test_timers.c create mode 100644 nsock/include/nsock.h create mode 100644 nsock/include/nsock_config.h.in create mode 100644 nsock/include/nsock_winconfig.h create mode 100644 nsock/nsock.vcxproj create mode 100644 nsock/src/Makefile.in create mode 100644 nsock/src/acinclude.m4 create mode 100644 nsock/src/aclocal.m4 create mode 100755 nsock/src/configure create mode 100644 nsock/src/configure.ac create mode 100644 nsock/src/engine_epoll.c create mode 100644 nsock/src/engine_iocp.c create mode 100644 nsock/src/engine_kqueue.c create mode 100644 nsock/src/engine_poll.c create mode 100644 nsock/src/engine_select.c create mode 100644 nsock/src/error.c create mode 100644 nsock/src/error.h create mode 100644 nsock/src/filespace.c create mode 100644 nsock/src/filespace.h create mode 100644 nsock/src/gh_heap.c create mode 100644 nsock/src/gh_heap.h create mode 100644 nsock/src/gh_list.h create mode 100644 nsock/src/netutils.c create mode 100644 nsock/src/netutils.h create mode 100644 nsock/src/nsock_connect.c create mode 100644 nsock/src/nsock_core.c create mode 100644 nsock/src/nsock_engines.c create mode 100644 nsock/src/nsock_event.c create mode 100644 nsock/src/nsock_internal.h create mode 100644 nsock/src/nsock_iod.c create mode 100644 nsock/src/nsock_log.c create mode 100644 nsock/src/nsock_log.h create mode 100644 nsock/src/nsock_pcap.c create mode 100644 nsock/src/nsock_pcap.h create mode 100644 nsock/src/nsock_pool.c create mode 100644 nsock/src/nsock_proxy.c create mode 100644 nsock/src/nsock_proxy.h create mode 100644 nsock/src/nsock_read.c create mode 100644 nsock/src/nsock_ssl.c create mode 100644 nsock/src/nsock_ssl.h create mode 100644 nsock/src/nsock_timers.c create mode 100644 nsock/src/nsock_write.c create mode 100644 nsock/src/proxy_http.c create mode 100644 nsock/src/proxy_socks4.c create mode 100644 nsock/tests/Makefile.in create mode 100644 nsock/tests/README create mode 100644 nsock/tests/basic.c create mode 100644 nsock/tests/cancel.c create mode 100644 nsock/tests/connect.c create mode 100644 nsock/tests/ghheaps.c create mode 100644 nsock/tests/ghlists.c create mode 100644 nsock/tests/logs.c create mode 100644 nsock/tests/proxychain.c create mode 100755 nsock/tests/run_tests.sh create mode 100644 nsock/tests/test-common.h create mode 100644 nsock/tests/tests_main.c create mode 100644 nsock/tests/timer.c create mode 100644 osscan.cc create mode 100644 osscan.h create mode 100644 osscan2.cc create mode 100644 osscan2.h create mode 100644 output.cc create mode 100644 output.h create mode 100644 payload.cc create mode 100644 payload.h create mode 100644 portlist.cc create mode 100644 portlist.h create mode 100644 portreasons.cc create mode 100644 portreasons.h create mode 100644 probespec.h create mode 100644 protocols.cc create mode 100644 protocols.h create mode 100644 scan_engine.cc create mode 100644 scan_engine.h create mode 100644 scan_engine_connect.cc create mode 100644 scan_engine_connect.h create mode 100644 scan_engine_raw.cc create mode 100644 scan_engine_raw.h create mode 100644 scan_lists.cc create mode 100644 scan_lists.h create mode 100644 scripts/acarsd-info.nse create mode 100644 scripts/address-info.nse create mode 100644 scripts/afp-brute.nse create mode 100644 scripts/afp-ls.nse create mode 100644 scripts/afp-path-vuln.nse create mode 100644 scripts/afp-serverinfo.nse create mode 100644 scripts/afp-showmount.nse create mode 100644 scripts/ajp-auth.nse create mode 100644 scripts/ajp-brute.nse create mode 100644 scripts/ajp-headers.nse create mode 100644 scripts/ajp-methods.nse create mode 100644 scripts/ajp-request.nse create mode 100644 scripts/allseeingeye-info.nse create mode 100644 scripts/amqp-info.nse create mode 100644 scripts/asn-query.nse create mode 100644 scripts/auth-owners.nse create mode 100644 scripts/auth-spoof.nse create mode 100644 scripts/backorifice-brute.nse create mode 100644 scripts/backorifice-info.nse create mode 100644 scripts/bacnet-info.nse create mode 100644 scripts/banner.nse create mode 100644 scripts/bitcoin-getaddr.nse create mode 100644 scripts/bitcoin-info.nse create mode 100644 scripts/bitcoinrpc-info.nse create mode 100644 scripts/bittorrent-discovery.nse create mode 100644 scripts/bjnp-discover.nse create mode 100644 scripts/broadcast-ataoe-discover.nse create mode 100644 scripts/broadcast-avahi-dos.nse create mode 100644 scripts/broadcast-bjnp-discover.nse create mode 100644 scripts/broadcast-db2-discover.nse create mode 100644 scripts/broadcast-dhcp-discover.nse create mode 100644 scripts/broadcast-dhcp6-discover.nse create mode 100644 scripts/broadcast-dns-service-discovery.nse create mode 100644 scripts/broadcast-dropbox-listener.nse create mode 100644 scripts/broadcast-eigrp-discovery.nse create mode 100644 scripts/broadcast-hid-discoveryd.nse create mode 100644 scripts/broadcast-igmp-discovery.nse create mode 100644 scripts/broadcast-jenkins-discover.nse create mode 100644 scripts/broadcast-listener.nse create mode 100644 scripts/broadcast-ms-sql-discover.nse create mode 100644 scripts/broadcast-netbios-master-browser.nse create mode 100644 scripts/broadcast-networker-discover.nse create mode 100644 scripts/broadcast-novell-locate.nse create mode 100644 scripts/broadcast-ospf2-discover.nse create mode 100644 scripts/broadcast-pc-anywhere.nse create mode 100644 scripts/broadcast-pc-duo.nse create mode 100644 scripts/broadcast-pim-discovery.nse create mode 100644 scripts/broadcast-ping.nse create mode 100644 scripts/broadcast-pppoe-discover.nse create mode 100644 scripts/broadcast-rip-discover.nse create mode 100644 scripts/broadcast-ripng-discover.nse create mode 100644 scripts/broadcast-sonicwall-discover.nse create mode 100644 scripts/broadcast-sybase-asa-discover.nse create mode 100644 scripts/broadcast-tellstick-discover.nse create mode 100644 scripts/broadcast-upnp-info.nse create mode 100644 scripts/broadcast-versant-locate.nse create mode 100644 scripts/broadcast-wake-on-lan.nse create mode 100644 scripts/broadcast-wpad-discover.nse create mode 100644 scripts/broadcast-wsdd-discover.nse create mode 100644 scripts/broadcast-xdmcp-discover.nse create mode 100644 scripts/cassandra-brute.nse create mode 100644 scripts/cassandra-info.nse create mode 100644 scripts/cccam-version.nse create mode 100644 scripts/cics-enum.nse create mode 100644 scripts/cics-info.nse create mode 100644 scripts/cics-user-brute.nse create mode 100644 scripts/cics-user-enum.nse create mode 100644 scripts/citrix-brute-xml.nse create mode 100644 scripts/citrix-enum-apps-xml.nse create mode 100644 scripts/citrix-enum-apps.nse create mode 100644 scripts/citrix-enum-servers-xml.nse create mode 100644 scripts/citrix-enum-servers.nse create mode 100644 scripts/clamav-exec.nse create mode 100644 scripts/clock-skew.nse create mode 100644 scripts/coap-resources.nse create mode 100644 scripts/couchdb-databases.nse create mode 100644 scripts/couchdb-stats.nse create mode 100644 scripts/creds-summary.nse create mode 100644 scripts/cups-info.nse create mode 100644 scripts/cups-queue-info.nse create mode 100644 scripts/cvs-brute-repository.nse create mode 100644 scripts/cvs-brute.nse create mode 100644 scripts/daap-get-library.nse create mode 100644 scripts/daytime.nse create mode 100644 scripts/db2-das-info.nse create mode 100644 scripts/deluge-rpc-brute.nse create mode 100644 scripts/dhcp-discover.nse create mode 100644 scripts/dicom-brute.nse create mode 100644 scripts/dicom-ping.nse create mode 100644 scripts/dict-info.nse create mode 100644 scripts/distcc-cve2004-2687.nse create mode 100644 scripts/dns-blacklist.nse create mode 100644 scripts/dns-brute.nse create mode 100644 scripts/dns-cache-snoop.nse create mode 100644 scripts/dns-check-zone.nse create mode 100644 scripts/dns-client-subnet-scan.nse create mode 100644 scripts/dns-fuzz.nse create mode 100644 scripts/dns-ip6-arpa-scan.nse create mode 100644 scripts/dns-nsec-enum.nse create mode 100644 scripts/dns-nsec3-enum.nse create mode 100644 scripts/dns-nsid.nse create mode 100644 scripts/dns-random-srcport.nse create mode 100644 scripts/dns-random-txid.nse create mode 100644 scripts/dns-recursion.nse create mode 100644 scripts/dns-service-discovery.nse create mode 100644 scripts/dns-srv-enum.nse create mode 100644 scripts/dns-update.nse create mode 100644 scripts/dns-zeustracker.nse create mode 100644 scripts/dns-zone-transfer.nse create mode 100644 scripts/docker-version.nse create mode 100644 scripts/domcon-brute.nse create mode 100644 scripts/domcon-cmd.nse create mode 100644 scripts/domino-enum-users.nse create mode 100644 scripts/dpap-brute.nse create mode 100644 scripts/drda-brute.nse create mode 100644 scripts/drda-info.nse create mode 100644 scripts/duplicates.nse create mode 100644 scripts/eap-info.nse create mode 100644 scripts/enip-info.nse create mode 100644 scripts/epmd-info.nse create mode 100644 scripts/eppc-enum-processes.nse create mode 100644 scripts/fcrdns.nse create mode 100644 scripts/finger.nse create mode 100644 scripts/fingerprint-strings.nse create mode 100644 scripts/firewalk.nse create mode 100644 scripts/firewall-bypass.nse create mode 100644 scripts/flume-master-info.nse create mode 100644 scripts/fox-info.nse create mode 100644 scripts/freelancer-info.nse create mode 100644 scripts/ftp-anon.nse create mode 100644 scripts/ftp-bounce.nse create mode 100644 scripts/ftp-brute.nse create mode 100644 scripts/ftp-libopie.nse create mode 100644 scripts/ftp-proftpd-backdoor.nse create mode 100644 scripts/ftp-syst.nse create mode 100644 scripts/ftp-vsftpd-backdoor.nse create mode 100644 scripts/ftp-vuln-cve2010-4221.nse create mode 100644 scripts/ganglia-info.nse create mode 100644 scripts/giop-info.nse create mode 100644 scripts/gkrellm-info.nse create mode 100644 scripts/gopher-ls.nse create mode 100644 scripts/gpsd-info.nse create mode 100644 scripts/hadoop-datanode-info.nse create mode 100644 scripts/hadoop-jobtracker-info.nse create mode 100644 scripts/hadoop-namenode-info.nse create mode 100644 scripts/hadoop-secondary-namenode-info.nse create mode 100644 scripts/hadoop-tasktracker-info.nse create mode 100644 scripts/hbase-master-info.nse create mode 100644 scripts/hbase-region-info.nse create mode 100644 scripts/hddtemp-info.nse create mode 100644 scripts/hnap-info.nse create mode 100644 scripts/hostmap-bfk.nse create mode 100644 scripts/hostmap-crtsh.nse create mode 100644 scripts/hostmap-robtex.nse create mode 100644 scripts/http-adobe-coldfusion-apsa1301.nse create mode 100644 scripts/http-affiliate-id.nse create mode 100644 scripts/http-apache-negotiation.nse create mode 100644 scripts/http-apache-server-status.nse create mode 100644 scripts/http-aspnet-debug.nse create mode 100644 scripts/http-auth-finder.nse create mode 100644 scripts/http-auth.nse create mode 100644 scripts/http-avaya-ipoffice-users.nse create mode 100644 scripts/http-awstatstotals-exec.nse create mode 100644 scripts/http-axis2-dir-traversal.nse create mode 100644 scripts/http-backup-finder.nse create mode 100644 scripts/http-barracuda-dir-traversal.nse create mode 100644 scripts/http-bigip-cookie.nse create mode 100644 scripts/http-brute.nse create mode 100644 scripts/http-cakephp-version.nse create mode 100644 scripts/http-chrono.nse create mode 100644 scripts/http-cisco-anyconnect.nse create mode 100644 scripts/http-coldfusion-subzero.nse create mode 100644 scripts/http-comments-displayer.nse create mode 100644 scripts/http-config-backup.nse create mode 100644 scripts/http-cookie-flags.nse create mode 100644 scripts/http-cors.nse create mode 100644 scripts/http-cross-domain-policy.nse create mode 100644 scripts/http-csrf.nse create mode 100644 scripts/http-date.nse create mode 100644 scripts/http-default-accounts.nse create mode 100644 scripts/http-devframework.nse create mode 100644 scripts/http-dlink-backdoor.nse create mode 100644 scripts/http-dombased-xss.nse create mode 100644 scripts/http-domino-enum-passwords.nse create mode 100644 scripts/http-drupal-enum-users.nse create mode 100644 scripts/http-drupal-enum.nse create mode 100644 scripts/http-enum.nse create mode 100644 scripts/http-errors.nse create mode 100644 scripts/http-exif-spider.nse create mode 100644 scripts/http-favicon.nse create mode 100644 scripts/http-feed.nse create mode 100644 scripts/http-fetch.nse create mode 100644 scripts/http-fileupload-exploiter.nse create mode 100644 scripts/http-form-brute.nse create mode 100644 scripts/http-form-fuzzer.nse create mode 100644 scripts/http-frontpage-login.nse create mode 100644 scripts/http-generator.nse create mode 100644 scripts/http-git.nse create mode 100644 scripts/http-gitweb-projects-enum.nse create mode 100644 scripts/http-google-malware.nse create mode 100644 scripts/http-grep.nse create mode 100644 scripts/http-headers.nse create mode 100644 scripts/http-hp-ilo-info.nse create mode 100644 scripts/http-huawei-hg5xx-vuln.nse create mode 100644 scripts/http-icloud-findmyiphone.nse create mode 100644 scripts/http-icloud-sendmsg.nse create mode 100644 scripts/http-iis-short-name-brute.nse create mode 100644 scripts/http-iis-webdav-vuln.nse create mode 100644 scripts/http-internal-ip-disclosure.nse create mode 100644 scripts/http-joomla-brute.nse create mode 100644 scripts/http-jsonp-detection.nse create mode 100644 scripts/http-litespeed-sourcecode-download.nse create mode 100644 scripts/http-ls.nse create mode 100644 scripts/http-majordomo2-dir-traversal.nse create mode 100644 scripts/http-malware-host.nse create mode 100644 scripts/http-mcmp.nse create mode 100644 scripts/http-method-tamper.nse create mode 100644 scripts/http-methods.nse create mode 100644 scripts/http-mobileversion-checker.nse create mode 100644 scripts/http-ntlm-info.nse create mode 100644 scripts/http-open-proxy.nse create mode 100644 scripts/http-open-redirect.nse create mode 100644 scripts/http-passwd.nse create mode 100644 scripts/http-php-version.nse create mode 100644 scripts/http-phpmyadmin-dir-traversal.nse create mode 100644 scripts/http-phpself-xss.nse create mode 100644 scripts/http-proxy-brute.nse create mode 100644 scripts/http-put.nse create mode 100644 scripts/http-qnap-nas-info.nse create mode 100644 scripts/http-referer-checker.nse create mode 100644 scripts/http-rfi-spider.nse create mode 100644 scripts/http-robots.txt.nse create mode 100644 scripts/http-robtex-reverse-ip.nse create mode 100644 scripts/http-robtex-shared-ns.nse create mode 100644 scripts/http-sap-netweaver-leak.nse create mode 100644 scripts/http-security-headers.nse create mode 100644 scripts/http-server-header.nse create mode 100644 scripts/http-shellshock.nse create mode 100644 scripts/http-sitemap-generator.nse create mode 100644 scripts/http-slowloris-check.nse create mode 100644 scripts/http-slowloris.nse create mode 100644 scripts/http-sql-injection.nse create mode 100644 scripts/http-stored-xss.nse create mode 100644 scripts/http-svn-enum.nse create mode 100644 scripts/http-svn-info.nse create mode 100644 scripts/http-title.nse create mode 100644 scripts/http-tplink-dir-traversal.nse create mode 100644 scripts/http-trace.nse create mode 100644 scripts/http-traceroute.nse create mode 100644 scripts/http-trane-info.nse create mode 100644 scripts/http-unsafe-output-escaping.nse create mode 100644 scripts/http-useragent-tester.nse create mode 100644 scripts/http-userdir-enum.nse create mode 100644 scripts/http-vhosts.nse create mode 100644 scripts/http-virustotal.nse create mode 100644 scripts/http-vlcstreamer-ls.nse create mode 100644 scripts/http-vmware-path-vuln.nse create mode 100644 scripts/http-vuln-cve2006-3392.nse create mode 100644 scripts/http-vuln-cve2009-3960.nse create mode 100644 scripts/http-vuln-cve2010-0738.nse create mode 100644 scripts/http-vuln-cve2010-2861.nse create mode 100644 scripts/http-vuln-cve2011-3192.nse create mode 100644 scripts/http-vuln-cve2011-3368.nse create mode 100644 scripts/http-vuln-cve2012-1823.nse create mode 100644 scripts/http-vuln-cve2013-0156.nse create mode 100644 scripts/http-vuln-cve2013-6786.nse create mode 100644 scripts/http-vuln-cve2013-7091.nse create mode 100644 scripts/http-vuln-cve2014-2126.nse create mode 100644 scripts/http-vuln-cve2014-2127.nse create mode 100644 scripts/http-vuln-cve2014-2128.nse create mode 100644 scripts/http-vuln-cve2014-2129.nse create mode 100644 scripts/http-vuln-cve2014-3704.nse create mode 100644 scripts/http-vuln-cve2014-8877.nse create mode 100644 scripts/http-vuln-cve2015-1427.nse create mode 100644 scripts/http-vuln-cve2015-1635.nse create mode 100644 scripts/http-vuln-cve2017-1001000.nse create mode 100644 scripts/http-vuln-cve2017-5638.nse create mode 100644 scripts/http-vuln-cve2017-5689.nse create mode 100644 scripts/http-vuln-cve2017-8917.nse create mode 100644 scripts/http-vuln-misfortune-cookie.nse create mode 100644 scripts/http-vuln-wnr1000-creds.nse create mode 100644 scripts/http-waf-detect.nse create mode 100644 scripts/http-waf-fingerprint.nse create mode 100644 scripts/http-webdav-scan.nse create mode 100644 scripts/http-wordpress-brute.nse create mode 100644 scripts/http-wordpress-enum.nse create mode 100644 scripts/http-wordpress-users.nse create mode 100644 scripts/http-xssed.nse create mode 100644 scripts/https-redirect.nse create mode 100644 scripts/iax2-brute.nse create mode 100644 scripts/iax2-version.nse create mode 100644 scripts/icap-info.nse create mode 100644 scripts/iec-identify.nse create mode 100644 scripts/ike-version.nse create mode 100644 scripts/imap-brute.nse create mode 100644 scripts/imap-capabilities.nse create mode 100644 scripts/imap-ntlm-info.nse create mode 100644 scripts/impress-remote-discover.nse create mode 100644 scripts/informix-brute.nse create mode 100644 scripts/informix-query.nse create mode 100644 scripts/informix-tables.nse create mode 100644 scripts/ip-forwarding.nse create mode 100644 scripts/ip-geolocation-geoplugin.nse create mode 100644 scripts/ip-geolocation-ipinfodb.nse create mode 100644 scripts/ip-geolocation-map-bing.nse create mode 100644 scripts/ip-geolocation-map-google.nse create mode 100644 scripts/ip-geolocation-map-kml.nse create mode 100644 scripts/ip-geolocation-maxmind.nse create mode 100644 scripts/ip-https-discover.nse create mode 100644 scripts/ipidseq.nse create mode 100644 scripts/ipmi-brute.nse create mode 100644 scripts/ipmi-cipher-zero.nse create mode 100644 scripts/ipmi-version.nse create mode 100644 scripts/ipv6-multicast-mld-list.nse create mode 100644 scripts/ipv6-node-info.nse create mode 100644 scripts/ipv6-ra-flood.nse create mode 100644 scripts/irc-botnet-channels.nse create mode 100644 scripts/irc-brute.nse create mode 100644 scripts/irc-info.nse create mode 100644 scripts/irc-sasl-brute.nse create mode 100644 scripts/irc-unrealircd-backdoor.nse create mode 100644 scripts/iscsi-brute.nse create mode 100644 scripts/iscsi-info.nse create mode 100644 scripts/isns-info.nse create mode 100644 scripts/jdwp-exec.nse create mode 100644 scripts/jdwp-info.nse create mode 100644 scripts/jdwp-inject.nse create mode 100644 scripts/jdwp-version.nse create mode 100644 scripts/knx-gateway-discover.nse create mode 100644 scripts/knx-gateway-info.nse create mode 100644 scripts/krb5-enum-users.nse create mode 100644 scripts/ldap-brute.nse create mode 100644 scripts/ldap-novell-getpass.nse create mode 100644 scripts/ldap-rootdse.nse create mode 100644 scripts/ldap-search.nse create mode 100644 scripts/lexmark-config.nse create mode 100644 scripts/llmnr-resolve.nse create mode 100644 scripts/lltd-discovery.nse create mode 100644 scripts/lu-enum.nse create mode 100644 scripts/maxdb-info.nse create mode 100644 scripts/mcafee-epo-agent.nse create mode 100644 scripts/membase-brute.nse create mode 100644 scripts/membase-http-info.nse create mode 100644 scripts/memcached-info.nse create mode 100644 scripts/metasploit-info.nse create mode 100644 scripts/metasploit-msgrpc-brute.nse create mode 100644 scripts/metasploit-xmlrpc-brute.nse create mode 100644 scripts/mikrotik-routeros-brute.nse create mode 100644 scripts/mmouse-brute.nse create mode 100644 scripts/mmouse-exec.nse create mode 100644 scripts/modbus-discover.nse create mode 100644 scripts/mongodb-brute.nse create mode 100644 scripts/mongodb-databases.nse create mode 100644 scripts/mongodb-info.nse create mode 100644 scripts/mqtt-subscribe.nse create mode 100644 scripts/mrinfo.nse create mode 100644 scripts/ms-sql-brute.nse create mode 100644 scripts/ms-sql-config.nse create mode 100644 scripts/ms-sql-dac.nse create mode 100644 scripts/ms-sql-dump-hashes.nse create mode 100644 scripts/ms-sql-empty-password.nse create mode 100644 scripts/ms-sql-hasdbaccess.nse create mode 100644 scripts/ms-sql-info.nse create mode 100644 scripts/ms-sql-ntlm-info.nse create mode 100644 scripts/ms-sql-query.nse create mode 100644 scripts/ms-sql-tables.nse create mode 100644 scripts/ms-sql-xp-cmdshell.nse create mode 100644 scripts/msrpc-enum.nse create mode 100644 scripts/mtrace.nse create mode 100644 scripts/murmur-version.nse create mode 100644 scripts/mysql-audit.nse create mode 100644 scripts/mysql-brute.nse create mode 100644 scripts/mysql-databases.nse create mode 100644 scripts/mysql-dump-hashes.nse create mode 100644 scripts/mysql-empty-password.nse create mode 100644 scripts/mysql-enum.nse create mode 100644 scripts/mysql-info.nse create mode 100644 scripts/mysql-query.nse create mode 100644 scripts/mysql-users.nse create mode 100644 scripts/mysql-variables.nse create mode 100644 scripts/mysql-vuln-cve2012-2122.nse create mode 100644 scripts/nat-pmp-info.nse create mode 100644 scripts/nat-pmp-mapport.nse create mode 100644 scripts/nbd-info.nse create mode 100644 scripts/nbns-interfaces.nse create mode 100644 scripts/nbstat.nse create mode 100644 scripts/ncp-enum-users.nse create mode 100644 scripts/ncp-serverinfo.nse create mode 100644 scripts/ndmp-fs-info.nse create mode 100644 scripts/ndmp-version.nse create mode 100644 scripts/nessus-brute.nse create mode 100644 scripts/nessus-xmlrpc-brute.nse create mode 100644 scripts/netbus-auth-bypass.nse create mode 100644 scripts/netbus-brute.nse create mode 100644 scripts/netbus-info.nse create mode 100644 scripts/netbus-version.nse create mode 100644 scripts/nexpose-brute.nse create mode 100644 scripts/nfs-ls.nse create mode 100644 scripts/nfs-showmount.nse create mode 100644 scripts/nfs-statfs.nse create mode 100644 scripts/nje-node-brute.nse create mode 100644 scripts/nje-pass-brute.nse create mode 100644 scripts/nntp-ntlm-info.nse create mode 100644 scripts/nping-brute.nse create mode 100644 scripts/nrpe-enum.nse create mode 100644 scripts/ntp-info.nse create mode 100644 scripts/ntp-monlist.nse create mode 100644 scripts/omp2-brute.nse create mode 100644 scripts/omp2-enum-targets.nse create mode 100644 scripts/omron-info.nse create mode 100644 scripts/openflow-info.nse create mode 100644 scripts/openlookup-info.nse create mode 100644 scripts/openvas-otp-brute.nse create mode 100644 scripts/openwebnet-discovery.nse create mode 100644 scripts/oracle-brute-stealth.nse create mode 100644 scripts/oracle-brute.nse create mode 100644 scripts/oracle-enum-users.nse create mode 100644 scripts/oracle-sid-brute.nse create mode 100644 scripts/oracle-tns-version.nse create mode 100644 scripts/ovs-agent-version.nse create mode 100644 scripts/p2p-conficker.nse create mode 100644 scripts/path-mtu.nse create mode 100644 scripts/pcanywhere-brute.nse create mode 100644 scripts/pcworx-info.nse create mode 100644 scripts/pgsql-brute.nse create mode 100644 scripts/pjl-ready-message.nse create mode 100644 scripts/pop3-brute.nse create mode 100644 scripts/pop3-capabilities.nse create mode 100644 scripts/pop3-ntlm-info.nse create mode 100644 scripts/port-states.nse create mode 100644 scripts/pptp-version.nse create mode 100644 scripts/puppet-naivesigning.nse create mode 100644 scripts/qconn-exec.nse create mode 100644 scripts/qscan.nse create mode 100644 scripts/quake1-info.nse create mode 100644 scripts/quake3-info.nse create mode 100644 scripts/quake3-master-getservers.nse create mode 100644 scripts/rdp-enum-encryption.nse create mode 100644 scripts/rdp-ntlm-info.nse create mode 100644 scripts/rdp-vuln-ms12-020.nse create mode 100644 scripts/realvnc-auth-bypass.nse create mode 100644 scripts/redis-brute.nse create mode 100644 scripts/redis-info.nse create mode 100644 scripts/resolveall.nse create mode 100644 scripts/reverse-index.nse create mode 100644 scripts/rexec-brute.nse create mode 100644 scripts/rfc868-time.nse create mode 100644 scripts/riak-http-info.nse create mode 100644 scripts/rlogin-brute.nse create mode 100644 scripts/rmi-dumpregistry.nse create mode 100644 scripts/rmi-vuln-classloader.nse create mode 100644 scripts/rpc-grind.nse create mode 100644 scripts/rpcap-brute.nse create mode 100644 scripts/rpcap-info.nse create mode 100644 scripts/rpcinfo.nse create mode 100644 scripts/rsa-vuln-roca.nse create mode 100644 scripts/rsync-brute.nse create mode 100644 scripts/rsync-list-modules.nse create mode 100644 scripts/rtsp-methods.nse create mode 100644 scripts/rtsp-url-brute.nse create mode 100644 scripts/rusers.nse create mode 100644 scripts/s7-info.nse create mode 100644 scripts/samba-vuln-cve-2012-1182.nse create mode 100644 scripts/script.db create mode 100644 scripts/servicetags.nse create mode 100644 scripts/shodan-api.nse create mode 100644 scripts/sip-brute.nse create mode 100644 scripts/sip-call-spoof.nse create mode 100644 scripts/sip-enum-users.nse create mode 100644 scripts/sip-methods.nse create mode 100644 scripts/skypev2-version.nse create mode 100644 scripts/smb-brute.nse create mode 100644 scripts/smb-double-pulsar-backdoor.nse create mode 100644 scripts/smb-enum-domains.nse create mode 100644 scripts/smb-enum-groups.nse create mode 100644 scripts/smb-enum-processes.nse create mode 100644 scripts/smb-enum-services.nse create mode 100644 scripts/smb-enum-sessions.nse create mode 100644 scripts/smb-enum-shares.nse create mode 100644 scripts/smb-enum-users.nse create mode 100644 scripts/smb-flood.nse create mode 100644 scripts/smb-ls.nse create mode 100644 scripts/smb-mbenum.nse create mode 100644 scripts/smb-os-discovery.nse create mode 100644 scripts/smb-print-text.nse create mode 100644 scripts/smb-protocols.nse create mode 100644 scripts/smb-psexec.nse create mode 100644 scripts/smb-security-mode.nse create mode 100644 scripts/smb-server-stats.nse create mode 100644 scripts/smb-system-info.nse create mode 100644 scripts/smb-vuln-conficker.nse create mode 100644 scripts/smb-vuln-cve-2017-7494.nse create mode 100644 scripts/smb-vuln-cve2009-3103.nse create mode 100644 scripts/smb-vuln-ms06-025.nse create mode 100644 scripts/smb-vuln-ms07-029.nse create mode 100644 scripts/smb-vuln-ms08-067.nse create mode 100644 scripts/smb-vuln-ms10-054.nse create mode 100644 scripts/smb-vuln-ms10-061.nse create mode 100644 scripts/smb-vuln-ms17-010.nse create mode 100644 scripts/smb-vuln-regsvc-dos.nse create mode 100644 scripts/smb-vuln-webexec.nse create mode 100644 scripts/smb-webexec-exploit.nse create mode 100644 scripts/smb2-capabilities.nse create mode 100644 scripts/smb2-security-mode.nse create mode 100644 scripts/smb2-time.nse create mode 100644 scripts/smb2-vuln-uptime.nse create mode 100644 scripts/smtp-brute.nse create mode 100644 scripts/smtp-commands.nse create mode 100644 scripts/smtp-enum-users.nse create mode 100644 scripts/smtp-ntlm-info.nse create mode 100644 scripts/smtp-open-relay.nse create mode 100644 scripts/smtp-strangeport.nse create mode 100644 scripts/smtp-vuln-cve2010-4344.nse create mode 100644 scripts/smtp-vuln-cve2011-1720.nse create mode 100644 scripts/smtp-vuln-cve2011-1764.nse create mode 100644 scripts/sniffer-detect.nse create mode 100644 scripts/snmp-brute.nse create mode 100644 scripts/snmp-hh3c-logins.nse create mode 100644 scripts/snmp-info.nse create mode 100644 scripts/snmp-interfaces.nse create mode 100644 scripts/snmp-ios-config.nse create mode 100644 scripts/snmp-netstat.nse create mode 100644 scripts/snmp-processes.nse create mode 100644 scripts/snmp-sysdescr.nse create mode 100644 scripts/snmp-win32-services.nse create mode 100644 scripts/snmp-win32-shares.nse create mode 100644 scripts/snmp-win32-software.nse create mode 100644 scripts/snmp-win32-users.nse create mode 100644 scripts/socks-auth-info.nse create mode 100644 scripts/socks-brute.nse create mode 100644 scripts/socks-open-proxy.nse create mode 100644 scripts/ssh-auth-methods.nse create mode 100644 scripts/ssh-brute.nse create mode 100644 scripts/ssh-hostkey.nse create mode 100644 scripts/ssh-publickey-acceptance.nse create mode 100644 scripts/ssh-run.nse create mode 100644 scripts/ssh2-enum-algos.nse create mode 100644 scripts/sshv1.nse create mode 100644 scripts/ssl-ccs-injection.nse create mode 100644 scripts/ssl-cert-intaddr.nse create mode 100644 scripts/ssl-cert.nse create mode 100644 scripts/ssl-date.nse create mode 100644 scripts/ssl-dh-params.nse create mode 100644 scripts/ssl-enum-ciphers.nse create mode 100644 scripts/ssl-heartbleed.nse create mode 100644 scripts/ssl-known-key.nse create mode 100644 scripts/ssl-poodle.nse create mode 100644 scripts/sslv2-drown.nse create mode 100644 scripts/sslv2.nse create mode 100644 scripts/sstp-discover.nse create mode 100644 scripts/stun-info.nse create mode 100644 scripts/stun-version.nse create mode 100644 scripts/stuxnet-detect.nse create mode 100644 scripts/supermicro-ipmi-conf.nse create mode 100644 scripts/svn-brute.nse create mode 100644 scripts/targets-asn.nse create mode 100644 scripts/targets-ipv6-map4to6.nse create mode 100644 scripts/targets-ipv6-multicast-echo.nse create mode 100644 scripts/targets-ipv6-multicast-invalid-dst.nse create mode 100644 scripts/targets-ipv6-multicast-mld.nse create mode 100644 scripts/targets-ipv6-multicast-slaac.nse create mode 100644 scripts/targets-ipv6-wordlist.nse create mode 100644 scripts/targets-sniffer.nse create mode 100644 scripts/targets-traceroute.nse create mode 100644 scripts/targets-xml.nse create mode 100644 scripts/teamspeak2-version.nse create mode 100644 scripts/telnet-brute.nse create mode 100644 scripts/telnet-encryption.nse create mode 100644 scripts/telnet-ntlm-info.nse create mode 100644 scripts/tftp-enum.nse create mode 100644 scripts/tftp-version.nse create mode 100644 scripts/tls-alpn.nse create mode 100644 scripts/tls-nextprotoneg.nse create mode 100644 scripts/tls-ticketbleed.nse create mode 100644 scripts/tn3270-screen.nse create mode 100644 scripts/tor-consensus-checker.nse create mode 100644 scripts/traceroute-geolocation.nse create mode 100644 scripts/tso-brute.nse create mode 100644 scripts/tso-enum.nse create mode 100644 scripts/ubiquiti-discovery.nse create mode 100644 scripts/unittest.nse create mode 100644 scripts/unusual-port.nse create mode 100644 scripts/upnp-info.nse create mode 100644 scripts/uptime-agent-info.nse create mode 100644 scripts/url-snarf.nse create mode 100644 scripts/ventrilo-info.nse create mode 100644 scripts/versant-info.nse create mode 100644 scripts/vmauthd-brute.nse create mode 100644 scripts/vmware-version.nse create mode 100644 scripts/vnc-brute.nse create mode 100644 scripts/vnc-info.nse create mode 100644 scripts/vnc-title.nse create mode 100644 scripts/voldemort-info.nse create mode 100644 scripts/vtam-enum.nse create mode 100644 scripts/vulners.nse create mode 100644 scripts/vuze-dht-info.nse create mode 100644 scripts/wdb-version.nse create mode 100644 scripts/weblogic-t3-info.nse create mode 100644 scripts/whois-domain.nse create mode 100644 scripts/whois-ip.nse create mode 100644 scripts/wsdd-discover.nse create mode 100644 scripts/x11-access.nse create mode 100644 scripts/xdmcp-discover.nse create mode 100644 scripts/xmlrpc-methods.nse create mode 100644 scripts/xmpp-brute.nse create mode 100644 scripts/xmpp-info.nse create mode 100644 service_scan.cc create mode 100644 service_scan.h create mode 100644 services.cc create mode 100644 services.h create mode 100755 shtool create mode 100644 string_pool.cc create mode 100644 string_pool.h create mode 100644 struct_ip.h create mode 100644 targets.cc create mode 100644 targets.h create mode 100644 tcpip.cc create mode 100644 tcpip.h create mode 100644 tests/nmap_dns_test.cc create mode 100644 timing.cc create mode 100644 timing.h create mode 100644 todo/david.txt create mode 100644 todo/djalal.txt create mode 100644 todo/dmiller.txt create mode 100644 todo/done.txt create mode 100644 todo/gorjan.txt create mode 100644 todo/henri.txt create mode 100644 todo/nmap.txt create mode 100644 todo/nping.txt create mode 100644 todo/patrick.txt create mode 100644 todo/paulino.calderon.txt create mode 100644 todo/sctp.txt create mode 100644 todo/shinnok.txt create mode 100644 traceroute.cc create mode 100644 traceroute.h create mode 100644 utils.cc create mode 100644 utils.h create mode 100644 xml.cc create mode 100644 xml.h create mode 100644 zenmap.spec.in create mode 100644 zenmap/COPYING_HIGWIDGETS create mode 100644 zenmap/LICENSE create mode 100644 zenmap/README create mode 100644 zenmap/install_scripts/README create mode 100644 zenmap/install_scripts/macosx/Info.plist create mode 100644 zenmap/install_scripts/macosx/README create mode 100644 zenmap/install_scripts/macosx/gtkrc create mode 100755 zenmap/install_scripts/macosx/launcher.sh create mode 100755 zenmap/install_scripts/macosx/make-bundle.sh create mode 100644 zenmap/install_scripts/macosx/zenmap.bundle create mode 100644 zenmap/install_scripts/macosx/zenmap.icns create mode 100644 zenmap/install_scripts/macosx/zenmap_auth.m create mode 100644 zenmap/install_scripts/macosx/zenmap_launcher.py create mode 100755 zenmap/install_scripts/unix/su-to-zenmap.sh create mode 100644 zenmap/install_scripts/unix/zenmap-root.desktop create mode 100644 zenmap/install_scripts/unix/zenmap.desktop create mode 100755 zenmap/install_scripts/utils/get_deps.py create mode 100644 zenmap/install_scripts/utils/version_update.py create mode 100755 zenmap/install_scripts/windows/Makefile create mode 100644 zenmap/install_scripts/windows/PKGBUILD create mode 100644 zenmap/install_scripts/windows/boot_script.py create mode 100644 zenmap/install_scripts/windows/build.sh create mode 100755 zenmap/install_scripts/windows/copy_and_compile.bat create mode 100644 zenmap/install_scripts/windows/nmap-eye.ico create mode 100755 zenmap/install_scripts/windows/styrene.cfg create mode 100644 zenmap/radialnet/CHANGELOG create mode 100644 zenmap/radialnet/README create mode 100644 zenmap/radialnet/__init__.py create mode 100644 zenmap/radialnet/bestwidgets/__init__.py create mode 100644 zenmap/radialnet/bestwidgets/boxes.py create mode 100644 zenmap/radialnet/bestwidgets/buttons.py create mode 100644 zenmap/radialnet/bestwidgets/comboboxes.py create mode 100644 zenmap/radialnet/bestwidgets/expanders.py create mode 100644 zenmap/radialnet/bestwidgets/frames.py create mode 100644 zenmap/radialnet/bestwidgets/labels.py create mode 100644 zenmap/radialnet/bestwidgets/textview.py create mode 100644 zenmap/radialnet/bestwidgets/windows.py create mode 100644 zenmap/radialnet/core/ArgvHandle.py create mode 100644 zenmap/radialnet/core/Coordinate.py create mode 100644 zenmap/radialnet/core/Graph.py create mode 100644 zenmap/radialnet/core/Info.py create mode 100644 zenmap/radialnet/core/Interpolation.py create mode 100644 zenmap/radialnet/core/XMLHandler.py create mode 100644 zenmap/radialnet/core/__init__.py create mode 100644 zenmap/radialnet/gui/Application.py create mode 100644 zenmap/radialnet/gui/ControlWidget.py create mode 100644 zenmap/radialnet/gui/Dialogs.py create mode 100644 zenmap/radialnet/gui/HostsViewer.py create mode 100644 zenmap/radialnet/gui/Image.py create mode 100644 zenmap/radialnet/gui/LegendWindow.py create mode 100644 zenmap/radialnet/gui/NodeNotebook.py create mode 100644 zenmap/radialnet/gui/NodeWindow.py create mode 100644 zenmap/radialnet/gui/RadialNet.py create mode 100644 zenmap/radialnet/gui/SaveDialog.py create mode 100644 zenmap/radialnet/gui/Toolbar.py create mode 100644 zenmap/radialnet/gui/__init__.py create mode 100755 zenmap/radialnet/radialnet.pyw create mode 100644 zenmap/radialnet/share/sample/nmap_example.xml create mode 100644 zenmap/radialnet/util/__init__.py create mode 100644 zenmap/radialnet/util/drawing.py create mode 100644 zenmap/radialnet/util/geometry.py create mode 100644 zenmap/radialnet/util/integration.py create mode 100644 zenmap/radialnet/util/misc.py create mode 100755 zenmap/setup.py create mode 100644 zenmap/share/zenmap/config/scan_profile.usp create mode 100644 zenmap/share/zenmap/config/zenmap.conf create mode 100644 zenmap/share/zenmap/config/zenmap_version create mode 100644 zenmap/share/zenmap/docs/help.html create mode 100644 zenmap/share/zenmap/locale/Makefile create mode 100644 zenmap/share/zenmap/locale/de.po create mode 100644 zenmap/share/zenmap/locale/de/LC_MESSAGES/zenmap.mo create mode 100644 zenmap/share/zenmap/locale/es.po create mode 100644 zenmap/share/zenmap/locale/es/LC_MESSAGES/zenmap.mo create mode 100644 zenmap/share/zenmap/locale/fr.po create mode 100644 zenmap/share/zenmap/locale/fr/LC_MESSAGES/zenmap.mo create mode 100644 zenmap/share/zenmap/locale/hi.po create mode 100644 zenmap/share/zenmap/locale/hi/LC_MESSAGES/zenmap.mo create mode 100644 zenmap/share/zenmap/locale/hr.po create mode 100644 zenmap/share/zenmap/locale/hr/LC_MESSAGES/zenmap.mo create mode 100644 zenmap/share/zenmap/locale/it.po create mode 100644 zenmap/share/zenmap/locale/it/LC_MESSAGES/zenmap.mo create mode 100644 zenmap/share/zenmap/locale/ja.po create mode 100644 zenmap/share/zenmap/locale/ja/LC_MESSAGES/zenmap.mo create mode 100644 zenmap/share/zenmap/locale/pl.po create mode 100644 zenmap/share/zenmap/locale/pl/LC_MESSAGES/zenmap.mo create mode 100644 zenmap/share/zenmap/locale/pt_BR.po create mode 100644 zenmap/share/zenmap/locale/pt_BR/LC_MESSAGES/zenmap.mo create mode 100644 zenmap/share/zenmap/locale/ru.po create mode 100644 zenmap/share/zenmap/locale/ru/LC_MESSAGES/zenmap.mo create mode 100755 zenmap/share/zenmap/locale/xgettext-profile_editor.py create mode 100644 zenmap/share/zenmap/locale/zenmap.pot create mode 100644 zenmap/share/zenmap/locale/zh.po create mode 100644 zenmap/share/zenmap/locale/zh/LC_MESSAGES/zenmap.mo create mode 100644 zenmap/share/zenmap/misc/profile_editor.xml create mode 100644 zenmap/share/zenmap/pixmaps/default.svg create mode 100644 zenmap/share/zenmap/pixmaps/default_32.png create mode 100644 zenmap/share/zenmap/pixmaps/default_75.png create mode 100644 zenmap/share/zenmap/pixmaps/freebsd.svg create mode 100644 zenmap/share/zenmap/pixmaps/freebsd_32.png create mode 100644 zenmap/share/zenmap/pixmaps/freebsd_75.png create mode 100644 zenmap/share/zenmap/pixmaps/irix.svg create mode 100644 zenmap/share/zenmap/pixmaps/irix_32.png create mode 100644 zenmap/share/zenmap/pixmaps/irix_75.png create mode 100644 zenmap/share/zenmap/pixmaps/linux.svg create mode 100644 zenmap/share/zenmap/pixmaps/linux_32.png create mode 100644 zenmap/share/zenmap/pixmaps/linux_75.png create mode 100644 zenmap/share/zenmap/pixmaps/macosx.svg create mode 100644 zenmap/share/zenmap/pixmaps/macosx_32.png create mode 100644 zenmap/share/zenmap/pixmaps/macosx_75.png create mode 100644 zenmap/share/zenmap/pixmaps/openbsd.svg create mode 100644 zenmap/share/zenmap/pixmaps/openbsd_32.png create mode 100644 zenmap/share/zenmap/pixmaps/openbsd_75.png create mode 100644 zenmap/share/zenmap/pixmaps/radialnet/border.png create mode 100644 zenmap/share/zenmap/pixmaps/radialnet/firewall.png create mode 100644 zenmap/share/zenmap/pixmaps/radialnet/logo.png create mode 100644 zenmap/share/zenmap/pixmaps/radialnet/logo.svg create mode 100644 zenmap/share/zenmap/pixmaps/radialnet/padlock.png create mode 100644 zenmap/share/zenmap/pixmaps/radialnet/router.png create mode 100644 zenmap/share/zenmap/pixmaps/radialnet/switch.png create mode 100644 zenmap/share/zenmap/pixmaps/radialnet/wireless.png create mode 100644 zenmap/share/zenmap/pixmaps/redhat.svg create mode 100644 zenmap/share/zenmap/pixmaps/redhat_32.png create mode 100644 zenmap/share/zenmap/pixmaps/redhat_75.png create mode 100644 zenmap/share/zenmap/pixmaps/solaris.svg create mode 100644 zenmap/share/zenmap/pixmaps/solaris_32.png create mode 100644 zenmap/share/zenmap/pixmaps/solaris_75.png create mode 100644 zenmap/share/zenmap/pixmaps/throbber.gif create mode 100644 zenmap/share/zenmap/pixmaps/throbber.png create mode 100644 zenmap/share/zenmap/pixmaps/ubuntu.svg create mode 100644 zenmap/share/zenmap/pixmaps/ubuntu_32.png create mode 100644 zenmap/share/zenmap/pixmaps/ubuntu_75.png create mode 100644 zenmap/share/zenmap/pixmaps/unknown.svg create mode 100644 zenmap/share/zenmap/pixmaps/unknown_32.png create mode 100644 zenmap/share/zenmap/pixmaps/unknown_75.png create mode 100644 zenmap/share/zenmap/pixmaps/vl_1.svg create mode 100644 zenmap/share/zenmap/pixmaps/vl_1_32.png create mode 100644 zenmap/share/zenmap/pixmaps/vl_1_75.png create mode 100644 zenmap/share/zenmap/pixmaps/vl_2.svg create mode 100644 zenmap/share/zenmap/pixmaps/vl_2_32.png create mode 100644 zenmap/share/zenmap/pixmaps/vl_2_75.png create mode 100644 zenmap/share/zenmap/pixmaps/vl_3.svg create mode 100644 zenmap/share/zenmap/pixmaps/vl_3_32.png create mode 100644 zenmap/share/zenmap/pixmaps/vl_3_75.png create mode 100644 zenmap/share/zenmap/pixmaps/vl_4.svg create mode 100644 zenmap/share/zenmap/pixmaps/vl_4_32.png create mode 100644 zenmap/share/zenmap/pixmaps/vl_4_75.png create mode 100644 zenmap/share/zenmap/pixmaps/vl_5.svg create mode 100644 zenmap/share/zenmap/pixmaps/vl_5_32.png create mode 100644 zenmap/share/zenmap/pixmaps/vl_5_75.png create mode 100644 zenmap/share/zenmap/pixmaps/win.svg create mode 100644 zenmap/share/zenmap/pixmaps/win_32.png create mode 100644 zenmap/share/zenmap/pixmaps/win_75.png create mode 100644 zenmap/share/zenmap/pixmaps/zenmap.png create mode 100644 zenmap/test/diff_test1 create mode 100644 zenmap/test/diff_test2 create mode 100644 zenmap/test/nmap-output-error.xml create mode 100644 zenmap/test/run_tests.py create mode 100644 zenmap/test/xml_test1.xml create mode 100644 zenmap/test/xml_test10.xml create mode 100644 zenmap/test/xml_test11.xml create mode 100644 zenmap/test/xml_test12.xml create mode 100644 zenmap/test/xml_test13.xml create mode 100644 zenmap/test/xml_test14.xml create mode 100644 zenmap/test/xml_test15.xml create mode 100644 zenmap/test/xml_test16.xml create mode 100644 zenmap/test/xml_test17.xml create mode 100644 zenmap/test/xml_test2.xml create mode 100644 zenmap/test/xml_test3.xml create mode 100644 zenmap/test/xml_test4.xml create mode 100644 zenmap/test/xml_test5.xml create mode 100644 zenmap/test/xml_test6.xml create mode 100644 zenmap/test/xml_test7.xml create mode 100644 zenmap/test/xml_test8.xml create mode 100644 zenmap/test/xml_test9.xml create mode 100755 zenmap/zenmap create mode 100644 zenmap/zenmapCore/BasePaths.py create mode 100644 zenmap/zenmapCore/DelayedObject.py create mode 100644 zenmap/zenmapCore/Diff.py create mode 100644 zenmap/zenmapCore/I18N.py create mode 100644 zenmap/zenmapCore/NSEDocParser.py create mode 100644 zenmap/zenmapCore/Name.py create mode 100644 zenmap/zenmapCore/NetworkInventory.py create mode 100644 zenmap/zenmapCore/NmapCommand.py create mode 100644 zenmap/zenmapCore/NmapOptions.py create mode 100644 zenmap/zenmapCore/NmapParser.py create mode 100644 zenmap/zenmapCore/Paths.py create mode 100644 zenmap/zenmapCore/RecentScans.py create mode 100644 zenmap/zenmapCore/ScriptArgsParser.py create mode 100644 zenmap/zenmapCore/ScriptMetadata.py create mode 100644 zenmap/zenmapCore/SearchResult.py create mode 100644 zenmap/zenmapCore/StringPool.py create mode 100644 zenmap/zenmapCore/TargetList.py create mode 100644 zenmap/zenmapCore/UmitConf.py create mode 100644 zenmap/zenmapCore/UmitConfigParser.py create mode 100644 zenmap/zenmapCore/UmitDB.py create mode 100644 zenmap/zenmapCore/UmitLogging.py create mode 100644 zenmap/zenmapCore/UmitOptionParser.py create mode 100644 zenmap/zenmapCore/Version.py create mode 100644 zenmap/zenmapCore/__init__.py create mode 100644 zenmap/zenmapGUI/About.py create mode 100644 zenmap/zenmapGUI/App.py create mode 100644 zenmap/zenmapGUI/BugReport.py create mode 100644 zenmap/zenmapGUI/CrashReport.py create mode 100644 zenmap/zenmapGUI/DiffCompare.py create mode 100644 zenmap/zenmapGUI/FileChoosers.py create mode 100644 zenmap/zenmapGUI/FilterBar.py create mode 100644 zenmap/zenmapGUI/Icons.py create mode 100644 zenmap/zenmapGUI/MainWindow.py create mode 100644 zenmap/zenmapGUI/NmapOutputProperties.py create mode 100644 zenmap/zenmapGUI/NmapOutputViewer.py create mode 100644 zenmap/zenmapGUI/OptionBuilder.py create mode 100644 zenmap/zenmapGUI/Print.py create mode 100644 zenmap/zenmapGUI/ProfileCombo.py create mode 100644 zenmap/zenmapGUI/ProfileEditor.py create mode 100644 zenmap/zenmapGUI/ProfileHelp.py create mode 100644 zenmap/zenmapGUI/ScanHostDetailsPage.py create mode 100644 zenmap/zenmapGUI/ScanHostsView.py create mode 100644 zenmap/zenmapGUI/ScanInterface.py create mode 100644 zenmap/zenmapGUI/ScanNmapOutputPage.py create mode 100644 zenmap/zenmapGUI/ScanOpenPortsPage.py create mode 100644 zenmap/zenmapGUI/ScanRunDetailsPage.py create mode 100644 zenmap/zenmapGUI/ScanScanListPage.py create mode 100644 zenmap/zenmapGUI/ScanToolbar.py create mode 100644 zenmap/zenmapGUI/ScansListStore.py create mode 100644 zenmap/zenmapGUI/ScriptInterface.py create mode 100644 zenmap/zenmapGUI/SearchGUI.py create mode 100644 zenmap/zenmapGUI/SearchWindow.py create mode 100644 zenmap/zenmapGUI/TargetCombo.py create mode 100644 zenmap/zenmapGUI/TopologyPage.py create mode 100644 zenmap/zenmapGUI/__init__.py create mode 100644 zenmap/zenmapGUI/higwidgets/__init__.py create mode 100644 zenmap/zenmapGUI/higwidgets/gtkutils.py create mode 100644 zenmap/zenmapGUI/higwidgets/higboxes.py create mode 100644 zenmap/zenmapGUI/higwidgets/higbuttons.py create mode 100644 zenmap/zenmapGUI/higwidgets/higdialogs.py create mode 100644 zenmap/zenmapGUI/higwidgets/higentries.py create mode 100644 zenmap/zenmapGUI/higwidgets/higexpanders.py create mode 100644 zenmap/zenmapGUI/higwidgets/higframe.py create mode 100644 zenmap/zenmapGUI/higwidgets/higlabels.py create mode 100644 zenmap/zenmapGUI/higwidgets/higlogindialogs.py create mode 100644 zenmap/zenmapGUI/higwidgets/hignotebooks.py create mode 100644 zenmap/zenmapGUI/higwidgets/higprogressbars.py create mode 100644 zenmap/zenmapGUI/higwidgets/higscrollers.py create mode 100644 zenmap/zenmapGUI/higwidgets/higspinner.py create mode 100644 zenmap/zenmapGUI/higwidgets/higtables.py create mode 100644 zenmap/zenmapGUI/higwidgets/higtextviewers.py create mode 100644 zenmap/zenmapGUI/higwidgets/higwindows.py diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/ncat_bug.md b/.github/ISSUE_TEMPLATE/ncat_bug.md new file mode 100644 index 0000000..821a186 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ncat_bug.md @@ -0,0 +1,22 @@ +--- +name: Ncat bug report +about: Report an issue with Ncat +labels: Ncat +assignees: '' +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior, including command-line options. + +**Expected behavior** +A clear and concise description of what you expected to happen. For issues related to EOF handling (socket disconnect), see [our document on EOF behavior in Ncat](https://secwiki.org/w/Ncat/EOF_behavior). + +**Version info (please complete the following information):** + - OS: [e.g. Linux 4.15, Windows 10 1909] + - Output of `ncat --version`: + +**Additional context** +Add any other context about the problem here, such as software version of the service you are connecting Ncat to. diff --git a/.github/ISSUE_TEMPLATE/nmap_bug.md b/.github/ISSUE_TEMPLATE/nmap_bug.md new file mode 100644 index 0000000..0903a25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/nmap_bug.md @@ -0,0 +1,27 @@ +--- +name: Nmap bug report +about: Report an issue with Nmap +labels: Nmap +assignees: '' +--- +**NOTE: Npcap issues have moved to [the Npcap repository](https://github.com/nmap/npcap/issues/)** + +**NOTE: Ncrack issues have moved to [the Ncrack repository](https://github.com/nmap/ncrack/issues/)** + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior, including command-line options. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Version info (please complete the following information):** + - OS: [e.g. Linux 4.15, Windows 10 1909] + - Output of `nmap --version`: + - Output of `nmap --iflist` + +**Additional context** +Add any other context about the problem here, such as special network type. + diff --git a/.github/ISSUE_TEMPLATE/npcap_bug.md b/.github/ISSUE_TEMPLATE/npcap_bug.md new file mode 100644 index 0000000..62cb82c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/npcap_bug.md @@ -0,0 +1,7 @@ +--- +name: Npcap bug report +about: Report an issue with Npcap +labels: Npcap +assignees: '' +--- +**NOTE: Npcap issues have moved to [the Npcap repository](https://github.com/nmap/npcap/issues/)**. Please open your issue there instead. diff --git a/.github/ISSUE_TEMPLATE/nping_bug.md b/.github/ISSUE_TEMPLATE/nping_bug.md new file mode 100644 index 0000000..9e064de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/nping_bug.md @@ -0,0 +1,25 @@ +--- +name: Nping bug report +about: Report an issue with Nping +labels: Nping +assignees: '' +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior, including command-line options. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Version info (please complete the following information):** + - OS: [e.g. Linux 4.15, Windows 10 1909] + - Output of `nping --version`: + - Output of `nmap --version`: + - Output of `nmap --iflist`: + +**Additional context** +Add any other context about the problem here, such as special network type. + diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..5f5857e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,16 @@ +--- +name: Other issue +about: Report some other issue or request a feature +labels: '' +assignees: '' +--- +**NOTE: Npcap issues have moved to [the Npcap repository](https://github.com/nmap/npcap/issues/)** + +**NOTE: Ncrack issues have moved to [the Ncrack repository](https://github.com/nmap/ncrack/issues/)** + +**Describe the current behavior** +A clear and concise description of what the bug or current behavior is. + +**Expected behavior** +Describe what you would like to happen instead. + diff --git a/.github/ISSUE_TEMPLATE/zenmap_bug.md b/.github/ISSUE_TEMPLATE/zenmap_bug.md new file mode 100644 index 0000000..304f9ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/zenmap_bug.md @@ -0,0 +1,24 @@ +--- +name: Zenmap bug report +about: Report an issue with Zenmap +labels: Zenmap +assignees: '' +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior, including window titles and command-line options. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Version info (please complete the following information):** + - OS: [e.g. Linux 4.15, Windows 10 1909] + - Zenmap version from `Help` -> `About` + - Output of `nmap --version`: + +**Additional context** +Add any other context about the problem here, such as special network type. + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cbd5ac1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,64 @@ +*.[oa] +*.[sl][oa] +*.gc[dn][oa] +gmon.out +Makefile +config.log +config.cache +config.status +config.h +makefile.dep +libtool +*.pc +*.py[co] +.*.swp +.deps/ +.libs/ +.svn/ +stamp-h1 +/libdnet-stripped/dnet-config +/nbase/nbase_config.h +/ncat/ncat +/ncat/test/addrset +/ncat/test/test-cmdline-split +/ncat/test/test-uri +/ncat/test/test-wildcard +/ndiff/build/ +/nmap +/nmap_config.h +/nping/nping +/nping/nping_config.h +/nsock/include/nsock_config.h +/nsock/tests/tests_main +/zenmap/build/ +/zenmap/INSTALLED_FILES +TAGS +autom4te.cache/ +/libpcap/*.3pcap +libpcap/version.c +libpcap/version.h +libpcap/libpcap.so.1.2.1 +libpcap/net +libpcap/pcap-config +libpcap/pcap-filter.manmisc +libpcap/pcap-linktype.manmisc +libpcap/pcap-savefile.manfile +libpcap/pcap-tstamp.manmisc +libpcap/pcap_version.h +libpcap/grammar.y +libssh2/src/libssh2_config.h +libssh2/lib/ +libpcre/pcre-config +ndiff/INSTALLED_FILES +libz/contrib/vstudio/vc11/Debug_lib/ +libz/contrib/vstudio/vc11/Release_lib/ +libz/zconf.h +libz/configure.log +/liblua/lua +/liblua/luac +!liblinear/Makefile +!liblinear/blas/Makefile +!liblua/Makefile +!macosx/Makefile +!mswin32/Makefile +!zenmap/share/zenmap/locale/Makefile diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000..5690730 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,26 @@ +path_classifiers: + library: + - liblinear + - liblua + - libpcre + - libpcap + - libssh2 + - libz +queries: + # Nmap and friends use 'o' as the global options object, among others. + - exclude: cpp/short-global-name +extraction: + javascript: + # We don't have any js code in our codebase, but LGTM tries to run on any HTML. + index: + exclude: "*" + python: + python_setup: + version: 2 + cpp: + prepare: + packages: + - libssl-dev + configure: + command: + - ./configure --with-liblua=included --with-libpcap=included --disable-rdma diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..145ebc6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,20 @@ +language: cpp +compiler: + - gcc + - clang +# Change this to your needs +sudo: false +script: mkdir /tmp/n && ./configure $SSL_FLAG $LUA_FLAG --prefix=/tmp/n && make && make check && make install && /tmp/n/bin/nmap -A localhost + +env: + - SSL_FLAG="--without-openssl" LUA_FLAG="--without-liblua" + - SSL_FLAG="" LUA_FLAG="--without-liblua" + - SSL_FLAG="--without-openssl" LUA_FLAG="" + - SSL_FLAG="" LUA_FLAG="" + +notifications: + irc: + channels: + - "chat.freenode.net#nmap" + on_success: change + on_failure: always diff --git a/BSDmakefile b/BSDmakefile new file mode 100644 index 0000000..ecfe32b --- /dev/null +++ b/BSDmakefile @@ -0,0 +1,9 @@ +# $Id$ +# Redirect BSD make to GNU gmake for convenience + +USE_GNU: + @gmake $(.TARGETS) + +$(.TARGETS): USE_GNU + +.PHONY: USE_GNU diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..ee9ab92 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,16842 @@ +#Nmap Changelog ($Id$); -*-text-*- + +o [NSE] Fixed DNS TXT record parsing which caused asn-query to fail in Nmap + 7.80 and later. [David Fifield, Mike Pattrick] + +Nmap 7.94 [2023-05-19] + +o Zenmap and Ndiff now use Python 3! Thanks to the many contributors who made + this effort possible: + + [GH#2088][GH#1176][Zenmap] Updated Zenmap to Python 3 and PyGObject. [Jakub Kulík] + + + [GH#1807][GH#1176][Ndiff] Updated Ndiff to Python 3. [Brian Quigley] + + + Additional Python 3 update fixes by Sam James, Daniel Miller. Special thanks + to those who opened Python 3-related issues and pull requests: Eli + Schwartz, Romain Leonard, Varunram Ganesh, Pavel Zhukov, Carey Balboa, + Hasan Aliyev, and others. + +o [Windows] Upgraded Npcap (our Windows raw packet capturing and + transmission driver) from version 1.71 to the latest version 1.75. It + includes dozens of performance improvements, bug fixes and feature + enhancements described at https://npcap.com/changelog. + +o Nmap now prints vendor names based on MAC address for MA-S (24-bit), MA-M + (28-bit), and MA-L (36-bit) registrations instead of the fixed 3-byte MAC + prefix used previously for lookups. + +o Added partial silent-install support to the Nmap Windows + installer. It previously didn't offer silent mode (/S) because the + free/demo version of Npcap Windoes packet capturing driver that it + needs and ships with doesn't include a silent installer. Now with + the /S option, Nmap checks whether Npcap is already installed + (either the free version or OEM) and will silently install itself if + so. This is similar to how the Wireshark installer works and is + particularly helpful for organizations that want to fully automate + their Nmap (and Npcap) deployments. See + https://nmap.org/nmap-silent-install for more details. + +o Lots of profile-guided memory and processing improvements for Nmap, including + OS fingerprint matching, probe matching and retransmission lookups for large + hostgroups, and service name lookups. Overhauled Nmap's string interning and + several other startup-related procedures to speed up start times, especially + for scans using OS detection. [Daniel Miller] + +o Integrated many of the most-submitted IPv4 OS fingerprints for recent + versions of Windows, iOS, macOS, Linux, and BSD. Added 22 fingerprints, + bringing the new total to 5700! + +o [NSE][GH#548] Added the tftp-version script which requests a + nonexistent file from a TFTP server and matches the error message + to a database of known software. [Mak Kolybabi] + +o [Ncat][GH#1223] Ncat can now accept "connections" from multiple UDP hosts in + listen mode with the --keep-open option. This also enables --broker and + --chat via UDP. [Daniel Miller] + +o [GH#2575] Upgraded OpenSSL binaries (for the Windows builds and for + RPM's) to version 3.0.8. This resolves some CVE's (CVE-2022-3602; + CVE-2022-3786) which don't impact Nmap proper since it doesn't do + certificate validation, but could possibly impact Ncat when the + --ssl-verify option is used. + +o Upgrade included libraries: zlib 1.2.13, Lua 5.4.4, libpcap 1.10.4 + +o [GH#2532] Removed the bogus OpenSSL message from the Windows Nmap + executable which looked like "NSOCK ERROR ssl_init_helper(): OpenSSL + legacy provider failed to load." We actually already have the legacy + provider built-in to our OpenSSL builds, and that's why loading the + external one fails. + +o [GH#2541] UDP port scan (-sU) and version scan (-sV) now both use the same + data source, nmap-service-probes, for data payloads. Previously, the + nmap-payloads file was used for port scan. Port scan responses will be used + to kick-start the version matching process. [Daniel Miller] + +o Nmap's service scan (-sV) can now probe the UDP service behind a DTLS tunnel, + the same as it already does for TCP services with SSL/TLS encryption. The + DTLSSessionReq probe has had its rarity lowered to 2 to allow it to be sent + sooner in the scan. [Daniel Miller] + +o [Ncat] Ncat in listen mode with --udp --ssl will use DTLS to secure incoming + connections. [Daniel Miller] + +o [GH#1023] Handle Internationalized Domain Names (IDN) like ЯндекÑ.рф on + platforms where getaddrinfo supports the AI_IDN flag. [Daniel Miller] + +o [Ncat] Addressed an issue from the Debian bug tracker + (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969314) regarding data + received immediately after a SOCKS CONNECT response. Ncat can now be + correctly used in the ProxyCommand option of OpenSSH. + +o Improved DNS domain name parsing to avoid recursion and enforce name length + limits, avoiding a theoretical stack overflow issue with certain crafted DNS + server responses, reported by Philippe Antoine. + +o [GH#2338][NSE] Fix mpint packing in ssh2 library, which was causing OpenSSH + errors like "ssh_dispatch_run_fatal: bignum is negative" [Sami Loone] + +o [GH#2507] Updates to the Japanese manpage translation by Taichi Kotake. + +o [Ncat][GH#1026][GH#2426] Dramatically speed up Ncat transfers on + Windows by avoiding a 125ms wait for every read from + STDIN. [scriptjunkie] + +o [GH#1192][Windows] Periodically reset the system idle timer to keep the + system from going to sleep while scans are in process. This only affects port + scans and OS detection scans, since NSE and version scan do not rely on + timing data to adjust speed. + +o Updated the Nmap Public Source License (NPSL) to Version 0.95. This + just clarifies that the derivative works definition and all other + license clauses only apply to parties who choose to accept the + license in return for the special rights granted (such as Nmap + redistribution rights). If a party can do everything they need to + using copyright provisions outside of this license such as fair use, + we support that and aren't trying to claim any control over their + work. Versions of Nmap released under previous versions of the NPSL + may also be used under the NPSL 0.95 terms. + +o Avoid storing many small strings from IPv4 OS detection results in the global + string_pool. These were effectively leaked after a host is done being + scanned, since string_pool allocations are not freed until Nmap quits. + +Nmap 7.93 [2022-09-01] + +o This release commemorates Nmap's 25th anniversary! It all started with this + September 1, 1997 Phrack article by Fyodor: https://nmap.org/p51-11.html. + +o [Windows] Upgraded Npcap (our Windows raw packet capturing and + transmission driver) from version 1.50 to the latest version 1.71. It + includes dozens of performance improvements, bug fixes and feature + enhancements described at https://npcap.com/changelog. + +o Ensure Nmap builds with OpenSSL 3.0 using no deprecated API functions. + Binaries for this release include OpenSSL 3.0.5. + +o Upgrade included libraries: libssh2 1.10.0, zlib 1.2.12, Lua 5.3.6, libpcap 1.10.1 + +o [GH#2416] Fix a bug that prevented Nmap from discovering interfaces on Linux + when no IPv4 addresses were configured. [Daniel Miller, nnposter] + +o [NSE][GH#2463] NSE "exception handling" with nmap.new_try() will no longer + result in a stack traceback in debug output nor a "ERROR: script execution + failed" message in script output, since the intended behavior has always been + to end the script immediately without output. [Daniel Miller] + +o [GH#2494] Update the Nmap output DTD to match actual output since the + `` element was added in Nmap 7.90. + +o [NSE][GH#2496] Fix newtargets support: since Nmap 7.92, scripts could not add + targets in script pre-scanning phase. [Daniel Miller] + +o [GH#2468] Scripts dhcp-discover and broadcast-dhcp-discover now support + setting a client identifier. [nnposter] + +o [GH#2331][GH#2471] Script oracle-tns-version was not reporting the version + correctly for Oracle 19c or newer [linholmes] + +o [GH#2296][GH#2342] Script redis-info was crashing or producing inaccurate + information about client connections and/or cluster nodes. [nnposter] + +o [GH#2379] Nmap and Nping were unable to obtain system routes on FreeBSD + [benpratt, nnposter] + +o [GH#2464] Script ipidseq was broken due to calling an unreachable library + function. [nnposter] + +o [GH#2420][GH#2436] Support for EC crypto was not properly enabled if Nmap + was compiled with OpenSSL in a custom location. [nnposter] + +o [NSE] Improvements to event handling and pcap socket garbage collection, + fixing potential hangs and crashes. [Daniel Miller] + +o We ceased creating the Nmap win32 binary zipfile. It was useful back when + you could just unzip it and run Nmap from there, but that hasn't worked well + for many years. The win32 self-installer handles Npcap installation and many + other dependencies and complexities. Anyone who needs the binaries for some + reason can still install Nmap on any system and retrieve them from there. + For now we're keeping the Win32 zipfile in the Nmap OEM Edition + (https://nmap.org/oem) for companies building Nmap into their own + products. But even in that case we believe that running the Nmap OEM + self-installer in silent mode is a better approach. + +o [GH#2388] Fix TDS7 password encoding for mssql.lua, which had been assuming + ASCII input even though other parts of the library had been passing it Unicode. + +o [GH#2402] Replace deprecated CPEs for IIS with their updated identifier, + cpe:/a:microsoft:internet_information_services [Esa Jokinen] + +o [NSE][GH#2393] Fix script-terminating error when unknown BSON data types are + encountered. Added parsers for most standard data types. [Daniel Miller] + +o [Ncat] Fix hostname/certificate comparison and matching to handle ASN.1 + strings without null terminators, a similar bug to OpenSSL's CVE-2021-3712. + +o [Ncat][GH#2365] Added support for SOCKS5 proxies that return bind addresses + as hostnames, instead of IPv4/IPv6 addresses. [pomu0325] + +Nmap 7.92 [2021-08-07] + +o [Windows] Upgraded Npcap (our Windows raw packet capturing and + transmission driver) from version 1.00 to the latest version 1.50. You can + read about the dozens of performance improvements, bug fixes and feature + enhancements at https://npcap.com/changelog. + +o [Windows] Thanks to the Npcap 1.50 upgrade, Nmap now works on the Windows + ARM architecture so you can run it on lightweight and power-efficient + tablets like the Microsoft Surface Pro X and Samsung Galaxy Book Go. More + ARM devices are on the way along with the upcoming Windows 11 release. See + the Npcap on ARM announcement at + https://seclists.org/nmap-announce/2021/2. + +o [Windows] Updated our Windows builds to Visual Studio 2019, Windows 10 + SDK, and the UCRT. This prevents Nmap from working on Windows Vista and + earlier, but they can still use older versions of Nmap on their ancient + operating system. + +o New Nmap option --unique will prevent Nmap from scanning the same IP + address twice, which can happen when different names resolve to the same + address. [Daniel Miller] + +o [NSE][GH#1691] TLS 1.3 now supported by most scripts for which it is + relevant, such as ssl-enum-ciphers. Some functions like ssl tunnel + connections and certificate parsing will require OpenSSL 1.1.1 or later to + fully support TLS 1.3. [Daniel Miller] + +o [NSE] Added 3 NSE scripts, from 4 authors, bringing the total up to 604! + They are all listed at https://nmap.org/nsedoc/, and the summaries are + below: + + [GH#2201] nbns-interfaces queries NetBIOS name service (NBNS) to gather + IP addresses of the target's network interfaces [Andrey Zhukov] + + + [GH#711] openflow-info gathers preferred and supported protocol versions + from OpenFlow devices [Jay Smith, Mak Kolybabi] + + + port-states prints a list of ports that were found in each state, + including states that were summarized as "Not shown: X closed ports" + [Daniel Miller] + +o Several changes to UDP payloads to improve accuracy: + + [GH#2269] Fix an issue with -sU where payload data went out-of-scope + before it was used, causing corrupted payloads to be sent. [Mariusz + Ziulek] + + + Nmap's retransmission limits were preventing some UDP payloads from + being tried with -sU and -PU. Now, Nmap sends each payload for a + particular port at the same time without delay. [Daniel Miller] + + + New UDP payloads: + - [GH#1279] TS3INIT1 for UDP 3389 [colcrunch] + - [GH#1895] DTLS for UDP 3391 (RD Gateway) [Arnim Rupp] + +o [NSE][GH#2208][GH#2203] SMB2 dialect handling has been + redesigned. Visible changes include: + * Notable improvement in speed of script smb-protocols and others + * Some SMB scripts are no longer using a hardcoded dialect, improving + target interoperability + * Dialect names are aligned with Microsoft, such as 3.0.2, instead of + 3.02 [nnposter] + +o [GH#2350] Upgraded OpenSSL to version 1.1.1k. This addresses some + CVE's which don't affect Nmap in a material way. Details: + https://github.com/nmap/nmap/issues/2350 + +o Removed support for the ancient WinPcap library since we already include + our own Npcap library (https://npcap.com) supporting the same API. WinPcap + was abandoned years ago and it's official download page says that "WE + RECOMMEND USING Npcap INSTEAD" for security, stability, compatibility, and + support reasons. + +o [GH#2257] Fix an issue in addrset matching that was causing all targets to + be excluded if the --excludefile listed a CIDR range that contains an + earlier, smaller CIDR range. [Daniel Miller] + +o [GH#1922] Fix an issue that would cause Nmap to hang during scans + with a host timeout, such as -T5. Any active probes when a target timed out + were counting towards the global congestion window. + +o [GH#2153] Do not count host discovery phase time against the host timeout, + since Nmap may wait a long time between sending probes to a target while it + processes other targets instead. + +o [GH#2153] Fix issues with matching ICMP Time Exceeded messages that led to + ignored responses and long scan times when scanning distant targets. + +o Upgrade the Windows NSIS installer to use the latest NSIS 3 (version + 3.07) instead of the previous NSIS 2 generation. + +o Setting --host-timeout=0 will disable the host timeout, which is set by + -T5 to 15 minutes. Earlier versions of Nmap require the user to specify a + very long timeout instead. + +o Improvements to Nmap's XML output: + + If a host times out, the XML element will have the attribute + timedout="true" and the host's timing info (srtt etc.) will still be + printed. + + + The "extrareasons" element now includes a list of port numbers for each + "ignored" state. The "All X ports" and "Not shown:" lines in normal + output have been changed slightly to provide more detail. [Daniel + Miller] + +o [NSE][GH#2237] Prevent the ssl-* NSE scripts from probing ports that were + excluded from version scan, usually 9100-9107, since JetDirect will print + anything sent to these ports. [Daniel Miller] + +o [GH#2206] Nmap no longer produces cryptic message "Failed to convert + source address to presentation format" when unable to find useable route + to the target. [nnposter] + +o [Ncat][GH#2202] Use safety-checked versions of FD_* macros to abort early + if number of connections exceeds FD_SETSIZE. [Pavel Zhukov] + +o [Ncat] Connections proxied via SOCKS4/SOCKS5 were intermittently dropping + server data sent right after the connection got established, such as port + banners. [Sami Pönkänen] + +o [Ncat][GH#2149] Fixed a bug in proxy connect mode which would close the + connection as soon as it was opened in Nmap 7.90 and 7.91. + +o [NSE][GH#2175] Fixed NSE so it will not consolidate all port script output + for targets which share an IP (e.g. HTTP vhosts) under one target. [Daniel + Miller] + +o [Zenmap][GH#2157] Fixed an issue where a failure to execute Nmap would + result in a Zenmap crash with "TypeError: coercing to Unicode" exception. + +o Nmap no longer considers an ICMP Host Unreachable as confirmation that a + target is down, in accordance with RFC 1122 which says these errors may be + transient. Instead, the probe will be destroyed and other probes used to + determine aliveness. [Daniel Miller] + +o [Ncat][GH#2154] Ncat no longer crashes when used with Unix domain sockets. + +o [Ncat][GH#2167][GH#2168] Ncat is now again generating certificates with + the duration of one year. Due to a bug, recent versions of Ncat were using + only one minute. [Tobias Girstmair] + +o [NSE][GH#2281] URL/percent-encoding is now using uppercase hex digits to + align with RFC 3986, section 2.1, and to improve compatibility with some + real-world web servers. [nnposter] + +o [NSE][GH#2174] Script hostmap-crtsh got improved in several ways. The most + visible are that certificate SANs are properly split apart and that + identities that are syntactically incorrect to be hostnames are now + ignored. [Michel Le Bihan, nnposter] + +o [NSE] Loading of a Nikto database failed if the file was referenced + relative to the Nmap directory [nnposter] + +o We're no longer building and distributing 32-bit Linux binary RPMs since + the vast majority of users are on x64 systems now. Nmap still works on + 32-bit systems and so users can build it themselves from the source + RPMs or tarball, or obtain it from their distribution's repository. + +o [GH#2199] Updated Nmap's NPSL license to rewrite a poorly-worded clause + about "proprietary software companies". The new license version 0.93 is + still available from https://nmap.org/npsl/. As described on that page, we + are also still offering Nmap 7.90, 7.91, and 7.92 under the previous Nmap + 7.80 license. Finally, we still offer the Nmap OEM program for companies + who want a non-copyleft license allowing them to redistribute Nmap with + their products at https://nmap.org/oem/. + +o [NSE] Script smb2-vuln-uptime no longer reports false positives when the + target does not provide its boot time. [nnposter] + +o [NSE][GH#2197] Client packets composed by the DHCP library will now + contain option 51 (IP address lease time) only when requested. [nnposter] + +o [NSE][GH#2192] XML decoding in library citrixxml no longer crashes when + encountering a character reference with codepoint greater than 255. (These + references are now left unmodified.) [nnposter] + +o [NSE] Script mysql-audit now defaults to the bundled mysql-cis.audit for + the audit rule base. [nnposter] + +o [NSE][GH#1473] It is now possible to control whether the SNMP library uses + v1 (default) or v2c by setting script argument snmp.version. [nnposter] + +Nmap 7.91 [2020-10-09] + +o [NSE][GH#2136][GH#2137] Fix several places where Lua's os.time was being used + to represent dates prior to January 1, 1970, which fails on Windows. Notably, + NSE refused to run in UTC+X timezones with the error "time result cannot be + represented in this installation" [Clément Notin, nnposter, Daniel Miller] + +o [GH#2148][Zenmap] Fix a crash in the profile editor due to a missing import. + +o [GH#2139][Nsock][Windows] Demote the IOCP Nsock engine because of some known + issues that will take longer to resolve. The previous default "poll" engine + will be used instead. + +o [GH#2140][Nsock][Windows] Fix a crash in service scan due to a previously-unknown + error being returned from the IOCP Nsock engine. [Daniel Miller] + +o [NSE][GH#2128] MySQL library was not properly parsing server responses, + resulting in script crashes. [nnposter] + +o [GH#2135] Silence the irrelevant warning, "Your ports include 'T:' but you + haven't specified any TCP scan type" when running nmap -sUV + +Nmap 7.90 [2020-10-03] + +o [Windows] Upgraded Npcap, our Windows packet capturing (and sending) + library to the milestone 1.00 release! It's the culmination of 7 years of + development with 170 public pre-releases. This includes dozens of + performance improvements, bug fixes, and feature enhancements described + at https://npcap.com/changelog. + +o Integrated over 800 service/version detection fingerprints submitted since + August 2017. The signature count went up 1.8% to 11,878, including 17 new + softmatches. We now detect 1237 protocols from airmedia-audio, banner-ivu, + and control-m to insteon-plm, pi-hole-stats, and ums-webviewer. A + significant number of submissions remain to be integrated in the next + release. + +o Integrated over 330 of the most-frequently-submitted IPv4 OS fingerprints + since August 2017. Added 26 fingerprints, bringing the new total to 5,678. + Additions include iOS 12 & 13, macOS Catalina & Mojave, Linux 5.4, FreeBSD + 13, and more. + +o Integrated all 67 of your IPv6 OS fingerprint submissions from August 2017 to + September 2020. Added new groups for FreeBSD 12, Linux 5.4, and Windows 10, + and consolidated several weak groups to improve classification accuracy. + +o [NSE] Added 3 NSE scripts, from 2 authors, bringing the total up to 601! + They are all listed at https://nmap.org/nsedoc/, and the summaries are + below: + + + dicom-brute attempts to brute force the called Application Entity Title + of DICOM servers. [Paulino Calderon] + + + dicom-ping discovers DICOM servers and determines if any Application + Entity Title is allowed to connect. [Paulino Calderon] + + + uptime-agent-info collects system information from an Idera Uptime + Infrastructure Monitor agent. [Daniel Miller] + +o [GH#1834] Addressed over 250 code quality issues identified by LGTM.com, + improving our code quality score from "C" to "A+" + +o Released Npcap OEM Edition. For more than 20 years, the Nmap Project has + been funded by selling licenses for companies to distribute Nmap with + their products, along with commercial support. Hundreds of commercial + products now use Nmap for network discovery tasks like port scanning, + host discovery, OS detection, service/version detection, and of course + the Nmap Scripting Engine (NSE). Until now they have just used standard + Nmap, but this new OEM Edition is customized for use within other Windows + software. Nmap OEM contains the OEM version of our Npcap driver, which + allows for silent installation. It also removes the Zenmap GUI, which + cuts the installer size by more than half. And it reports itself as Nmap + OEM so customers know it's a properly licensed Nmap. See + https://nmap.org/oem for more details. We will be reaching out to all + existing licensees with Nmap OEM access credentials, but any licensees + who wants it quicker should see https://nmap.org/oem. + +o Upgraded the Nmap license form a sort of hacked-up version of GPLv2 to a + cleaner and better organized version (still based on GPLv2) now called the + Nmap Public Source License to avoid confusion. See https://nmap.org/npsl/ + for more details and annotated license text. This NPSL project was started + in 2006 (community discussion here: + https://seclists.org/nmap-dev/2006/q4/126) and then it lost momentum for 7 + years until it was restarted in 2013 + (https://seclists.org/nmap-dev/2013/q1/399) and then we got distracted by + development again. We still have some ideas for improving the NPSL, but + it's already much better than the current license, so we're applying NPSL + Version 0.92 to the code now and can make improvements later if + needed. This does not change the license of previous Nmap releases. + +o Removed nmap-update. This program was intended to provide a way to update + data files and NSE scripts, but the infrastructure was never fielded. It + depended on Subversion version control and would have required maintaining + separate versions of NSE scripts for compatibility. + +o Removed the silent-install command-line option (/S) from the Windows + installer. It causes several problems and there were no objections when we + proposed removing it in 2016 (https://seclists.org/nmap-dev/2016/q4/168). + It will remain in Nmap OEM since its main use was for customers who + redistribute Nmap with other software. If anyone else has a strong need + for an Nmap silent installer, please contact sales@nmap.com and we'll see + what we can do. + +o [GH#1860] 23 new UDP payloads and dozens more default ports for existing + payloads developed for Rapid7's InsightVM scan engine. These speed up and + ensure detection of open UDP services. [Paul Miseiko, Rapid7] + +o [GH#2051] Restrict Nmap's search path for scripts and data files. + NMAPDATADIR, defined on Unix and Linux as ${prefix}/share/nmap, will not be + searched on Windows, where it was previously defined as C:\Nmap . + Additionally, the --script option will not interpret names as directory names + unless they are followed by a '/'. [Daniel Miller] + +o [GH#1764] Fix an assertion failure when unsolicited ARP response is received: + nmap: Target.cc:503: void Target::stopTimeOutClock(const timeval*): Assertion `htn.toclock_running == true' failed. + +o [NSE] New outlib library consolidates functions related to NSE output, + both string formatting conventions and structured output. [Daniel Miller] + +o [NSE] New dicom library implements the DICOM protocol used for + storing and transfering medical images. [Paulino Calderon] + +o [GH#92] Fix a regression in ARP host discovery left over from the move from + massping to ultra_scan in Nmap 4.22SOC8 (2007) that sometimes resulted in + missing ARP responses from targets near the end of a scan. Accuracy and speed + are both improved. [Daniel Miller] + +o [GH#2126] Fix the "iocp" Nsock engine for Windows to be able to correctly + handle PCAP read events. This engine is now the default for Windows, which + should greatly improve performance over the previous default, the "poll" + engine. [Daniel Miller] + +o [GH#2050] Reduced CPU usage of OS scan by 50% by avoiding string copy + operations and removing undocumented fingerprint syntax unused in nmap-os-db + ('&' and '+' in expressions). [Daniel Miller] + +o [GH#1859] Allow multiple UDP payloads to be specified for a port in + nmap-payloads. If the first payload does not get a response, the remaining + payloads are tried round-robin. [Paul Miseiko, Rapid7] + +o [GH#1616] New option --discovery-ignore-rst tells Nmap to ignore TCP RST + responses when determining if a target is up. Useful when firewalls are + spoofing RST packets. [Tom Sellers, Rapid7] + +o [Ncat][GH#2087][GH#1927][GH#1928][GH#1974] It is now possible to override + the value of TLS SNI via --ssl-servername [Hank Leininger, nnposter] + +o [GH#2104] Fixed parsing of TCP options which would hang (infinite loop) if an + option had an explicit length of 0. Affects Nmap 7.80 only. + [Daniel Miller, Imed Mnif] + +o Added a UDP payload for STUN (Session Traversal Utilities for NAT). + [David Fifield] + +o [NSE] Fixed an off-by-one bug in the stun.lua library that prevented + parsing a server response. [David Fifield] + +o [NSE][GH#1460] Script ssh2-enum-algos would fail if the server initiated + the key exchange before completing the protocol version exchange + [Scott Ellis, nnposter] + +o [NSE][GH#2105] Fetching of SSH2 keys might fail because of key exchange + confusion [nnposter] + +o [NSE][GH#2098] Performance of script afp-ls has been dramatically improved + [nnposter] + +o [NSE][GH#2091] Parsing of AFP FPGetFileDirParms and + FPEnumerateExt2FPEnumerateExt2 responses was not working correctly [nnposter] + +o [NSE][GH#2089] Eliminated false positives in script http-shellshock caused by + simple reflection of HTTP request data [Anders Kaseorg] + +o [NSE][GH#1473] SNMP scripts are now enabled on non-standard ports where SNMP + has been detected [usd-markus, nnposter] + +o [NSE][GH#2084] MQTT library was using incorrect position when parsing + received responses [tatulea] + +o [NSE][GH#2086] IPMI library was using incorrect position when parsing + received responses [Star Salzman] + +o [NSE][GH#2086] Scripts ipmi-brute and deluge-rpc-brute were not capturing + successfully brute-forced credentials [Star Salzman] + +o Allow resuming IPv6 scans with --resume. The address parsing was assuming IPv4 + addresses, leading to "Unable to parse ip" error. In a related fix, MAC addresses + will not be parsed as IP addresses when resuming from XML. [Daniel Miller] + +o [GH#1622][GH#2068] Fix reverse-DNS handling of PTR records that are not lowercase. + Nmap was failing to identify reverse-DNS names when the DNS server delivered + them like ".IN-ADDR.ARPA". [Lucas Nussbaum, Richard Schütz, Daniel Miller] + +o [NSE][GH#1999][GH#2005] IKE library was not properly populating the protocol + number in aggressive mode requests. [luc-x41] + +o [GH#1963] Added service fingerprinting for MySQL 8.x, Microsoft SQL + Server 2019, MariaDB, and Crate.io CrateDB. Updated PostreSQL coverage and + added specific detection of recent versions running in Docker. [Tom Sellers] + +o New XML output "hosthint" tag emitted during host discovery when a target is + found to be up. This gives earlier notification than waiting for the + hostgroup to finish all scan phases. [Paul Miseiko] + +o [GH#917] New UDP payloads for GPRS Tunneling Protocol (GTP) on ports 2123, + 2152, and 3386. [Guillaume Teissier] + +o [NSE][GH#1825] SSH scripts now run on several ports likely to be SSH based on + empirical data from Shodan.io, as well as the netconf-ssh service. + [Lim Shi Min Jonathan, Daniel Miller] + +o [Zenmap][GH#1777] Stop creating a debugging output file 'tmp.txt' on the + desktop in macOS. [Roland Linder] + +o [Nping] Address build failure under libc++ due to "using namespace std;" in + several headers, resulting in conflicting definitions of bind(). Reported by + StormBytePP and Rosen Penev. [Daniel Miller] + +o [Ncat][GH#1868] Fix a fatal error when connecting to a Linux VM socket with + verbose output enabled. [Stefano Garzarella] + +o [Ncat][GH#2060] Proxy credentials can be alternatively passed onto Ncat by + setting environment variable NCAT_PROXY_AUTH, which reduces the risk of the + credentials getting captured in process logs. [nnposter] + +o [NSE][GH#1723] Fixed a crash on Windows when processing a GZIP-encoded HTTP + body. [Daniel Miller] + +o Upgrade libpcap to 1.9.1, which addresses several CVE vulnerabilities. + +o Upgrade libssh2 to 1.9.0, fixing compilation with OpenSSL 1.1.0 API. + +o [GH#1717][GH#1718] Processing of IP address CIDR blocks was not working + correctly on ppc64, ppc64le, and s390x architectures. [rfrohl, nnposter] + +o [Windows] Add support for the new loopback behavior in Npcap 0.9983 and + later. This enables Nmap to scan localhost on Windows without needing the + Npcap Loopback Adapter to be installed, which was a source of problems for + some users. [Daniel Miller] + +o [NSE] MS SQL library has improved version resolution, from service pack level + to individual cumulative updates [nnposter] + +o [NSE][GH#2077] With increased verbosity, script http-default-accounts now + reports matched target fingerprints even if no default credentials were found + [nnposter] + +o [NSE][GH#2063] IPP request object conversion to string was not working + correctly [nnposter] + +o [NSE][GH#2063] IPP response parser was not correctly processing + end-of-attributes-tag [nnposter] + +o [NSE] Script cups-info was failing due to erroneous double-decoding + of the IPP printer status [nnposter] + +o [NSE][GH#2010] Oracle TNS parser was incorrectly unmarshalling DALC byte + arrays [nnposter] + +o [NSE] The password hashing function for Oracle 10g was not working correctly + for non-alphanumeric characters [nnposter] + +o [NSE] Virtual host probing list, vhosts-full.lst, was missing numerous + entries present in vhosts-default.lst [nnposter] + +o [NSE][GH#1931][GH#1932] Script http-grep was not correctly calculating Luhn + checksum [Colleen Li, nnposter] + +o [NSE][GH#1838] Scripts dhcp-discover and broadcast-dhcp-discover now support + new argument "mac" to force a specific client MAC address [nnposter] + +o [NSE] Code improvements in RPC Dump, benefitting NFS-related scripts + [nnposter] + +o [NSE] RPC code was using incorrect port range, which was causing some calls, + such as NFS mountd, to fail intermittently [nnposter] + +o [NSE][GH#1876] XML output from script ssl-cert now includes RSA key modulus + and exponent [nnposter] + +o [NSE][GH#1837] Nmap no longer crashes when SMB scripts, such as smb-ls, call + smb.find_files [nnposter] + +o [NSE][GH#1802] The MongoDB library was causing errors when assembling protocol + payloads. [nnposter] + +o [NSE][GH#1781][GH#1796] The RTSP library was not correctly generating request + strings. [nnposter] + +o [NSE][GH#1706] VNC handshakes were failing with insert position out of bounds + error. [nnposter] + +o [NSE][GH#1720] Function marshall_dom_sid2 in library msrpctypes was not + correctly populating ID Authority. [nnposter] + +o [NSE][GH#1720] Unmarshalling functions in library msrpctypes were attempting + arithmetic on a nil argument. [Ivan Ivanov, nnposter] + +o [NSE][GH#1720] Functions lsa_lookupnames2 and lsa_lookupsids2 in library + msrpc were incorrectly referencing function strjoin when called with debug + level 2 or higher. [Ivan Ivanov] + +o [NSE][GH#1755][GH#2096] Added HTTP default account fingerprints for Tomcat + Host Manager and Dell iDRAC9. [Clément Notin] + +o [NSE][GH#1476][GH#1707] A MS-SMB spec non-compliance in Samba was causing + protocol negotiation to fail with data string too short error. + [Clément Notin, nnposter] + +o [NSE][GH#1480][GH#1713][GH#1714] A bug in SMB library was causing scripts to + fail with bad format argument error. [Ivan Ivanov] + +o [NSE][GH#1665] The HTTP library no longer crashes when code requests digest + authentication but the server does not provide the necessary authentication + header. [nnposter] + +o [NSE] Fixed a bug in http-wordpress-users.nse that could cause + extraneous output to be captured as part of a username. [Duarte Silva] + +Nmap 7.80 [2019-08-10] + +o [Windows] The Npcap Windows packet capturing library (https://npcap.com/) + is faster and more stable than ever. Nmap 7.80 updates the bundled Npcap + from version 0.99-r2 to 0.9982, including all of these changes from the + last 15 Npcap releases: https://npcap.com/changelog + +o [NSE] Added 11 NSE scripts, from 8 authors, bringing the total up to 598! + They are all listed at https://nmap.org/nsedoc/, and the summaries are + below: + + + [GH#1232] broadcast-hid-discoveryd discovers HID devices on a LAN by + sending a discoveryd network broadcast probe. [Brendan Coles] + + + [GH#1236] broadcast-jenkins-discover discovers Jenkins servers on a LAN + by sending a discovery broadcast probe. [Brendan Coles] + + + [GH#1016][GH#1082] http-hp-ilo-info extracts information from HP + Integrated Lights-Out (iLO) servers. [rajeevrmenon97] + + + [GH#1243] http-sap-netweaver-leak detects SAP Netweaver Portal with the + Knowledge Management Unit enabled with anonymous access. [ArphanetX] + + + https-redirect detects HTTP servers that redirect to the same port, but + with HTTPS. Some nginx servers do this, which made ssl-* scripts not run + properly. [Daniel Miller] + + + [GH#1504] lu-enum enumerates Logical Units (LU) of TN3270E servers. + [Soldier of Fortran] + + + [GH#1633] rdp-ntlm-info extracts Windows domain information from RDP + services. [Tom Sellers] + + + smb-vuln-webexec checks whether the WebExService is installed and allows + code execution. [Ron Bowes] + + + smb-webexec-exploit exploits the WebExService to run arbitrary commands + with SYSTEM privileges. [Ron Bowes] + + + [GH#1457] ubiquiti-discovery extracts information from the Ubiquiti + Discovery service and assists version detection. [Tom Sellers] + + + [GH#1126] vulners queries the Vulners CVE database API using CPE + information from Nmap's service and application version detection. + [GMedian, Daniel Miller] + +o [GH#1371] The macOS installer is now built for x86_64 architecture, not i386. + +o [GH#1396] Fixed the Windows installer, which would replace the entire PATH + system variable with the path for Nmap if it exceeded 1024 bytes. This was + fixed by using the "large strings" build of NSIS to build the new installer. + [Daniel Miller] + +o Replaced the addrset matching code that is used by --exclude and + --excludefile with a much faster implementation using a radix tree (trie). + https://seclists.org/nmap-dev/2018/q4/13 + +o [GH#1291][GH#34][GH#1339] Use pcap_create instead of pcap_live_open in + Nmap, and set immediate mode on the pcap descriptor. This solves packet + loss problems on Linux and may improve performance on other platforms. + [Daniel Cater, Mike Pontillo, Daniel Miller] + +o [NSE][GH#1330] Fixed an infinite loop in tls-alpn when the server forces a + particular protocol. [Daniel Miller] + +o [NSE] Collected utility functions for string processing into a new + library, stringaux.lua. [Daniel Miller] + +o [NSE] New rand.lua library uses the best sources of random available on + the system to generate random strings. [Daniel Miller] + +o [NSE] New library, oops.lua, makes reporting errors easy, with plenty of + debugging detail when needed, and no clutter when not. [Daniel Miller] + +o [NSE] Collected utility functions for manipulating and searching tables + into a new library, tableaux.lua. [Daniel Miller] + +o [NSE] New knx.lua library holds common functions and definitions for + communicating with KNX/Konnex devices. [Daniel Miller] + +o [NSE][GH#1571] The HTTP library now provides transparent support for gzip- + encoded response body. (See https://github.com/nmap/nmap/pull/1571 for an + overview.) [nnposter] + +o [Nsock][Ncat][GH#1075] Add AF_VSOCK (Linux VM sockets) functionality to + Nsock and Ncat. VM sockets are used for communication between virtual + machines and the hypervisor. [Stefan Hajnoczi] + +o [Security][Windows] Address CVE-2019-1552 in OpenSSL by building with the + prefix "C:\Program Files (x86)\Nmap\OpenSSL". This should prevent + unauthorized users from modifying OpenSSL defaults by writing + configuration to this directory. + +o [Security][GH#1147][GH#1108] Reduced LibPCRE resource limits so that + version detection can't use as much of the stack. Previously Nmap could + crash when run on low-memory systems against target services which are + intentionally or accidentally difficult to match. Someone assigned + CVE-2018-15173 for this issue. [Daniel Miller] + +o [GH#1361] Deprecate and disable the -PR (ARP ping) host discovery + option. ARP ping is already used whenever possible, and the -PR option + would not force it to be used in any other case. [Daniel Miller] + +o [NSE] bin.lua is officially deprecated. Lua 5.3, added 2 years ago in Nmap + 7.25BETA2, has native support for binary data packing via string.pack and + string.unpack. All existing scripts and libraries have been updated. + [Daniel Miller] + +o [NSE] Completely removed the bit.lua NSE library. All of its functions are + replaced by native Lua bitwise operations, except for `arshift` + (arithmetic shift) which has been moved to the bits.lua library. [Daniel + Miller] + +o [NSE][GH#1571] The HTTP library is now enforcing a size limit on the + received response body. The default limit can be adjusted with a script + argument, which applies to all scripts, and can be overridden case-by-case + with an HTTP request option. (See https://github.com/nmap/nmap/pull/1571 + for details.) [nnposter] + +o [NSE][GH#1648] CR characters are no longer treated as illegal in script + XML output. [nnposter] + +o [GH#1659] Allow resuming nmap scan with lengthy command line [Clément + Notin] + +o [NSE][GH#1614] Add TLS support to rdp-enum-encryption. Enables determining + protocol version against servers that require TLS and lays ground work for + some NLA/CredSSP information collection. [Tom Sellers] + +o [NSE][GH#1611] Address two protocol parsing issues in rdp-enum-encryption + and the RDP nse library which broke scanning of Windows XP. Clarify + protocol types [Tom Sellers] + +o [NSE][GH#1608] Script http-fileupload-exploiter failed to locate its + resource file unless executed from a specific working + directory. [nnposter] + +o [NSE][GH#1467] Avoid clobbering the "severity" and "ignore_404" values of + fingerprints in http-enum. None of the standard fingerprints uses these + fields. [Kostas Milonas] + +o [NSE][GH#1077] Fix a crash caused by a double-free of libssh2 session data + when running SSH NSE scripts against non-SSH services. [Seth Randall] + +o [NSE][GH#1565] Updates the execution rule of the mongodb scripts to be + able to run on alternate ports. [Paulino Calderon] + +o [Ncat][GH#1560] Allow Ncat to connect to servers on port 0, provided that + the socket implementation allows this. [Daniel Miller] + +o Update the included libpcap to 1.9.0. [Daniel Miller] + +o [NSE][GH#1544] Fix a logic error that resulted in scripts not honoring the + smbdomain script-arg when the target provided a domain in the NTLM + challenge. [Daniel Miller] + +o [Nsock][GH#1543] Avoid a crash (Protocol not supported) caused by trying + to reconnect with SSLv2 when an error occurs during DTLS connect. [Daniel + Miller] + +o [NSE][GH#1534] Removed OSVDB references from scripts and replaced them + with BID references where possible. [nnposter] + +o [NSE][GH#1504] Updates TN3270.lua and adds argument to disable TN3270E + [Soldier of Fortran] + +o [GH#1504] RMI parser could crash when encountering invalid input [Clément + Notin] + +o [GH#863] Avoid reporting negative latencies due to matching an ARP or ND + response to a probe sent after it was recieved. [Daniel Miller] + +o [Ncat][GH#1441] To avoid confusion and to support non-default proxy ports, + option --proxy now requires a literal IPv6 address to be specified using + square-bracket notation, such as --proxy [2001:db8::123]:456. [nnposter] + +o [Ncat][GH#1214][GH#1230][GH#1439] New ncat option provides control over + whether proxy destinations are resolved by the remote proxy server or + locally, by Ncat itself. See option --proxy-dns. [nnposter] + +o [NSE][GH#1478] Updated script ftp-syst to prevent potential endless + looping. [nnposter] + +o [GH#1454] New service probes and match lines for v1 and v2 of the Ubiquiti + Discovery protocol. Devices often leave the related service open and it + exposes significant amounts of information as well as the risk of being + used as part of a DDoS. New nmap-payload entry for v1 of the + protocol. [Tom Sellers] + +o [NSE] Removed hostmap-ip2hosts.nse as the API has been broken for a while + and the service was completely shutdown on Feb 17th, 2019. [Paulino + Calderon] + +o [NSE][GH#1318] Adds TN3270E support and additional improvements to + tn3270.lua and updates tn3270-screen.nse to display the new + setting. [mainframed] + +o [NSE][GH#1346] Updates product codes and adds a check for response length + in enip-info.nse. The script now uses string.unpack. [NothinRandom] + +o [Ncat][GH#1310][GH#1409] Temporary RSA keys are now 2048-bit to resolve a + compatibility issue with OpenSSL library configured with security level 2, + as seen on current Debian or Kali. [Adrian Vollmer, nnposter] + +o [NSE][GH#1227] Fix a crash (double-free) when using SSH scripts against + non-SSH services. [Daniel Miller] + +o [Zenmap] Fix a crash when Nmap executable cannot be found and the system + PATH contains non-UTF-8 bytes, such as on Windows. [Daniel Miller] + +o [Zenmap] Fix a crash in results search when using the dir: operator: + AttributeError: 'SearchDB' object has no attribute 'match_dir' + [Daniel Miller] + +o [Ncat][GH#1372] Fixed an issue with Ncat -e on Windows that caused early + termination of connections. [Alberto Garcia Illera] + +o [NSE][GH#1359] Fix a false-positive in http-phpmyadmin-dir-traversal when + the server responds with 200 status to a POST request to any + URI. [Francesco Soncina] + +o [NSE] New vulnerability state in vulns.lua, UNKNOWN, is used to indicate + that testing could not rule out vulnerability. [Daniel Miller] + +o [GH#1355] When searching for Lua header files, actually use them where + they are found instead of forcing /usr/include. [Fabrice Fontaine, Daniel + Miller] + +o [NSE][GH#1331] Script traceroute-geolocation no longer crashes when + www.GeoPlugin.net returns null coordinates [Michal Kubenka, nnposter] + +o Limit verbose -v and debugging -d levels to a maximum of 10. Nmap does not + use higher levels internally. [Daniel Miller] + +o [NSE] tls.lua when creating a client_hello message will now only use a + SSLv3 record layer if the protocol version is SSLv3. Some TLS + implementations will not handshake with a client offering less than + TLSv1.0. Scripts will have to manually fall back to SSLv3 to talk to + SSLv3-only servers. [Daniel Miller] + +o [NSE][GH#1322] Fix a few false-positive conditions in + ssl-ccs-injection. TLS implementations that responded with fatal alerts + other than "unexpected message" had been falsely marked as + vulnerable. [Daniel Miller] + +o Emergency fix to Nmap's birthday announcement so Nmap wishes itself a + "Happy 21st Birthday" rather than "Happy 21th" in verbose mode (-v) on + September 1, 2018. [Daniel Miller] + +o [GH#1150] Start host timeout clocks when the first probe is sent to a + host, not when the hostgroup is started. Sometimes a host doesn't get + probes until late in the hostgroup, increasing the chance it will time + out. [jsiembida] + +o [NSE] Support for edns-client-subnet (ECS) in dns.lua has been improved by: + - [GH#1271] Using ECS code compliant with RFC 7871 [John Bond] + - Properly trimming ECS address, as mandated by RFC 7871 [nnposter] + - Fixing a bug that prevented using the same ECS option table more than + once [nnposter] + +o [Ncat][GH#1267] Fixed communication with commands launched with -e or -c + on Windows, especially when --ssl is used. [Daniel Miller] + +o [NSE] Script http-default-accounts can now select more than one + fingerprint category. It now also possible to select fingerprints by name + to support very specific scanning. [nnposter] + +o [NSE] Script http-default-accounts was not able to run against more than + one target host/port. [nnposter] + +o [NSE][GH#1251] New script-arg `http.host` allows users to force a + particular value for the Host header in all HTTP requests. + +o [NSE][GH#1258] Use smtp.domain script arg or target's domain name instead + of "example.com" in EHLO command used for STARTTLS. [gwire] + +o [NSE][GH#1233] Fix brute.lua's BruteSocket wrapper, which was crashing + Nmap with an assertion failure due to socket mixup [Daniel Miller]: nmap: + nse_nsock.cc:672: int receive_buf(lua_State*, int, lua_KContext): + Assertion `lua_gettop(L) == 7' failed. + +o [NSE][GH#1254] Handle an error condition in smb-vuln-ms17-010 caused by + IPS closing the connection. [Clément Notin] + +o [Ncat][GH#1237] Fixed literal IPv6 URL format for connecting through HTTP + proxies. [Phil Dibowitz] + +o [NSE][GH#1212] Updates vendors from ODVA list for enip-info. [NothinRandom] + +o [NSE][GH#1191] Add two common error strings that improve MySQL detection + by the script http-sql-injection. [Robert Taylor, Paulino Calderon] + +o [NSE][GH#1220] Fix bug in http-vuln-cve2006-3392 that prevented the script + to generate the vulnerability report correctly. [rewardone] + +o [NSE][GH#1218] Fix bug related to screen rendering in NSE library + tn3270. This patch also improves the brute force script + tso-brute. [mainframed] + +o [NSE][GH#1209] Fix SIP, SASL, and HTTP Digest authentication when the + algorithm contains lowercase characters. [Jeswin Mathai] + +o [GH#1204] Nmap could be fooled into ignoring TCP response packets if they + used an unknown TCP Option, which would misalign the validation, causing + it to fail. [Clément Notin, Daniel Miller] + +o [NSE]The HTTP response parser now tolerates status lines without a reason + phrase, which improves compatibility with some HTTP servers. [nnposter] + +o [NSE][GH#1169][GH#1170][GH#1171]][GH#1198] Parser for HTTP Set-Cookie header + is now more compliant with RFC 6265: + - empty attributes are tolerated + - double quotes in cookie and/or attribute values are treated literally + - attributes with empty values and value-less attributes are parsed equally + - attributes named "name" or "value" are ignored + [nnposter] + +o [NSE][GH#1158] Fix parsing http-grep.match script-arg. [Hans van den + Bogert] + +o [Zenmap][GH#1177] Avoid a crash when recent_scans.txt cannot be written + to. [Daniel Miller] + +o Fixed --resume when the path to Nmap contains spaces. Reported on Windows + by Adriel Desautels. [Daniel Miller] + +o New service probe and match lines for adb, the Android Debug Bridge, which + allows remote code execution and is left enabled by default on many + devices. [Daniel Miller] + +Nmap 7.70 [2018-03-20] + +o [Windows] We made a ton of improvements to our Npcap Windows packet + capturing library (https://npcap.com/) for greater performance and + stability, as well as smoother installer and better 802.11 raw frame + capturing support. Nmap 7.70 updates the bundled Npcap from version 0.93 to + 0.99-r2, including all these changes from the last seven Npcap releases: + https://npcap.com/changelog + +o Integrated all of your service/version detection fingerprints submitted from + March 2017 to August 2017 (728 of them). The signature count went up 1.02% + to 11,672, including 26 new softmatches. We now detect 1224 protocols from + filenet-pch, lscp, and netassistant to sharp-remote, urbackup, and + watchguard. We will try to integrate the remaining submissions in the next + release. + +o Integrated all of your IPv4 OS fingerprint submissions from September 2016 + to August 2017 (667 of them). Added 298 fingerprints, bringing the new total + to 5,652. Additions include iOS 11, macOS Sierra, Linux 4.14, Android 7, and + more. + +o Integrated all 33 of your IPv6 OS fingerprint submissions from September + 2016 to August 2017. New groups for OpenBSD 6.0 and FreeBSD 11.0 were added, + as well as strengthened groups for Linux and OS X. + +o Added the --resolve-all option to resolve and scan all IP addresses of a + host. This essentially replaces the resolveall NSE script. [Daniel Miller] + +o [NSE][SECURITY] Nmap developer nnposter found a security flaw (directory + traversal vulnerability) in the way the non-default http-fetch script + sanitized URLs. If a user manualy ran this NSE script against a malicious + web server, the server could potentially (depending on NSE arguments used) + cause files to be saved outside the intended destination directory. Existing + files couldn't be overwritten. We fixed http-fetch, audited our other + scripts to ensure they didn't make this mistake, and updated the httpspider + library API to protect against this by default. [nnposter, Daniel Miller] + +o [NSE] Added 9 NSE scripts, from 8 authors, bringing the total up to 588! + They are all listed at https://nmap.org/nsedoc/, and the summaries are + below: + + + deluge-rpc-brute performs brute-force credential testing against Deluge + BitTorrent RPC services, using the new zlib library. [Claudiu Perta] + + + hostmap-crtsh lists subdomains by querying Google's Certificate + Transparency logs. [Paulino Calderon] + + + [GH#892] http-bigip-cookie decodes unencrypted F5 BIG-IP cookies and + reports back the IP address and port of the actual server behind the + load-balancer. [Seth Jackson] + + + http-jsonp-detection Attempts to discover JSONP endpoints in web servers. + JSONP endpoints can be used to bypass Same-origin Policy restrictions in + web browsers. [Vinamra Bhatia] + + + http-trane-info obtains information from Trane Tracer SC controllers and + connected HVAC devices. [Pedro Joaquin] + + + [GH#609] nbd-info uses the new nbd.lua library to query Network Block + Devices for protocol and file export information. [Mak Kolybabi] + + + rsa-vuln-roca checks for RSA keys generated by Infineon TPMs + vulnerable to Return Of Coppersmith Attack (ROCA) (CVE-2017-15361). Checks + SSH and TLS services. [Daniel Miller] + + + [GH#987] smb-enum-services retrieves the list of services running on a + remote Windows machine. Modern Windows systems requires a privileged domain + account in order to list the services. [Rewanth Cool] + + + tls-alpn checks TLS servers for Application Layer Protocol Negotiation + (ALPN) support and reports supported protocols. ALPN largely replaces NPN, + which tls-nextprotoneg was written for. [Daniel Miller] + +o [GH#978] Fixed Nsock on Windows giving errors when selecting on STDIN. This + was causing Ncat 7.60 in connect mode to quit with error: libnsock + select_loop(): nsock_loop error 10038: An operation was attempted on + something that is not a socket. [nnposter] + +o [Ncat][GH#197][GH#1049] Fix --ssl connections from dropping on + renegotiation, the same issue that was partially fixed for server mode in + [GH#773]. Reported on Windows with -e by pkreuzt and vinod272. [Daniel + Miller] + +o [NSE][GH#1062][GH#1149] Some changes to brute.lua to better handle + misbehaving or rate-limiting services. Most significantly, + brute.killstagnated now defaults to true. Thanks to xp3s and Adamtimtim for + reporing infinite loops and proposing changes. + +o [NSE] VNC scripts now support Apple Remote Desktop authentication (auth type + 30) [Daniel Miller] + +o [NSE][GH#1111] Fix a script crash in ftp.lua when PASV connection timed out. + [Aniket Pandey] + +o [NSE][GH#1114] Update bitcoin-getaddr to receive more than one response + message, since the first message usually only has one address in it. [h43z] + +o [Ncat][GH#1139] Ncat now selects the correct default port for a given proxy + type. [Pavel Zhukov] + +o [NSE] memcached-info can now gather information from the UDP memcached + service in addition to the TCP service. The UDP service is frequently used as + a DDoS reflector and amplifier. [Daniel Miller] + +o [NSE][GH#1129] Changed url.absolute() behavior with respect to dot and + dot-dot path segments to comply with RFC 3986, section 5.2. [nnposter] + +o Removed deprecated and undocumented aliases for several long options that + used underscores instead of hyphens, such as --max_retries. [Daniel Miller] + +o Improved service scan's treatment of soft matches in two ways. First of all, + any probes that could result in a full match with the soft matched service + will now be sent, regardless of rarity. This improves the chances of + matching unusual services on non-standard ports. Second, probes are now + skipped if they don't contain any signatures for the soft matched service. + Previously the probes would still be run as long as the target port number + matched the probe's specification. Together, these changes should make + service/version detection faster and more accurate. For more details on how + it works, see https://nmap.org/book/vscan.html. [Daniel Miller] + +o --version-all now turns off the soft match optimization, ensuring that all + probes really are sent, even if there aren't any existing match lines for + the softmatched service. This is slower, but gives the most comprehensive + results and produces better fingerprints for submission. [Daniel Miller] + +o [NSE][GH#1083] New set of Telnet softmatches for version detection based on + Telnet DO/DON'T options offered, covering a wide variety of devices and + operating systems. [D Roberson] + +o [GH#1112] Resolved crash opportunities caused by unexpected libpcap version + string format. [Gisle Vanem, nnposter] + +o [NSE][GH#1090] Fix false positives in rexec-brute by checking responses for + indications of login failure. [Daniel Miller] + +o [NSE][GH#1099] Fix http-fetch to keep downloaded files in separate + destination directories. [Aniket Pandey] + +o [NSE] Added new fingerprints to http-default-accounts: + - Hikvision DS-XXX Network Camera and NUOO DVR [Paulino Calderon] + - [GH#1074] ActiveMQ, Purestorage, and Axis Network Cameras [Rob Fitzpatrick, Paulino Calderon] + +o Added a new service detection match for WatchGuard Authentication Gateway. + [Paulino Calderon] + +o [NSE][GH#1038][GH#1037] Script qscan was not observing interpacket delays + (parameter qscan.delay). [nnposter] + +o [NSE][GH#1046] Script http-headers now fails properly if the target does not + return a valid HTTP response. [spacewander] + +o [Ncat][Nsock][GH#972] Remove RC4 from the list of TLS ciphers used by + default, in accordance with RFC 7465. [Codarren Velvindron] + +o [NSE][GH#1022] Fix a false positive condition in ipmi-cipher-zero caused by + not checking the error code in responses. Implementations which return an + error are not vulnerable. [Juho Jokelainen] + +o [NSE][GH#958] Two new libraries for NSE. + - idna - Support for internationalized domain names in applications (IDNA) + - punycode (a transfer encoding syntax used in IDNA) + [Rewanth Cool] + +o [NSE] New fingerprints for http-enum: + - [GH#954] Telerik UI CVE-2017-9248 [Harrison Neal] + - [GH#767] Many WordPress version detections [Rewanth Cool] + +o [GH#981][GH#984][GH#996][GH#975] Fixed Ncat proxy authentication issues: + - Usernames and/or passwords could not be empty + - Passwords could not contain colons + - SOCKS5 authentication was not properly documented + - SOCKS5 authentication had a memory leak + [nnposter] + +o [GH#1009][GH#1013] Fixes to autoconf header files to allow autoreconf to be + run. [Lukas Schwaighofer] + +o [GH#977] Improved DNS service version detection coverage and consistency + by using data from a Project Sonar Internet wide survey. Numerouse false + positives were removed and reliable softmatches added. Match lines for + version.bind responses were also conslidated using the technique below. + [Tom Sellers] + +o [GH#977] Changed version probe fallbacks so as to work cross protocol + (TCP/UDP). This enables consolidating match lines for services where the + responses on TCP and UDP are similar. [Tom Sellers] + +o [NSE][GH#532] Added the zlib library for NSE so scripts can easily + handle compression. This work started during GSOC 2014, so we're + particularly pleased to finally integrate it! [Claudiu Perta, Daniel + Miller] + +o [NSE][GH#1004] Fixed handling of brute.retries variable. It was being treated + as the number of tries, not retries, and a value of 0 would result in + infinite retries. Instead, it is now the number of retries, defaulting to 2 + (3 total tries), with no option for infinite retries. + +o [NSE] http-devframework-fingerprints.lua supports Jenkins server detection + and returns extra information when Jenkins is detected [Vinamra Bhatia] + +o [GH#926] The rarity level of MS SQL's service detection probe was decreased. + Now we can find MS SQL in odd ports without increasing version intensity. + [Paulino Calderon] + +o [GH#957] Fix reporting of zlib and libssh2 versions in "nmap --version". We + were always reporting the version number of the included source, even when a + different version was actually linked. [Pavel Zhukov] + +o Add a new helper function for nmap-service-probes match lines: $I(1,">") will + unpack an unsigned big-endian integer value up to 8 bytes wide from capture + 1. The second option can be "<" for little-endian. [Daniel Miller] + +Nmap 7.60 [2017-07-31] + +o [Windows] Updated the bundled Npcap from 0.91 to 0.93, fixing several issues + with installation and compatibility with the Windows 10 Creators Update. + +o [NSE][GH#910] NSE scripts now have complete SSH support via libssh2, + including password brute-forcing and running remote commands, thanks to the + combined efforts of three Summer of Code students: [Devin Bjelland, Sergey + Khegay, Evangelos Deirmentzoglou] + +o [NSE] Added 14 NSE scripts from 6 authors, bringing the total up to 579! + They are all listed at https://nmap.org/nsedoc/, and the summaries are below: + + + ftp-syst sends SYST and STAT commands to FTP servers to get system version + and connection information. [Daniel Miller] + + + [GH#916] http-vuln-cve2017-8917 checks for an SQL injection vulnerability affecting + Joomla! 3.7.x before 3.7.1. [Wong Wai Tuck] + + + iec-identify probes for the IEC 60870-5-104 SCADA protocol. [Aleksandr + Timorin, Daniel Miller] + + + [GH#915] openwebnet-discovery retrieves device identifying information and + number of connected devices running on openwebnet protocol. [Rewanth Cool] + + + puppet-naivesigning checks for a misconfiguration in the Puppet CA where + naive signing is enabled, allowing for any CSR to be automatically signed. + [Wong Wai Tuck] + + + [GH#943] smb-protocols discovers if a server supports dialects NT LM 0.12 + (SMBv1), 2.02, 2.10, 3.00, 3.02 and 3.11. This replaces the old + smbv2-enabled script. [Paulino Calderon] + + + [GH#943] smb2-capabilities lists the supported capabilities of SMB2/SMB3 + servers. [Paulino Calderon] + + + [GH#943] smb2-time determines the current date and boot date of SMB2 + servers. [Paulino Calderon] + + + [GH#943] smb2-security-mode determines the message signing configuration of + SMB2/SMB3 servers. [Paulino Calderon] + + + [GH#943] smb2-vuln-uptime attempts to discover missing critical patches in + Microsoft Windows systems based on the SMB2 server uptime. [Paulino Calderon] + + + ssh-auth-methods lists the authentication methods offered by an SSH server. + [Devin Bjelland] + + + ssh-brute performs brute-forcing of SSH password credentials. [Devin Bjelland] + + + ssh-publickey-acceptance checks public or private keys to see if they could + be used to log in to a target. A list of known-compromised key pairs is + included and checked by default. [Devin Bjelland] + + + ssh-run uses user-provided credentials to run commands on targets via SSH. + [Devin Bjelland] + +o [NSE] Removed smbv2-enabled, which was incompatible with the new SMBv2/3 + improvements. It was fully replaced by the smb-protocols script. + +o [Ncat][GH#446] Added Datagram TLS (DTLS) support to Ncat in connect (client) + mode with --udp --ssl. Also added Application Layer Protocol Negotiation + (ALPN) support with the --ssl-alpn option. [Denis Andzakovic, Daniel Miller] + +o Updated the default ciphers list for Ncat and the secure ciphers list for + Nsock to use "!aNULL:!eNULL" instead of "!ADH". With the addition of ECDH + ciphersuites, anonymous ECDH suites were being allowed. [Daniel Miller] + +o [NSE][GH#930] Fix ndmp-version and ndmp-fs-info when scanning Veritas Backup + Exec Agent 15 or 16. [Andrew Orr] + +o [NSE][GH#943] Added new SMB2/3 library and related scripts. [Paulino Calderon] + +o [NSE][GH#950] Added wildcard detection to dns-brute. Only hostnames that + resolve to unique addresses will be listed. [Aaron Heesakkers] + +o [NSE] FTP scripts like ftp-anon and ftp-brute now correctly handle + TLS-protected FTP services and use STARTTLS when necessary. [Daniel Miller] + +o [NSE][GH#936] Function url.escape no longer encodes so-called "unreserved" + characters, including hyphen, period, underscore, and tilde, as per RFC 3986. + [nnposter] + +o [NSE][GH#935] Function http.pipeline_go no longer assumes that persistent + connections are supported on HTTP 1.0 target (unless the target explicitly + declares otherwise), as per RFC 7230. [nnposter] + +o [NSE][GH#934] The HTTP response object has a new member, version, which + contains the HTTP protocol version string returned by the server, e.g. "1.0". + [nnposter] + +o [NSE][GH#938] Fix handling of the objectSID Active Directory attribute + by ldap.lua. [Tom Sellers] + +o [NSE] Fix line endings in the list of Oracle SIDs used by oracle-sid-brute. + Carriage Return characters were being sent in the connection packets, likely + resulting in failure of the script. [Anant Shrivastava] + +o [NSE][GH#141] http-useragent-checker now checks for changes in HTTP status + (usually 403 Forbidden) in addition to redirects to indicate forbidden User + Agents. [Gyanendra Mishra] + +Nmap 7.50 [2017-06-13] + +o [Windows] Updated the bundled Npcap from 0.78 to 0.91, with several bugfixes + for WiFi connectivity problems and stability issues. [Daniel Miller, Yang Luo] + +o Integrated all of your service/version detection fingerprints submitted from + September to March (855 of them). The signature count went up 2.9% to 11,418. + We now detect 1193 protocols from apachemq, bro, and clickhouse to jmon, + slmp, and zookeeper. Highlights: http://seclists.org/nmap-dev/2017/q2/140 + +o [NSE] Added 14 NSE scripts from 12 authors, bringing the total up to 566! + They are all listed at https://nmap.org/nsedoc/, and the summaries are below: + + + [GH#743] broadcast-ospf2-discover discovers OSPF 2 routers and neighbors. + OSPFv2 authentication is supported. [Emiliano Ticci] + + + [GH#671] cics-info checks IBM TN3270 services for CICS transaction services + and extracts useful information. [Soldier of Fortran] + + + [GH#671] cics-user-brute does brute-force enumeration of CICS usernames on + IBM TN3270 services. [Soldier of Fortran] + + + [GH#669] http-cookie-flags checks HTTP session cookies for HTTPOnly and + Secure flags. [Steve Benson] + + + http-security-headers checks for the HTTP response headers related to + security given in OWASP Secure Headers Project, giving a brief description + of the header and its configuration value. [Vinamra Bhatia, Ãcaro Torres] + + + [GH#740][GH#759] http-vuln-cve2017-5638 checks for the RCE bug in Apache + Struts2. [Seth Jackson] + + + [GH#876] http-vuln-cve2017-5689 detects a privilege escalation + vulnerability (INTEL-SA-00075) in Intel Active Management Technology (AMT) + capable systems. [Andrew Orr] + + + http-vuln-cve2017-1001000 detects a privilege escalation vulnerability in + Wordpress 4.7.0 and 4.7.1 (CVE-2017-1001000) [Vinamra Bhatia] + + + [GH#713] impress-remote-discover attempts to pair with the LibreOffice + Impress presentation remote service and extract version info. Pairing is + PIN-protected, and the script can optionally brute-force the PIN. New + service probe and match line also added. [Jeremy Hiebert] + + + [GH#854] smb-double-pulsar-backdoor detects the Shadow Brokers-leaked + Double Pulsar backdoor in Windows SMB servers. [Andrew Orr] + + + smb-vuln-cve-2017-7494 detects a remote code execution vulnerability + affecting Samba versions 3.5.0 and greater with writable shares. + [Wong Wai Tuck] + + + smb-vuln-ms17-010 detects a critical remote code execution vulnerability + affecting SMBv1 servers in Microsoft Windows systems (ms17-010). The + script also reports patched systems. [Paulino Calderon] + + + [GH#686] tls-ticketbleed checks for the Ticketbleed vulnerability + (CVE-2016-9244) in F5 BIG-IP appliances. [Mak Kolybabi] + + + vmware-version queries VMWare SOAP API for version and product information. + Submitted in 2011, this was mistakenly turned into a service probe that was + unable to elicit any matches. [Aleksey Tyurin] + +o [Ncat] A series of changes and fixes based on feedback from the Red Hat community: + + + [GH#157] Ncat will now continue trying to connect to each resolved address + for a hostname before declaring the connection refused, allowing it to + fallback from IPv6 to IPv4 or to connect to names that use DNS failover. + [Jaromir Koncicky, Michal Hlavinka] + + + The --no-shutdown option now also works in connect mode, not only in listen mode. + + + Made -i/--idle-timeout not cause Ncat in server mode to close while + waiting for an initial connection. This was also causing -i to interfere + with the HTTP proxy server mode. [Carlos Manso, Daniel Miller] + + + [GH#773] Ncat in server mode properly handles TLS renegotiations and other + situations where SSL_read returns a non-fatal error. This was causing + SSL-over-TCP connections to be dropped. [Daniel Miller] + + + Enable --ssl-ciphers to be used with Ncat in client mode, not only in + server (listen) mode. [Daniel Miller] + +o [NSE] New fingerprints for http-enum: + - Endpoints for Spring MVC and Boot Actuator [Paulino Calderon] + - [GH#620][GH#715] 8 fingerprints for Hadoop infrastructure components + [Thomas Debize, Varunram Ganesh] + +o [NSE][GH#266][GH#704][GH#238][GH#883] NSE libraries smb and msrpc now use + fully qualified paths. SMB scripts now work against all modern versions + of Microsoft Windows. [Paulino Calderon] + +o [NSE] smb library's share_get_list now properly uses anonymous connections + first before falling back authenticating as a known user. + +o New service probes and matches for Apache HBase and Hadoop MapReduce. + [Paulino Calderon] + +o Extended Memcached service probe and added match for Apache ZooKeeper. + [Paulino Calderon] + +o [NSE] New script argument "vulns.short" will reduce vulns library script + output to a single line containing the target name or IP, the vulnerability + state, and the CVE ID or title of the vulnerability. [Daniel Miller] + +o [NSE][GH#862] SNMP scripts will now take a community string provided like + `--script-args creds.snmp=private`, which previously did not work because it + was interpreted as a username. [Daniel Miller] + +o [NSE] Resolved several issues in the default HTTP redirect rules: + - [GH#826] A redirect is now cancelled if the original URL contains + embedded credentials + - [GH#829] A redirect test is now more careful in determining whether + a redirect destination is related to the original host + - [GH#830] A redirect is now more strict in avoiding possible redirect + loops + [nnposter] + +o [NSE][GH#766] The HTTP Host header will now include the port unless it is + the default one for a given scheme. [nnposter] + +o [NSE] The HTTP response object has a new member, fragment, which contains + a partially received body (if any) when the overall request fails to + complete. [nnposter] + +o [NSE][GH#866] NSE now allows cookies to have arbitrary attributes, which + are silently ignored (in accordance with RFC 6265). Unrecognized attributes + were previously causing HTTP requests with such cookies to fail. [nnposter] + +o [NSE][GH#844] NSE now correctly parses a Set-Cookie header that has unquoted + whitespace in the cookie value (which is allowed per RFC 6265). [nnposter] + +o [NSE][GH#731] NSE is now able to process HTTP responses with a Set-Cookie + header that has an extraneous trailing semicolon. [nnposter] + +o [NSE][GH#708] TLS SNI now works correctly for NSE HTTP requests initiated + with option any_af. As an added benefit, option any_af is now available for + all connections via comm.lua, not just HTTP requests. [nnposter] + +o [NSE][GH#781] There is a new common function, url.get_default_port(), + to obtain the default port number for a given scheme. [nnposter] + +o [NSE][GH#833] Function url.parse() now returns the port part as a number, + not a string. [nnposter] + +o No longer allow ICMP Time Exceeded messages to mark a host as down during + host discovery. Running traceroute at the same time as Nmap was causing + interference. [David Fifield] + +o [NSE][GH#807] Fixed a JSON library issue that was causing long integers + to be expressed in the scientific/exponent notation. [nnposter] + +o [NSE] Fixed several potential hangs in NSE scripts that used + receive_buf(pattern), which will not return if the service continues to send + data that does not match pattern. A new function in match.lua, pattern_limit, + is introduced to limit the number of bytes consumed while searching for the + pattern. [Daniel Miller, Jacek Wielemborek] + +o [Nsock] Handle any and all socket connect errors the same: raise as an Nsock + error instead of fatal. This prevents Nmap and Ncat from quitting with + "Strange error from connect:" [Daniel Miller] + +o [NSE] Added several commands to redis-info to extract listening addresses, + connected clients, active channels, and cluster nodes. [Vasiliy Kulikov] + +o [NSE][GH#679][GH#681] Refreshed script http-robtex-reverse-ip, reflecting + changes at the source site (www.robtex.com). [aDoN] + +o [NSE][GH#629] Added two new fingerprints to http-default-accounts + (APC Management Card, older NetScreen ScreenOS) [Steve Benson, nnposter] + +o [NSE][GH#716] Fix for oracle-tns-version which was sending an invalid TNS + probe due to a string escaping mixup. [Alexandr Savca] + +o [NSE][GH#694] ike-version now outputs information about supported attributes + and unknown vendor ids. Also, a new fingerprint for FortiGate VPNs was + submitted by Alexis La Goutte. [Daniel Miller] + +o [GH#700] Enabled support for TLS SNI on the Windows platform. [nnposter] + +o [GH#649] New service probe and match lines for the JMON and RSE services of + IBM Explorer for z/OS. [Soldier of Fortran] + +o Removed a duplicate service probe for Memcached added in 2011 (the original + probe was added in 2008) and reported as duplicate in 2013 by Pavel Kankovsky. + +o New service probe and match line for NoMachine NX Server remote desktop. + [Justin Cacak] + +o [Zenmap] Fixed a recurring installation problem on OS X/macOS where Zenmap + was installed to /Applications/Applications/Zenmap.app instead of + /Applications/Zenmap.app. + +o [Zenmap][GH#639] Zenmap will no longer crash when no suitable temporary + directory is found. Patches contributed by [Varunram Ganesh] and [Sai Sundhar] + +o [Zenmap][GH#626] Zenmap now properly handles the -v0 (no output) option, + which was added in Nmap 7.10. Previously, this was treated the same as not + specifying -v at all. [lymanZerga11] + +o [GH#630] Updated or removed some OpenSSL library calls that were deprecated + in OpenSSL 1.1. [eroen] + +o [NSE] Script ssh-hostkey now recognizes and reports Ed25519 keys [nnposter] + +o [NSE][GH#627] Fixed script hang in several brute scripts due to the "threads" + script-arg not being converted to a number. Error message was + "nselib/brute.lua:1188: attempt to compare number with string" [Arne Beer] + +Nmap 7.40 [2016-12-20] + +o [Windows] Updated the bundled Npcap from 0.10r9 to 0.78r5, with an + improved installer experience, driver signing updates to work with + Windows 10 build 1607, and bugfixes for WiFi connectivity + problems. [Yang Luo, Daniel Miller] + +o Integrated all of your IPv4 OS fingerprint submissions from April to + September (568 of them). Added 149 fingerprints, bringing the new total to + 5,336. Additions include Linux 4.6, macOS 10.12 Sierra, NetBSD 7.0, and more. + Highlights: http://seclists.org/nmap-dev/2016/q4/110 [Daniel Miller] + +o Integrated all of your service/version detection fingerprints submitted from + April to September (779 of them). The signature count went up 3.1% to 11,095. + We now detect 1161 protocols, from airserv-ng, domaintime, and mep to + nutcracker, rhpp, and usher. Highlights: http://seclists.org/nmap-dev/2016/q4/115 + [Daniel Miller] + +o Fix reverse DNS on Windows which was failing with the message "mass_dns: + warning: Unable to determine any DNS servers." This was because the interface + GUID comparison needed to be case-insensitive. [Robert Croteau] + +o [NSE] Added 12 NSE scripts from 4 authors, bringing the total up to 552! + They are all listed at https://nmap.org/nsedoc/, and the summaries are below: + + + cics-enum enumerates CICS transaction IDs, mapping to screens in TN3270 + services. [Soldier of Fortran] + + + cics-user-enum brute-forces usernames for CICS users on TN3270 services. + [Soldier of Fortran] + + + fingerprint-strings will print the ASCII strings it finds in the service + fingerprints that Nmap shows for unidentified services. [Daniel Miller] + + + [GH#606] ip-geolocation-map-bing renders IP geolocation data as an image + via Bing Maps API. [Mak Kolybabi] + + + [GH#606] ip-geolocation-map-google renders IP geolocation data as an image + via Google Maps API. [Mak Kolybabi] + + + [GH#606] ip-geolocation-map-kml records IP geolocation data in a KML file + for import into other mapping software [Mak Kolybabi] + + + nje-pass-brute brute-forces the password to a NJE node, given a valid RHOST + and OHOST. Helpfully, nje-node-brute can now brute force both of those + values. [Soldier of Fortran] + + + [GH#557] ssl-cert-intaddr will search for private IP addresses in TLS + certificate fields and extensions. [Steve Benson] + + + tn3270-screen shows the login screen from mainframe TN3270 Telnet services, + including any hidden fields. The script is accompanied by the new tn3270 + library. [Soldier of Fortran] + + + tso-enum enumerates usernames for TN3270 Telnet services. [Soldier of Fortran] + + + tso-brute brute-forces passwords for TN3270 Telnet services. [Soldier of Fortran] + + + vtam-enum brute-forces VTAM application IDs for TN3270 services. + [Soldier of Fortran] + +o [NSE][GH#518] Brute scripts are faster and more accurate. New feedback and + adaptivity mechanisms in brute.lua help brute scripts use resources more + efficiently, dynamically changing number of threads based on protocol + messages like FTP 421 errors, network errors like timeouts, etc. + [Sergey Khegay] + +o [GH#353] New option --defeat-icmp-ratelimit dramatically reduces UDP scan + times in exchange for labeling unresponsive (and possibly open) ports as + "closed|filtered". Ports which give a UDP protocol response to one of Nmap's + scanning payloads will be marked "open". [Sergey Khegay] + +o [NSE][GH#533] Removed ssl-google-cert-catalog, since Google shut off that + service at some point. Reported by Brian Morin. + +o [NSE][GH#606] New NSE library, geoip.lua, provides a common framework for + storing and retrieving IP geolocation results. [Mak Kolybabi] + +o [Ncat] Restore the connection success message that Ncat prints with -v. This + was accidentally suppressed when not using -z. + +o [GH#316] Added scan resume from Nmap's XML output. Now you can --resume a + canceled scan from all 3 major output formats: -oN, -oG, and -oX. + [Tudor Emil Coman] + +o [Ndiff][GH#591] Fix a bug where hosts with the same IP but different + hostnames were shown as changing hostnames between scans. Made sort stable + with regard to hostnames. [Daniel Miller] + +o [NSE][GH#540] Add tls.servername script-arg for forcing a name to be used for + TLS Server Name Indication extension. The argument overrides the default use + of the host's targetname. [Bertrand Bonnefoy-Claudet] + +o [GH#505] Updated Russian translation of Zenmap by Alexander Kozlov. + +o [NSE][GH#588] Fix a crash in smb.lua when using smb-ls due to a + floating-point number being passed to os.time ("bad argument"). + [Dallas Winger] + +o [NSE][GH#596] Fix a bug in mysql.lua that caused authentication failures in + mysql-brute and other scripts due to including a null terminator in the salt + value. This bug affects Nmap 7.25BETA2 and later releases. [Daniel Miller] + +o The --open option now implies --defeat-rst-ratelimit. This may result in + inaccuracies in the numbers of "Not shown:" closed and filtered ports, but + only in situations where it also speeds up scan times. [Daniel Miller] + +o [NSE] Added known Diffie-Hellman parameters for haproxy, postfix, and + IronPort to ssl-dh-params. [Frank Bergmann] + +o Added service probe for ClamAV servers (clam), + an open source antivirus engine used in mail scanning. [Paulino Calderon] + +o Added service probe and UDP payload for Quick UDP Internet Connection (QUIC), + a secure transport developed by Google and used with HTTP/2. [Daniel Miller] + +o [NSE] Enabled resolveall to run against any target provided as a hostname, so + the resolveall.hosts script-arg is no longer required. [Daniel Miller] + +o [NSE] Revised script http-default-accounts in several ways [nnposter]: + - Added 21 new fingerprints, plus broadened 5 to cover more variants. + - [GH#577] It can now can test systems that return status 200 for + non-existent pages. + - [GH#604] Implemented XML output. Layout of the classic text output has also + changed, including reporting blank usernames or passwords as "", + instead of just empty strings. + - Added CPE entries to individual fingerprints (where known). They are + reported only in the XML output. + +o [NSE][GH#573] Updated http.lua to allow processing of HTTP responses with + malformed header names. Such header lines are still captured in the rawheader + list but skipped otherwise. [nnposter] + +o [GH#416] New service probe and match line for iperf3. [Eric Gershman] + +o [NSE][GH#555] Add Drupal to the set of web apps brute forced by + http-form-brute. [Nima Ghotbi] + +Nmap 7.31 [2016-10-20] + +o [Windows] Updated the bundled Npcap from 0.10r2 to 0.10r9, bringing + increased stability, bug fixes, and raw 802.11 WiFi capture (unused + by Nmap). Further details on these changes can be found at + https://github.com/nmap/npcap/releases. [Yang Luo] + +o Fixed the way Nmap handles scanning names that resolve to the same IP. Due to + changes in 7.30, the IP was only being scanned once, with bogus results + displayed for the other names. The previous behavior is now restored. + [Tudor Emil Coman] + +o [Nping][GH#559] Fix Nping's ability to use Npcap on Windows. A privilege + check was performed too late, so the Npcap loading code assumed the user had no + rights. [Yang Luo, Daniel Miller] + +o [GH#350] Fix an assertion failure due to floating point error in equality + comparison, which triggered mainly on OpenBSD: + assertion "diff <= interval" failed: file "timing.cc", line 440 + This was reported earlier as [GH#472] but the assertion fixed there was a + different one. [David Carlier] + +o [Zenmap] Fix a crash in the About page in the Spanish translation due to a + missing format specifier: + File "zenmapGUI\About.pyo", line 217, in __init__ + TypeError: not all arguments converted during string formatting + [Daniel Miller] + +o [Zenmap][GH#556] Better visual indication that display of hostname is tied to + address in the Topology page. You can show numeric addresses with hostnames + or without, but you can't show hostnames without numeric addresses when they + are not available. [Daniel Miller] + +o To increase the number of IPv6 fingerprint submissions, a prompt for + submission will be shown with some random chance for successful matches of OS + classes that are based on only a few submissions. Previously, only + unsuccessful matches produced such a prompt. [Daniel Miller] + +Nmap 7.30 [2016-09-29] + +o Integrated all 12 of your IPv6 OS fingerprint submissions from June to + September. No new groups, but several classifications were strengthened, + especially Windows localhost and OS X. [Daniel Miller] + +o [NSE] Added 7 NSE scripts, from 3 authors, bringing the total up to 541! + They are all listed at https://nmap.org/nsedoc/, and the summaries are below + (authors are listed in brackets): + + + [GH#369] coap-resources grabs the list of available resources from CoAP + endpoints. [Mak Kolybabi] + + + fox-info retrieves detailed version and configuration info from Tridium + Niagara Fox services. [Stephen Hilt] + + + ipmi-brute performs authentication brute-forcing on IPMI services. + [Claudiu Perta] + + + ipmi-cipher-zero checks IPMI services for Cipher Zero support, which allows + connection without a password. [Claudiu Perta] + + + ipmi-version retrieves protocol version and authentication options from + ASF-RMCP (IPMI) services. [Claudiu Perta] + + + [GH#352] mqtt-subscribe connects to a MQTT broker, subscribes to topics, + and lists the messages received. [Mak Kolybabi] + + + pcworx-info retrieves PLC model, firmware version, and date from Phoenix + Contact PLCs. [Stephen Hilt] + +o Upgraded Npcap, our new Windows packet capturing driver/library, + from version to 0.09 to 0.10r2. This includes many bug fixes, with a + particular on emphasis on concurrency issues discovered by running + hundreds of Nmap instances at a time. More details are available + from https://github.com/nmap/npcap/releases. [Yang Luo, Daniel + Miller, Fyodor] + +o New service probes and match lines for DTLS, IPMI-RMCP, MQTT, PCWorx, + ProConOS, and Tridium Fox, [Stephen Hilt, Mak Kolybabi, Daniel Miller] + +o Improved some output filtering to remove or escape carriage returns ('\r') + that could allow output spoofing by overwriting portions of the screen. Issue + reported by Adam Rutherford. [Daniel Miller] + +o [NSE] Fixed a few bad Lua patterns that could result in denial of service due + to excessive backtracking. [Adam Rutherford, Daniel Miller] + +o Fixed a discrepancy between the number of targets selected with -iR and the + number of hosts scanned, resulting in output like "Nmap done: 1033 IP + addresses" when the user specified -iR 1000. [Daniel Miller] + +o Fixed a bug in port specification parsing that could cause extraneous + 'T', 'U', 'S', and 'P' characters to be ignored when they should have + caused an error. [David Fifield] + +o [GH#543] Restored compatibility with LibreSSL, which was lost in adding + library version checks for OpenSSL 1.1. [Wonko7] + +o [Zenmap] Fixed a bug in the Compare Scans window of Zenmap on OS X resulting + in this message instead of Ndiff output: + ImportError: dlopen(/Applications/Zenmap.app/Contents/Resources/lib/python2.7/lib-dynload/datetime.so, 2): no suitable image found. Did find: + /Applications/Zenmap.app/Contents/Resources/lib/python2.7/lib-dynload/datetime.so: mach-o, but wrong architecture + Reported by Kyle Gustafson. [Daniel Miller] + +o [NSE] Fixed a bug in ssl-enum-ciphers and ssl-dh-params which caused them to + not output TLSv1.2 info with DHE ciphersuites or others involving + ServerKeyExchange messages. [Daniel Miller] + +o [NSE] Added X509v3 extension parsing to NSE's sslcert code. ssl-cert now + shows the Subject Alternative Name extension; all extensions are shown in the + XML output. [Daniel Miller] + +Nmap 7.25BETA2 [2016-09-01] + +o [GH#376] Windows binaries are now code-signed with our "Insecure.Com LLC" + SHA256 certificate. This should give our users extra peace-of-mind and avoid + triggering Microsoft's ever-increasing security warnings. + +o [NSE] Upgraded NSE to Lua 5.3, adding bitwise operators, integer data type, a + utf8 library, and native binary packing and unpacking functions. Removed bit + library, added bits.lua, replaced base32, base64, and bin libraries. [Patrick + Donnelly] + +o [NSE] Added 2 NSE scripts, bringing the total up to 534! They are both listed + at https://nmap.org/nsedoc/, and the summaries are below: + + + oracle-tns-version decodes the version number from Oracle Database Server's + TNS listener. [Daniel Miller] + + + clock-skew analyzes and reports clock skew between Nmap and services that + report timestamps, grouping hosts with similar skews. [Daniel Miller] + +o Integrated all of your service/version detection fingerprints submitted from + January to April (578 of them). The signature count went up 2.2% to 10760. + We now detect 1122 protocols, from elasticsearch, fhem, and goldengate to + ptcp, resin-watchdog, and siemens-logo. [Daniel Miller] + +o Upgraded Npcap, our new Windows packet capturing driver/library, + from version 0.07-r17 to 0.09. This includes many improvements you can + read about at https://github.com/nmap/npcap/releases. + +o [Nsock][GH#148] Added the new IOCP Nsock engine which uses the Windows + Overlapped I/O API to improve performance of version scan and NSE against + many targets on Windows. [Tudor Emil Coman] + +o [GH#376] Windows binaries are now code-signed with our "Insecure.Com LLC" + SHA256 certificate. This should give our users extra peace-of-mind and avoid + triggering Microsoft's ever-increasing security warnings. + +o Various performance improvements for large-scale high-rate scanning, + including increased ping host groups, faster probe matching, and ensuring + data types can handle an Internet's-worth of targets. [Tudor Emil Coman] + +o [Zenmap] Long-overdue Spanish language translation has been added! Muy bien! + [Vincent Dumont, Marta Garcia De La Paz, Paulino Calderon, Patricio Castagnaro] + +o [Zenmap][GH#449] Fix a crash when closing Zenmap due to a read-only + zenmap.conf. User will be warned that config cannot be saved and that they + should fix the file permissions. [Daniel Miller] + +o [NSE] Fix a crash when parsing TLS certificates that OpenSSL doesn't support, + like DH certificates or corrupted certs. When this happens, ssl-enum-ciphers + will label the ciphersuite strength as "unknown." Reported by Bertrand + Bonnefoy-Claudet. [Daniel Miller] + +o [NSE][GH#531] Fix two issues in sslcert.lua that prevented correct operations + against LDAP services when version detection or STARTTLS were used. + [Tom Sellers] + +o [GH#426] Remove a workaround for lack of selectable pcap file descriptors on + Windows, which required including pcap-int.h and locking us to a single + version of libpcap. The new method, using WaitForSingleObject should work + with all versions of both WinPcap and Npcap. [Daniel Miller] + +o [NSE][GH#234] Added a --script-timeout option for limiting run time for + every individual NSE script. [Abhishek Singh] + +o [Ncat][GH#444] Added a -z option to Ncat. Just like the -z option in + traditional netcat, it can be used to quickly check the status of a + port. Port ranges are not supported since we recommend a certain other tool + for port scanning. [Abhishek Singh] + +o Fix checking of Npcap/WinPcap presence on Windows so that "nmap -A" and + "nmap" with no options result in the same behaviors as on Linux (and no + crashes) [Daniel Miller] + +o [NSE] ssl-enum-ciphers will now warn about 64-bit block ciphers in CBC mode, + which are vulnerable to the SWEET32 attack. + +o [NSE][GH#117] tftp-enum now only brute-forces IP-address-based Cisco filenames when + the wordlist contains "{cisco}". Previously, custom wordlists would still end + up sending these extra 256 requests. [Sriram Raghunathan] + +o [GH#472] Avoid an unnecessary assert failure in timing.cc when printing estimated + completion time. Instead, we'll output a diagnostic error message: + Timing error: localtime(n) is NULL + where "n" is some number that is causing problems. [Jean-Guilhem Nousse] + +o [NSE][GH#519] Removed the obsolete script ip-geolocation-geobytes. [Paulino Calderon] + +o [NSE] Added 9 new fingerprints for script http-default-accounts. + (Motorola AP, Lantronix print server, Dell iDRAC6, HP StorageWorks, Zabbix, + Schneider controller, Xerox printer, Citrix NetScaler, ESXi hypervisor) + [nnposter] + +o [NSE] Completed a refresh and validation of almost all fingerprints for + script http-default-accounts. Also improved the script speed. [nnposter] + +o [GH#98] Added support for decoys in IPv6. Earlier we supported decoys only in + IPv4. [Abhishek Singh] + +o Various performance improvements for large-scale high-rate scanning, + including increased ping host groups, faster probe matching, and ensuring + data types can handle an Internet's-worth of targets. [Tudor Emil Coman] + +o [GH#484] Allow Nmap to compile on some older Red Hat distros that disable EC + crypto support in OpenSSL. [Jeroen Roovers, Vincent Dumont] + +o [GH#439] Nmap now supports OpenSSL 1.1.0-pre5 and previous versions. [Vincent Dumont] + +o [Ncat] Fix a crash ("add_fdinfo() failed.") when --exec was used with --ssl + and --max-conns, due to improper accounting of file descriptors. [Daniel + Miller] + +o FTP Bounce scan: improved some edge cases like anonymous login without + password, 500 errors used to indicate port closed, and timeouts for LIST + command. Also fixed a 1-byte array overrun (read) when checking for + privileged ports. [Daniel Miller] + +o [GH#140] Allow target DNS names up to 254 bytes. We previously imposed an + incorrect limit of 64 bytes in several parts of Nmap. [Vincent Dumont] + +o [NSE] The hard limit on number of concurrently running scripts can now + increase above 1000 to match a high user-set --min-parallelism value. [Tudor + Emil Coman] + +o [NSE] Solved a memory corruption issue that would happen if a socket connect + operation produced an error immediately, such as Network Unreachable. The + event handler was throwing a Lua error, preventing Nsock from cleaning up + properly, leaking events. [Abhishek Singh, Daniel Miller] + +o [NSE] Added the datetime library for performing date and time calculations, + and as a helper to the clock-skew script. + +o [GH#103][GH#364] Made Nmap's parallel reverse DNS resolver more robust, fully + handling truncated replies. If a response is too long, we now fall back to + using the system resolver to answer it. [Abhishek Singh] + +o [Zenmap][GH#279] Added a legend for the Topography window. [Suraj Hande] + +Nmap 7.25BETA1 [2016-07-15] + +o Nmap now ships with and uses Npcap, our new packet sniffing library + for Windows. It's based on WinPcap (unmaintained for years), but + uses modern Windows APIs for better performance. It also includes + security improvements and many bug fixes. See https://npcap.com. And + it enables Nmap to perform SYN scans and OS detection against + localhost, which we haven't been able to do on Windows since + Microsoft removed the raw sockets API in 2003. [Yang Luo, Daniel + Miller, Fyodor] + +o [NSE] Added 6 NSE scripts, from 5 authors, bringing the total up to 533! + They are all listed at https://nmap.org/nsedoc/, and the summaries are below + (authors are listed in brackets): + + + clamav-exec detects ClamAV servers vulnerable to unauthorized clamav + command execution. [Paulino Calderon] + + + http-aspnet-debug detects ASP.NET applications with debugging enabled. + [Josh Amishav-Zlatin] + + + http-internal-ip-disclosure determines if the web server leaks its internal + IP address when sending an HTTP/1.0 request without a Host header. [Josh + Amishav-Zlatin] + + + [GH#304] http-mcmp detects mod_cluster Management Protocol (MCMP) and dumps + its configuration. [Frank Spierings] + + + [GH#365] sslv2-drown detects vulnerability to the DROWN attack, including + CVE-2016-0703 and CVE-2016-0704 that enable fast attacks on OpenSSL. + [Bertrand Bonnefoy-Claudet] + + + vnc-title logs in to VNC servers and grabs the desktop title, geometry, and + color depth. [Daniel Miller] + +o Integrated all of your IPv4 OS fingerprint submissions from January + to April (539 of them). Added 98 fingerprints, bringing the new total + to 5187. Additions include Linux 4.4, Android 6.0, Windows Server + 2016, and more. [Daniel Miller] + +o Integrated all 31 of your IPv6 OS fingerprint submissions from January to + June. The classifier added 2 groups and expanded several others. Several + Apple OS X groups were consolidated, reducing the total number of groups to + 93. [Daniel Miller] + +o Update oldest supported Windows version to Vista (Windows 6.0). This enables + the use of the poll Nsock engine, which has significant performance and + accuracy advantages. Windows XP users can still use Nmap 7.12, available from + https://nmap.org/dist/?C=M&O=D [Daniel Miller] + +o [NSE] Fix a crash that happened when trying to print the percent done of 0 + NSE script threads: + timing.cc:710 bool ScanProgressMeter::printStats(double, const timeval*): Assertion 'ltime' failed. + This would happen if no scripts were scheduled in a scan phase and the user + pressed a key or specified a short --stats-every interval. Reported by + Richard Petrie. [Daniel Miller] + +o [GH#283][Nsock] Avoid "unknown protocol:0" debug messages and an "Unknown + address family 0" crash on Windows and other platforms that do not set the + src_addr argument to recvfrom for TCP sockets. [Daniel Miller] + +o Retrieve the correct network prefix length for an adapter on Windows. If more + than one address was configured on an adapter, the same prefix length would + be used for both. This incorrect behavior is still used on Windows XP and + earlier. Reported by Niels Bohr. [Daniel Miller] + +o Changed libdnet-stripped to avoid bailing completely when an interface is + encountered with an unsupported hardware address type. Caused "INTERFACES: + NONE FOUND!" bugs in Nmap whenever Linux kernel added new hardware address + types. [Daniel Miller] + +o Improved service detection of Docker and fixed a bug in the output of + docker-version script. [Tom Sellers] + +o Fix detection of Microsoft Terminal Services (RDP). Our improved TLS service + probes were matching on port 3389 before our specific Terminal Services + probe, causing the port to be labeled as "ssl/unknown". Reported by Josh + Amishav-Zlatin. + +o [NSE] Update to enable smb-os-discovery to augment version detection + for certain SMB related services using data that the script discovers. + [Tom Sellers] + +o Improved version detection and descriptions for Microsoft and Samba + SMB services. Also addresses certain issues with OS identification. + [Tom Sellers] + +o [NSE] ssl-enum-ciphers will give a failing score to any server with an RSA + certificate whose public key uses an exponent of 1. It will also cap the + score of an RC4-ciphersuite handshake at C and output a warning referencing + RFC 7465. [Daniel Miller] + +o [NSE] Refactored some SSLv2 functionality into a new library, sslv2.lua . + [Daniel Miller] + +o [GH#399] Zenmap's authorization wrapper now uses an AppleScript method for + privilege escalation on OS X, avoiding the deprecated + AuthorizationExecuteWithPrivileges method previously used. [Vincent Dumont] + +o [GH#454] The OS X binary package is distributed in a .dmg disk image that now + features an instructive background image. [Vincent Dumont] + +o [GH#420] Our OS X build system now uses gtk-mac-bundler and jhbuild to + provide all dependencies. We no longer use Macports for this purpose. + [Vincent Dumont] + +o [GH#345][Zenmap] On Windows, save Zenmap's stderr output to a writeable + location (%LOCALAPPDATA%\zenmap.exe.log or %TEMP%\zenmap.exe.log) instead of + next to the zenmap.exe executable. This avoids a warning message when closing + Zenmap if it produced any stderr output. [Daniel Miller] + +o [GH#379][NSE] Fix http-iis-short-name-brute to report non vulnerable hosts. + Reported by alias1. [Paulino Calderon] + +o [NSE][GH#371] Fix mysql-audit by adding needed library requires to the + mysql-cis.audit file. The script would fail with "Failed to load rulebase" + message. [Paolo Perego] + +o [NSE][GH#362] Added support for LDAP over udp to ldap-rootdse.nse. + Also added version detection and information extraction to match the + new LDAP LDAPSearchReq and LDAPSearchReqUDP probes. [Tom Sellers] + +o [GH#354] Added new version detection Probes for LDAP services, LDAPSearchReq + and LDAPSearchReqUDP. The second is Microsoft Active Directory specific. The + Probes will elicit responses from target services that allow better finger + -printing and information extraction. Also added nmap-payload entry for + detecting LDAP on udp. [Tom Sellers] + +o [NSE] More VNC updates: Support for VeNCrypt and Tight auth types, output of + authentication sub-types in vnc-info, and all zero-authentication types are + recognized and reported. [Daniel Miller] + +Nmap 7.12 [2016-03-29] + +o [Zenmap] Avoid file corruption in zenmap.conf, reported as files containing + many null ("\x00") characters. Example exceptions: + TypeError: int() argument must be a string or a number, not 'list' + ValueError: unable to parse colour specification + +o [NSE] VNC updates including vnc-brute support for TLS security type and + negotiating a lower RFB version if the server sends an unknown higher + version. [Daniel Miller] + +o [NSE] Added STARTTLS support for VNC, NNTP, and LMTP [Daniel Miller] + +o Added new service probes and match lines for OpenVPN on UDP and TCP. + +Nmap 7.11 [2016-03-22] + +o [NSE][GH#341] Added support for diffie-hellman-group-exchange-* SSH key + exchange methods to ssh2.lua, allowing ssh-hostkey to run on servers that + only support custom Diffie-Hellman groups. [Sergey Khegay] + +o [NSE] Added support in sslcert.lua for Microsoft SQL Server's TDS protocol, + so you can now grab certs with ssl-cert or check ciphers with + ssl-enum-ciphers. [Daniel Miller] + +o [Zenmap] Fix a crash when setting default window geometry: + TypeError: argument of type 'int' is not iterable + +o [Zenmap] Fix a crash when displaying the date from an Nmap XML file due to an + empty or unknown locale: + File "zenmapCore/NmapParser.py", line 627, in get_formatted_date + locale.getpreferredencoding()) + LookupError: unknown encoding: + +o [Zenmap] Fix a crash due to incorrect file paths when installing to + /usr/local prefix. Example: + Exception: File '/home/blah/.zenmap/scan_profile.usp' does not exist or could not be found! + +Nmap 7.10 [2016-03-17] + +o [NSE] Added 12 NSE scripts from 7 authors, bringing the total up to 527! + They are all listed at https://nmap.org/nsedoc/, and the summaries are below + (authors are listed in brackets): + + + [GH#322] http-apache-server-status parses the server status page of + Apache's mod_status. [Eric Gershman] + + + http-vuln-cve2013-6786 detects a XSS and URL redirection vulnerability in + Allegro RomPager web server. Also added a fingerprint for detecting + CVE-2014-4019 to http-fingerprints.lua. [Vlatko Kosturjak] + + + [GH#226] http-vuln-cve2014-3704 detects and exploits the "Drupalgeddon" + pre-auth SQL Injection vulnerability in Drupal. [Mariusz Ziulek] + + + imap-ntlm-info extracts hostname and sometimes OS version from + NTLM-auth-enabled IMAP services. [Justin Cacak] + + + ipv6-multicast-mld-list discovers IPv6 multicast listeners with MLD probes. + The discovery is the same as targets-ipv6-multicast-mld, but the subscribed + addresses are decoded and listed. [Alexandru Geana, Daniel Miller] + + + ms-sql-ntlm-info extracts OS version and sometimes hostname from MS SQL + Server instances via the NTLM challenge message. [Justin Cacak] + + + nntp-ntlm-info extracts hostname and sometimes OS version from + NTLM-auth-enabled NNTP services. [Justin Cacak] + + + pop3-ntlm-info extracts hostname and sometimes OS version from + NTLM-auth-enabled POP3 services. [Justin Cacak] + + + rusers retrieves information about logged-on users from the rusersd RPC + service. [Daniel Miller] + + + [GH#333] shodan-api queries the Shodan API (https://www.shodan.io) and + retrieves open port and service info from their Internet-wide scan data. + [Glenn Wilkinson] + + + smtp-ntlm-info extracts hostname and sometimes OS version from + NTLM-auth-enabled SMTP and submission services. [Justin Cacak] + + + telnet-ntlm-info extracts hostname and sometimes OS version from + NTLM-auth-enabled Telnet services. [Justin Cacak] + +o Updated the OpenSSL shipped with our binary builds (Windows, OS X, and Linux + RPM) to 1.0.2g with SSLv2 enabled. + +o Integrated all of your IPv4 OS fingerprint submissions from October to + January (536 of them). Added 104 fingerprints, bringing the new total to + 5089. Additions include Linux 4.2, more Windows 10, IBM i 7, and more. + Highlights: http://seclists.org/nmap-dev/2016/q1/270 [Daniel Miller] + +o Integrated all of your service/version detection fingerprints submitted from + October to January (508 of them). The signature count went up 2.2% to 10532. + We now detect 1108 protocols, from icy, finger, and rtsp to ipfs, + basestation, and minecraft-pe. Highlights: + http://seclists.org/nmap-dev/2016/q1/271 [Daniel Miller] + +o Integrated all 12 of your IPv6 OS fingerprint submissions from October to + January. The classifier added 3 new groups, including new and expanded groups + for OS X, bringing the new total to 96. Highlights: + http://seclists.org/nmap-dev/2016/q1/273 [Daniel Miller] + +o [NSE] Upgrade to http-form-brute allowing correct handling of token-based + CSRF protections and cookies. Also, a simple database of common login forms + supports Django, Wordpress, MediaWiki, Joomla, and others. [Daniel Miller] + +o [Zenmap] [GH#247] Remember window geometry (position and size) from the + previous time Zenmap was run. [isjing] + +o New service probe for CORBA GIOP (General Inter-ORB Protocol) detection + should elicit a not-found exception from GIOP services that do not respond to + non-GIOP probes. [Quentin Hardy] + +o [GH#284] Fix retrieval of route netmasks on FreeBSD. IPv6 routes were given + /32 netmasks regardless of actual netmask configured, resulting in failed + routing. Reported by Martin Gysi. [Daniel Miller] + +o [GH#272][GH#269] Give option parsing errors after the usage statement, or + avoid printing the usage statement in some cases. The options summary has + grown quite large, requiring users to scroll to the top to see the error + message. [Abhishek Singh] + +o [GH#249][Nsock] Avoid a crash on Windows reported by users using Zenmap's + Slow Comprehensive Scan profile. In the case of unknown OpenSSL errors, + ERR_reason_error_string would return NULL, which could not be printed with + the "%s" format string. Reported by Dan Baxter. [Gisle Vanem, Daniel Miller] + +o [GH#293][Zenmap] Fix a regression in our build that caused copy-and-paste to + not work in Zenmap on Windows. + +o Changed Nmap's idea of reserved and private IP addresses to include + 169.254/16 (RFC3927) and remove 6/8, 7/8, and 55/8 networks. This list, in + libnetutil's isipprivate function, is used to filter -iR randomly generated + targets. The newly-valid address ranges belong to the U.S. Department of + Defense, so users wanting to avoid those ranges should use their own + exclusion lists with --exclude or --exclude-file. [Bill Parker, Daniel + Miller] + +o Allow the -4 option for Nmap to indicate IPv4 address family. This is the + default, and using the option doesn't change anything, but does make it more + explicit which address family you want to scan. Using -4 with -6 is an error. + [Daniel Miller] + +o [GH#265] When provided a verbosity of 0 (-v0), Nmap will not output any text to the + screen. This happens at the time of argument parsing, so the usual meaning of + "verbosity 0" is preserved. [isjing] + +o [NSE][GH#314] Fix naming of SSL2_RC2_128_CBC_WITH_MD5 and + SSL2_RC2_128_CBC_EXPORT40_WITH_MD5 ciphers in sslv2 in order to match the + draft specification from Mozilla. [Bertrand Bonnefoy-Claudet] + +o [NSE][GH#320] Add STARTTLS support to sslv2 to enable SSLv2 detection + against services that are not TLS encrypted by default but that support + post connection upgrade. This will enable more comprehensive detection + of SSLv2 and DROWN (CVE-2016-0800) attack oracles. [Tom Sellers] + +o [NSE][GH#301] Added default credential checks for RICOH Web Image Monitor and + BeEF to http-default-accounts. [nnposter] + +o Properly display Next-hop MTU value from ICMP Type 3 Code 4 Fragmentation + Required messages when tracing packets or in Nping output. Improper offset + meant we were printing the total IP length. [SÅ‚awomir Demeszko] + +o [NSE] Added support for DHCP options "TFTP server name" and "Bootfile name" + to dhcp.lua and enabled checking for options with a code above 61 by default. + [Mike Rykowski] + +o [NSE] whois-ip: Don't request a remote IANA assignments data file when the + local filesystem will not permit the file to cached in a local file. [jah] + +o [NSE] Updated http-php-version hash database to cover all versions from PHP + 4.1.0 to PHP 5.4.45. Based on scans of a few thousand PHP web servers pulled + from Shodan API (https://www.shodan.io/) [Daniel Miller] + +o Use the same ScanProgressMeter for FTP bounce scan (-b) as for the other scan + types, allowing periodic status updates with --stats-every or keypress + events. [Daniel Miller] + +o [GH#274] Use a shorter pcap_select timeout on OpenBSD, just as we do for OS + X, old FreeBSD, and Solaris, which use BPF for packet capture and do not have + properly select-able fds. Fix by OpenBSD port maintainer [David Carlier] + +o Print service info in grepable output for ports which are not listed in + nmap-services when a service tunnel (SSL) is detected. Previously, the + service info ("ssl|unknown") was not printed unless the service inside the + tunnel was positively identified. http://seclists.org/nmap-dev/2015/q4/260 + [Daniel Miller] + +o [NSE] [GH#242] Fix multiple false-positive sources in http-backup-agent. + [Tom Sellers] + +Nmap 7.01 [2015-12-09] + +o Switch to using gtk-mac-bundler and jhbuild for building the OS X installer. + This promises to reduce a lot of the problems we've had with local paths and + dependencies using the py2app and macports build system. [Daniel Miller] + +o The Windows installer is now built with NSIS 2.47 which features LoadLibrary + security hardening to prevent DLL hijacking and other unsafe use of temporary + directories. Thanks to Stefan Kanthak for reporting the issue to NSIS and to + us and the many other projects that use it. + +o Updated the OpenSSL shipped with our binary builds (Windows, OS X, and RPM) + to 1.0.2e. + +o [Zenmap] [GH#235] Fix several failures to launch Zenmap on OS X. The new + build process eliminates these errors: + IOError: [Errno 2] No such file or directory: '/Applications/Zenmap.app/Contents/Resources/etc/pango/pangorc.in' + LSOpenURLsWithRole() failed for the application /Applications/Zenmap.app with error -10810. + +o [NSE] [GH#254] Update the TLSSessionRequest probe in ssl-enum-ciphers to + match the one in nmap-service-probes, which was fixed previously to correct a + length calculation error. [Daniel Miller] + +o [NSE] [GH#251] Correct false positives and unexpected behavior in http-* + scripts which used http.identify_404 to determine when a file was not found + on the target. The function was following redirects, which could be an + indication of a soft-404 response. [Tom Sellers] + +o [NSE] [GH#241] Fix a false-positive in hnap-info when the target responds + with 200 OK to any request. [Tom Sellers] + +o [NSE] [GH#244] Fix an error response in xmlrpc-methods when run against a + non-HTTP service. The expected behavior is no output. [Niklaus Schiess] + +o [NSE] Fix SSN validation function in http-grep, reported by Bruce Barnett. + +Nmap 7.00 [2015-11-19] + +o This is the most important release since Nmap 6.00 back in May 2012! + For a list of the most significant improvements and new features, + see the announcement at: https://nmap.org/7/ + +o [NSE] Added 6 NSE scripts from 6 authors, bringing the total up to 515! + They are all listed at https://nmap.org/nsedoc/, and the summaries are below + (authors are listed in brackets): + + + targets-xml extracts target addresses from previous Nmap XML results files. + [Daniel Miller] + + + [GH#232] ssl-dh-params checks for problems with weak, non-safe, and + export-grade Diffie-Hellman parameters in TLS handshakes. This includes the + LOGJAM vulnerability (CVE-2015-4000). [Jacob Gajek] + + + nje-node-brute does brute-forcing of z/OS JES Network Job Entry node names. + [Soldier of Fortran] + + + ip-https-discover detectings support for Microsoft's IP over HTTPS + tunneling protocol. [Niklaus Schiess] + + + [GH#165] broadcast-sonicwall-discover detects and extracts information from + SonicWall firewalls. [Raphael Hoegger] + + + [GH#38] http-vuln-cve2014-8877 checks for and optionally exploits a + vulnerability in CM Download Manager plugin for Wordpress. [Mariusz Ziulek] + +o [Ncat] [GH#151] [GH#142] New option --no-shutdown prevents Ncat from shutting + down when it reads EOF on stdin. This is the same as traditional netcat's + "-d" option. [Adam Saponara] + +o [NSE] [GH#229] Improve parsing in http.lua for multiple Set-Cookie headers in + a single response. [nnposter] + +Nmap 6.49BETA6 [2015-11-03] + +o Integrated all of your IPv6 OS fingerprint submissions from April to October + (only 9 of them!). We are steadily improving the IPv6 database, but we need + your submissions. The classifier added 3 new groups, bringing the new total + to 93. Highlights: http://seclists.org/nmap-dev/2015/q4/61 [Daniel Miller] + +o Integrated all of your IPv4 OS fingerprint submissions from February to + October (1065 of them). Added 219 fingerprints, bringing the new total to + 4985. Additions include Linux 4.1, Windows 10, OS X 10.11, iOS 9, FreeBSD + 11.0, Android 5.1, and more. Highlights: + http://seclists.org/nmap-dev/2015/q4/60 [Daniel Miller] + +o Integrated all of your service/version detection fingerprints submitted from + February to October (800+ of them). The signature count went up 2.5% to + 10293. We now detect 1089 protocols, from afp, bitcoin, and caldav to + xml-rpc, yiff, and zebra. Highlights: http://seclists.org/nmap-dev/2015/q4/62 + [Daniel Miller] + +o [NSE] Added 10 NSE scripts from 5 authors, bringing the total up to 509! + They are all listed at https://nmap.org/nsedoc/, and the summaries are below + (authors are listed in brackets): + + + knx-gateway-discover and knx-gateway-info scripts gather information from + multicast and unicast KNX gateways, which connect home automation systems + to IP networks. [Niklaus Schiess, Dominik Schneider] + + + http-ls parses web server directory index pages with optional recursion. + [Pierre Lalet] + + + xmlrpc-methods perfoms introspection of xmlrpc services and lists methods + and their descriptions. [Gyanendra Mishra] + + + http-fetch can be used like wget or curl to fetch all files, specific + filenames, or files that match a given pattern. [Gyanendra Mishra] + + + http-svn-enum enumerates users of a Subversion repository by examining + commit logs. [Gyanendra Mishra] + + + http-svn-info requests information from a Subversion repository, similar to + the "svn info" command. [Gyanendra Mishra] + + + hnap-info detects and outputs info for Home Network Administration Protocol + devices. [Gyanendra Mishra] + + + http-webdav-scan detects WebDAV servers and reports allowed methods and + directory listing. [Gyanendra Mishra] + + + tor-consensus-checker checks the target's address with the Tor directory + authorities to determine if a target is a known Tor node. [Jiayi Ye] + +o [NSE] Several scripts have been split, combined, or renamed: + + + [GH#171] smb-check-vulns has been split into: + * smb-vuln-conficker + * smb-vuln-cve2009-3103 + * smb-vuln-ms06-025 + * smb-vuln-ms07-029 + * smb-vuln-regsvc-dos + * smb-vuln-ms08-067 + The scripts now use the vulns library, and the "unsafe" script-arg has been + replaced by putting the scripts into the "dos" category. [Paulino Calderon] + + + http-email-harvest was removed, as the new http-grep does email address + scraping by default. [Gyanendra Mishra] + + + http-drupal-modules was renamed to http-drupal-enum. Extended to enumerate + both themes and modules of Drupal installaions. [Gyanendra Mishra] + +o [Ncat] [GH#193] Fix Ncat listen mode over Unix sockets (named pipes) on OS X. + This was crashing with the error: + Ncat: getnameinfo failed: Undefined error: 0 QUITTING. + Fixed by forcing the name to "localhost" [Michael Wallner] + +o [Zenmap] Fix a crash in Zenmap when using Compare Results: + AttributeError: 'NoneType' object has no attribute 'get_nmap_output' + [Daniel Miller] + +o [NSE] [GH#194] Add support for reading fragmented TLS messages to + ssl-enum-ciphers. [Jacob Gajek] + +o [GH#51] Added IPv6 support to nmap_mass_rdns, improved reverse DNS cache, + and refactored DNS code to improve readability and + extensibility. All in all, this makes the rDNS portion of IPv6 scans + much faster. [Gioacchino Mazzurco] + +o [NSE] Added NTLM brute support to http-brute. [Gyanendra Mishra] + +o [NSE] Added NTLM authentication support to http.lua and a related function to create + an ntlm v2 session response in smbauth.lua. [Gyanendra Mishra] + +o [NSE] [GH#106] Added a new NSE module, ls.lua, for accumulating and + outputting file and directory listings. The afp-ls, nfs-ls, and smb-ls + scripts have been converted to use this module. [Pierre Lalet] + +o [NSE] bacnet-info.nse and s7-info.nse were added to the version category. + [Paulino Calderon] + +o [NSE] Added 124 new identifiers to bacnet-info.nse vendor database. + [Paulino Calderon] + +o [NSE] Fixed bacnet-info.nse to bind to the service port detected + during scan instead of fixed port. [Paulino Calderon] + +o [NSE] Enhanced reporting of elliptic curve names and strengths in + ssl-enum-ciphers. The name of the curve is now reported instead of just "ec" + [Brandon Paulsen] + +o [GH#75] Normalize Makefile targets to use the same verb-project format, e.g. + build-ncat, check-zenmap, install-nping, clean-nsock [Gioacchino Mazzurco] + +o [NSE] Added builtin pattern and multiple pattern search to http-grep. [Gyanendra Mishra] + +o [NSE] http-crossdomainxml is now http-cross-domain-policy and supports client + access policies and uses the new SLAXML parser. [Gyanendra Mishra] + +o [NSE] Added a patch for vulns lib that allows list of tables to be submitted + to fields in the vulns report. [Jacob Gajek] + +o [NSE] Added additional checks for successful PUT request in http-put. + [Oleg Mitrofanov] + +o [NSE] Added an update for http-methods that checks all possible methods not in + Allow or Public header of OPTIONS response. [Gyanendra Mishra] + +o [NSE] Added SLAXML, an XML parser in Lua originally written by Gavin Kistner + (a.k.a. Phrogz). [Gyanendra Mishra] + +o [NSE] [GH#122] Update the snmp-brute and other snmp-* scripts to use the + creds library to store brute-forced snmp community strings. This allows Nmap + to use the correct brute-forced string for each host. [Gioacchino Mazzurco] + +o Several improvements to TLS/SSL detection in nmap-service-probes. A new + probe, TLSSessionReq, and improvements to default SSL ports should help speed + up -sV scans. http://seclists.org/nmap-dev/2015/q2/17 [Daniel Miller] + +o [Nsock] Clean up the API so that nsp_* calls are now nsock_pool_* and nsi_* + are nsock_iod_*. Simplify Nsock SSL init API, and make logging global to the + library instead of associated with a nspool. [Henri Doreau] + +o [GH#181] The configure script now prints a summary of configured options. + Most importantly, it warns if OpenSSL was not found, since most users will + want this library compiled in. [Gioacchino Mazzurco] + +o Define TCP Options for SYN scan in nmap.h instead of literally throughout. + This string is used by p0f and other IDS to detect Nmap scans, so having it a + compile-time option is a step towards better evasion. [Daniel Miller] + +o [GH#51] Nmap's parallel reverse-DNS resolver now handles IPv6 addresses. This + should result in faster -6 scans. The old behavior is available with + --system-dns. [Gioacchino Mazzurco] + +o [NSE] Fix a couple odd bugs in NSE command-line parsing. Most notably, + --script broadcast-* will now work (generally, wildcards with scripts whose + name begins with a category name were not working properly). [Daniel Miller] + +o [NSE] [GH#113] http-form-fuzzer will now stop increasing the size of a + request when an HTTP 413 or 414 error indicates the web server will not + accept a larger request. [Gioacchino Mazzurco] + +o [NSE] [GH#159] Add the ability to tag credentials in the creds library with + freeform text for easy retrieval. This gives necessary granularity to track + credentials to multiple web apps on a single host+port. [Gioacchino Mazzurco] + +Nmap 6.49BETA5 [2015-09-25] + +o Work around a bug which could cause Nmap to hang when running + multiple instances at once on Windows. The actual bug appears to be + in the WinPCAP driver in that it hanges when accessed via + OpenServiceA by multiple processes at once. So for now we have added + a mutex to prevent even multiple Nmap processes from making + concurrent calls to this part of WinPcap. We've received the reports + from multiple users on Windows 8.1 and Windows Server 2012 R2 and + this fix seems to resolve the hang for them. [Daniel Miller] + +o [GH#212][NSE] Fix http.get_url function which was wrongly attempting + non-SSL HTTP requests first when passed https URLs. [jah] + +o [GH#201] Fix Ndiff interpreter path problems in the OS X .dmg + installer which could prevent Ndiff (and the related Zenmap "compare + results" window) from working on OS X in some cases. [Daniel Miller] + +o Fix Nmap's DTD, which did not recognize that the script element + could contain character data when a script returns a number or a + boolean. [Jonathan Daugherty] + +o [GH#172][NSE] Fix reporting of DH parameter sizes by + ssl-enum-ciphers. The number shown was the length in bytes, not bits + as it should have been. Reported by Michael Staruch. [Brandon + Paulsen] + +o Our Windows Nmap packages are now compiled with the older platform + toolset (v120_xp rather than v120) and so they may work with Windows + XP again for the dwindling number of users still on that operating + system. + +o [GH#34] Disable TPACKET_V3 in our included libpcap. This version of + the Linux kernel packet ring API has problems that result in lots of + lost packets. This patch falls back to TPACKET_V2 or earlier + versions if available. [nnposter] + +o [NSE] Check for socket errors in iscsi.lua. This was causing the + iscsi-info script to crash against some services. [Daniel Miller] + +o [NSE] Fix http-useragent-tester, which was using cached HTTP + responses instead of testing new User-Agent strings. [Daniel Miller] + +o Output a warning when deprecated options are used, and suggest the + preferred option. Currently deprecated: -i -o -m -sP -P0 -PN -oM + -sR. The warning is only visible with -v. [Daniel Miller] + +o Add a fatal error for options like -oG- which is interpreted as the + deprecated -o option, outputting to a file named "G-", instead of + the expected behavior of -oG - (Grepable output to stdout). [Daniel + Miller] + +o [GH#196] Fix raw packet sending on FreeBSD 10.0 and later. FreeBSD + changed byte order of the IPv4 stack, so SYN scan and other raw + packet functions were broken. [Edward NapieraÅ‚a] Also reported in + [GH#50] by Olli Hauer. + +o [GH#183] Fix compilation on Visual Studio 2010, which failed with + error: "service_scan.cc(2559): error C2065: 'EOPNOTSUPP' : + undeclared identifier" [Daniel Miller] + +o [GH#115][NSE] ssl-enum-ciphers will still produce output if OpenSSL + (required for certificate parsing) is not available. In cases where + handshake strength depends on the certificate, it will be reported + as "unknown". [jrchamp] + +Nmap 6.49BETA4 [2015-07-06] + +o Fix a hang on OS X in Zenmap's Topology page with error + zenmap_wrapper.py[857]: GError: Couldn't recognize the image file format for file + '/Applications/Zenmap.app/Contents/MacOS/../Resources/share/zenmap/pixmaps/radialnet/padlock.png' + http://seclists.org/nmap-dev/2015/q3/8 [Daniel Miller] + +o Fix a small memory leak for each target specified as a hostname which fails + to resolve. [Daniel Miller] + +o Allow 'make check' to succeed when Nmap is configured without OpenSSL + support. This was broken due to our NSE unittest library expecting to be able + to load every library without error. [Daniel Miller] + +o [NSE] Enable ssl-enum-ciphers to safely scan servers with a long handshake + intolerance issue which resulted in incomplete results when the handshake was + greater than 255 bytes. [Jacob Gajek, Daniel Miller] + +o [Ncat] Fix a write overrun in Ncat that could cause a segfault if the -g + (source route) option was given too many times. [Daniel Miller] + +o [NSE] [GH#168] Allow ssl-enum-ciphers to run on non-typical ports when it is + selected by name. It will now send a service detection probe if the port is + not a typical SSL port and version scan (-sV) was not used. [Daniel Miller] + +Nmap 6.49BETA3 [2015-06-25] + +o [GH#166] Fix Ncat listen mode on Solaris and other platforms where struct sockaddr + does not have a sa_len member. This also affected use of the -p and -s + options. Brandon Haberfeld reported the crash. [Daniel Miller] + +o [GH#164] Fix a Zenmap failure ot open on OS X with the error: + "dyld: Symbol not found: _iconv Referenced from: /usr/lib/libcups.2.dylib" + We had to remove the DYLD_LIBRARY_PATH environment variable from + zenmap_wrapper.py. Reported by Robert Strom. [Daniel Miller] + +o Report our https URL (https://nmap.org) in more places rather than + our non-SSL one. [David Fifield] + +o [NSE] Fix Diffie-Hellman parameter extraction in tls.lua. [Jacob Gajek] + +Nmap 6.49BETA2 [2015-06-16] + +o [GH#154] Fix a crash (assertion error) when Nmap receives an ICMP Host + Unreachable message. + +o [GH#158] Fix a configure failure when Python is not present, but no Python + projects were requested. [Gioacchino Mazzurco] + +o [GH#161] [Zenmap] Fix Zenmap on OS X which was failing with + zipimport.ZipImportError due to architecture mismatch. + +o [NSE] Remove ahbl.org checks from dnsbl.lua, since the service was shut down. + [Forrest B.] + +Nmap 6.49BETA1 [2015-06-03] + +o Integrated all of your IPv4 OS fingerprint submissions from May 2014 to + February 2015 (1900+ of them). Added 281 fingerprints, bringing the new total + to 4766. Addtions include Linux 3.18, Windows 8.1, OS X 10.10, Android 5.0, + FreeBSD 10.1, OpenBSD 5.6, and more. Highlights: + http://seclists.org/nmap-dev/2015/q2/169 [Daniel Miller] + +o Integrated all of your service/version detection fingerprints submitted from + June 2013 to February 2015 (2500+ of them). The signature count soared over + the 10000 mark, a 12% increase. We now detect 1062 protocols, from http, + telnet, and ftp to jute, bgp, and slurm. Highlights: + http://seclists.org/nmap-dev/2015/q2/171 [Daniel Miller] + +o Integrated all of your IPv6 OS fingerprint submissions from June 2013 to + April 2015 (only 97 of them!). We are steadily improving the IPv6 database, + but we need your submissions. The classifier added 9 new groups, bringing the + new total to 90. Highlights: http://seclists.org/nmap-dev/2015/q2/170 [Daniel + Miller] + +o Nmap now has an official bug tracker! We are using Github Issues, which you + can reach from http://issues.nmap.org/. We welcome your bug reports, + enhancement requests, and code submissions via the Issues and Pull Request + features of Github (https://github.com/nmap/nmap), though the repository + itself is just a mirror of our authoritative Subversion repository. + +o [Zenmap] New Chinese-language (zh) translation from Jie Jiang, new Hindi (hi) + translation by Gyanendra Mishra, and updated translations for German (de, + Chris Leick), Italian (it, Jan Reister), Polish (pl, Jacek Wielemborek), and + French (fr, MaZ) + +o Added options --data and --data-string to send custom + payloads in scan packet data. [Jay Bosamiya] + +o --reason is enabled for verbosity > 2, and now includes the TTL of received + packets in Normal output (this was already present in XML) [Jay Bosamiya] + +o Fix ICMP Echo (-PE) host discovery for IPv6, broken since 6.45, caused by + failing to set the ICMP ID for outgoing packets which is used to match + incoming responses. [Andrew Waters] + +o Solve a crash on Windows (reported on Windows 8.1 on Surface Pro 3) caused by + passing a NULL pointer to a WinPcap function that then tries to write an + error message to it. [Peter Malecka] + +o Enhance Nmap's tcpwrapped service detection by using a shorter timeout for + the tcpwrapped designation. This prevents falsely labeling services as + tcpwrapped which merely have a read timeout shorter than 6 seconds. Full + discussion: http://issues.nmap.org/39 [nnposter, Daniel Miller] + +o All nmap.org pages are now available SSL-secured to improve privacy + and ensure your binaries can't be tampered with in transit. So be + sure to download from https://nmap.org/download.html . We will soon + remove the non-SSL version of the site. We still offer GPG-signed + binaries as well: https://nmap.org/book/install.html#inst-integrity + +o [NSE] Added 25 NSE scripts from 17 authors, bringing the total up to 494! + They are all listed at https://nmap.org/nsedoc/, and the summaries are below + (authors are listed in brackets): + + + bacnet-info gets device information from SCADA/ICS devices via BACnet + (Building Automation and Control Networks) [Stephen Hilt, Michael Toecker] + + + docker-version detects and fingerprints Docker [Claudio Criscione] + + + enip-info gets device information from SCADA/ICS devices via EtherNet/IP + [Stephen Hilt] + + + fcrdns performs a Forward-confirmed Reverse DNS lookup and reports + anomalous results. [Daniel Miller] + + + http-avaya-ipoffice-users enumerates users in Avaya IP Office 7.x systems. + [Paulino Calderon] + + + http-cisco-anyconnect gets version and tunnel information from Cisco SSL + VPNs. [Patrik Karlsson] + + + http-crossdomainxml detects overly permissive crossdomain policies and + finds trusted domain names available for purchase. [Paulino Calderon] + + + http-shellshock detects web applications vulnerable to Shellshock + (CVE-2014-6271). [Paulino Calderon] + + + http-vuln-cve2006-3392 exploits a file disclosure vulnerability in Webmin. + [Paul AMAR] + + + http-vuln-cve2014-2126, http-vuln-cve2014-2127, http-vuln-cve2014-2128 and + http-vuln-cve2014-2129 detect specific vulnerabilities in Cisco AnyConnect + SSL VPNs. [Patrik Karlsson] + + + http-vuln-cve2015-1427 detects Elasticsearch servers vulnerable to remote + code execution. [Gyanendra Mishra] + + + http-vuln-cve2015-1635 detects Microsoft Windows systems vulnerable to + MS15-034. [Paulino Calderon] + + + http-vuln-misfortune-cookie detects the "Misfortune Cookie" vulnerability + in Allegro RomPager 4.07, commonly used in SOHO routers for TR-069 access. + [Andrew Orr] + + + http-wordpress-plugins was renamed http-wordpress-enum and extended to + enumerate both plugins and themes of Wordpress installations and their + versions. http-wordpress-enum is now http-wordpress-users. [Paulino Calderon] + + + mikrotik-routeros-brute performs password auditing attacks against + Mikrotik's RouterOS API. [Paulino Calderon] + + + omron-info gets device information from Omron PLCs via the FINS service. + [Stephen Hilt] + + + s7-info gets device information from Siemens PLCs via the S7 service, + tunneled over ISO-TSAP on TCP port 102. [Stephen Hilt] + + + snmp-info gets the enterprise number and other information from the + snmpEngineID in an SNMPv3 response packet. [Daniel Miller] + + + ssl-ccs-injection detects whether a server is vulnerable to the SSL/TLS + CCS Injection vulnerability (CVE-2014-0224) [Claudiu Perta] + + + ssl-poodle detects the POODLE bug in SSLv3 (CVE-2014-3566) [Daniel Miller] + + + supermicro-ipmi-conf exploits Supermicro IPMI/BMC controllers. [Paulino + Calderon] + + + targets-ipv6-map4to6 generates target IPv6 addresses which correspond to + IPv4 addresses mapped within a particular IPv6 subnet. [Raúl Fuentes] + + + targets-ipv6-wordlist generates target IPv6 addresses from a wordlist made + of hexadecimal characters. [Raúl Fuentes] + +o Update our Windows build system to VS 2013 on Windows 8.1. Also, we now build + our included OpenSSL with DEP, ASLR, and SafeSEH enabled. [Daniel Miller] + +o Our OS X installer is now built for a minimum supported version of 10.8 + (Mountain Lion), a much-needed update from 10.5 (Leopard). Additionally, + OpenSSL is now statically linked, allowing us to distribute the latest from + Macports instead of being subjected to the 0.9.8 branch still in use as of + 10.9. [Daniel Miller] + +o Add 2 more ASCII-art configure splash images to be rotated randomly with the + traditional dragon image. New ideas for other images to use here may be sent + to dev@nmap.org. [Jay Bosamiya, Daniel Miller] + +o Solve a crash on Windows (reported on Windows 8.1 on Surface Pro 3) caused by + passing a NULL pointer to a WinPcap function that then tries to write an + error message to it. [Peter Malecka] + +o Fix compilation and several bugs on AIX. [Daniel Miller] + +o Fix a bug in libdnet-stripped on Solaris that resulted in the wrong MAC + address being detected for all interfaces. + http://seclists.org/nmap-dev/2015/q2/1 [Daniel Miller] + +o New features for the IPv6 OS detection engine allow for better classification + of systems: IPv6 guessed initial hop limit (TTL) and ratio of TCP initial + window size to maximum segment size. [Alexandru Geana] + +o [NSE] Rework ssl-enum-ciphers to actually score the strength of the SSL/TLS + handshake, including certificate key size and DH parameters if applicable. + This is similar to Qualys's SSL Labs scanner, and means that we no longer + maintain a list of scores per ciphersuite. [Daniel Miller] + +o [NSE] Improved http-form-brute autodetection and behavior to handle more + unusual-but-valid HTML syntax, non-POST forms, success/failure testing on + HTTP headers, and more. [nnposter] + +o [NSE] Reduce many NSE default timeouts and base them on Nmap's detected + timeouts for those hosts from the port scan phase. Scripts which take timeout + script-args can now handle 's' and 'ms' suffixes, just like Nmap's own + options. [Daniel Miller] + +o [NSE] Remove db2-discover, as its functionality was performed by service + version detection since the broadcast portion was separated into + broadcast-db2-discover. http://seclists.org/nmap-dev/2014/q3/415 [Daniel + Miller] + +o Cache dnet names not found on Windows when enumerating interfaces in the + Windows Registry. Reduces startup times. [Elon Natovich] + +o [NSE] Make smb-ls able to leverage results from smb-enum-shares or list of + shares specified on command line. [Pierre Lalet] + +o [NSE] Fix X509 cert date parsing for dates after 2049. Reported by Teppo + Turtiainen. [Daniel Miller] + +o Handle a bunch of socket errors that can result from odd ICMP Type 3 + Destination Unreachable messages received during service scanning. The crash + reported was "Unexpected error in NSE_TYPE_READ callback. Error code: 92 + (Protocol not available)" [Daniel Miller] + +o Fixed a crash (NULL pointer dereference) in PortList::isTCPwrapped when using + -sV and -O on an unknown service not listed in nmap-services. [Pierre Lalet] + +o Fixed a benign TOCTOU race between stat() and open() in mmapfile(). + Reported by Camille Mougey. [Henri Doreau] + +o Reduce CPU consumption when using nsock poll engine with no registered FD, + by actually calling Poll() for the time until timeout, instead of directly + returning zero and entering the loop again. [Henri Doreau] + +o Change the URI for the fingerprint submitter to its new location at + https://nmap.org/cgi-bin/submit.cgi + +o [NSE] Added a check for Cisco ASA version disclosure, CVE-2014-3398, to + http-enum in the 'security' category [Daniel Miller] + +o Fixed a bug that caused Nmap to fail to find any network interface when a + Prism interface is in monitor mode. The fix was to define the + ARP_HRD_IEEE80211_PRISM header identifier in the libdnet-stripped code. + [Brad Johnson] + +o Added a version probe for Tor. [David Fifield] + +o [NSE] Add support to citrix-enum-apps-xml for reporting if Citrix + published applications in the list are enforcing/requiring the level + of ICA/session data encryption shown in the script result. + [Tom Sellers] + +o [NSE] Updated our Wordpress plugin list to improve the + http-wordpress-enum NSE script. We can now detect 34,077 plugins, + up from 18,570. [Danila Poyarkov] + +o [NSE] Add the signature algorithm that was used to sign the target port's + x509 certificate to the output of ssl-cert.nse [Tom Sellers] + +o [NSE] Fixed a bug in the sslcert.lua library that was triggered against + certain services when version detection was used. [Tom Sellers] + +o [NSE] vulns.Report:make_output() now generates XML structured output + reports automatically. [Paulino Calderon] + +o [NSE] Add port.reason_ttl, host.reason, host.reason_ttl for use in scripts + [Jay Bosamiya] + +o [NSE] If a version script is run by name, nmap.version_intensity() returns + the maximum value (9) for it [Jay Bosamiya] + +o [NSE] shortport.version_port_or_service() takes an optional rarity parameter + now to run only when version intensity > rarity [Jay Bosamiya] + +o [NSE] Added nmap.version_intensity() function so that NSE version scripts + can use the argument to --version-intensity (which can be overridden by the + script arg 'script-intensity') in order to decide whether to run or not + [Jay Bosamiya] + +o Improve OS detection; If a port is detected to be 'tcpwrapped', then it will + not be used for OS detection. This helps in cases where a firewall might be + the port to be 'tcpwrapped' [Jay Bosamiya] + +o [Zenmap] Reduce noise generated in Topology View due to anonymous + hops [Jay Bosamiya] + +o Added option --exclude-ports to Nmap so that some ports can be excluded from + scanning (for example, due to policy) [Jay Bosamiya] + +o [Zenmap] Catch the MemoryError caused in Zenmap due to large Nmap Output, + and display a more helpful error message [Jay Bosamiya] + +o Catch badly named output files (such as those unintentionally caused by + "-oX -sV logfile.xml") [Jay Bosamiya] + +o [Zenmap] Improved NmapParser to increase speed in opening scans. Large scans + now open in seconds instead of hours. [Jay Bosamiya] + +o Modify the included libpcap configure script to disable certain unused + features: bluetooth, usb, usb-can, and dbus sniffing. Dbus support caused a + build problem on CentOS 6.5. [Daniel Miller] + +o Updated the bundled libpcap from 1.2.1 to 1.5.3 [Jay Bosamiya] + +o Correct the Target MAC Address in Nmap's ARP discovery to conform to what IP + stacks in currently popular operating systems use. [Jay Bosamiya] + +o Fixed a bug which caused Nmap to be unable to have any runtime interaction + when called from sudo or from a shell script. [Jay Bosamiya] + +o Improvements to whois-ip.nse: fix an unhandled error when a referred-to + response could not be understood; add a new pattern to recognise a + LACNIC "record not found" type of response and update the way ARIN is + queried. [jah] + +Nmap 6.47 [2014-08-23] + +o Integrated all of your IPv4 OS fingerprint submissions since June 2013 + (2700+ of them). Added 366 fingerprints, bringing the new total to 4485. + Additions include Linux 3.10 - 3.14, iOS 7, OpenBSD 5.4 - 5.5, FreeBSD 9.2, + OS X 10.9, Android 4.3, and more. Many existing fingerprints were improved. + Highlights: http://seclists.org/nmap-dev/2014/q3/325 [Daniel Miller] + +o (Windows, RPMs) Upgraded the included OpenSSL to version 1.0.1i. [Daniel Miller] + +o (Windows) Upgraded the included Python to version 2.7.8. [Daniel Miller] + +o Removed the External Entity Declaration from the DOCTYPE in Nmap's XML. This + was added in 6.45, and resulted in trouble for Nmap XML parsers without + network access, as well as increased traffic to Nmap's servers. The doctype + is now: + + +o [Ndiff] Fixed the installation process on Windows, which was missing the + actual Ndiff Python module since we separated it from the driver script. + [Daniel Miller] + +o [Ndiff] Fixed the ndiff.bat wrapper in the zipfile Windows distribution, + which was giving the error, "\Microsoft was unexpected at this time." See + https://support.microsoft.com/kb/2524009 [Daniel Miller] + +o [Zenmap] Fixed the Zenmap .dmg installer for OS X. Zenmap failed to launch, + producing this error: + Could not import the zenmapGUI.App module: + 'dlopen(/Applications/Zenmap.app/Contents/Resources/lib/python2.6/lib-dynload/glib/_glib.so, 2): + Library not loaded: /Users/david/macports-10.5/lib/libffi.5.dylib\n + Referenced from: + /Applications/Zenmap.app/Contents/Resources/lib/python2.6/lib-dynload/glib/_glib.so\n + Reason: image not found'. + +o [Ncat] Fixed SOCKS5 username/password authentication. The password length was + being written in the wrong place, so authentication could not succeed. + Reported with patch by Pierluigi Vittori. + +o Avoid formatting NULL as "%s" when running nmap --iflist. GNU libc converts + this to the string "(null)", but it caused segfault on Solaris. [Daniel Miller] + +o [Zenmap][Ndiff] Avoid crashing when users have the antiquated PyXML package + installed. Python tries to be nice and loads it when we import xml, but it + isn't compatible. Instead, we force Python to use the standard library xml + module. [Daniel Miller] + +o Handle ICMP admin-prohibited messages when doing service version detection. + Crash reported by Nathan Stocks was: Unexpected error in NSE_TYPE_READ + callback. Error code: 101 (Network is unreachable) [David Fifield] + +o [NSE] Fix a bug causing http.head to not honor redirects. [Patrik Karlsson] + +o [Zenmap] Fix a bug in DiffViewer causing this crash: + TypeError: GtkTextBuffer.set_text() argument 1 must be string or read-only + buffer, not NmapParserSAX + Crash happened when trying to compare two scans within Zenmap. [Daniel Miller] + +Nmap 6.46 [2014-04-18] + +o [NSE] Made numerous improvements to ssl-heartbleed to provide + more reliable detection of the vulnerability. + +o [Zenmap] Fixed a bug which caused this crash message: + IOError: [Errno socket error] [Errno 10060] A connection attempt failed + because the connected party did not properly respond after a period of + time, or established connection failed because connected host has + failed to + respond + The bug was caused by us adding a DOCTYPE definition to Nmap's XML + output which caused Python's XML parser to try and fetch the DTD + every time it parses an XML file. We now override that DTD-fetching + behavior. [Daniel Miller] + +o [NSE] Fix some bugs which could cause snmp-ios-config and + snmp-sysdescr scripts to crash + (http://seclists.org/nmap-dev/2014/q2/120) [Patrik Karlsson] + +o [NSE] Improved performance of citrix.lua library when handling large XML + responses containing application lists. [Tom Sellers] + +Nmap 6.45 [2014-04-11] + +o Idle scan now supports IPv6. IPv6 packets don't usually come with + fragments identifiers like IPv4 packets do, so new techniques had to + be developed to make idle scan possible. The implementation is by + Mathias Morbitzer, who made it the subject of his master's thesis. + +o When doing a ping scan (-sn), the --open option will prevent down hosts from + being shown when -v is specified. This aligns with similar output for other + scan types. [Daniel Miller] + +o Fixed some syntax problems in nmap-os-db that were caused by some automated + merging of fingerprints (http://seclists.org/nmap-dev/2013/q4/68) [Daniel + Miller] + +o New service probes and fingerprints for Quake1, TeamSpeak3, xmlsysd, + Freelancer game server, All-Seeing Eye, AndroMouse, and AirHD. + +o Update included WinPcap to version 4.1.3 [Rob Nicholls] + +o [NSE] Convert many more scripts to emit structured XML output + (https://nmap.org/book/nse-api.html#nse-structured-output) [Daniel Miller] + +o [NSE] Added 24 NSE scripts from 12 authors, bringing the total up to 470. + They are all listed at https://nmap.org/nsedoc/, and the summaries are + below (authors are listed in brackets): + + + allseeingeye-info gathers information from games using this query protocol. + A version detection probe was also added. [Marin Maržić] + + + freelancer-info gathers information about the Freelancer game server. Also + added a related version detection probe and UDP protocol payload for + detecting the service. [Marin Maržić] + + + http-csrf detects Cross Site Request Forgeries (CSRF) vulnerabilities by + searching for CSRF tokens in HTML forms. [George Chatzisofroniou] + + + http-devframework finds out the technology behind the target website based + on HTTP headers, static URLs, and other content and resources. [George + Chatzisofroniou] + + + http-dlink-backdoor detects DLink routers with firmware backdoor allowing + admin access over HTTP interface. [Patrik Karlsson] + + + http-dombased-xss finds potential DOM-based Cross-site Scripting (XSS) + vulnerabilities by searching for specific patterns in JavaScript resources. + [George Chatzisofroniou] + + + http-errors crawls for URIs that return error status codes (HTTP 400 and + above). [George Chatzisofroniou] + + + http-feed crawls a web site for Atom and RSS feeds. [George Chatzisofroniou] + + + http-iis-short-name-brute detects Microsoft IIS servers vulnerable to a + file/folder name disclosure and a denial of service vulnerability. The + script obtains the "shortnames" of the files and folders in the webroot + folder. [Paulino Calderon] + + + http-mobileversion-checker checks for mobile versions of web pages by + setting an Android User-Agent header and checking for HTTP redirects. + [George Chatzisofroniou] + + + http-ntlm-info gets server information from Web servers that require NTLM + authentication. [Justin Cacak] + + + http-referer-checker finds JavaScript resources that are included from other + domains, increasing a website's attack surface. [George Chatzisofroniou] + + + http-server-header grabs the Server header as a last-ditch effort to get a + software version. This can't be done as a softmatch because of the need to + match non-HTTP services that obey some HTTP requests. [Daniel Miller] + + + http-useragent-tester checks for sites that redirect common Web spider + User-Agents to a different page than browsers get. [George Chatzisofroniou] + + + http-vuln-cve2013-7091 (released as http-vuln-zimbra-lfi) looks for + CVE-2013-7091, a LFI vulnerability in Zimbra. [Paul AMAR, Ron Bowes] + + + http-xssed searches the xssed.com database of Cross-site Scripting + vulnerabilities for previously-reported XSS vulnerabilities in the target. + [George Chatzisofroniou] + + + qconn-exec tests the QNX QCONN service for remote command execution. + [Brendan Coles] + + + quake1-info retrieves server and player information from Quake 1 game + servers. Reports potential DoS amplification factor. [Ulrik Haugen] + + + rfc868-time gets the date and time from an RFC 868 Time server. [Daniel + Miller] + + + ssl-heartbleed detects the Heartbleed bug in OpenSSL CVE-2014-0160 [Patrik + Karlsson] + + + sstp-discover discovers Microsoft's Secure Socket Tunnelling Protocol + (http://msdn.microsoft.com/en-us/library/cc247338.aspx) [Niklaus Schiess] + + + unittest runs unit tests found in NSE libraries. The corresponding + unittest.lua library has examples. Run `nmap --script=unittest + --script-args=unittest.run -d` to run the tests. [Daniel Miller] + + + weblogic-t3-info detects the T3 RMI protocol used by Oracle/BEA Weblogic + and extracts the Weblogic version. [Alessandro Zanni, Daniel Miller] + + + whois-ip and whois-domain replace the whois script, which previously could + only collect whois info for IP addresses. [George Chatzisofroniou] + +o [NSE] Fixed an error-handling bug in socks-open-proxy that caused it to fail + when scanning a SOCKS4-only proxy. Reported on IRC by Husky. [Daniel Miller] + +o [NSE] Improved ntp-info script to handle underscores in returned + data. [nnposter] + +o [NSE] Add unicode library for decoding and encoding UTF-8, UTF-16, CP437 and + other character sets to Unicode code points. Scripts that previously just + added or skipped nulls in UTF-16 data can use this to support non-ASCII + characters. [Daniel Miller] + +o Significant code and documentation cleanup effort, fixing file encodings, + trailing whitespace, indentation, spelling mistakes, NSEdoc formatting + issues, PEP 8 compliance for Python, deprecation cleanup under python -3, + cleanup of warnings from LLVM's AddressSanitizer. [Daniel Miller] + +o [Ncat] Added support for socks5 and corresponding regression tests. + [Marek Lukaszuk, Petr Stodulka] + +o Added TCP support to dns.lua. [John Bond] + +o Added safe fd_set operations. This makes nmap fail gracefully instead of + crashing when the number of file descriptors grows over FD_SETSIZE. Jacek + Wielemborek reported the crash. [Henri Doreau] + +o [NSE] Added tls library for functions related to SSLv3 and TLS messages. + Existing ssl-enum-ciphers, ssl-date, and tls-nextprotoneg scripts were + updated to use this library. [Daniel Miller] + +o Added NSE and Zenmap unit tests to "make check" [Daniel Miller] + +o [NSE] Enable http-enum to use the large Nikto fingerprint database at runtime + if provided by the user. For licensing reasons, we do not distribute this + database, but the integration effort has the blessing of the Nikto folks. + [George Chatzisofroniou] + +o Updated bundled liblua from 5.2.2 to 5.2.3 (bugfix release) [Daniel Miller] + +o Added version detection signatures and probes for a bunch of Android + remote mouse/keyboard servers, including AndroMouse, AirHID, + Wifi-mouse, and RemoteMouse. [Paul Hemberger] + +o [Ncat] Fixed compilation when --without-liblua is specified in + configure (an #include needed an ifdef guard). [Quentin Glidic] + +o Fixed a bug in libdnet with handling interfaces with AF_LINK addresses on + FreeBSD >9 reported by idwer on IRC. Likely affected other *BSDs. Handled by + skipping these non-network addresses. [Daniel Miller] + +o Fixed a bug with UDP checksum calculation. When the UDP checksum is zero + (0x0000), it must be transmitted as 1's-complement -0 (0xffff) to avoid + ambiguity with +0, which indicates no checksum was calculated. This affected + UDP on IPv4 only. Reported by Michael Weber. [Daniel Miller] + +o [NSE] Removed a fixed value (28428) which was being set for the Request ID in + the snmpWalk library function; a value based on nmap.clock_ms will now be set + instead. [jah] + +o The ICMP ID of ICMP probes is now matched against the sent ICMP ID, + to reduce the chance of false matches. Patch by Chris Johnson. + +o [NSE] Made telnet-brute support multiple parallel guessing threads, + reuse connections, and support password-only logins. [nnposter] + +o [NSE] Made the table returned by ssh1.fetch_host_key contain a "key" + element, like that of ssh2.fetch_host_key. This fixed a crash in the + ssh-hostkey script reported by Dan Farmer and Florian Pelgrim. The + "key" element of ssh2.fetch_host_key now is base64-encoded, to match + the format used by the known_hosts file. [David Fifield] + +o [Nsock] Handle timers and timeouts via a priority queue (using a heap) + for improved performance. Nsock now only iterates over events which are + completed or expired instead of inspecting the entire event set at each + iteration. [Henri Doreau] + +o [NSE] Update dns-cache-snoop script to use a new list of top 50 + domains rather than a 2010 list. [Nicolle Neulist] + +o [Zenmap] Fixed a crash that would happen when you entered a search + term starting with a colon: "AttributeError: + 'FilteredNetworkInventory' object has no attribute 'match_'". + Reported by Kris Paernell. [David Fifield] + +o [Ncat] Added NCAT_PROTO, NCAT_REMOTE_ADDR, NCAT_REMOTE_PORT, NCAT_LOCAL_ADDR + and NCAT_LOCAL_PORT environment variables being set in all --*-exec child + processes. + +Nmap 6.40 [2013-07-29] + +o [Ncat] Added --lua-exec. This feature is basically the equivalent of 'ncat + --sh-exec "lua "' and allows you to run Lua scripts with Ncat, + redirecting all stdin and stdout operations to the socket connection. See + https://nmap.org/book/ncat-man-command-options.html [Jacek Wielemborek] + +o Integrated all of your IPv4 OS fingerprint submissions since January + (1,300 of them). Added 91 fingerprints, bringing the new total to 4,118. + Additions include Linux 3.7, iOS 6.1, OpenBSD 5.3, AIX 7.1, and more. + Many existing fingerprints were improved. Highlights: + http://seclists.org/nmap-dev/2013/q2/518. [David Fifield] + +o Integrated all of your service/version detection fingerprints submitted + since January (737 of them)! Our signature count jumped by 273 to 8,979. + We still detect 897 protocols, from extremely popular ones like http, ssh, + smtp and imap to the more obscure airdroid, gopher-proxy, and + enemyterritory. Highlights: + http://seclists.org/nmap-dev/2013/q3/80. [David Fifield] + +o Integrated your latest IPv6 OS submissions and corrections. We're still + low on IPv6 fingerprints, so please scan any IPv6 systems you own or + administer and submit them to https://nmap.org/submit/. Both new + fingerprints (if Nmap doesn't find a good match) and corrections (if Nmap + guesses wrong) are useful. [David Fifield] + +o [Nsock] Added initial proxy support to Nsock. Nmap version detection + and NSE can now establish TCP connections through chains of one or + more CONNECT or SOCKS4 proxies. Use the Nmap --proxies option with a + chain of one or more proxies as the argument (example: + http://localhost:8080,socks4://someproxy.example.com). Note that + only version detection and NSE are supported so far (no port + scanning or host discovery), and there are other limitations + described in the man page. [Henri Doreau] + +o [NSE] Added 14 NSE scripts from 6 authors, bringing the total up to 446. + They are all listed at https://nmap.org/nsedoc/, and the summaries are + below (authors are listed in brackets): + + + hostmap-ip2hosts finds hostnames that resolve to the target's IP address + by querying the online database at http://www.ip2hosts.com (uses Bing + search results) [Paulino Calderon] + + + http-adobe-coldfusion-apsa1301 attempts to exploit an authentication + bypass vulnerability in Adobe Coldfusion servers (APSA13-01: + http://www.adobe.com/support/security/advisories/apsa13-01.html) to + retrieve a valid administrator's session cookie. [Paulino Calderon] + + + http-coldfusion-subzero attempts to retrieve version, absolute path of + administration panel and the file 'password.properties' from vulnerable + installations of ColdFusion 9 and 10. [Paulino Calderon] + + + http-comments-displayer extracts and outputs HTML and JavaScript + comments from HTTP responses. [George Chatzisofroniou] + + + http-fileupload-exploiter exploits insecure file upload forms in web + applications using various techniques like changing the Content-type + header or creating valid image files containing the payload in the + comment. [George Chatzisofroniou] + + + http-phpmyadmin-dir-traversal exploits a directory traversal + vulnerability in phpMyAdmin 2.6.4-pl1 (and possibly other versions) to + retrieve remote files on the web server. [Alexey Meshcheryakov] + + + http-stored-xss posts specially crafted strings to every form it + encounters and then searches through the website for those strings to + determine whether the payloads were successful. [George Chatzisofroniou] + + + http-vuln-cve2013-0156 detects Ruby on Rails servers vulnerable to + object injection, remote command executions and denial of service + attacks. (CVE-2013-0156) [Paulino Calderon] + + + ike-version obtains information (such as vendor and device type where + available) from an IKE service by sending four packets to the host. + This scripts tests with both Main and Aggressive Mode and sends multiple + transforms per request. [Jesper Kueckelhahn] + + + murmur-version detects the Murmur service (server for the Mumble voice + communication client) versions 1.2.X. [Marin Maržić] + + + mysql-enum performs valid-user enumeration against MySQL server using a + bug discovered and published by Kingcope + (http://seclists.org/fulldisclosure/2012/Dec/9). [Aleksandar Nikolic] + + + teamspeak2-version detects the TeamSpeak 2 voice communication server + and attempts to determine version and configuration information. [Marin + Maržić] + + + ventrilo-info detects the Ventrilo voice communication server service + versions 2.1.2 and above and tries to determine version and + configuration information. [Marin Maržić] + +o Updated the Nmap license agreement to close some loopholes and stop some + abusers. It's particularly targeted at companies which distribute + malware-laden Nmap installers as we caught Download.com doing last + year--http://insecure.org/news/download-com-fiasco.html . The updated + license is in the all the normal places, including + https://svn.nmap.org/nmap/COPYING. + +o [NSE][SECURITY] Oops, there was a vulnerability in one of our 437 NSE scripts. If + you ran the (fortunately non-default) http-domino-enum-passwords script + with the (fortunately also non-default) domino-enum-passwords.idpath + parameter against a malicious server, it could cause an arbitrarily named + file to to be written to the client system. Thanks to Trustwave researcher + Piotr Duszynski for discovering and reporting the problem. We've fixed + that script, and also updated several other scripts to use a new + stdnse.filename_escape function for extra safety. This breaks our record + of never having a vulnerability in the 16 years that Nmap has existed, but + that's still a fairly good run! [David, Fyodor] + +o Unicast CIDR-style IPv6 range scanning is now supported, so you can + specify targets such as en.wikipedia.org/120. Obviously it will take ages + if you specify a huge space. For example, a /64 contains + 18,446,744,073,709,551,616 addresses. [David Fifield] + +o It's now possible to mix IPv4 range notation with CIDR netmasks in target + specifications. For example, 192.168-170.4-100,200.5/16 is effectively the + same as 192.168.168-170.0-255.0-255. [David Fifield] + +o Timeout script-args are now standardized to use the timespec that Nmap's + command-line arguments take (5s, 5000ms, 1h, etc.). Some scripts that + previously took an integer number of milliseconds will now treat that as a + number of seconds if not explicitly denoted as ms. [Daniel Miller] + +o Nmap may now partially rearrange its target list for more efficient + host groups. Previously, a single target with a different interface, + or with an IP address the same as a that of a target already in the + group, would cause the group to be broken off at whatever size it + was. Now, we buffer a small number of such targets, and keep looking + through the input for more targets to fill out the current group. + [David Fifield] + +o [Ncat] The -i option (idle timeout) now works in listen mode as well as + connect mode. [Tomas Hozza] + +o [Ncat] Ncat now support chained certificates with the --ssl-cert + option. [Greg Bailey] + +o [Nping] Nping now checks for a matching ICMP ID on echo replies, to avoid + receiving crosstalk from other ping programs running at the same + time. [David Fifield] + +o [NSE] The ipOps.isPrivate library now considers the deprecated site-local + prefix fec0::/10 to be private. [Marek Majkowski] + +o Nmap's routing table is now sorted first by netmask, then by metric. + Previously it was the other way around, which could cause a very general + route with a low metric to be preferred over a specific route with a + higher metric. + +o Routes are now sorted to prefer those with a lower metric. Retrieval of + metrics is supported only on Linux and Windows. [David Fifield] + +o Fixed a byte-ordering problem on little-endian architectures when doing + idle scan with a zombie that uses broken ID increments. [David Fifield] + +o Stop parsing TCP options after reaching EOL in libnetutil. Bug reported by + Gustavo Moreira. [Henri Doreau] + +o [NSE] The dns-ip6-arpa-scan script now optionally accepts "/" syntax for a + network mask. Based on a patch by Indula Nayanamith. + +o [Ncat] Reduced the default --max-conns limit from 100 to 60 on Windows, to + stay within platform limitations. Suggested by Andrey Olkhin. + +o Fixed IPv6 routing table alignment on NetBSD. + +o Fixed our NSEDoc system so the author field uses UTF-8 and we can spell + people's name properly, even if they use crazy non-ASCII characters like + Marin Maržić. [David Fifield] + +o UDP protocol payloads were added for detecting the Murmer service (a + server for the Mumble voice communication client) and TeamSpeak 2 VoIP + software. + +o [NSE] Added http-phpmyadmin-dir-traversal by Alexey Meshcheryakov. + +o Updated libdnet to not SIOCIFNETMASK before SIOCIFADDR on OpenBSD. This + was reported to break on -current as of May 2013. [Giovanni Bechis] + +o Fixed address matching for SCTP (-PY) ping. [Marin Maržić] + +o Removed some non-ANSI-C strftime format strings ("%F") and + locale-dependent formats ("%c") from NSE scripts and libraries. + C99-specified %F was noticed by Alex Weber. [Daniel Miller] + +o [Zenmap] Improved internationalization support: + + Added Polish translation by Jacek Wielemborek. + + Updated the Italian translation. [Giacomo] + +o [Zenmap] Fixed internationalization files. Running in a language other + than the default English would result in the error "ValueError: too many + values to unpack". [David Fifield] + +o [NSE] Updated the included Liblua from version 5.2.1 to 5.2.2. [Patrick + Donnelly] + +o [Nsock] Added a minimal regression test suite for Nsock. [Henri Doreau] + +o [NSE] Updated the redis-brute and redis-info scripts to work against the + latest versions of redis server. [Henri Doreau] + +o [Ncat] Fixed errors in connecting to IPv6 proxies. [Joachim Henke] + +o [NSE] Updated hostmap-bfk to work with the latest version of their website + (bfk.de). [Paulino Calderon] + +o [NSE] Added XML structured output support to: + + xmpp-info, irc-info, sslv2, address-info [Daniel Miller] + + hostmap-bfk, hostmap-robtex, hostmap-ip2hosts. [Paulino Calderon] + + http-git.nse. [Alex Weber] + +o Added new service probes for: + + Erlang distribution nodes [Michael Schierl] + + Minecraft servers. [Eric Davisson] + + Hazelcast data grid. [Pavel Kankovsky] + +o [NSE] Rewrote telnet-brute for better compatibility with a variety of + telnet servers. [nnposter] + +o Fixed a regression that changed the number of delimiters in machine + output. [Daniel Miller] + +o Fixed a regression in broadcast-dropbox-listener which prevented it from + producing output. [Daniel Miller] + +o Handle ICMP type 11 (Time Exceeded) responses to port scan probes. Ports + will be reported as "filtered", to be consistent with existing Connect + scan results, and will have a reason of time-exceeded. DiabloHorn + reported this issue via IRC. [Daniel Miller] + +o Add new decoders (BROWSER, DHCP6 and LLMNR) to broadcast-listener and + changed output of some of the decoders slightly. [Patrik Karlsson] + +o The list of name servers on Windows now ignores those from inactive + interfaces. [David Fifield] + +o Namespace the pipes used to communicate with subprocesses by PID, to avoid + multiple instances of Ncat from interfering with each other. Patch by + Andrey Olkhin. + +o [NSE] Changed ip-geolocation-geoplugin to use the web service's new output + format. Reported by Robin Wood. + +o Limited the number of open sockets in ultra_scan to FD_SETSIZE. Very fast + connect scans could write past the end of an fd_set and cause a variety of + crashes: + nmap: scan_engine.cc:978: bool ConnectScanInfo::clearSD(int): Assertion `numSDs > 0' failed. + select failed in do_one_select_round(): Bad file descriptor (9) + [David Fifield] + +o Fixed a bug that prevented Nmap from finding any interfaces when one of + them had the type ARP_HDR_APPLETALK; this was the case for AppleTalk + interfaces. However, This support is not complete since AppleTalk + interfaces use different size hardware addresses than Ethernet. Nmap IP + level scans should work without any problem, please refer to the + '--send-ip' switch and to the following thread: + http://seclists.org/nmap-dev/2013/q1/214. This bug was reported by Steven + Gregory Johnson. [Daniel Miller] + +o [Nping] Nping on Windows now skips localhost targets for privileged pings + on (with an error message) because those generally don't work. [David + Fifield] + +o [Ncat] Ncat now keeps running in connect mode after receiving EOF from the + remote socket, unless --recv-only is in effect. [Tomas Hozza] + +o Packet trace of ICMP packets now include the ICMP ID and sequence number + by default. [David Fifield] + +o [NSE] Fixed various NSEDoc bugs found by David Matousek. + +o [Zenmap] Zenmap now understands the NMAP_PRIVILEGED and NMAP_UNPRIVILEGED + environment variables. [Tyler Wagner] + +o Added an ncat_assert macro. This is similar to assert(), but remains even + if NDEBUG is defined. Replaced all Ncat asserts with this. We also moved + operation with side effects outside of asserts as yet another layer of + bug-prevention [David Fifield]. + +o Added nmap-fo.xsl, contributed by Tilik Ammon. This converts Nmap XML into + XSL-FO, which can be converted into PDF using tools suck as Apache FOP. + +o Increased the number of slack file descriptors not used during connect + scan. Previously, the calculation did not consider the descriptors used by + various open log files. Connect scans using a lot of sockets could fail + with the message "Socket creation in sendConnectScanProbe: Too many open + files". [David Fifield] + +o Changed the --webxml XSL stylesheet to point to the new location of + nmap.xsl in the new repository (https://svn.nmap.org/nmap/docs/nmap.xsl). + It still may not work in web browsers due to same origin policy (see + http://seclists.org/nmap-dev/2013/q1/58). [David Fifield, Simon John] + +o [NSE] The vulnerability library can now preserve vulnerability information + across multiple ports of the same host. The bug was reported by + iphelix. [Djalal Harouni] + +o Removed the undocumented -q option, which renamed the nmap process to + something like "pine". + +o Moved the Japanese man page from man1/jp to man1/ja. JP is a country code + while JA is a language code. Reported by Christian Neukirchen. + +o [Nsock] Reworked the logging infrastructure to make it more flexible and + consistent. Updated Nmap, Nping and Ncat accordingly. Nsock log level can + now be adjusted at runtime by pressing d/D in nmap. [Henri Doreau, David + Fifield] + +o [NSE] Fixed scripts using unconnected UDP sockets. The bug was reported by + Dhiru Kholia at http://seclists.org/nmap-dev/2012/q4/422. [David Fifield] + +o Made some changes to Ndiff to reduce parsing time when dealing with large + Nmap XML output files. [Henri Doreau] + +o Clean up the source code a bit to resolve some false positive issues + identified by the Parfait static code analysis program. Oracle apparently + runs this on programs (including Nmap) that they ship with Solaris. See + http://seclists.org/nmap-dev/2012/q4/504. [David Fifield] + +o [Zenmap] Fixed a crash that could be caused by opening the About dialog, + using the window manager to close it, and opening it again. This was + reported by Yashartha Chaturvedi and Jordan Schroeder. [David Fifield] + +o [Ncat] Made test-addrset.sh exit with nonzero status if any tests + fail. This in turn causes "make check" to fail if any tests fail. + [Andreas Stieger] + +o Fixed compilation with --without-liblua. The bug was reported by Rick + Farina, Nikos Chantziaras, and Alex Turbov. [David Fifield] + +o Fixed CRC32c calculation (as used in SCTP scans) on 64-bit + platforms. [Pontus Andersson] + +o [NSE] Added multicast group name output to + broadcast-igmp-discovery.nse. [Vasily Kulikov] + +o [NSE] Added new fingerprints for http-enum: Sitecore, Moodle, typo3, + SquirrelMail, RoundCube. [Jesper Kückelhahn] + +Nmap 6.25 [2012-11-29] + +o [NSE] Added CPE to smb-os-discovery output. + +o [Ncat] Fixed the printing of warning messages for large arguments to + the -i and -w options. [Michal Hlavinka] + +o [Ncat] Shut down the write part of connected sockets in listen mode + when stdin hits EOF, just as was already done in connect mode. + [Michal Hlavinka] + +o [Zenmap] Removed a crashing error that could happen when canceling a + "Print to File" on Windows: + Traceback (most recent call last): + File "zenmapGUI\MainWindow.pyo", line 831, in _print_cb + File "zenmapGUI\Print.pyo", line 156, in run_print_operation + GError: Error from StartDoc + This bug was reported by Imre Adácsi. [David Fifield] + +o Added some new checks for failed library calls. [Bill Parker] + +Nmap 6.20BETA1 [2012-11-16] + +o Integrated all of your IPv4 OS fingerprint submissions since January + (more than 3,000 of them). Added 373 fingerprints, bringing the new + total to 3,946. Additions include Linux 3.6, Windows 8, Windows + Server 2012, Mac OS X 10.8, and a ton of new WAPs, printers, + routers, and other devices--including our first IP-enabled doorbell! + Many existing fingerprints were improved. [David Fifield] + +o Integrated all of your service/version detection fingerprints + submitted since January (more than 1,500)! Our signature + count jumped by more than 400 to 8,645. We now detect 897 + protocols, from extremely popular ones like http, ssh, smtp and imap + to the more obscure airdroid, gopher-proxy, and + enemyterritory. [David Fifield] + +o Integrated your latest IPv6 OS submissions and corrections. We're + still low on IPv6 fingerprints, so please scan any IPv6 systems you + own or administer and submit them to https://nmap.org/submit/. Both + new fingerprints (if Nmap doesn't find a good match) and corrections + (if Nmap guesses wrong) are useful. + +o Enabled support for IPv6 traceroute using UDP, SCTP, and IPProto + (Next Header) probes. Previously, only TCP and ICMP were + supported. [David Fifield] + +o Scripts can now return a structured name-value table so that results + are query-able from XML output. Scripts can return a string as + before, or a table, or a table and a string. In this last case, the + table will go to XML output and the string will go to screen output. + See https://nmap.org/book/nse-api.html#nse-structured-output [Daniel + Miller, David Fifield, Patrick Donnelly] + +o [Nsock] Added new poll and kqueue I/O engines for improved + performance on Windows and BSD-based systems including Mac OS X. + These are in addition to the epoll engine (used on Linux) and the + classic select engine fallback for other system. [Henri Doreau] + +o [Ncat] Added support for Unix domain sockets. The new -U and + --unixsock options activate this mode. These provide compatibility + with Hobbit's original Netcat. [Tomas Hozza] + +o Moved some Windows dependencies, including OpenSSL, libsvn, and the + vcredist files, into a new public Subversion directory + /nmap-mswin32-aux and moved it out of the source tarball. This + reduces the compressed tarball size from 22 MB to 8 MB and similarly + reduces the bandwidth and storage required for an svn checkout. + Folks who build Nmap on Windows will need to check out + /nmap-mswin32-aux along with /nmap as described at + https://nmap.org/book/inst-windows.html#inst-win-source. + +o Many of the great features in this release were created by college + and grad students generously sponsored by Google's Summer of Code + program. Thanks, Google Open Source Department! This year's team + of five developers is introduced at + http://seclists.org/nmap-dev/2012/q2/204 and their successes + documented at http://seclists.org/nmap-dev/2012/q4/138 + +o [NSE] Replaced old RPC grinder (RPC enumeration, performed as part + of version detection when a port seems to run a SunRPC service) with + a faster and easier to maintain NSE-based implementation. This also + allowed us to remove the crufty old pos_scan scan engine. [Hani + Benhabiles] + +o Updated our Nmap Scripting Engine to use Lua 5.2 (and then 5.2.1) + rather than 5.1. See http://seclists.org/nmap-dev/2012/q2/34 for + details. [Patrick Donnelly] + +o [NSE] Added 85(!) NSE scripts, bringing the total up to 433. They + are all listed at https://nmap.org/nsedoc/, and the summaries are + below (authors are listed in brackets): + + + ajp-auth retrieves the authentication scheme and realm of an AJP + service (Apache JServ Protocol) that requires authentication. The + Apache JServ Protocol is commonly used by web servers to + communicate with back-end Java application server + containers. [Patrik Karlsson] + + + ajp-brute performs brute force passwords auditing against the + Apache JServ protocol. [Patrik Karlsson] + + + ajp-headers performs a HEAD or GET request against either the root + directory or any optional directory of an Apache JServ Protocol + server and returns the server response headers. [Patrik Karlsson] + + + ajp-methods discovers which options are supported by the AJP + (Apache JServ Protocol) server by sending an OPTIONS request and + lists potentially risky methods. [Patrik Karlsson] + + + ajp-request requests a URI over the Apache JServ Protocol and + displays the result (or stores it in a file). Different AJP + methods such as; GET, HEAD, TRACE, PUT or DELETE may be + used. [Patrik Karlsson] + + + bjnp-discover retrieves printer or scanner information from a + remote device supporting the BJNP protocol. The protocol is known + to be supported by network based Canon devices. [Patrik Karlsson] + + + broadcast-ataoe-discover discovers servers supporting the ATA over + Ethernet protocol. ATA over Ethernet is an ethernet protocol + developed by the Brantley Coile Company and allows for simple, + high-performance access to SATA drives over Ethernet. [Patrik + Karlsson] + + + broadcast-bjnp-discover attempts to discover Canon devices + (Printers/Scanners) supporting the BJNP protocol by sending BJNP + Discover requests to the network broadcast address for both ports + associated with the protocol. [Patrik Karlsson] + + + broadcast-eigrp-discovery performs network discovery and routing + information gathering through Cisco's EIGRP protocol. [Hani + Benhabiles] + + + broadcast-igmp-discovery discovers targets that have IGMP + Multicast memberships and grabs interesting information. [Hani + Benhabiles] + + + broadcast-pim-discovery discovers routers that are running PIM + (Protocol Independent Multicast). [Hani Benhabiles] + + + broadcast-tellstick-discover discovers Telldus Technologies + TellStickNet devices on the LAN. The Telldus TellStick is used to + wirelessly control electric devices such as lights, dimmers and + electric outlets. [Patrik Karlsson] + + + cassandra-brute performs brute force password auditing against the + Cassandra database. [Vlatko Kosturjak] + + + cassandra-info attempts to get basic info and server status from a + Cassandra database. [Vlatko Kosturjak] + + + cups-info lists printers managed by the CUPS printing + service. [Patrik Karlsson] + + + cups-queue-info Lists currently queued print jobs of the remote + CUPS service grouped by printer. [Patrik Karlsson] + + + dict-info Connects to a dictionary server using the DICT protocol, + runs the SHOW SERVER command, and displays the result. [Patrik + Karlsson] + + + distcc-cve2004-2687 detects and exploits a remote code execution + vulnerability in the distributed compiler daemon distcc. [Patrik + Karlsson] + + + dns-check-zone checks DNS zone configuration against best + practices, including RFC 1912. The configuration checks are + divided into categories which each have a number of different + tests. [Patrik Karlsson] + + + dns-ip6-arpa-scan performs a quick reverse DNS lookup of an IPv6 + network using a technique which analyzes DNS server response codes + to dramatically reduce the number of queries needed to enumerate + large networks. [Patrik Karlsson] + + + dns-nsec3-enum tries to enumerate domain names from the DNS server + that supports DNSSEC NSEC3 records. [Aleksandar Nikolic, John + Bond] + + + eppc-enum-processes attempts to enumerate process info over the + Apple Remote Event protocol. When accessing an application over + the Apple Remote Event protocol the service responds with the uid + and pid of the application, if it is running, prior to requesting + authentication. [Patrik Karlsson] + + + firewall-bypass detects a vulnerability in Netfilter and other + firewalls that use helpers to dynamically open ports for protocols + such as ftp and sip. [Hani Benhabiles] + + + flume-master-info retrieves information from Flume master HTTP + pages. [John R. Bond] + + + gkrellm-info queries a GKRellM service for monitoring + information. A single round of collection is made, showing a + snapshot of information at the time of the request. [Patrik + Karlsson] + + + gpsd-info retrieves GPS time, coordinates and speed from the GPSD + network daemon. [Patrik Karlsson] + + + hostmap-robtex discovers hostnames that resolve to the target's IP + address by querying the Robtex service at + http://www.robtex.com/dns/. [Arturo Busleiman] + + + http-drupal-enum-users enumerates Drupal users by exploiting a an + information disclosure vulnerability in Views, Drupal's most + popular module. [Hani Benhabiles] + + + http-drupal-modules enumerates the installed Drupal modules by + using a list of known modules. [Hani Benhabiles] + + + http-exif-spider spiders a site's images looking for interesting + exif data embedded in .jpg files. Displays the make and model of + the camera, the date the photo was taken, and the embedded geotag + information. [Ron Bowes] + + + http-form-fuzzer performs a simple form fuzzing against forms + found on websites. Tries strings and numbers of increasing length + and attempts to determine if the fuzzing was successful. [Piotr + Olma] + + + http-frontpage-login checks whether target machines are vulnerable + to anonymous Frontpage login. [Aleksandar Nikolic] + + + http-git checks for a Git repository found in a website's document + root (/.git/) then retrieves as much repo + information as possible, including language/framework, Github + username, last commit message, and repository description. [Alex + Weber] + + + http-gitweb-projects-enum retrieves a list of Git projects, owners + and descriptions from a gitweb (web interface to the Git revision + control system). [riemann] + + + http-huawei-hg5xx-vuln detects Huawei modems models HG530x, + HG520x, HG510x (and possibly others...) vulnerable to a remote + credential and information disclosure vulnerability. It also + extracts the PPPoE credentials and other interesting configuration + values. [Paulino Calderon] + + + http-icloud-findmyiphone retrieves the locations of all "Find my + iPhone" enabled iOS devices by querying the MobileMe web service + (authentication required). [Patrik Karlsson] + + + http-icloud-sendmsg sends a message to a iOS device through the + Apple MobileMe web service. The device has to be registered with + an Apple ID using the Find My iPhone application. [Patrik + Karlsson] + + + http-phpself-xss crawls a web server and attempts to find PHP + files vulnerable to reflected cross site scripting via the + variable $_SERVER["PHP_SELF"]. [Paulino Calderon] + + + http-rfi-spider crawls webservers in search of RFI (remote file + inclusion) vulnerabilities. It tests every form field it finds and + every parameter of a URL containing a query. [Piotr Olma] + + + http-robtex-shared-ns Finds up to 100 domain names which use the + same name server as the target by querying the Robtex service at + http://www.robtex.com/dns/. [Arturo Busleiman] + + + http-sitemap-generator spiders a web server and displays its + directory structure along with number and types of files in each + folder. Note that files listed as having an 'Other' extension are + ones that have no extension or that are a root document. [Piotr + Olma] + + + http-slowloris-check tests a web server for vulnerability to the + Slowloris DoS attack without actually launching a DoS + attack. [Aleksandar Nikolic] + + + http-slowloris tests a web server for vulnerability to the + Slowloris DoS attack by launching a Slowloris attack. [Aleksandar + Nikolic, Ange Gutek] + + + http-tplink-dir-traversal exploits a directory traversal + vulnerability existing in several TP-Link wireless + routers. Attackers may exploit this vulnerability to read any of + the configuration and password files remotely and without + authentication. [Paulino Calderon] + + + http-traceroute exploits the Max-Forwards HTTP header to detect + the presence of reverse proxies. [Hani Benhabiles] + + + http-virustotal checks whether a file has been determined as + malware by virustotal. Virustotal is a service that provides the + capability to scan a file or check a checksum against a number of + the major antivirus vendors. [Patrik Karlsson] + + + http-vlcstreamer-ls connects to a VLC Streamer helper service and + lists directory contents. The VLC Streamer helper service is used + by the iOS VLC Streamer application to enable streaming of + multimedia content from the remote server to the device. [Patrik + Karlsson] + + + http-vuln-cve2010-0738 tests whether a JBoss target is vulnerable + to jmx console authentication bypass (CVE-2010-0738). [Hani + Benhabiles] + + + http-waf-fingerprint Tries to detect the presence of a web + application firewall and its type and version. [Hani Benhabiles] + + + icap-info tests a list of known ICAP service names and prints + information about any it detects. The Internet Content Adaptation + Protocol (ICAP) is used to extend transparent proxy servers and is + generally used for content filtering and antivirus + scanning. [Patrik Karlsson] + + + ip-forwarding detects whether the remote device has ip forwarding + or "Internet connection sharing" enabled, by sending an ICMP echo + request to a given target using the scanned host as default + gateway. [Patrik Karlsson] + + + ipv6-ra-flood generates a flood of Router Advertisements (RA) with + random source MAC addresses and IPv6 prefixes. Computers, which + have stateless autoconfiguration enabled by default (every major + OS), will start to compute IPv6 suffix and update their routing + table to reflect the accepted announcement. This will cause 100% + CPU usage on Windows and platforms, preventing to process other + application requests. [Adam Stevko] + + + irc-sasl-brute performs brute force password auditing against IRC + (Internet Relay Chat) servers supporting SASL + authentication. [Piotr Olma] + + + isns-info lists portals and iSCSI nodes registered with the + Internet Storage Name Service (iSNS). [Patrik Karlsson] + + + jdwp-exec attempts to exploit java's remote debugging port. When + remote debugging port is left open, it is possible to inject java + bytecode and achieve remote code execution. This script abuses + this to inject and execute a Java class file that executes the + supplied shell command and returns its output. [Aleksandar + Nikolic] + + + jdwp-info attempts to exploit java's remote debugging port. When + remote debugging port is left open, it is possible to inject java + bytecode and achieve remote code execution. This script injects + and execute a Java class file that returns remote system + information. [Aleksandar Nikolic] + + + jdwp-inject attempts to exploit java's remote debugging port. + When remote debugging port is left open, it is possible to inject + java bytecode and achieve remote code execution. This script + allows injection of arbitrary class files. [Aleksandar Nikolic] + + + llmnr-resolve resolves a hostname by using the LLMNR (Link-Local + Multicast Name Resolution) protocol. [Hani Benhabiles] + + + mcafee-epo-agent check if ePO agent is running on port 8081 or + port identified as ePO Agent port. [Didier Stevens and Daniel + Miller] + + + metasploit-info gathers info from the Metasploit RPC service. It + requires a valid login pair. After authentication it tries to + determine Metasploit version and deduce the OS type. Then it + creates a new console and executes few commands to get additional + info. [Aleksandar Nikolic] + + + metasploit-msgrpc-brute performs brute force username and password + auditing against Metasploit msgrpc interface. [Aleksandar Nikolic] + + + mmouse-brute performs brute force password auditing against the + RPA Tech Mobile Mouse servers. [Patrik Karlsson] + + + mmouse-exec connects to an RPA Tech Mobile Mouse server, starts an + application and sends a sequence of keys to it. Any application + that the user has access to can be started and the key sequence is + sent to the application after it has been started. [Patrik + Karlsson] + + + mrinfo queries targets for multicast routing information. [Hani + Benhabiles] + + + msrpc-enum queries an MSRPC endpoint mapper for a list of mapped + services and displays the gathered information. [Aleksandar + Nikolic] + + + ms-sql-dac queries the Microsoft SQL Browser service for the DAC + (Dedicated Admin Connection) port of a given (or all) SQL Server + instance. The DAC port is used to connect to the database instance + when normal connection attempts fail, for example, when server is + hanging, out of memory or in other bad states. [Patrik Karlsson] + + + mtrace queries for the multicast path from a source to a + destination host. [Hani Benhabiles] + + + mysql-dump-hashes dumps the password hashes from an MySQL server + in a format suitable for cracking by tools such as John the + Ripper. Appropriate DB privileges (root) are required. [Patrik + Karlsson] + + + mysql-query runs a query against a MySQL database and returns the + results as a table. [Patrik Karlsson] + + + mysql-vuln-cve2012-2122 attempts to bypass authentication in MySQL + and MariaDB servers by exploiting CVE2012-2122. If its vulnerable, + it will also attempt to dump the MySQL usernames and password + hashes. [Paulino Calderon] + + + oracle-brute-stealth exploits the CVE-2012-3137 vulnerability, a + weakness in Oracle's O5LOGIN authentication scheme. The + vulnerability exists in Oracle 11g R1/R2 and allows linking the + session key to a password hash. [Dhiru Kholia] + + + pcanywhere-brute performs brute force password auditing against + the pcAnywhere remote access protocol. [Aleksandar Nikolic] + + + rdp-enum-encryption determines which Security layer and Encryption + level is supported by the RDP service. It does so by cycling + through all existing protocols and ciphers. [Patrik Karlsson] + + + rmi-vuln-classloader tests whether Java rmiregistry allows class + loading. The default configuration of rmiregistry allows loading + classes from remote URLs, which can lead to remote code + execution. The vendor (Oracle/Sun) classifies this as a design + feature. [Aleksandar Nikolic] + + + rpc-grind fingerprints the target RPC port to extract the target + service, RPC number and version. [Hani Benhabiles] + + + sip-call-spoof spoofs a call to a SIP phone and detects the action + taken by the target (busy, declined, hung up, etc.) [Hani + Benhabiles] + + + sip-methods enumerates a SIP Server's allowed methods (INVITE, + OPTIONS, SUBSCRIBE, etc.) [Hani Benhabiles] + + + smb-ls attempts to retrieve useful information about files shared + on SMB volumes. The output is intended to resemble the output of + the UNIX ls command. [Patrik Karlsson] + + + smb-print-text attempts to print text on a shared printer by + calling Print Spooler Service RPC functions. [Aleksandar Nikolic] + + + smb-vuln-ms10-054 tests whether target machines are vulnerable to + the ms10-054 SMB remote memory corruption + vulnerability. [Aleksandar Nikolic] + + + smb-vuln-ms10-061 tests whether target machines are vulnerable to + ms10-061 Printer Spooler impersonation vulnerability. [Aleksandar + Nikolic] + + + snmp-hh3c-logins attempts to enumerate Huawei / HP/H3C Locally + Defined Users through the hh3c-user.mib OID [Kurt Grutzmacher] + + + ssl-date retrieves a target host's time and date from its TLS + ServerHello response. [Aleksandar Nikolic] + + + tls-nextprotoneg enumerates a TLS server's supported protocols by + using the next protocol negotiation extension. [Hani Benhabiles] + + + traceroute-geolocation lists the geographic locations of each hop + in a traceroute and optionally saves the results to a KML file, + plottable on Google earth and maps. [Patrik Karlsson] + +o [NSE] Added 12 new protocol libraries, bring our total to 105! Here + they are, with authors enclosed in brackets: + + ajp (Apache JServ Protocol) [Patrik Karlsson] + + base32 (Base32 encoding/decoding - RFC 4648) [Philip Pickering] + + bjnp (Canon BJNP printer/scanner discovery protocol) [Patrik Karlsson] + + cassandra (Cassandra database protocol) [Vlatko Kosturjak] + + eigrp (Cisco Enhanced Interior Gateway Routing Protocol) [Hani Benhabiles] + + gps (Global Positioning System - does GPRMC NMEA decoding) [Patrik Karlsson] + + ipp (CUPS Internet Printing Protocol) [Patrik Karlsson] + + isns (Internet Storage Name Service) [Patrik Karlsson] + + jdwp (Java Debug Wire Protocol) [Aleksandar Nikolic] + + mobileme (a service for managing Apple/Mac devices) [Patrik Karlsson] + + ospf (Open Shortest Path First routing protocol) [Patrik Karlsson] + + rdp (Remote Desktop Protocol) [Patrik Karlsson] + +o Added Common Platform Enumeration (CPE) identifiers to nearly 1,000 + more OS detection signatures. Nmap 6.01 had them for 2,608 of 3,572 + fingerprints (73%) and now we have them for 3,558 out of 3,946 + (90%). [David Fifield] + +o Scans that use OS sockets (including TCP connect scan, version + detection, and script scan) now use the SO_BINDTODEVICE sockopt on + Linux, so that the -e (select network device) option is + honored. [David Fifield] + +o [Zenmap] Host filters can now do negative matching, for example you + can use "os:!linux" to match hosts NOT detected as Linux. [Daniel + Miller] + +o Fixed a bug that caused an incorrect source address to be set when + scanning certain addresses (apparently those ending in .0) on + Windows XP. The symptom of this bug was the messages + get_srcaddr: can't connect socket: The requested address is not valid in its context. + Failed to convert source address to presentation format!?! Error: Unknown error + Thanks to Robert Washam and Jorge Hernandez for reports and help + debugging. [David Fifield] + +o Upgraded the included OpenSSL to version 1.0.1c. [David Fifield] + +o [NSE] Added changes to brute and unpwdb libraries to allow more + flexible iterator specification and control. [Aleksandar Nikolic] + +o Tested that our WinPcap installer works on Windows 8 and Windows + Server 2012 build 8400. Updated to installer text to recommend that + users select the option to start 'NPF' at startup. [Rob Nicholls] + +o Changed libdnet's routing interface to return an interface name for + each route on the most common operating systems. This is used to + improve the quality of Nmap's matching of routes to interfaces, + which was previously done by matching routes to interface addresses. + [Djalal Harouni, David Fifield] + +o Fixed a bug that prevented Nmap from finding any interfaces when one + of them had the type ARPHDR_INFINIBAND; this was the case for + IP-over-InfiniBand interfaces. However, This support is not complete + since IPoIB interfaces use 20 bytes for the hardware address, and + currently we only report and handle 6 bytes. + Nmap IP level scans should work without any problem, please refer to + the '--send-ip' switch and to the following thread: + http://seclists.org/nmap-dev/2012/q3/642 + This bug was reported by starlight.2012q3. [Djalal Harouni] + +o Fixed a bug that prevented Nmap from finding any interfaces when one + of them had the type ARPHDR_IEEE80211; this was the case for wireless + interfaces operating in access point mode. This bug was reported by + Sebastiaan Vileijn. [Djalal Harouni] + +o Updated the Zenmap desktop icons on Windows, Linux, and Mac with higher + resolution ones. [Sean Rivera, David Fifield] + +o [NSE] Script results for a host or service are now sorted + alphabetically by script name. [Sean Rivera] + +o Fixed a bug that prevented Nmap from finding any interfaces when any + interface had the type ARPHRD_VOID; this was the case for OpenVZ + venet interfaces. [Djalal Harouni, David Fifield] + +o Linux unreachable routes are now properly ignored. [David Fifield] + +o Added Dan Miller as an Nmap committer. He has done a ton of great + work on Nmap, as you can see by searching for him in this CHANGELOG + or reading the Nmap committers list at + https://svn.nmap.org/nmap/docs/committers.txt . + +o Added a new --disable-arp-ping option. This option prevents Nmap + from implicitly using ARP or ND host discovery for discovering + directly connected Ethernet targets. This is useful in networks + using proxy ARP, which make all addresses appear to be up using ARP + scan. The previously recommended workaround for this situation, + --send-ip, didn't work on Windows because that lame excuse for an + operating system is still missing raw socket support. [David + Fifield (editorializing added by Fyodor)] + +o Protocol scan (-sO) probes for TCP, UDP, and SCTP now go to ports + 80, 40125, and 80 respectively, instead of being randomly generated + or going to the same port as the source port. [David Fifield] + +o The Nmap --log-errors functionality (including errors and warnings + in the normal-format output file) is now always true, whether you + pass that option or not. [Sean Rivera] + +o [NSE] Rewrote ftp-brute script to use the brute library for + performing password auditing. [Aleksandar Nikolic] + +o Reduced the size of Port structures by about two thirds (from 176 to + 64 bytes on x86_64). They had accidentally grown during the IPv6 + code merge. [David Fifield] + +o Made source port numbers (used to encode probe metadata) increment + so as not to overlap between different scanning phases. Previously + it was possible for an RST response to an ACK probe from host + discovery to be misinterpreted as a reply to a SYN probe from port + scanning. [Sean Rivera, David Fifield] + +o [NSE] Added support for ECDSA keys to ssh-hostkey.nse. [Adam Å tevko] + +o Changed the CPE for Linux from cpe:/o:linux:kernel to + cpe:/o:linux:linux_kernel to reflect deprecation in the official CPE + dictionary. + +o Added some additional CPE entries to nmap-service-probes. + [Dillon Graham] + +o Fixed an assertion failure with IPv6 traceroute trying to use an + unsupported protocol: + nmap: traceroute.cc:749: virtual unsigned char* + UDPProbe::build_packet(const sockaddr_storage*, u32*) const: Assertion + `source->ss_family == 2' failed. + This was reported by Pierre Emeriaud. [David Fifield] + +o Added version detection signatures for half a dozen new or changed + products. [Tom Sellers] + +o Fixed protocol number-to-name mapping. A patch was contributed by + hejianet. + +o [NSE] The nmap.ip_send function now takes a second argument, the + destination to send to. Previously the destination address was taken + from the packet buffer, but this failed for IPv6 link-local + addresses, because the scope ID is not part of the packet. Calling + ip_send without a destination address will continue to use the old + behavior, but this practice is deprecated. + +o Increased portability of configure scripts on systems using a libc + other than Glibc. Several problems were reported by John Spencer. + +o [NSE] Fixed a bug in rpc-grind.nse that would cause unresponsive UDP + ports to be wrongly marked open. This was reported by Christopher + Clements. [David Fifield] + +o [Ncat] Close connection endpoint when receiving EOF on + stdin. [Michal Hlavinka]. + +o Fixed interface listing on NetBSD. The bug was first noticed by + Fredrik Pettai and diagnosed by Jan Schaumann. [David Fifield] + +o [Ncat] Applied a blocking-socket workaround for a bug that could + prevent some sends from working in listen mode. The problem was + reported by Jonas Wielicki. [Alex Weber, David Fifield] + +o [NSE] Updated mssql.lua library to support additional data types, + enhanced some of the existing data types, added the DoneProc + response token, and reordered code for maintainability. [Tom + Sellers] + +o [Nping] Nping now prints out an error and exists when the user tries to use + the -p flag for a scan option where that is meaningless. [Sean Rivera] + +o [NSE] Added spoolss functions and constants to msrpc.lua. [Aleksandar Nikolic] + +o [NSE] Reduced the number of names tried by http-vhosts by default. + [Vlatko Kosturjak] + +o [Zenmap] Fixed a crash when using the en_NG locale: "ValueError: + unknown locale: en_NG" [David Fifield] + +o [NSE] Fixed some bugs in snmp-interfaces which prevented the script from + outputting discovered interface info and caused it to abort in the + pre-scanning phase. [jah] + +o [NSE] Do a connect on rpc-grind (rpc.lua) UDP sockets so that socket_lock + is invoked. This is necessary to avoid "Too many open files" errors if + RPC grind creates an excessive number of sockets. We should have a + cleaner general solution for this, and not require scripts to "connect" + their unconnected UDP sockets. But there may be a good reason for + enforcing socket locking only on connect, not on creation. [David Fifield] + +o [NSE] lltd-discovery scripts now parses for hostnames and outputs network + card manufacturer. [Hani Benhabiles] + +o Added protocol specific payloads for IPv6 hop-by-hop (0x00), routing (0x2b), + fragment (0x2c), and destination (0x3c). [Sean Rivera] + +o [NSE] Added support for decoding OSPF Hello packets to broadcast-listener. + [Hani Benhabiles] + +o [NSE] Fixed a false positive in http-vuln-cve2011-3192.nse, which detected + Apache 2.2.22 as vulnerable. [Michael Meyer] + +o [NSE] Modified multiple scripts that operated against HTTP based services + so as to remove false positives that were generated when the target service + answers with a 200 response to all requests. [Tom Sellers] + +o [NSOCK] Fixed an epoll-engine-specific bug. The engine didn't recognized FDs + that were internally closed and replaced by other ones. This happened during + reconnect attempts. Also, the IOD flags were not properly cleared. + [Henri Doreau, Daniel Miller] + +o Added support for log type bitmasks in log_vwrite(). Also replaced a fatal() + statement by an assert(0) to get rid of a possible infinite call loop when + passed an invalid log type. [Henri Doreau] + +o Added handling for the unexpected error WSAENETRESET (10052). This error is + currently wrapped in the ifdef for WIN32 as there error appears to be unique + to windows [Sean Rivera] + +o [NSE] Added default values for Expires, Call-ID, Allow and Content-Length + headers in SIP requests and removed redundant code in sip library. + [Hani Benhabiles] + +o [NSE] Calling methods of unconnected sockets now causes the usual + error code return value, instead of raising a Lua error. The problem + was noticed by Daniel Miller. [David Fifield] + +o [NSE] Added AUTH_UNIX support to the rpc library and NFS scripts. + [Daniel Miller] + +o [Zenmap] Fixed a crash in the profile editor that would happen when + the nmap binary couldn't be found. [David Fifield] + +o Made the various Makefiles' treatment of makefile.dep uniform: + "make clean" keeps the file and "make distclean" deletes it. + [Michael McTernan] + +o [NSE] Fixed dozens of scripts and libraries to work better on + system which don't have OpenSSL available. [Patrik Karlsson] + +o [Ncat] --output logging now works in UDP mode. Thanks to Michal + Hlavinka for reporting the bug. [David Fifield] + +o [NSE] More Windows 7 and Windows 2008 fixes for the smb library and smb-ls + scripts. [Patrik Karlsson] + +o [NSE] Added SPNEGO authentication supporting Windows 7 and Windows 2008 to + the smb library. [Patrik Karlsson] + +o [NSE] Changed http-brute so that it works against the root path + ("/") by default rather than always requiring the http-brute.path + script argument. [Fyodor] + +o [NSE] Applied patch from Daniel Miller that fixes bug in several scripts and + libraries http://seclists.org/nmap-dev/2012/q2/593 [Daniel Miller] + +o [Zenmap] Added Italian translation by Francesco Tombolini and + Japanese translation by Yujiy Tounai. Some typos in the Japanese + translation were corrected by OKANO Takayoshi. + +o [NSE] Rewrote mysql-brute to use brute library [Aleksandar Nikolic] + +o Improved the mysql library to handle multiple columns with the same name, + added a formatResultset function to format a query response to a table + suitable for script output. [Patrik Karlsson] + +o The message "nexthost: failed to determine route to ..." is now a + warning rather than a fatal error. Addresses that are skipped in + this way are recorded in the XML output as "target" elements. [David + Fifield] + +o [NSE] targets-sniffer now is capable of sniffing IPv6 addresses. + [Daniel Miller] + +o [NSE] Ported the pop3-brute script to use the brute library. + [Piotr Olma] + +o [NSE] Added an error message indicating script failure, when Nmap is being + run in non verbose/debug mode. [Patrik Karlsson] + +o Service-scan information is now included in XML and grepable output + even if -sV wasn't used. This information can be set by scripts in the + absence of -sV. [Daniel Miller] + +Nmap 6.01 [2012-06-16] + +o [Zenmap] Fixed a hang that would occur on Mac OS X 10.7. A symptom + of the hang was this message in the system console: + Couldn't recognize the image file format for file + '/Applications/Zenmap.app/Contents/MacOS/../Resources/share/zenmap/pixmaps/radialnet/padlock.png' + [David Fifield] + +o [Zenmap] Fixed a crash that happened when activating the host filter. + File "zenmapCore\SearchResult.pyo", line 155, in match_os + KeyError: 'osmatches' + [jah] + +o Fixed an error that occurred when scanning certain addresses like + 192.168.0.0 on Windows XP: + get_srcaddr: can't connect socket: The requested address is not valid in its context. + nexthost: failed to determine route to 10.80.0.0 + [David Fifield] + +o Fixed a bug that caused Nmap to fail to find any network interface when + at least one of them is in the monitor mode. The fix was to define the + ARP_HRD_IEEE80211_RADIOTAP 802.11 radiotap header identifier in the + libdnet-stripped code. Network interfaces that are in this mode are used + by radiotap for 802.11 frame injection and reception. The bug was + reported by Tom Eichstaedt and Henri Doreau. + http://seclists.org/nmap-dev/2012/q2/449 + http://seclists.org/nmap-dev/2012/q2/478 + [Djalal Harouni, Henri Doreau] + +o Fixed the greppable output of hosts that time-out (when --host-timeout was + used and the host timed-out after something was received from that host). + This issue was reported by Matthew Morgan. [jah] + +o [Zenmap] Updated the version of Python used to build the Windows + release from 2.7.1 to 2.7.3 to remove a false-positive security + alarm flagged by tools such as Secunia PSI. There was a minor + vulnerability in certain Python27.dll web functionality (which Nmap + doesn't use anyway) and Secunia was flagging all software which + includes that version of Python27.dll. This update should prevent + the false alarm. + +Nmap 6.00 [2012-05-21] + +o Most important release since Nmap 5.00 in July 2009! For a list of + the most significant improvements and new features, see the + announcement at: https://nmap.org/6/ + +o In XML output, "osclass" elements are now child elements of the + "osmatch" they belong to. Old output was thus: + ...... + New output is: + ...... + The option --deprecated-xml-osclass restores the old output, in case + you use an Nmap XML parser that doesn't understand the new + structure. The xmloutputversion has been increased to 1.04. + +o Added a new "target" element to XML output that indicates when a + target specification was ignored, perhaps because of a syntax error + or DNS failure. It looks like this: + + [David Fifield] + +o [NSE] Added the script samba-vuln-cve-2012-1182 which detects the + SAMBA pre-auth remote root vulnerability (CVE-2012-1182). + [Aleksandar Nikolic] + +o [NSE] Added http-vuln-cve2012-1823.nse, which checks for PHP CGI + installations with a remote code execution vulnerability. [Paulino + Calderon] + +o [NSE] Added script targets-ipv6-mld that sends a malformed ICMP6 MLD Query + to discover IPv6 enabled hosts on the LAN. [Niteesh Kumar] + +o [NSE] Added rdp-vuln-ms12-020.nse by Aleksandar Nikolic. This tests + for two Remote Desktop vulnerabilities, including one allowing + remote code execution, that were fixed in the MS12-020 advisory. + +o [NSE] Added a stun library and the scripts stun-version and stun-info, which + extract version information and the external NAT:ed address. + [Patrik Karlsson] + +o [NSE] Added the script duplicates which attempts to determine duplicate + hosts by analyzing information collected by other scripts. [Patrik Karlsson] + +o Fixed the routing table loop on OS X so that on-link routes appear. + Previously, they were ignored so that things like ARP scan didn't + work. [Patrik Karlsson, David Fifield] + +o Upgraded included libpcap to version 1.2.1. + +o [NSE] Added ciphers from RFC 5932 and Fortezza-based ciphers to + ssl-enum-ciphers.nse. The patch was submitted by Darren McDonald. + +o [NSE] Renamed hostmap.nse to hostmap-bfk.nse. + +o Fixed a compilation problem on Solaris 9 caused by a missing + definition of IPV6_V6ONLY. Reported by Dagobert Michelsen. + +o Setting --min-parallelism by itself no longer forces the maximum + parallelism to the same value. [Chris Woodbury, David Fifield] + +o Changed XML output to show the "service" element whenever a tunnel + is discovered for a port, even if the service behind it was unknown. + [Matt Foster] + +o [Zenmap] Fixed a crash that would happen in the profile editor when + the script.db file doesn't exist. The bug was reported by Daniel + Miller. + +o [Zenmap] It is now possible to compare scans having the same name or + command line parameters. [Jah, David Fifield] + +o Fixed an error that could occur with ICMPv6 probes and -d4 debugging: + "Unexpected probespec2ascii type encountered" [David Fifield] + +o [NSE] Added new script http-chrono, which measures min, max and average + response times of web servers. [Ange Gutek] + +o Applied a workaround to make pcap captures work better on Solaris + 10. This involves peeking at the pcap buffer to ensure that captures + are not being lost. A symptom of the previous behavior was that, + when doing ARP host discovery against two targets, only one would be + reported as up. [David Fifield] + +o Fixed a bug that could cause Nsock timers to fire too early. This + could happen for the timed probes in IPv6 OS detection, causing an + incorrect measurement of the TCP_ISR feature. [David Fifield] + +o [Zenmap] We now build on Windows with a newer version of PyGTK, so + copy and paste should work again. + +o Changed the way timeout calculations are made in the IPv6 OS engine. + In rare cases a certain interleaving of probes and responses would + result in an assertion failure. + +Nmap 5.61TEST5 [2012-03-09] + +o Integrated all of your IPv4 OS fingerprint submissions since June + 2011 (about 1,900 of them). Added about 256 new fingerprints (and + deleted some bogus ones), bringing the new total to 3,572. + Additions include Apple iOS 5.01, OpenBSD 4.9 and 5.0, FreeBSD 7.0 + through 9.0-PRERELEASE, and a ton of new WAPs, routers, and other + devices. Many existing fingerprints were improved. For more details, + see http://seclists.org/nmap-dev/2012/q1/431 [David Fifield] + +o Integrated all of your service/version detection fingerprints + submitted since November 2010--more than 2,500 of them! Our + signature count increased more than 10% to 7,423 covering 862 + protocols. Some amusing and bizarre new services are described at + http://seclists.org/nmap-dev/2012/q1/359 [David Fifield] + +o Integrated your latest IPv6 OS submissions and corrections. We're + still low on IPv6 fingerprints, so please scan any IPv6 systems you + own or administer and submit them to https://nmap.org/submit/. Both + new fingerprints (if Nmap doesn't find a good match) and corrections + (if Nmap guesses wrong) are useful. + +o [NSE] Added a host-based registry which only persists (for the given + host) until all scripts have finished scanning that host. The normal + registry saves information until it is deleted or the Nmap scan + ends. That is a waste of memory for information which doesn't need + to persist that long. Use the host based registry instead if you + can. See https://nmap.org/book/nse-api.html#nse-api-registry. [Patrik + Karlsson] + +o IPv6 OS detection now includes a novelty detection system which + avoids printing a match when an observed fingerprint is too + different from fingerprints seen before. As the OS database is still + small, this helps to avoid making (essentially) wild guesses when + seeing a new operating system. [David Fifield] + +o Refactored the nsock library to add the nsock-engines system. This + allows system-specific scalable IO notification facilities to be + used while maintaining the portable Nsock API. This initial version + comes with an epoll-based engine for Linux and a select-based + fallback engine for all other operating systems. Also added the + --nsock-engine option to Nmap, Nping and Ncat to enforce use of a + specific Nsock IO engine. [Henri Doreau] + +o [NSE] Added 43(!) NSE scripts, bringing the total up to 340. They + are all listed at https://nmap.org/nsedoc/, and the summaries are + below (authors are listed in brackets): + + + acarsd-info retrieves information from a listening acarsd + daemon. Acarsd decodes ACARS (Aircraft Communication Addressing + and Reporting System) data in real time. [Brendan Coles] + + + asn-to-prefix produces a list of IP prefixes for a given AS number + (ASN). It uses the external Shadowserver API (with their + permission). [John Bond] + + + broadcast-dhcp6-discover sends a DHCPv6 request (Solicit) to the + DHCPv6 multicast address, parses the response, then extracts and + prints the address along with any options returned by the + server. [Patrik Karlsson] + + + broadcast-networker-discover discovers the EMC Networker backup + software server on a LAN by using network broadcasts. [Patrik Karlsson] + + + broadcast-pppoe-discover discovers PPPoE servers using the PPPoE + Discovery protocol (PPPoED). [Patrik Karlsson] + + + broadcast-ripng-discover discovers hosts and routing information + from devices running RIPng on the LAN by sending a RIPng Request + command and collecting the responses from all responsive + devices. [Patrik Karlsson] + + + broadcast-versant-locate discovers Versant object databases using + the srvloc protocol. [Patrik Karlsson] + + + broadcast-xdmcp-discover discovers servers running the X Display + Manager Control Protocol (XDMCP) by sending a XDMCP broadcast + request to the LAN. [Patrik Karlsson] + + + cccam-version detects the CCcam service (software for sharing + subscription TV among multiple receivers). [David Fifield] + + + dns-client-subnet-scan performs a domain lookup using the + edns-client-subnet option that adds support for adding subnet + information to the query describing where the query is + originating. The script uses this option to supply a number of + geographically distributed locations in an attempt to enumerate as + many different address records as possible. [John Bond] + + + dns-nsid retrieves information from a DNS nameserver by requesting + its nameserver ID (nsid) and asking for its id.server and + version.bind values. [John Bond] + + + dns-srv-enum enumerates various common service (SRV) records for a + given domain name. The service records contain the hostname, port + and priority of servers for a given service. [Patrik Karlsson] + + + eap-info enumerates the authentication methods offered by an EAP + authenticator for a given identity or for the anonymous identity + if no argument is passed. [Riccardo Cecolin] + + + http-auth-finder spiders a web site to find web pages requiring + form-based or HTTP-based authentication. [Patrik Karlsson] + + + http-config-backup checks for backups and swap files of common + content management system and web server configuration + files. [Riccardo Cecolin] + + + http-generator displays the contents of the "generator" meta tag + of a web page (default: /) if there is one. [Michael Kohl] + + + http-proxy-brute performs brute force password guessing against a + HTTP proxy server. [Patrik Karlsson] + + + http-qnap-nas-info attempts to retrieve the model, firmware + version, and enabled services from a QNAP Network Attached Storage + (NAS) device. [Brendan Coles] + + + http-vuln-cve2009-3960 exploits cve-2009-3960 also known as Adobe + XML External Entity Injection. [Hani Benhabiles] + + + http-vuln-cve2010-2861 executes a directory traversal attack + against a ColdFusion server and tries to grab the password hash + for the administrator user. It then uses the salt value (hidden in + the web page) to create the SHA1 HMAC hash that the web server + needs for authentication as admin. [Micah Hoffman] + + + iax2-brute performs brute force password auditing against the + Asterisk IAX2 protocol. [Patrik Karlsson] + + + membase-brute performs brute force password auditing against + Couchbase Membase servers. [Patrik Karlsson] + + + membase-http-info retrieves information (hostname, OS, uptime, + etc.) from the CouchBase Web Administration port. [Patrik + Karlsson] + + + memcached-info retrieves information (including system + architecture, process ID, and server time) from distributed memory + object caching system memcached. [Patrik Karlsson] + + + mongodb-brute performs brute force password auditing against the + MongoDB database. [Patrik Karlsson] + + + nat-pmp-mapport maps a WAN port on the router to a local port on + the client using the NAT Port Mapping Protocol (NAT-PMP). [Patrik + Karlsson] + + + ndmp-fs-info lists remote file systems by querying the remote + device using the Network Data Management Protocol (ndmp). [Patrik + Karlsson] + + + ndmp-version retrieves version information from the remote Network + Data Management Protocol (NDMP) service. [Patrik Karlsson] + + + nessus-xmlrpc-brute performs brute force password auditing against + a Nessus vulnerability scanning daemon using the XMLRPC + protocol. [Patrik Karlsson] + + + redis-brute performs brute force passwords auditing against a + Redis key-value store. [Patrik Karlsson] + + + redis-info retrieves information (such as version number and + architecture) from a Redis key-value store. [Patrik Karlsson] + + + riak-http-info retrieves information (such as node name and + architecture) from a Basho Riak distributed database using the + HTTP protocol. [Patrik Karlsson] + + + rpcap-brute performs brute force password auditing against the + WinPcap Remote Capture Daemon (rpcap). [Patrik Karlsson] + + + rpcap-info connects to the rpcap service (provides remote sniffing + capabilities through WinPcap) and retrieves interface + information. [Patrik Karlsson] + + + rsync-brute performs brute force password auditing against the + rsync remote file syncing protocol. [Patrik Karlsson] + + + rsync-list-modules lists modules available for rsync (remote file + sync) synchronization. [Patrik Karlsson] + + + socks-auth-info determines the supported authentication mechanisms + of a remote SOCKS 5 proxy server. [Patrik Karlsson] + + + socks-brute performs brute force password auditing against SOCKS 5 + proxy servers. [Patrik Karlsson] + + + url-snarf sniffs an interface for HTTP traffic and dumps any URLs, and their + originating IP address. [Patrik Karlsson] + + + versant-info extracts information, including file paths, version + and database names from a Versant object database. [Patrik + Karlsson] + + + vmauthd-brute performs brute force password auditing against the + VMWare Authentication Daemon (vmware-authd). [Patrik Karlsson] + + + voldemort-info retrieves cluster and store information from the + Voldemort distributed key-value store using the Voldemort Native + Protocol. [Patrik Karlsson] + + + xdmcp-discover requests an XDMCP (X display manager control + protocol) session and lists supported authentication and + authorization mechanisms. [Patrik Karlsson] + +o [NSE] Added 14 new protocol libraries! They were all written by + Patrik Karlsson, except for the EAP library by Riccardo Cecolin: + + dhcp6 (Dynamic Host Configuration Protocol for IPv6) + + eap (Extensible Authentication Protocol) + + iax2 (Inter-Asterisk eXchange v2 VoIP protocol) + + membase (Couchbase Membase TAP protocol) + + natpmp (NAT Port Mapping Protocol) + + ndmp (Network Data Management Protocol) + + pppoe (Point-to-point protocol over Ethernet) + + redis (in-memory key-value data store) + + rpcap (WinPcap Remote Capture Deamon) + + rsync (remote file sync) + + socks (SOCKS 5 proxy protocol) + + sslcert (for collecting SSL certificates and storing them in the + host-based registry) + + versant (an object database) + + xdmcp (X Display Manager Control Protocol) + +o CPE (Common Platform Enumeration) OS classification is now supported + for IPv6 OS detection. Previously it was only available for + IPv4. [David Fifield] + +o [NSE] The host.os table is now a structured array of table that + include OS class information and CPE. See + https://nmap.org/book/nse-api.html for documentation of the new + structure. [Henri Doreau, David] + +o [NSE] Service matches can now access CPE through the + port.version.cpe array. [Henri Doreau] + +o Added a new --script-args-file option which allows you to specify + the name of a file containing all of your desired NSE script + arguments. The arguments may be separated with commas or newlines + and may be overridden by arguments specified on the command-line + with --script-args. [Daniel Miller] + +o Audited the nmap-service-probes database to remove all unused + captures, fixing dozens of bugs with captures either being ignored + or two fields erroneously using the same capture. [Lauri Kokkonen, + David Fifield, and Rob Nicholls] + +o Added new version detection probes and match lines for: + + Erlang Port Mapper Daemon + + Couchbase Membase NoSQL database + + Basho Riak distributed database protocol buffers client (PBC) + + Tarantool in-memory data store + [Patrik Karlsson] + +o Split the nmap-update client into its own binary RPM to avoid the + Nmap RPM having a dependency on the Subversion and APR libraries. + We're not yet distributing this binary nmap-update RPM since the + system isn't complete, but the source code is available in the Nmap + tarball and source RPM. [David] + +o [NSE] Added authentication support to the MongoDB library and + modified existing scripts to support it. [Patrik Karlsson] + +o [NSE] Added support to broadcast-listener for extracting address, native VLAN + and management IP address from CDP packets. [Tom Sellers] + +o [NSE] Added RPC Call CALLIT to the RPC library and modified UDP sockets to be + unconnected in order to support broadcast. [Patrik Karlsson] + +o [NSE] Modified the ssl-cert and ssl-google-cert-catalog scripts to + take advantage of the new sslcert library which retrieves and caches + SSL certificates in the registry. + +o [NSE] Patch our bitcoin library to support recent changes in the + BitCoin protocol. [Andrew Orr, Patrik Karlsson] + +o Fixed an error where very long messages could cause an + assertion failure: "log_vwrite: vsnprintf failed. Even after + increasing bufferlen to ---, Vsnprintf returned -1 (logt == 1)." + This was reported by David Hingos. + +o Fixed an assertion failure that was printed when a fatal error + occurred while an XML tag was incomplete: "!xml.tag_open, file + ..\xml.cc, line 401". This was reported by David Hingos. [David + Fifield] + +o [NSE] Added support for decoding EIGRP broadcasts from Cisco routers + to broadcast-listener. [Tom Sellers] + +o [NSE] Added redirect support to the http library. All calls to + http.get and http.head now transparently handle any HTTP + redirects. The number and destination of redirects are limited by + default to avoid endless loops or unwanted follows of redirects to + different servers, but they can be configured. [Patrik Karlsson] + +o [NSE] Modified the sql-injection script to use the httpspider library. + [Lauri Kokkonen] + +o Added --with-apr and --with-subversion configuration options to + support systems where those libraries aren't in the usual places. + [David Fifield] + +o [NSE] Fixed a bunch of global access errors in various libraries reported by + the nse_check_globals script. [Patrik Karlsson] + +o Fixed an assertion failure which could occur when connecting to an + SSL server: + nsock_core.c:186: update_events: Assertion `(ev_inc & ev_dec) == 0' failed. + Thanks to Ron for reporting the bug and testing. [Henri Doreau] + +o [NSE] Added support to the DNS library for the CHAOS class and NSID + requests. [John Bond] + +o [NSE] Changed the dnsbl library to take a much faster threaded + approach to querying DNS blacklists. [Patrik Karlsson] + +o [NSE] Added new services and the ATTACK category to the dnsbl + script. [Duarte Silva] + +o [NSE] Fixed a memory leak in PortList::setServiceProbeResults() + which was noticed and reported by David Fifield. The leak was + triggered by set_port_version calls from NSE. [Henri Doreau] + +o [NSE] Fixed a race condition in broadcast-dhcp-discover.nse that + could cause responses to be missed on fast networks. It was noticed + by Vasiliy Kulikov. [David Fifield] + +o Fixed a bug in reverse name resolution: a name of "." would leave + the hostname unintialized and cause "Illegal character(s) in + hostname" warnings. [Gisle Vanem] + +o Allow overriding the AR variable to use a different version of the + ar library creation tool when creating the liblinear library. [Nuno + Gonçalves] + +o Added vcredist2008_x86.exe to the Windows zip file. This installer + from MS must be run on new Windows 2008 systems (those which don't + already have it) before running Nmap. The Nmap Windows installer + already takes care of this. [David Fifield] + +o Removed about 5MB of unnecessary DocBook XSL from the Nping docs + directory. [David Fifield] + +o The packet library now uses consistent naming of the address fields + for IPv4 and IPv6 packets (ip_bin_src, ip_bin_dst, ip_src, and + ip_dst). [Henri Doreau] + +o Update to the latest MAC address prefix assignments from IEEE as of + March 8, 2012. [Fyodor] + +o Fixed a problem in the ippackethdrinfo function which was leading to + warning messages like: "BOGUS! Can't parse supposed IP packet" during + certain IPv6 scans. [David Fifield] + +o Fixed building on Arch Linux. The PCAP_IS_SUITABLE test had to be + modified to ensure that -lnl was passed on the build line. See the + r28202 svn log for further information. [David Fifield] + +o Include net/if.h before net/if_arp.h in netutil.cc and tcpip.cc to + hopefully fix some build problems on AIX 5.3. + +o [NSE] Added IPv6 support to firewalk.nse. [Henri Doreau] + +Nmap 5.61TEST4 [2012-01-02] + +o [NSE] Added a new httpspider library which is used for recursively + crawling web sites for information. New scripts using this + functionality include http-backup-finder, http-email-harvest, + http-grep, http-open-redirect, and http-unsafe-output-escaping. See + https://nmap.org/nsedoc/ or the list later in this file for details + on these. [Patrik] + +o Our Mac OS X packages are now x86-only (rather than universal), + reducing the download size from 30 MB to about 17. If you still + need a PowerPC version (Apple stopped selling those machines in + 2006), you can use Nmap 5.51 or 5.61TEST2 from + https://nmap.org/dist/?C=M&O=D. + +o We set up a new SVN server for the Nmap codebase. This one uses SSL + for better security, WebDAV rather than svnserve for greater + functionality, is hosted on a faster (virtual) machine, provides + Nmap code history back to 1998 rather than 2005, and removes the + need for the special "guest" username. The new server is at + https://svn.nmap.org. More information: + http://seclists.org/nmap-dev/2011/q4/504. + +o [NSE] Added a vulnerability management library (vulns.lua) to store and to + report discovered vulnerabilities. Modified these scripts to use + the new library: + - ftp-libopie.nse + - http-vuln-cve2011-3192.nse + - ftp-vuln-cve2010-4221.nse + - ftp-vsftpd-backdoor.nse + - smtp-vuln-cve2011-1720.nse + - smtp-vuln-cve2011-1764.nse + - afp-path-vuln.nse + [Djalal, Henri] + +o [NSE] Added a new script force feature. You can force scripts to + run against target ports (even if the "wrong" service is detected) + by placing a plus in front of the script name passed to --script. + See + https://nmap.org/book/nse-usage.html#nse-script-selection. [Martin + Swende] + +o [NSE] Added 51(!) NSE scripts, bringing the total up to 297. They + are all listed at https://nmap.org/nsedoc/, and the summaries are + below (authors listed in brackets): + + + amqp-info gathers information (a list of all server properties) + from an AMQP (advanced message queuing protocol) + server. [Sebastian Dragomir] + + + bitcoin-getaddr queries a Bitcoin server for a list of known + Bitcoin nodes. [Patrik Karlsson] + + + bitcoin-info extracts version and node information from a Bitcoin + server [Patrik Karlsson] + + + bitcoinrpc-info obtains information from a Bitcoin server by + calling getinfo on its JSON-RPC interface. [Toni + Ruottu] + + + broadcast-pc-anywhere sends a special broadcast probe to discover + PC-Anywhere hosts running on a LAN. [Patrik Karlsson] + + + broadcast-pc-duo discovers PC-DUO remote control hosts and + gateways running on the LAN. [Patrik Karlsson] + + + broadcast-rip-discover discovers hosts and routing information + from devices running RIPv2 on the LAN. It does so by sending a + RIPv2 Request command and collects the responses from all devices + responding to the request. [Patrik Karlsson] + + + broadcast-sybase-asa-discover discovers Sybase Anywhere servers on + the LAN by sending broadcast discovery messages. [Patrik Karlsson] + + + broadcast-wake-on-lan wakes a remote system up from sleep by + sending a Wake-On-Lan packet. [Patrik Karlsson] + + + broadcast-wpad-discover Retrieves a list of proxy servers on the + LAN using the Web Proxy Autodiscovery Protocol (WPAD). [Patrik + Karlsson] + + + dns-blacklist checks target IP addresses against multiple DNS + anti-spam and open proxy blacklists and returns a list of services + where the IP has been blacklisted. [Patrik Karlsson] + + + dns-zeustracker checks if the target IP range is part of a Zeus + botnet by querying ZTDNS @ abuse.ch. [Mikael Keri] + + + ganglia-info retrieves system information (OS version, available + memory, etc.) from a listening Ganglia Monitoring Daemon or + Ganglia Meta Daemon. [Brendan Coles] + + + hadoop-datanode-info discovers information such as log directories + from an Apache Hadoop DataNode HTTP status page. [John R. Bond] + + + hadoop-jobtracker-info retrieves information from an Apache Hadoop + JobTracker HTTP status page. [John R. Bond] + + + hadoop-namenode-info retrieves information from an Apache Hadoop + NameNode HTTP status page. [John R. Bond] + + + hadoop-secondary-namenode-info retrieves information from an + Apache Hadoop secondary NameNode HTTP status page. [John R. Bond] + + + hadoop-tasktracker-info retrieves information from an Apache + Hadoop TaskTracker HTTP status page. [John R. Bond] + + + hbase-master-info retrieves information from an Apache HBase + (Hadoop database) master HTTP status page. [John R. Bond] + + + hbase-region-info retrieves information from an Apache HBase + (Hadoop database) region server HTTP status page. [John R. Bond] + + + http-apache-negotiation checks if the target http server has + mod_negotiation enabled. This feature can be leveraged to find + hidden resources and spider a web site using fewer requests. [Hani + Benhabiles] + + + http-backup-finder Spiders a website and attempts to identify + backup copies of discovered files. It does so by requesting a + number of different combinations of the filename (e.g. index.bak, + index.html~, copy of index.html). [Patrik Karlsson] + + + http-cors tests an http server for Cross-Origin Resource Sharing + (CORS), a way for domains to explicitly opt in to having certain + methods invoked by another domain. [Toni Ruottu] + + + http-email-harvest spiders a web site and collects e-mail + addresses. [Patrik Karlsson] + + + http-grep spiders a website and attempts to match all pages and + urls against a given string. Matches are counted and grouped per + url under which they were discovered. [Patrik Karlsson] + + + http-method-tamper tests whether a JBoss target is vulnerable to + jmx console authentication bypass (CVE-2010-0738). [Hani + Benhabiles] + + + http-open-redirect spiders a website and attempts to identify open + redirects. Open redirects are handlers which commonly take a URL + as a parameter and responds with a http redirect (3XX) to the + target. [Martin Holst Swende] + + + http-put uploads a local file to a remote web server using the + HTTP PUT method. You must specify the filename and URL path with + NSE arguments. [Patrik Karlsson] + + + http-robtex-reverse-ip Obtains up to 100 forward DNS names for a + target IP address by querying the Robtex service + (http://www.robtex.com/ip/). [riemann] + + + http-unsafe-output-escaping spiders a website and attempts to + identify output escaping problems where content is reflected back + to the user. [Martin Holst Swende] + + + http-vuln-cve2011-3368 tests for the CVE-2011-3368 (Reverse Proxy + Bypass) vulnerability in Apache HTTP server's reverse proxy + mode. [Ange Gutek, Patrik Karlsson] + + + ipv6-node-info obtains hostnames, IPv4 and IPv6 addresses through + IPv6 Node Information Queries. [David Fifield] + + + irc-botnet-channels checks an IRC server for channels that are + commonly used by malicious botnets. [David Fifield, Ange Gutek] + + + irc-brute performs brute force password auditing against IRC + (Internet Relay Chat) servers. [Patrik Karlsson] + + + krb5-enum-users discovers valid usernames by brute force querying + likely usernames against a Kerberos service. [Patrik Karlsson] + + + maxdb-info retrieves version and database information from a SAP + Max DB database. [Patrik Karlsson] + + + metasploit-xmlrpc-brute performs brute force password auditing + against a Metasploit RPC server using the XMLRPC protocol. [Vlatko + Kosturjak] + + + ms-sql-dump-hashes Dumps the password hashes from an MS-SQL server + in a format suitable for cracking by tools such as + John-the-ripper. In order to do so the user needs to have the + appropriate DB privileges. [Patrik Karlsson] + + + nessus-brute performs brute force password auditing against a + Nessus vulnerability scanning daemon using the NTP 1.2 + protocol. [Patrik Karlsson] + + + nexpose-brute performs brute force password auditing against a + Nexpose vulnerability scanner using the API 1.1. [Vlatko + Kosturjak] + + + openlookup-info parses and displays the banner information of an + OpenLookup (network key-value store) server. [Toni Ruottu] + + + openvas-otp-brute performs brute force password auditing against a + OpenVAS vulnerability scanner daemon using the OTP 1.0 + protocol. [Vlatko Kosturjak] + + + reverse-index creates a reverse index at the end of scan output + showing which hosts run a particular service. [Patrik Karlsson] + + + rexec-brute performs brute force password auditing against the + classic UNIX rexec (remote exec) service. [Patrik Karlsson] + + + rlogin-brute performs brute force password auditing against the + classic UNIX rlogin (remote login) service. [Patrik Karlsson] + + + rtsp-methods determines which methods are supported by the RTSP + (real time streaming protocol) server. [Patrik Karlsson] + + + rtsp-url-brute attempts to enumerate RTSP media URLS by testing + for common paths on devices such as surveillance IP + cameras. [Patrik Karlsson] + + + telnet-encryption determines whether the encryption option is + supported on a remote telnet server. Some systems (including + FreeBSD and the krb5 telnetd available in many Linux + distributions) implement this option incorrectly, leading to a + remote root vulnerability. [Patrik Karlsson, David Fifield, + Fyodor] + + + tftp-enum enumerates TFTP (trivial file transfer protocol) filenames by testing + for a list of common ones. [Alexander Rudakov] + + + unusual-port compares the detected service on a port against the + expected service for that port number (e.g. ssh on 22, http on 80) + and reports deviations. An early version of this same idea was + written by Daniel Miller. [Patrik Karlsson] + + + vuze-dht-info retrieves some basic information, including protocol + version from a Vuze filesharing node. [Patrik Karlsson] + +o [NSE] Added some new protocol libraries + + amqp (advanced message queuing protocol) [Sebastian Dragomir] + + bitcoin crypto currency [Patrik Karlsson + + dnsbl for DNS-based blacklists [Patrik Karlsson + + rtsp (real time streaming protocol) [Patrik Karlsson] + + httpspider and vulns have separate entries in this CHANGELOG + +o Nmap now includes a nmap-update program for obtaining the latest + updates (new scripts, OS fingerprints, etc.) The system is + currently only available to a few developers for testing, but we + hope to enable a larger set of beta testers soon. [David] + +o On Windows, the directory [HOME]\AppData\Roaming\nmap is now + searched for data files. This is the equivalent of $HOME/.nmap on + POSIX. [David] + +o Improved OS detection performance by scaling congestion control + increments by the response rate during OS scan, just as was done + for port scan before. [David] + +o [NSE] The targets-ipv6-multicast-*.nse scripts now scan all + interfaces by default. They show the MAC address and interface name + now too. [David, Daniel Miller] + +o Added some new version detection probes: + + MongoDB service [Martin Holst Swende] + + Metasploit XMLRPC service [Vlatko Kosturjak] + + Vuze filesharing system [Patrik] + + Redis key-value store [Patrik] + + memcached [Patrik] + + Sybase SQL Anywhere [Patrik] + + VMware ESX Server [Aleksey Tyurin] + + TCP Kerberos [Patrik] + + PC-Duo [Patrik] + + PC Anywhere [Patrik] + +o Targets requiring different source addresses now go into different + hostgroups, not only for host discovery but also for port scanning. + Before, only responses to one of the source addresses would be + processed, and the others would be ignored. [David] + +o Tidied up the version detection DB (nmap-service-probes) with a new + cleanup/canonicalization program sv-tidy. In particular, this: + - Removes excess whitespace + - Sorts templates in the order m p v i d o h cpe: + - Canonicalizes template delimiters in the order: / | % = @ #. + [David] + +o The --exclude and --excludefile options for excluding targets can + now be used together. [David] + +o [NSE] Added support for detecting whether a http connection was established + using SSL or not to the http.lua library [Patrik] + +o [NSE] Added local port to BPF filter in snmp-brute to fix bug that would + prevent multiple scripts from receiving the correct responses. The bug was + discovered by Brendan Bird. [Patrik] + +o [NSE] Changed the dhcp-discover script to use the DHCPINFORM request + to query dhcp servers instead of DHCPDISCOVER. Also removed DoS code + from dhcp-discover and placed the script into the discovery and safe + categories. Added support for adding options to DHCP requests and + cleaned up some code in the dhcp library. [Patrik] + +o [NSE] Applied patch to snmp-brute that solves problems with handling + errors that occur during community list file parsing. [Duarte + Silva] + +o [NSE] Added new fingerprints to http-enum for: + - Subversion, CVS and Apache Archiva [Duarte Silva] + - DVCS systems Git, Mercurial and Bazaar [Hani Benhabiles]. + +o [NSE] Applied some code cleanup to the snmp library. [Brendan Byrd] + +o [NSE] Fixed an undeclared variable bug in snmp-ios-config [Patrik] + +o [NSE] Add additional version information to Mongodb scripts [Martin + Swende] + +o [NSE] Added path argument to the http-auth script and update the + script to use stdnse.format_output. [Duarte Silva, Patrik] + +o [NSE] Fixed bug in the http library that would fail to parse + authentication headers if no parameters were present. [Patrik] + +o Made a syntax change in the zenmap.desktop file for compliance with + the XDG standard. [Frederik Schwarzer] + +o [NSE] Replaced a number of GET requests to HEAD in http- + fingerprints.lua. HEAD is quicker and sufficient when no matching + is performed on the returned contents. [Hani Benhabiles] + +o [NSE] Added support for retrieving SSL certificates from FTP + servers. [Matt Selsky] + +o [Nping] The --safe-payloads option is now the default. Added + --include-payloads for the special situations where payloads are + needed. [Colin Rice] + +o [NSE] Added new functionality and fixed some bugs in the brute library: + - Added support for restricting the number of guesses performed by the + brute library against users, to prevent account lockouts. + - Added support to guess the username as password. The documentation + previously suggested (wrongly) that this was the default behavior. + - Added support to guess an empty string as password if not + present in the dictionary. [Patrik] + +o [NSE] Re-enabled support for guessing the username in addition to password + that was incorrectly removed from the metasploit-xmlrpc-brute in previous + commit. [Patrik] + +o [NSE] Fixed bug that would prevent brute scripts from running if no service + field was present in the port table. [Patrik] + +o [NSE] Turned on promiscuous mode in targets-sniffer.nse so that it + finds packets not only from or to the scanning host. [David] + +o The Zenmap topology display feature is now disabled when there are + more than 1,000 target hosts. Those topology maps slow down the + interface and are generally too crowded to be of much use. + +o [NSE] Modified the http library to support servers that don't return valid + chunked encoded data, such as the Citrix XML service. [Patrik] + +o [NSE] Fixed a bug where the brute library would not abort even after all + retries were exhausted [Patrik] + +o Fixed a bug in the IPv6 OS probe called NI. The Node Information + Query didn't include the target address as the payload, so at least + OS X didn't respond. This differed from the probe sent by the + ipv6fp.py program from which some of our fingerprints were derived. + [David] + +o [NSE] Fixed an error in the mssql library that was causing the + broadcast-ms-sql-discover script to fail when trying to update port version + information. [Patrik] + +o [NSE] Added the missing broadcast category to the broadcast-listener script. + [Jasey DePriest] + +o [NSE] Made changes to the categories of the following scripts (new + categories shown) [Duarte Silva]: + - http-userdir-enum.nse (auth,intrusive) + - mysql-users.nse (auth,intrusive) + - http-wordpress-enum.nse (auth,intrusive,vuln) + - krb5-enum-users.nse (auth,intrusive) + - snmp-win32-users.nse (default,auth,safe) + - smtp-enum-users.nse (auth,external,intrusive) + - ncp-enum-users.nse (auth,safe) + - smb-enum-users.nse (auth,intrusive) + +o Made nbase compile with the clang compiler that is a part of Xcode + 4.2. [Daniel J. Luke] + +o [NSE] Fix a nil table index bug discovered in the mongodb + library. [Thomas Buchanan] + +o [NSE] Added XMPP support to ssl-cert.nse. + +o [NSE] Made http-wordpress-enum.nse able to get names of users who + have no posts. [Duarte Silva] + +o Increased hop distance estimates from OS detection by one. The + distance now counts the number of hops including the final one to + the target, not just the number of intermediate nodes. The IPv6 + distance calculation already worked this way. [David] + +Nmap 5.61TEST2 [2011-09-30] + +o Added IPv6 OS detection system! The new system utilizes many tests + similar to IPv4, and also some IPv6-specific ones that we found to + be particularly effective. And it uses a machine learning approach + rather than the static classifier we use for IPv4. We hope to move + some of the IPv6 innovations back to our IPv4 system if they work + out well. The database is still very small, so please submit any + fingerprints that Nmap gives you to the specified URL (as long as + you are certain that you know what the target system is + running). Usage and results output are basically the same as with + IPv4, but we will soon document the internal mechanisms at + https://nmap.org/book/osdetect.html, just as we have for IPv4. For an + example, try "nmap -6 -O scanme.nmap.org". [David, Luis] + +o [NSE] Added 3 scripts, bringing the total to 246! You can learn + more about them at https://nmap.org/nsedoc/. Here they are (authors + listed in brackets): + + + lltd-discovery uses the Microsoft LLTD protocol to discover hosts + on a local network. [Gorjan Petrovski] + + + ssl-google-cert-catalog queries Google's Certificate Catalog for + the SSL certificates retrieved from target hosts. [Vasiliy Kulikov] + + + quake3-info extracts information from a Quake3-like game + server. [Toni Ruottu] + +o Improved AIX support for raw scans. This includes some patches + originally written by Peter O'Gorman and Florian Schmid. It also + involved various build fixes found necessary on AIX 6.1 and 7.1. See + https://nmap.org/book/inst-other-platforms.html . [David] + +o Fixed Nmap so that it again compiles and runs on Solaris 10, + including IPv6 support. [David] + +o [NSE] Moved our brute force authentication cracking scripts + (*-brute) from the "auth" category into a new "brute" + category. Nmap's brute force capabilities have grown tremendously! + You can see all 32 of them at + https://nmap.org/nsedoc/categories/brute.html . It isn't clear + whether dns-brute should be in the brute category, so for now it + isn't. [Fyodor] + +o Made the interface gathering loop work on Linux when an interface + index is more than two digits in /proc/sys/if_inet6. Joe McEachern + tracked down the problem and provided the fix. + +o [NSE] Fixed a bug in dns.lua: ensure that dns.query() always return two values + (status, response) and replaced the workaround in asn-query.nse by the proper + use. [Henri] + +o [NSE] Made irc-info.nse handle the case where the MOTD is missing. + Patch by Sebastian Dragomir. + +o Updated nmap-mac-prefixes to include the latest IEEE assignments + as of 2011-09-29. + +Nmap 5.61TEST1 [2011-09-19] + +o Added Common Platform Enumeration (CPE, http://cpe.mitre.org/) + output for OS and service versions. This is a standard way to + identify operating systems and applications so that Nmap can + better interoperate with other software. Nmap's own (generally more + comprehensive) taxonomy/classification system is still supported as + well. Some OS and version detection results don't have CPE entries + yet. CPE entries show up in normal output with the headings "OS + CPE:" and "Service Info:": + OS CPE: cpe:/o:linux:kernel:2.6.39 + Service Info: OS: Linux; CPE: cpe:/o:linux:kernel + These also appear in XML output, which additionally has CPE entries + for service versions. [David, Henri] + +o Added IPv6 Neighbor Discovery ping. This is the IPv6 analog to IPv4 + ARP scan. It is the default ping type for local IPv6 networks. + [Weilin] + +o Integrated your latest (IPv4) OS detection submissions and + corrections until June 22. New fingerprints include Linux 3, FreeBSD + 9, Mac OS X 10.7 (Lion), and 300+ more. The DB size increased 11% to + 3,308 fingerprints. See + http://seclists.org/nmap-dev/2011/q3/556. Please keep those + fingerprints coming! We now accept IPv4 and IPv6 OS fingerprints as + well as service fingerprints, plus corrections of all types if Nmap + guess wrong. + +o [NSE] Added 27 scripts, bringing the total to 243! You can learn + more about any of them at https://nmap.org/nsedoc/. Here are the new + ones (authors listed in brackets): + + + address-info shows extra information about IPv6 addresses, such as + embedded MAC or IPv4 addresses when available. [David Fifield] + + + bittorrent-discovery discovers bittorrent peers sharing a file + based on a user-supplied torrent file or magnet link. [Gorjan + Petrovski] + + + broadcast-db2-discover attempts to discover DB2 servers on the + network by sending a broadcast request to port 523/udp. [Patrik + Karlsson] + + + broadcast-dhcp-discover sends a DHCP request to the broadcast + address (255.255.255.255) and reports the results. [Patrik + Karlsson] + + + broadcast-listener sniffs the network for incoming broadcast + communication and attempts to decode the received packets. It + supports protocols like CDP, HSRP, Spotify, DropBox, DHCP, ARP and + a few more. [Patrik Karlsson] + + + broadcast-ping sends broadcast pings on a selected interface using + raw ethernet packets and outputs the responding hosts' IP and MAC + addresses or (if requested) adds them as targets. [Gorjan + Petrovski] + + + cvs-brute performs brute force password auditing against CVS + pserver authentication. [Patrik Karlsson] + + + cvs-brute-repository attempts to guess the name of the CVS + repositories hosted on the remote server. With knowledge of the + correct repository name, usernames and passwords can be + guessed. [Patrik Karlsson] + + + ftp-vsftpd-backdoor tests for the presence of the vsFTPd 2.3.4 + backdoor reported on 2011-07-04 (CVE-2011-2523). This script + attempts to exploit the backdoor using the innocuous 'id' command + by default, but that can be changed with the 'exploit.cmd' or + 'ftp-vsftpd-backdoor.cmd' script arguments. [Daniel Miller] + + + ftp-vuln-cve2010-4221 checks for a stack-based buffer overflow in + the ProFTPD server, version between 1.3.2rc3 and 1.3.3b. [Djalal + Harouni] + + + http-awstatstotals-exec exploits a remote code execution + vulnerability in Awstats Totals 1.0 up to 1.14 and possibly other + products based on it (CVE: 2008-3922). [Paulino Calderon] + + + http-axis2-dir-traversal Exploits a directory traversal + vulnerability in Apache Axis2 version 1.4.1 by sending a specially + crafted request to the parameter 'xsd' (OSVDB-59001). By default + it will try to retrieve the configuration file of the Axis2 + service '/conf/axis2.xml' using the path '/axis2/services/' to + return the username and password of the admin account. [Paulino + Calderon] + + + http-default-accounts tests for access with default credentials + used by a variety of web applications and devices. [Paulino + Calderon] + + + http-google-malware checks if hosts are on Google's blacklist of + suspected malware and phishing servers. These lists are constantly + updated and are part of Google's Safe Browsing service. [Paulino + Calderon] + + + http-joomla-brute performs brute force password auditing against + Joomla web CMS installations. [Paulino Calderon] + + + http-litespeed-sourcecode-download exploits a null-byte poisoning + vulnerability in Litespeed Web Servers 4.0.x before 4.0.15 to + retrieve the target script's source code by sending a HTTP request + with a null byte followed by a .txt file extension + (CVE-2010-2333). [Paulino Calderon] + + + http-vuln-cve2011-3192 detects a denial of service vulnerability + in the way the Apache web server handles requests for multiple + overlapping/simple ranges of a page. [Duarte Silva] + + + http-waf-detect attempts to determine whether a web server is + protected by an IPS (Intrusion Prevention System), IDS (Intrusion + Detection System) or WAF (Web Application Firewall) by probing the + web server with malicious payloads and detecting changes in the + response code and body. [Paulino Calderon] + + + http-wordpress-brute performs brute force password auditing + against Wordpress CMS/blog installations. [Paulino Calderon] + + + http-wordpress-enum enumerates usernames in Wordpress blog/CMS + installations by exploiting an information disclosure + vulnerability existing in versions 2.6, 3.1, 3.1.1, 3.1.3 and + 3.2-beta2 and possibly others. [Paulino Calderon] + + + imap-brute performs brute force password auditing against IMAP + servers using either LOGIN, PLAIN, CRAM-MD5, DIGEST-MD5 or NTLM + authentication. [Patrik Karlsson] + + + smtp-brute performs brute force password auditing against SMTP + servers using either LOGIN, PLAIN, CRAM-MD5, DIGEST-MD5 or NTLM + authentication. [Patrik Karlsson] + + + smtp-vuln-cve2011-1764 checks for a format string vulnerability in + the Exim SMTP server (version 4.70 through 4.75) with DomainKeys + Identified Mail (DKIM) support (CVE-2011-1764). [Djalal Harouni] + + + targets-ipv6-multicast-echo sends an ICMPv6 echo request packet to + the all-nodes link-local multicast address (ff02::1) to discover + responsive hosts on a LAN without needing to individually ping + each IPv6 address. [David Fifield, Xu Weilin] + + + targets-ipv6-multicast-invalid-dst sends an ICMPv6 packet with an + invalid extension header to the all-nodes link-local multicast + address (ff02::1) to discover (some) available hosts on the + LAN. This works because some hosts will respond to this probe with + an ICMPv6 parameter problem packet. [David Fifield, Xu Weilin] + + + targets-ipv6-multicast-slaac performs IPv6 host discovery by + triggering stateless address auto-configuration (SLAAC). [David + Fifield, Xu Weilin] + + + xmpp-brute Performs brute force password auditing against XMPP + (Jabber) instant messaging servers. [Patrik Karlsson] + +o Fixed compilation on OS X 10.7 Lion. Thanks to Patrik Karlsson and + Babak Farroki for researching fixes. + +o [NSE] The script arguments which start with a script name + (e.g. http-brute.hostname or afp-ls.maxfiles) can now accept the + unqualified arguments as well (hostname, maxfiles). This lets you + use the generic version ("hostname") when you want to affect + multiple scripts, while using the qualified version to target + individual scripts. If both are specified, the qualified version + takes precedence for that particular script. This works for library + script arguments too (e.g. you can specify 'timelimit' rather than + unpwdb.timelimit). [Paulino] + +o [Ncat] Updated SSL certificate store (ca-bundle.crt), primarily to + remove the epic fail known as DigiNotar. + +o Nmap now defers options parsing until it has read through all the + command line arguments. This removes the few remaining cases where + option order mattered (for example, IPv6 users previously had to + specify -6 before -S). [Shinnok] + +o [NSE] Added a new default credential list for Oracle databases and + modified the oracle-brute script to make use of it. [Patrik] + +o [NSE] Our Packet library (packet.lua) now handles IPv6. This is used + by the new multicast IPv6 host discovery scripts + (targets-ipv6-*). [Weilin] + +o [NSE] Replaced xmpp.nse with an an overhauled version named + xmpp-info.nse which brings many new features and fixes. [Vasiliy Kulikov] + +o [NSE] Fixed SSL compressor names in ssl-enum-ciphers.nse, and + removed redundant multiple listings of the NULL compressor. + [Matt Selsky] + +o [NSE] Added cipher strength ratings to ssl-enum-ciphers.nse. + [Gabriel Lawrence] + +o [NSE] Fixed a bug in the ssh2-enum-algos script that would prevent it from + displaying any output unless run in debug mode. [Patrik] + +o [NSE] Added 4 more protocol libraries. You can learn more about any + of them at https://nmap.org/nsedoc/. Here are the new ones (authors + listed in brackets): + + + bittorrent supports the BitTorrent file sharing protocol [Gorjan + Petrovski] + + + cvs includes support for the Concurrent Versions System (CVS) + [Patrik Karlsson] + + + sasl provides common code for "Simple Authentication and Security + Layer" to services supporting it. The algorithms supported by the + library are: PLAIN, CRAM-MD5, DIGEST-MD5 and NTLM. [Djalal + Harouni, Patrik Karlsson] + + + xmpp handles XMPP (Jabber) IM servers [Patrik Karlsson] + +o [NSE] Removed the mac-geolocation script, which relied on a Google + database to determine strikingly accurate GPS coordinates for + anyone's wireless access points (based on their MAC address). It + was very powerful. Perhaps Google decided it was too powerful, as + they discontinued the service before our script was even 2 months + old. + +o [Ncat] Added an --append-output option which, when used along with + -o and/or -x, prevents clobbering (truncating) an existing + file. [Shinnok] + +o Fixed RPC scan (part of -sV) to work on the 64-bit machines where + "unsigned long" is 8 bytes rather than 4. We now use the more + portable u32 in the code. [David] + +o [NSE] Moved some scripts into the default category: giop-info, + vnc-info, ncp-serverinfo, smb-security-mode, and and + afp-serverinfo. [Djalal] + +o Relaxed the XML DTD to allow validation of files where the verbosity + level changed during the scan. Also made a service confidence of 8 + (used when tcpwrapped) or any other number between 0 and 10 + legal. [Daniel Miller] + +o [NSE] Fixed authentication problems in the TNS library that would prevent + authentication from working against Oracle 11.2.0.2.0 XE [Chris Woodbury] + +o [NSE] Added basic query support to the Oracle TNS library so that scripts + can now make SQL queries against database servers. Also improved + support for 64-bit database servers and improved the documentation. [Patrik] + +o Removed some restrictions on probe matching that, for example, + prevented a RST/ACK reply from being recognized in a NULL scan. This + was found and fixed by Matthew Stickney and Joe McEachern. + +o Rearranged some characters classes in service matches to avoid any + that look like POSIX collating symbols ("[.xyz.]"). John Hutchison + discovered this error caused by one of the match lines: + InitMatch: illegal regexp: POSIX collating elements are not supported + [Daniel Miller] + +o [NSE] Added more than 100 new signatures to http-enum (many for + known vulnerabilities). They are in the categories: general, + attacks, cms, security, management and database [Paulino] + +o [NSE] Updated account status text in brute force password discovery + scripts in an effort to make the reporting more consistent across + all scripts. This will have an impact on any code that parses these + values. [Tom Sellers] + +o Nmap now includes the Liblinear library for large linear + classification (http://www.csie.ntu.edu.tw/~cjlin/liblinear/). We + are using it for the upcoming IPv6 OS detection system, and (if that + works out well) may eventually use it for IPv4 too. It uses a + three-clause BSD license. + +o [NSE] Better error messages (including a traceback) are now provided + when script loading fails. [Patrick] + +o [Zenmap] Prevent Zenmap from deleting ports when merging scans + results based on newer scans which did not actually scan the ports + in question. Additionally Zenmap now only updates ports with new + information if the new information uses the same protocol--not just + the same port number. [Colin Rice] + +o [Ncat] Fixed a crash which would occur when --ssl-verify is combined + with -vvv on windows. [Colin Rice] + +o [Nping] Added new --safe-payloads option for echo mode which causes + returned packet payloads to be zeroed to reduce privacy risks if + Nping echo server was to accidentally (or through malicious intent) + return a packet which wasn't sent by the Nping echo client. We hope + to soon make this behavior the default. [Luis] + +o Fixed a bug that would make Nmap segfault if it failed to open an + interface using pcap. The bug details and patch are posted at + http://seclists.org/nmap-dev/2011/q3/365 [Patrik] + +o Ncat SCTP mode now supports connection brokering + (--sctp --broker). [Shinnok] + +o Consolidated a bunch of duplicate code between Ncat's listen + (ncat_listen.c) and broker (ncat_broker.c) modes to ease + maintenance. [Shinnok] + +o Added a 'nostore' nse argument to the brute force library which + prevents the brute force authentication cracking scripts from + storing found credentials in the creds library (they will still be + printed in script output). + +o [NSE] Fixed the nsedebug print_hex() function so it does not print an + empty line if there are no remaining characters, and improved its NSEDoc. + [Chris Woodbury]. + +o [Ncat] Ncat no longer blocks while an ssl handshake is taking place + or waiting to complete. This could make listening Ncat instances + unavailable to other clients because one client was taking too long + to complete the SSL handshake. Our public Ncat chat server is now + much more reliable (connect with: ncat --ssl -v chat.nmap.org). + [Shinnok] + +o [NSE] Updated SMTP and IMAP libraries to support authentication + using both plain-text and the SASL library. [Patrik] + +o [Zenmap] The Zenmap crash handler now instructs users to mail in + crash information to nmap-dev rather than offering to create a + Sourceforge bug tracker entry. [Colin Rice] + +o [NSE] Applied patch from Chris Woodbury that adds the following + additional information to the output of smb-os-discovery: NetBIOS + computer name, NetBIOS domain name, FQDN, and forest name. + +o [NSE] Updated smb-brute to add detection for valid credentials where the + target account was expired or limited by time or login host constraints. + [Tom Sellers] + +o [Ncat] Ncat now supports IPV6 addresses by default without the -6 flag. + Additionally ncat listens on both ::1 and localhost when passed + -l, or any other listening mode unless a specific listening address is + supplied. [Colin Rice] + +o Fixed broken XML output in the case of timed-out hosts; the + enclosing host element was missing. The fix was suggested by Rémi + Mollon. + +o [NSE] Multiple ldap-brute changes by Tom Sellers: + + Added support for 2008 R2 functional level Active Directory instances + + Added detection for valid credentials where the target account was + expired or limited by time or login host constraints. + + Added support for specifying a UPN suffix to be appended to usernames + when brute forcing Microsoft Active Directory accounts. + + Added support for saving discovered credentials to a CSV file. + + Now reports valid credentials as they are discovered when the script + is run with -vv or higher. + +o [NSE] ldap-search.nse - Added support for saving search results to + CSV. This is done by using the ldap.savesearch script argument to + specify an output filename prefix. [Tom Sellers] + +o Handle an unconventional IPv6 internal link-local address convention + used by Mac OS X. See + http://seclists.org/nmap-dev/2011/q3/906. [David] + +o [NSE] Optimized stdnse.format_output (changing the data structures) + to improve performance for scripts which produce a lot of output. See + http://seclists.org/nmap-dev/2011/q3/623. [Djalal] + +o [NSE] Fix nping-brute so that it again works on IPv6. [Toni Ruottu] + +o [NSE] Added the make_array and make_object functions to our json + library, allowing LUA tables to be treated as JSON arrays or + objects. See http://seclists.org/nmap-dev/2011/q3/15 [Daniel Miller] + +o [NSE] The ip-geolocation-ipinfodb now allows you to specify an + IPInfoDB API key using the apikey NSE argument. [Gorjan] + +o [NSE] Renamed http-wp-plugins to http-wordpress-plugins script for + consistency with http-wordpress-brute and now + http-wordpress-enum. [Fyodor] + +Nmap 5.59BETA1 [2011-06-30] + +o [NSE] Added 40 scripts, bringing the total to 217! You can learn + more about any of them at https://nmap.org/nsedoc/. Here are the new + ones (authors listed in brackets): + + + afp-ls: Lists files and their attributes from Apple Filing + Protocol (AFP) volumes. [Patrik Karlsson] + + + backorifice-brute: Performs brute force password auditing against + the BackOrifice remote administration (trojan) service. [Gorjan + Petrovski] + + + backorifice-info: Connects to a BackOrifice service and gathers + information about the host and the BackOrifice service + itself. [Gorjan Petrovski] + + + broadcast-avahi-dos: Attempts to discover hosts in the local + network using the DNS Service Discovery protocol, then tests + whether each host is vulnerable to the Avahi NULL UDP packet + denial of service bug (CVE-2011-1002). [Djalal Harouni] + + + broadcast-netbios-master-browser: Attempts to discover master + browsers and the Windows domains they manage. [Patrik Karlsson] + + + broadcast-novell-locate: Attempts to use the Service Location + Protocol to discover Novell NetWare Core Protocol (NCP) + servers. [Patrik Karlsson] + + + creds-summary: Lists all discovered credentials (e.g. from brute + force and default password checking scripts) at end of scan. + [Patrik Karlsson] + + + dns-brute: Attempts to enumerate DNS hostnames by brute force + guessing of common subdomains. [Cirrus] + + + dns-nsec-enum: Attempts to discover target hosts' services using + the DNS Service Discovery protocol. [Patrik Karlsson] + + + dpap-brute: Performs brute force password auditing against an + iPhoto Library. [Patrik Karlsson] + + + epmd-info: Connects to Erlang Port Mapper Daemon (epmd) and + retrieves a list of nodes with their respective port + numbers. [Toni Ruottu] + + + http-affiliate-id: Grabs affiliate network IDs (e.g. Google + AdSense or Analytics, Amazon Associates, etc.) from a web + page. These can be used to identify pages with the same + owner. [Hani Benhabiles, Daniel Miller] + + + http-barracuda-dir-traversal: Attempts to retrieve the + configuration settings from a Barracuda Networks Spam & Virus + Firewall device using the directory traversal vulnerability + described at + http://seclists.org/fulldisclosure/2010/Oct/119. [Brendan Coles] + + + http-cakephp-version: Obtains the CakePHP version of a web + application built with the CakePHP framework by fingerprinting + default files shipped with the CakePHP framework. [Paulino + Calderon] + + + http-majordomo2-dir-traversal: Exploits a directory traversal + vulnerability existing in the Majordomo2 mailing list manager to + retrieve remote files. (CVE-2011-0049). [Paulino Calderon] + + + http-wp-plugins: Tries to obtain a list of installed WordPress + plugins by brute force testing for known plugins. [Ange Gutek] + + + ip-geolocation-geobytes: Tries to identify the physical location + of an IP address using the Geobytes geolocation web service + (http://www.geobytes.com/iplocator.htm). [Gorjan Petrovski] + + + ip-geolocation-geoplugin: Tries to identify the physical location + of an IP address using the Geoplugin geolocation web service + (http://www.geoplugin.com/). [Gorjan Petrovski] + + + ip-geolocation-ipinfodb: Tries to identify the physical location + of an IP address using the IPInfoDB geolocation web service + (http://ipinfodb.com/ip_location_api.php). [Gorjan Petrovski] + + + ip-geolocation-maxmind: Tries to identify the physical location of + an IP address using a Geolocation Maxmind database file (available + from http://www.maxmind.com/app/ip-location). [Gorjan Petrovski] + + + ldap-novell-getpass: Attempts to retrieve the Novell Universal + Password for a user. You must already have (and include in script + arguments) the username and password for an eDirectory server + administrative account. [Patrik Karlsson] + + + mac-geolocation: Looks up geolocation information for BSSID (MAC) + addresses of WiFi access points in the Google geolocation + database. [Gorjan Petrovski] + + + mysql-audit: Audit MySQL database server security configuration + against parts of the CIS MySQL v1.0.2 benchmark (the engine can + also be used for other MySQL audits by creating appropriate audit + files). [Patrik Karlsson] + + + ncp-enum-users: Retrieves a list of all eDirectory users from the + Novell NetWare Core Protocol (NCP) service. [Patrik Karlsson] + + + ncp-serverinfo: Retrieves eDirectory server information (OS + version, server name, mounts, etc.) from the Novell NetWare Core + Protocol (NCP) service. [Patrik Karlsson] + + + nping-brute: Performs brute force password auditing against an + Nping Echo service. [Toni Ruottu] + + + omp2-brute: Performs brute force password auditing against the + OpenVAS manager using OMPv2. [Henri Doreau] + + + omp2-enum-targets: Attempts to retrieve the list of target systems + and networks from an OpenVAS Manager server. [Henri Doreau] + + + ovs-agent-version: Detects the version of an Oracle OVSAgentServer + by fingerprinting responses to an HTTP GET request and an XML-RPC + method call. [David Fifield] + + + quake3-master-getservers: Queries Quake3-style master servers for + game servers (many games other than Quake 3 use this same + protocol). [Toni Ruottu] + + + servicetags: Attempts to extract system information (OS, hardware, + etc.) from the Sun Service Tags service agent (UDP port + 6481). [Matthew Flanagan] + + + sip-brute: Performs brute force password auditing against Session + Initiation Protocol (SIP - + http://en.wikipedia.org/wiki/Session_Initiation_Protocol) + accounts. This protocol is most commonly associated with VoIP + sessions. [Patrik Karlsson] + + + sip-enum-users: Attempts to enumerate valid SIP user accounts. + Currently only the SIP server Asterisk is supported. [Patrik + Karlsson] + + + smb-mbenum: Queries information managed by the Windows Master + Browser. [Patrik Karlsson] + + + smtp-vuln-cve2010-4344: Checks for and/or exploits a heap overflow + within versions of Exim prior to version 4.69 (CVE-2010-4344) and + a privilege escalation vulnerability in Exim 4.72 and prior + (CVE-2010-4345). [Djalal Harouni] + + + smtp-vuln-cve2011-1720: Checks for a memory corruption in the + Postfix SMTP server when it uses Cyrus SASL library authentication + mechanisms (CVE-2011-1720). This vulnerability can allow denial + of service and possibly remote code execution. [Djalal Harouni] + + + snmp-ios-config: Attempts to downloads Cisco router IOS + configuration files using SNMP RW (v1) and display or save + them. [Vikas Singhal, Patrik Karlsson] + + + ssl-known-key: Checks whether the SSL certificate used by a host + has a fingerprint that matches an included database of problematic + keys. [Mak Kolybabi] + + + targets-sniffer: Sniffs the local network for a configurable + amount of time (10 seconds by default) and prints discovered + addresses. If the newtargets script argument is set, discovered + addresses are added to the scan queue. [Nick Nikolaou] + + + xmpp: Connects to an XMPP server (port 5222) and collects server + information such as supported auth mechanisms, compression methods + and whether TLS is supported and mandatory. [Vasiliy Kulikov] + +o Nmap has long supported IPv6 for basic (connect) port scans, basic + host discovery, version detection, Nmap Scripting Engine. This + release dramatically expands and improves IPv6 support: + + IPv6 raw packet scans (including SYN scan, UDP scan, ACK scan, + etc.) are now supported. [David, Weilin] + + IPv6 raw packet host discovery (IPv6 echo requests, TCP/UDP + discovery packets, etc.) is now supported. [David, Weilin] + + IPv6 traceroute is now supported [David] + + IPv6 protocol scan (-sO) is now supported, including creating + realistic headers for many protocols. [David] + + IPv6 support to the wsdd, dnssd and upnp NSE libraries. [Daniel + Miller, Patrik] + + The --exclude and --excludefile now support IPV6 addresses with + netmasks. [Colin] + +o Scanme.Nmap.Org (the system anyone is allowed to scan for testing + purposes) is now dual-stacked (has an IPv6 address as well as IPv4) + so you can scan it during IPv6 testing. We also added a DNS record + for ScanmeV6.nmap.org which is IPv6-only. See + http://seclists.org/nmap-dev/2011/q2/428. [Fyodor] + +o The Nmap.Org website as well as sister sites Insecure.Org, + SecLists.Org, and SecTools.Org all have working IPv6 addresses now + (dual stacked). [Fyodor] + +o Nmap now determines the filesystem location it is being run from and + that path is now included early in the search path for data files + (such as nmap-services). This reduces the likelihood of needing to + specify --datadir or getting data files from a different version of + Nmap installed on the system. For full details, see + https://nmap.org/book/data-files-replacing-data-files.html . Thanks + to Solar Designer for implementation advice. [David] + +o Created a page on our SecWiki for collecting Nmap script ideas! If + you have a good idea, post it to the incoming section of the page. + Or if you're in a script writing mood but don't know what to write, + come here for inspiration: https://secwiki.org/w/Nmap_Script_Ideas. + +o The development pace has greatly increased because Google (again) + sponsored a 7 full-time college and graduate student programmer + interns this summer as part of their Summer of Code program! + Thanks, Google Open Source Department! We're delighted to introduce + the team: http://seclists.org/nmap-dev/2011/q2/312 + +o [NSE] Added 7 new protocol libraries, bringing the total to 66. You + can read about them all at https://nmap.org/nsedoc/. Here are the new + ones (authors listed in brackets): + + + creds: Handles storage and retrieval of discovered credentials + (such as passwords discovered by brute force scripts). [Patrik + Karlsson] + + + ncp: A tiny implementation of Novell Netware Core Protocol + (NCP). [Patrik Karlsson] + + + omp2: OpenVAS Management Protocol (OMP) version 2 support. [Henri + Doreau] + + + sip: Supports a limited subset of SIP commands and + methods. [Patrik Karlsson] + + + smtp: Simple Mail Transfer Protocol (SMTP) operations. [Djalal + Harouni] + + + srvloc: A relatively small implementation of the Service Location + Protocol. [Patrik Karlsson] + + + tftp: Implements a minimal TFTP server. It is used in + snmp-ios-config to obtain router config files.[Patrik Karlsson] + +o Improved Nmap's service/version detection database by adding: + + Apple iPhoto (DPAP) protocol probe [Patrik] + + Zend Java Bridge probe [Michael Schierl] + + BackOrifice probe [Gorjan Petrovski] + + GKrellM probe [Toni Ruottu] + + Signature improvements for a wide variety of services (we now have + 7,375 signatures) + +o [NSE] ssh-hostkey now additionally has a postrule that prints hosts + found during the scan which share the same hostkey. [Henri Doreau] + +o [NSE] Added 300+ new signatures to http-enum which look for admin + directories, JBoss, Tomcat, TikiWiki, Majordomo2, MS SQL, Wordpress, + and more. [Paulino] + +o Made the final IP address space assignment update as all available + IPv4 address blocks have now been allocated to the regional + registries. Our random IP generation (-iR) logic now only excludes + the various reserved blocks. Thanks to Kris for years of regular + updates to this function! + +o [NSE] Replaced http-trace with a new more effective version. [Paulino] + +o Performed some output cleanup work to remove unimportant status + lines so that it is easier to find the good stuff! [David] + +o [Zenmap] now properly kills Nmap scan subprocess when you cancel a + scan or quit Zenmap on Windows. [Shinnok] + +o [NSE] Banned scripts from being in both the "default" and + "intrusive" categories. We did this by removing dhcp-discover and + dns-zone-transfer from the set of scripts run by default (leaving + them "intrusive"), and reclassifying dns-recursion, ftp-bounce, + http-open-proxy, and socks-open-proxy as "safe" rather than + "intrusive" (keeping them in the "default" set). + +o [NSE] Added a credential storage library (creds.lua) and modified + the brute library and scripts to make use of it. [Patrik] + +o [Ncat] Created a portable version of ncat.exe that you can just drop + onto Microsoft Windows systems without having to run any installer + or copy over extra library files. See the Ncat page + (https://nmap.org/ncat/) for binary downloads and a link to build + instructions. [Shinnok] + +o Fix a segmentation fault which could occur when running Nmap on + various Android-based phones. The problem related to NULL being + passed to freeaddrinfo(). [David, Vlatko Kosturjak] + +o [NSE] The host.bin_ip and host.bin_ip_src entries now also work with + 16-byte IPv6 addresses. [David] + +o [Ncat] Updated the ca-bundle.crt list of trusted certificate + authority certificates. [David] + +o [NSE] Fixed a bug in the SMB Authentication library which could + prevent concurrently running scripts with valid credentials from + logging in. [Chris Woodbury] + +o [NSE] Re-worked http-form-brute.nse to better autodetect form + fields, allow brute force attempts where only the password (no + username) is needed, follow HTTP redirects, and better detect + incorrect login attempts. [Patrik, Daniel Miller] + +o [Zenmap] Changed the "slow comprehensive scan" profile's NSE script + selection from "all" to "default or (discovery and safe)" + categories. Except for testing and debugging, "--script all" is + rarely desirable. + +o [NSE] Added the stdnse.silent_require method which is used for + library requires that you know might fail (e.g. "openssl" fails if + Nmap was compiled without that library). If these libraries are + called with silent_require and fail to load, the script will cease + running but the user won't be presented with ugly failure messages + as would happen with a normal require. [Patrick Donnelly] + +o [Zenmap] Fixed a bug in topology mapper which caused endpoints + behind firewalls to sometimes show up in the wrong place (see + http://seclists.org/nmap-dev/2011/q2/733). [Colin Rice] + +o [Zenmap] If you scan a system twice, any open ports from the first + scan which are closed in the 2nd will be properly marked as + closed. [Colin Rice]. + +o [Zenmap] Fixed an error that could cause a crash ("TypeError: an + integer is required") if a sort column in the ports table was unset. + [David] + +o [Ndiff] Added nmaprun element information (Nmap version, scan date, + etc.) to the diff. Also, the Nmap banner with version number and + data is now only printed if there were other differences in the + scan. [Daniel Miller, David, Dr. Jesus] + +o [NSE] Added nmap.get_interface and nmap.get_interface_info functions + so scripts can access characteristics of the scanning interface. + Removed nmap.get_interface_link. [Djalal] + +o Fixed an overflow in scan elapsed time display that caused negative + times to be printed after about 25 days. [Daniel Miller] + +o Updated nmap-rpc from the master list, now maintained by IANA. + [Daniel Miller, David] + +o [Zenmap] Fixed a bug in the option parser: -sN (null scan) was + interpreted as -sn (no port scan). This was reported by + Shitaneddine. [David] + +o [Ndiff] Fixed the Mac OS X packages to use the correct path for + Python: /usr/bin/python instead of /opt/local/bin/python. The bug + was reported by Wellington Castello. [David] + +o Removed the -sR (RPC scan) option--it is now an alias for -sV + (version scan), which always does RPC scan when an rpcinfo service + is detected. + +o [NSE] Improved the ms-sql scripts and library in several ways: + - Improved version detection and server discovery + - Added support for named pipes, integrated authentication, and + connecting to instances by name or port + - Improved script and library stability and documentation. + [Patrik Karlsson, Chris Woodbury] + +o [NSE] Fixed http.validate_options when handling a cookie table. + [Sebastian Prengel] + +o Added a Service Tags UDP probe for port 6481/udp. [David] + +o [NSE] Enabled firewalk.nse to automatically find the gateways at + which probes are dropped and fixed various bugs. [Henri Doreau] + +o [Zenmap] Worked around a pycairo bug that prevented saving the + topology graphic as PNG on Windows: "Error Saving Snapshot: + Surface.write_to_png takes one argument which must be a filename + (str), file object, or a file-like object which has a 'write' method + (like StringIO)". The problem was reported by Alex Kah. [David] + +o The -V and --version options now show the platform Nmap was compiled + on, which features are compiled in, the version numbers of libraries + it is linked against, and whether the libraries are the ones that + come with Nmap or the operating system. [Ambarisha B., David] + +o Fixed some inconsistencies in nmap-os-db reported by Xavier Sudre + from netVigilance. + +o The Nmap Win32 uninstaller now properly deletes nping.exe. [Fyodor] + +o [NSE] Added a shortport.ssl function which can be used as a script + portrule to match SSL services. It is similar in concept to our + existing shortport.http. [David] + +o Set up the RPM build to use the compat-glibc and compat-gcc-34-c++ + packages (on CentOS 5.3) to resolve a report of Nmap failing to run + on old versions of Glibc. [David] + +o We no longer support Nmap on versions of Windows earlier than XP + SP2. Even Microsoft no longer supports Windows versions that old. + But if you must use Nmap on such systems anyway, please see + https://secwiki.org/w/Nmap_On_Old_Windows_Releases. + +o There were hundreds of other little bug fixes and improvements + (especially to NSE scripts). See the SVN logs for revisions 22,274 + through 24,460 for details. + +Nmap 5.51 [2011-02-11] + +o [Ndiff] Added support for prerule and postrule scripts. [David] + +o [NSE] Fixed a bug which caused some NSE scripts to fail due to the + absence of the NSE SCRIPT_NAME environment variable when loaded. + Michael Pattrick reported the problem. [Djalal] + +o [Zenmap] Selecting one of the scan targets in the left pane is + supposed to jump to that host in the Nmap Output in the right pane + (but it wasn't). Brian Krebs reported this bug. [David] + +o Fixed an obscure bug in Windows interface matching. If the MAC + address of an interface couldn't be retrieved, it might have been + used instead of the correct interface. Alexander Khodyrev reported + the problem. [David] + +o [NSE] Fixed portrules in dns-zone-transfer and ftp-proftpd-backdoor + that used shortport functions incorrectly and always returned + true. [Jost Krieger] + +o [Ndiff] Fixed ndiff.dtd to include two elements that can be diffed: + status and address. [Daniel Miller] + +o [Ndiff] Fixed the ordering of hostscript-related elements in XML + output. [Daniel Miller] + +o [NSE] Fixed a bug in the nrpe-enum script that would make it run for + every port (when it was selected--it isn't by default). Daniel + Miller reported the bug. [Patrick] + +o [NSE] When an NSE script sets a negative socket timeout, it now + causes a controlled Lua stack trace instead of a fatal error. + Vlatko Kosturjak reported the bug. [David] + +o [Zenmap] Worked around an error that caused the py2app bootstrap + executable to be non-universal even when the rest of the application + was universal. This prevented the binary .dmg from working on + PowerPC. Yxynaxen reported the problem. [David] + +o [Ndiff] Fixed an output line that wasn't being redirected to a file + when all other output was. [Daniel Miller] + +Nmap 5.50 [2011-01-28] + +o [Zenmap] Added a new script selection interface, allowing you to + choose scripts and arguments from a list which includes descriptions + of every available script. Just click the "Scripting" tab in the + profile editor. [Kirubakaran] + +o [Nping] Added echo mode, a novel technique for discovering how your + packets are changed (or dropped) in transit between the host they + originated and a target machine. It can detect network address + translation, packet filtering, routing anomalies, and more. You can + try it out against our public Nping echo server using this command: + nping --echo-client "public" echo.nmap.org' + Or learn more about echo mode at + https://nmap.org/book/nping-man-echo-mode.html . [Luis] + +o [NSE] Added an amazing 46 scripts, bringing the total to 177! You + can learn more about any of them at https://nmap.org/nsedoc/. Here + are the new ones (authors listed in brackets): + + + broadcast-dns-service-discovery: Attempts to discover hosts' + services using the DNS Service Discovery protocol. It sends a + multicast DNS-SD query and collects all the responses. [Patrik + Karlsson] + + + broadcast-dropbox-listener: Listens for the LAN sync information + broadcasts that the Dropbox.com client broadcasts every 20 + seconds, then prints all the discovered client IP addresses, port + numbers, version numbers, display names, and more. [Ron Bowes, + Mak Kolybabi, Andrew Orr, Russ Tait Milne] + + + broadcast-ms-sql-discover: Discovers Microsoft SQL servers in the + same broadcast domain. [Patrik Karlsson] + + + broadcast-upnp-info: Attempts to extract system information from the + UPnP service by sending a multicast query, then collecting, + parsing, and displaying all responses. [Patrik Karlsson] + + + broadcast-wsdd-discover: Uses a multicast query to discover devices + supporting the Web Services Dynamic Discovery (WS-Discovery) + protocol. It also attempts to locate any published Windows + Communication Framework (WCF) web services (.NET 4.0 or + later). [Patrik Karlsson] + + + db2-discover: Attempts to discover DB2 servers on the network by + querying open ibm-db2 UDP ports (normally port 523). [Patrik + Karlsson] + + + dns-update.nse: Attempts to perform an unauthenticated dynamic DNS + update. [Patrik Karlsson] + + + domcon-brute: Performs brute force password auditing against the + Lotus Domino Console. [Patrik Karlsson] + + + domcon-cmd: Runs a console command on the Lotus Domino Console with + the given authentication credentials (see also: domcon-brute). + [Patrik Karlsson] + + + domino-enum-users: Attempts to discover valid IBM Lotus Domino users + and download their ID files by exploiting the CVE-2006-5835 + vulnerability. [Patrik Karlsson] + + + firewalk: Tries to discover firewall rules using an IP TTL + expiration technique known as firewalking. [Henri Doreau] + + + ftp-proftpd-backdoor: Tests for the presence of the ProFTPD 1.3.3c + backdoor reported as OSVDB-ID 69562. This script attempts to + exploit the backdoor using the innocuous id command by default, + but that can be changed with a script argument. [Mak Kolybabi] + + + giop-info: Queries a CORBA naming server for a list of + objects. [Patrik Karlsson] + + + gopher-ls: Lists files and directories at the root of a gopher + service. Remember those? [Toni Ruottu] + + + hddtemp-info: Reads hard disk information (such as brand, model, and + sometimes temperature) from a listening hddtemp service. [Toni + Ruottu] + + + hostmap: Tries to find hostnames that resolve to the target's IP + address by querying the online database at + http://www.bfk.de/bfk_dnslogger.html . [Ange Gutek] + + + http-brute: Performs brute force password auditing against http + basic authentication. [Patrik Karlsson] + + + http-domino-enum-passwords: Attempts to enumerate the hashed Domino + Internet Passwords that are (by default) accessible by all + authenticated users. This script can also download any Domino ID + Files attached to the Person document. [Patrik Karlsson] + + + http-form-brute: Performs brute force password auditing against http + form-based authentication. [Patrik Karlsson] + + + http-vhosts: Searches for web virtual hostnames by making a large + number of HEAD requests against http servers using common + hostnames. [Carlos Pantelides] + + + informix-brute: Performs brute force password auditing against + IBM Informix Dynamic Server. [Patrik Karlsson] + + + informix-query: Runs a query against IBM Informix Dynamic Server + using the given authentication credentials (see also: + informix-brute). [Patrik Karlsson] + + + informix-tables: Retrieves a list of tables and column definitions + for each database on an Informix server. [Patrik Karlsson] + + + iscsi-brute: Performs brute force password auditing against iSCSI + targets. [Patrik Karlsson] + + + iscsi-info: Collects and displays information from remote iSCSI + targets. [Patrik Karlsson] + + + modbus-discover: Enumerates SCADA Modbus slave ids (sids) and + collects their device information. [Alexander Rudakov] + + + nat-pmp-info: Queries a NAT-PMP service for its external + address. [Patrik Karlsson] + + + netbus-auth-bypass: Checks if a NetBus server is vulnerable to an + authentication bypass vulnerability which allows full access + without knowing the password. [Toni Ruottu] + + + netbus-brute: Performs brute force password auditing against the + Netbus backdoor ("remote administration") service. [Toni Ruottu] + + + netbus-info: Opens a connection to a NetBus server and extracts + information about the host and the NetBus service itself. [Toni + Ruottu] + + + netbus-version: Extends version detection to detect NetBuster, a + honeypot service that mimes NetBus. [Toni Ruottu] + + + nrpe-enum: Queries Nagios Remote Plugin Executor (NRPE) daemons to + obtain information such as load averages, process counts, logged in + user information, etc. [Mak Kolybabi] + + + oracle-brute: Performs brute force password auditing against Oracle + servers. [Patrik Karlsson] + + + oracle-enum-users: Attempts to enumerate valid Oracle user names + against unpatched Oracle 11g servers (this bug was fixed in + Oracle's October 2009 Critical Patch Update). [Patrik Karlsson] + + + path-mtu: Performs simple Path MTU Discovery to target hosts. [Kris + Katterjohn] + + + resolveall: Resolves hostnames and adds every address (IPv4 or IPv6, + depending on Nmap mode) to Nmap's target list. This differs from + Nmap's normal host resolution process, which only scans the first + address (A or AAAA record) returned for each host name. [Kris + Katterjohn] + + + rmi-dumpregistry: Connects to a remote RMI registry and attempts to + dump all of its objects. [Martin Holst Swende] + + + smb-flood: Exhausts a remote SMB server's connection limit by by + opening as many connections as we can. Most implementations of + SMB have a hard global limit of 11 connections for user accounts + and 10 connections for anonymous. Once that limit is reached, + further connections are denied. This script exploits that limit by + taking up all the connections and holding them. [Ron Bowes] + + + ssh2-enum-algos: Reports the number of algorithms (for encryption, + compression, etc.) that the target SSH2 server offers. If + verbosity is set, the offered algorithms are each listed by + type. [Kris Katterjohn] + + + stuxnet-detect: Detects whether a host is infected with the Stuxnet + worm (http://en.wikipedia.org/wiki/Stuxnet). [Mak Kolybabi] + + + svn-brute: Performs brute force password auditing against Subversion + source code control servers. [Patrik Karlsson] + + + targets-traceroute: Inserts traceroute hops into the Nmap scanning + queue. It only functions if Nmap's --traceroute option is used and + the newtargets script argument is given. [Henri Doreau] + + + vnc-brute: Performs brute force password auditing against VNC + servers. [Patrik Karlsson] + + + vnc-info: Queries a VNC server for its protocol version and + supported security types. [Patrik Karlsson] + + + wdb-version: Detects vulnerabilities and gathers information (such + as version numbers and hardware support) from VxWorks Wind DeBug + agents. [Daniel Miller] + + + wsdd-discover: Retrieves and displays information from devices + supporting the Web Services Dynamic Discovery (WS-Discovery) + protocol. It also attempts to locate any published Windows + Communication Framework (WCF) web services (.NET 4.0 or + later). [Patrik Karlsson] + +o [NSE] Added 12 new protocol libraries: + - dhcp.lua by Ron + - dnssd.lua (DNS Service Discovery) by Patrik + - ftp.lua by David + - giop.lua (CORBA naming service) by Patrik + - informix.lua (Informix database) by Patrik + - iscsi.lua (iSCSI - IP based SCSI data transfer) by Patrik + - nrpc.lua (Lotus Domino RPC) by Patrik + - rmi.lua (Java Remote Method Invocation) by Martin Holst Swende + - tns.lua (Oracle) by Patrik + - upnp.lua (UPnP support) by Thomas Buchanan and Patrik + - vnc.lua (Virtual Network Computing) by Patrik + - wsdd.lua (Web Service Dynamic Discovery) by Patrik + +o [NSE] Added a new brute library that provides a basic framework and logic + for brute force password auditing scripts. [Patrik] + +o [Zenmap] Greatly improved performance for large scans by + benchmarking intensively and then recoding dozens of slow parts. + Time taken to load our benchmark file (a scan of just over a million + IPs belonging to Microsoft corporation, with 74,293 hosts up) was + reduced from hours to less than two minutes. Memory consumption + decreased dramatically as well. [David] + +o Performed a major OS detection integration run. The database has + grown more than 14% to 2,982 fingerprints and many of the existing + fingerprints were improved. Highlights include Linux 2.6.37, iPhone + OS 4.2.1, Solaris 11, AmigaOS 3.1, GNU Hurd 0.3, and MINIX 2.0.4. + David posted highlights of his integration work at + http://seclists.org/nmap-dev/2010/q4/651 + +o Performed a huge version detection integration run. The number of + signatures has grown by more than 11% to 7,355. More than a third + of our signatures are for http, but we also detect 743 other service + protocols, from abc, acap, access-remote-pc, and achat to zenworks, + zeo, and zmodem. David posted highlights at + http://seclists.org/nmap-dev/2010/q4/761. + +o [NSE] Added the target NSE library which allows scripts to add newly + discovered targets to Nmap's scanning queue. This allows Nmap to + support a wide range of target acquisition techniques. Scripts which + can now use this feature include dns-zone-transfer, hostmap, + ms-sql-info, snmp-interfaces, targets-traceroute, and several + more. [Djalal] + +o [NSE] Nmap has two new NSE script scanning phases. The new pre-scan + occurs before Nmap starts scanning. Some of the initial pre-scan + scripts use techniques like broadcast DNS service discovery or DNS + zone transfers to enumerate hosts which can optionally be treated as + targets. The other phase (post scan) runs after all of Nmap's + scanning is complete. We don't have any of these scripts yet, but + they could compile scan statistics or present the results in a + different way. One idea is a reverse index which provides a list of + services discovered during a network scan, along with a list of IPs + found to be running each service. See + https://nmap.org/book/nse-usage.html#nse-script-types. [Djalal] + +o [NSE] A new --script-help option describes all scripts matching a + given specification. It accepts the same specification format as + --script does. For example, try 'nmap --script-help "default or + http-*"'. [David, Martin Holst Swende] + +o Dramatically improved nmap.xsl (used for converting Nmap XML output + to HTML). In particular: + - Put verbose details behind expander buttons so you can see them if + you want, but they don't distract from the main output. In + particular, offline hosts and traceroute results are collapsed by + default. + - Improved the color scheme to be less garish. + - Added support for the new NSE pre-scan and post-scan phases. + - Changed script output to use 'pre' tags to keep even lengthy + output readable. + - Added a floating menu to the lower-right for toggling whether + closed/filtered ports are shown or not (they are now hidden by + default if Javascript is enabled). + Many smaller improvements were made as well. You can find the new + file at https://nmap.org/svn/docs/nmap.xsl, and here is an example + scan processed through it: https://nmap.org/book/output-formats-output-to-html.html . [Tom] + +o [NSE] Created a new "broadcast" script category for the broadcast-* + scripts. These perform network discovery by broadcasting on the + local network and listening for responses. Since they don't + directly relate to targets specified on the command line, these are + kept out of the default category (nor do they go in "discovery"). + +o Integrated cracked passwords from the Gawker.com compromise + (http://seclists.org/nmap-dev/2010/q4/674) into Nmap's top-5000 + password database. A team of Nmap developers lead by Brandon Enright + has cracked 635,546 out of 748,081 password hashes so far + (85%). Gawker doesn't exactly have the most sophisticated users on + the Internet--their top passwords are "123456", "password", + "12345678", "lifehack", "qwerty", "abc123", "12345", "monkey", + "111111", "consumer", and "letmein". + +o XML output now excludes output for down hosts when only doing host + discovery, unless verbosity (-v) was requested. This is how it + already worked for normal scans, but the ping-only case was + overlooked. [David] + +o Updated the Windows build process to work with (and require) Visual + C++ 2010 rather than 2008. If you want to build Zenmap too, you now + need Python 2.7 (rather than 2.6) and GTK+ 2.22. See + https://nmap.org/book/inst-windows.html#inst-win-source [David, Rob + Nicholls, KX] + +o Merged port names in the nmap-services file with allocated names + from the IANA (http://www.iana.org/assignments/port-numbers). We + only added IANA names which were "unknown" in our file--we didn't + deal with conflicting names. [David] + +o Enabled the ASLR and DEP security technologies for Nmap.exe, + Ncat.exe and Nping.exe on Windows Vista and above. Visual C++ will + set the /DYNAMICBASE and /NXCOMPAT flags in the PE + header. Executables generated using py2exe or NSIS and third party + binaries (OpenSSL, WinPcap) still don't support ASLR or DEP. Support + for DEP on XP SP3, using SetProcessDEPPolicy(), could still be + implemented. See http://seclists.org/nmap-dev/2010/q3/328. [Robert] + +o Investigated using the CPE (Common Platform Enumeration) standard + for describing operating systems, devices, and service names for + Nmap OS and service detection. You can read David's reports at + http://seclists.org/nmap-dev/2010/q3/278 and + http://seclists.org/nmap-dev/2010/q3/303. + +o [Zenmap] Improved the output viewer to show new output in constant + time. Previously it would get slower and slower as the output grew + longer, eventually making Zenmap appear to freeze with 100% CPU. Rob + Nicholls and Ray Middleton helped with testing. [David] + +o The Linux RPM builds of Nmap and related tools (ncat, nping, etc.) + now link to system libraries dynamically rather than statically. + They still link statically to dependency libraries such as OpenSSL, + Lua, LibPCRE, Libpcap, etc. We hope this will improve portability so + the RPMs will work on distributions with older software (like RHEL, + Debian stable) as well as more bleeding edge ones like + Fedora. [David] + +o [NSE] Added the ability to send and receive on unconnected sockets. + This can be used, for example, to receive UDP broadcasts without + having to use Libpcap. A number of scripts have been changed so that + they can work as prerule scripts to discover services by UDP + broadcasting, and optionally add the discovered targets to the + scanning queue: + - ms-sql-info + - upnp-info + - dns-service-discovery + The nmap.new_socket function can now optionally take a default + protocol and address family, which will be used if the socket is not + connected. There is a new nmap.sendto function to be used with + unconnected UDP sockets. [David, Patrik] + +o [Nping] Substantially improved the Nping man page. You can read it + online at https://nmap.org/book/nping-man.html . [Luis, David] + +o Documented the licenses of the third-party software used by Nmap and + its sibling tools: + https://svn.nmap.org/nmap/docs/3rd-party-licenses.txt . [David] + +o [NSE] Improved the SMB scripts so that they can run in parallel + rather than using a mutex to force serialization. This quadrupled + the SMB scan speed in one large scale test. See + http://seclists.org/nmap-dev/2010/q3/819. [Ron] + +o Added a simple Nmap NSE script template to make writing new scripts + easier: https://nmap.org/svn/docs/sample-script.nse. [Ron] + +o [Zenmap] Made the topology node radiuses grow logarithmically + instead of linearly, so that hosts with thousands of open ports + don't overwhelm the diagram. Also only open ports (not + open|filtered) are considered when calculating node sizes. Henri + Doreau found and fixed a bug in the implementation. [Daniel Miller] + +o [NSE] Added the get_script_args NSE function for parsing script + arguments in a clean and standardized way + (https://nmap.org/nsedoc/lib/stdnse.html#get_script_args). [Djalal] + +o Increased the initial RTT timeout for ARP scans from 100 ms to 200 + ms. Some wireless and VPN links were taking around 300 ms to + respond. The default of one retransmission gives them 400 ms to be + detected. + +o Added new version detection probes and signatures from Patrik for: + - Lotus Domino Console running on tcp/2050 (shows OS and hostname) + - IBM Informix Dynamic Server running native protocol (shows hostname, and file path) + - Database servers running the DRDA protocol + - IBM Websphere MQ (shows name of queue-manager and channel) + +o Fix Nmap compilation on OpenSolaris (see + http://blogs.sun.com/sdaven/entry/nmap_5_35dc1_compile_on) [David] + +o [NSE] The http library's request functions now accept an additional + "auth" table within the option table, which causes Basic + authentication credentials to be sent. [David] + +o Improved IPv6 host output in that we now remember and report the + forward DNS name (given by the user) and any non-scanned addresses + (usually because of round robin DNS). We already did this for + IPv4. [David] + +o [Zenmap] Upgraded to the newer gtk.Tooltip API to avoid deprecation + messages about gtk.Tooltip. [Rob Nicholls] + +o [NSE] Made dns-zone-transfer script able to add new discovered DNS + records to the Nmap scanning queue. [Djalal] + +o [NSE] Enhance ssl-cert to also report the type and bit size of SSL + certificate public keys [Matt Selsky] + +o [Ncat] Make --exec and --idle-timeout work when connecting with + --proxy. Florian Roth reported the bug. [David] + +o [Nping] Fixed a bug which caused Nping to fail when targeting + broadcast addresses (see + http://seclists.org/nmap-dev/2010/q3/752). [Luis] + +o [Nping] Nping now limits concurrent open file descriptors properly + based on the resources available on the host (see + http://seclists.org/nmap-dev/2010/q4/2). [Luis] + +o [NSE] Improved ssh2's kex_init() parameters: all of the algorithm + and language lists can be set using new keys in the "options" table + argument. These all default to the same value used before. Also, the + required "cookie" argument is now replaced by an optional "cookie" + key in the "options" table, defaulting to random bytes as suggested + by the RFC. [Kris] + +o Ncat now logs Nsock debug output to stderr instead of stdout for + consistency with its other debug messages. [David] + +o [NSE] Added a new function, shortport.http, for HTTP script + portrules and changed 14 scripts to use it. [David] + +o Updated to the latest config.guess and config.sub. Thanks to Ty + Miller for a reminder. [David] + +o [NSE] Added prerule support to snmp-interfaces and the ability to + add the remote host's interface addresses to the scanning queue. + The new script arguments used for this functionality are "host" + (required) and "port" (optional). [Kris] + +o Fixed some inconsistencies in nmap-os-db and a small memory leak + that would happen where there was more than one round of OS + detection. These were reported by Xavier Sudre from + netVigilance. [David] + +o [NSE] Fixed a bug with worker threads calling the wrong destructors. + Fixing this allows better parallelism in http-brute.nse. The problem + was reported by Patrik Karlsson. [David, Patrick] + +o Upgraded the OpenSSL binaries shipped in our Windows installer to + version 1.0.0a. [David] + +o [NSE] Added prerule support to the dns-zone-transfer script, + allowing it to run early to discover IPs from DNS records and + optionally add those IPs to Nmap's target queue. You must specify + the DNS server and domain name to use with script + arguments. [Djalal] + +o Changed the name of libdnet's sctp_chunkhdr to avoid a conflict with + a struct of the same name in netinet/sctp.h. This caused a + compilation error when Nmap was compiled with an OpenSSL that had + SCTP support. [Olli Hauer, Daniel Roethlisberger] + +o [NSE] Implemented a big cleanup of the Nmap NSE Nsock library + binding code. [Patrick] + +o Added a bunch of Apple and Netatalk AFP service detection + signatures. These often provide extra details such as whether the + target is a MacBook Pro, Air, Mac Mini, iMac, etc. [Brandon] + +o [NSE] Host tables now have a host.traceroute member available when + --traceroute is used. This array contains the IP address, reverse + DNS name, and RTT for each traceroute hop. [Henri Doreau] + +o [NSE] Made the ftp-anon script return a directory listing when + anonymous login is allowed. [Gutek, David] + +o [NSE] Added the nmap.resolve() function. It takes a host name and + optionally an address family (such as "inet") and returns a table + containing all of its matching addresses. If no address family is + specified, all addresses for the name are returned. [Kris] + +o [NSE] Added the nmap.address_family() function which returns the address + family Nmap is using as a string (e.g., "inet6" is returned if Nmap is + called with the -6 option). [Kris] + +o [NSE] Scripts can now access the MTU of the host.interface device using + host.interface_mtu. [Kris] + +o Restrict the default Windows DLL search path by removing the current + directory. This adds extra protection against DLL hijacking attacks, + especially if we were to add file type associations to Nmap in the + future. We implement this with the SetDllDirectory function when + available (Windows XP SP1 and later). Otherwise, we call + SetCurrentDirectory with the directory containing the + executable. [David] + +o Nmap now prints the MTU for interfaces in --iflist output. [Kris] + +o [NSE] Removed references to the MD2 algorithm, which OpenSSL 1.x.x + no longer supports. [Alexandru] + +o [Ncat,NSE] Server Name Indication (SNI) is now supported by Ncat and + Nmap NSE, allowing them to connect to servers which run multiple SSL + websites on one IP address. To enable this for NSE, the nmap.connect + function has been changed to accept host and port tables (like those + provided to the action function) in place of a string and a + number. [David] + +o [NSE] Renamed db2-info and db2-brute scripts to drda-*. Added + support other DRDA based databases such as IBM Informix Dynamic + Server and Apache Derby. [Patrik] + +o [Nsock] Added a new function, nsi_set_hostname, to set the intended + hostname of the target. This allows the use of Server Name + Indication in SSL connections. [David] + +o [NSE] Limits the number of ports that qscan will scan (now up to 8 + open ports and up to 1 closed port by default). These limits can be + controlled with the qscan.numopen and qscan.numclosed script + arguments. [David] + +o [NSE] Made sslv2.nse give special output when SSLv2 is supported, + but no SSLv2 ciphers are offered. This happened with a specific + Sendmail configuration. [Matt Selsky] + +o [NSE] Added a "times" table to the host table passed to scripts. + This table contains Nmap's timing data (srtt, the smoothed round + trip time; rttvar, the rtt variance; and timeout), all represented + as floating-point seconds. The ipidseq and qscan scripts were + updated to utilize the host's timeout value rather than using a + conservative guess of 3 seconds for read timeouts. [Kris] + +o Fixed the fragmentation options (-f in Nmap, --mtu in Nmap & Nping), + which were improperly sending whole packets in version + 5.35DC1. [Kris] + +o [NSE] When receiving raw packets from Pcap, the packet capture time + is now available to scripts as an additional return value from + pcap_receive(). It is returned as the floating point number of + seconds since the epoch. Also added the nmap.clock() function which + returns the current time (and convenience functions clock_ms() and + clock_us()). Qscan.nse was updated to use this more accurate timing + data. [Kris] + +o [Ncat,Nsock] Fixed some minor bugs discovered using the Smatch + source code analyzer (http://smatch.sourceforge.net/). [David] + +o [Zenmap] Fixed a crash that would happen after opening the search + window, entering a relative date criterion such as "after:-7", and + then clicking the "Expressions" button. The error message was + AttributeError: 'tuple' object has no attribute 'strftime' + [David] + +o Added a new packet payload--a NAT-PMP external address request for + port 5351/udp. Payloads help us elicit responses from listening UDP + services to better distinguish them from filtered ports. This + payload goes well with our new nat-pmp-info script. [David, Patrik] + +o Updated IANA IP address space assignment list for random IP (-iR) + generation. [Kris] + +o [Ncat] Ncat now uses case-insensitive string comparison when + checking authentication schemes and parameters. Florian Roth found a + server offering "BASIC" instead of "Basic", and the HTTP RFC + requires case-insensitive comparisons in most places. [David] + +o [NSE] There is now a limit of 1,000 concurrent running scripts, + instituted to keep memory under control when there are many open + ports. Nathan reported 3 GB of memory use (with an out-of-memory NSE + crash) for one host with tens of thousands of open ports. This limit + can be controlled with the variable CONCURRENCY_LIMIT in + nse_main.lua. [David] + +o The command line in XML output (/nmaprun/@args attribute) now does + quoting of whitespace using double quotes and backslashes. This + allows recovering the original command line array even when + arguments contain whitespace. [David] + +o Added a service detection probe for master servers of Quake 3 and + related games. [Toni Ruottu] + +o [Zenmap] Updated French translation. [Henri Doreau] + +o [Zenmap] Fixed an crash when printing a scan that had no output + (like a scan made by command-line Nmap). Henri Doreau noticed the + error. [David] + +Nmap 5.35DC1 [2010-07-16] + +o [NSE] Added 17 scripts, bringing the total to 131! They are + described individually in the CHANGELOG, but here is the list of new + ones: + afp-serverinfo, db2-brute, dns-cache-snoop, dns-fuzz, ftp-libopie + http-php-version, irc-unrealircd-backdoor, ms-sql-brute, + ms-sql-config, ms-sql-empty-password, ms-sql-hasdbaccess, + ms-sql-query, ms-sql-tables, ms-sql-xp-cmdshell, nfs-ls, + ntp-monlist . + Learn more about any of these at: https://nmap.org/nsedoc/ + +o Performed a major OS detection integration run. The database has + grown to 2,608 fingerprints (an increase of 262) and many of the + existing fingerprints were improved. These include the Apple iPad + and Cisco IOS 15.X devices. We also received many fingerprints for + ancient Microsoft systems including MS-DOS with MS Networking Client + 3.0, Windows 3.1, and Windows NT 3.1. David posted highlights of his + integration work at http://seclists.org/nmap-dev/2010/q2/283. + +o Performed a large version detection integration run. The number of + signatures has grown to 6,622 (an increase of 279). New signatures + include a remote administrative backdoor that a school famously used + to spy on its students, an open source digital currency scheme named + Bitcoin, and game servers for EVE Online, l2emurt Lineage II, and + Frozen Bubble. You can read David's highlights at + http://seclists.org/nmap-dev/2010/q2/385. + +o [NSE] Added nfs-ls.nse, which lists NFS exported files and their + attributes. The nfs-acls and nfs-dirlist scripts were deleted + because all their features are supported by this script. [Djalal] + +o [NSE] Add new DB2 library and two scripts + - db2-brute.nse uses the unpwdb library to guess credentials for DB2 + - db2-info.nse re-write of Tom Sellers script to use the new library + [Patrik] + +o [NSE] Added a library for Microsoft SQL Server and 7 new scripts. The new + scripts are: + - ms-sql-brute.nse uses the unpwdb library to guess credentials for MSSQL + - ms-sql-config retrieves various configuration details from the server + - ms-sql-empty-password checks if the sa account has an empty password + - ms-sql-hasdbaccess lists database access per user + - ms-sql-query add support for running custom queries against the database + - ms-sql-tables lists databases, tables, columns and datatypes with optional + keyword filtering + - ms-sql-xp-cmdshell adds support for OS command execution to privileged + users + [Patrik] + +o [NSE] Added the afp-serverinfo script that gets a hostname, IP + addresses, and other configuration information from an AFP server. + The script, and a patch to the afp library, were contributed by + Andrew Orr and subsequently enhanced by Patrik and David. + +o [NSE] Added additional vulnerability checks to smb-check-vulns.nse: + The Windows RAS RPC service vulnerability MS06-025 + (http://www.microsoft.com/technet/security/bulletin/ms06-025.mspx) + and the Windows DNS Server RPC vuln MS07-029 + (http://www.microsoft.com/technet/security/bulletin/ms07-029.mspx). + Note that these are only run if you specify the "unsafe" script arg + because the implemented test crashes vulnerable services. [Drazen] + +o [NSE] Added dns-cache-snoop.nse by Eugene Alexeev. This script performs + cache snooping by either sending non-recursive queries or by measuring + response times. + +o [Zenmap] Added the ability to print Nmap output to a + printer. [David] + +o [Nmap, Ncat, Nping] The default unit for time specifications is now + seconds, not milliseconds, and times may have a decimal point. 1000 + now means 1000 seconds, or about 17 minutes, not 1000 milliseconds. + Floating point values such as 1.5 are now allowed. This affects the + following options: + Nmap: + --host-timeout + --max-rtt-timeout --min-rtt-timeout --initial-rtt-timeout + --scan-delay --max-scan-delay + --stats-every + Ncat: + -d --delay + -i --idle-timeout + -w --wait + Nping: + --delay + --host-timeout + --icmp-orig-time --icmp-recv-time --icmp-trans-time + Some sanity checks have been added to catch what looks like an + attempt to use the old millisecond defaults. For example, + --host-timeout 10000 yields + Since April 2010, the default unit for --host-timeout is seconds, + so your time of "10000" is 2.8 hours. If this is what you want, + use "10000s". + QUITTING! + You can always disable the warning by giving an explicit unit. + +o [NSE] Scripts which take an argument for a time duration can now + have the duration be a number followed by a unit, like elsewhere in + Nmap. An example is "10m" for 10 minutes. The units understood are + "ms" for milliseconds, "s" for seconds, "m" for minutes, and "h" for + hours. Seconds are the default if no unit is specified. The new + function stdnse.parse_timespec does the parsing of these + formats. The qscan.delay script argument, which formerly interpreted + its argument as being in milliseconds, now defaults to seconds; + append "ms" to continue using the same numbers. [David] + +o [NSE] Added irc-unrealircd-backdoor.nse, which detects a backdoor + that was in UnrealIRCd source code distributions between November + 2009 and June 2010. See http://seclists.org/nmap-dev/2010/q2/826. + [Vlatko Kosturjak, Ron, David] + +o Ports are now considered open during a SYN scan if a SYN packet + (without the ACK flag) is received in response. This can be due to + an extremely rare TCP feature known as a simultaneous open or split + handshake connection. see http://bit.ly/tcp-sh and + http://seclists.org/nmap-dev/2010/q2/723. [Jah] + +o [Ncat] In listen mode, the --exec and --sh-exec options now accept a + single connection and then exit, just like in normal listen mode. + Use the --keep-open option to get the old default inetd-like + behavior. This was suggested by David Millis. [David] + +o [NSE] Added ftp-libopie.nse by Gutek. This script checks for an + off-by-one stack overflow vulnerability in libopie by giving the FTP + service an overly long name. See + http://security.freebsd.org/advisories/FreeBSD-SA-10:05.opie.asc for + details. + +o [NSE] Added ntp-monlist.nse which discovers NTP server, peer and + client hosts associated with a scanned target by sending NTPv2 + Private Mode 'monitor' and 'peers' commands to the target. [Jah] + +o [NSE] Added http-php-version.nse from Gutek. This script retrieves + version-specific pages through a couple of magic PHP queries, which + can identify the PHP version even when a server doesn't advertise + it. + +o [NSE] New script dns-fuzz launches a fuzzing attack against DNS + servers. Added a new category - fuzzer - for scripts like this. + [Michael Pattrick] + +o David made many improvements to the NSEDoc for individual scripts, + including adding @output sections to scripts which didn't have them. + He also improved the generated HTML with features like + auto-generating usage strings if the scripts don't include their own + and allowing the giant sidebar lists of scripts/libraries to expand + and contract. See https://nmap.org/nsedoc/. + +o UDP payloads are now stored in an external data file, nmap-payloads, + instead of being hard-coded in the executable. This makes it easier + to add your own payloads or disable those you find problematic. [Jay + Fink, David] + +o The Windows executable installer now uses LZMA compression instead + of zlib, making it about 15% smaller. See + http://seclists.org/nmap-dev/2010/q2/1011 for test results. [David] + +o Open XML elements are now closed in case of a fatal error, so the + output should at least be well-formed. There are new attributes + "exit" and "errormsg" in the finished element. "exit" is "success" + or "error". When it is "error", the "errormsg" attribute contains + the error message. Thanks to Grant Bartlett, who found a typo in the + new output. [David] + +o Fixed name resolution in environments where gethostbyname can return + IPv6 (or other non-IPv4 addresses). In such an environment, Nmap + would wrongly use the first four bytes of the IPv6 address as an + IPv4 address. You could force this, at least on Debian, by adding + the line "options inet6" to /etc/resolv.conf or by running with + RES_OPTIONS=inet6 in the environment. This was reported by Mats Erik + Andersson, who also suggested the fix. [David] + +o Fixed the assignment of interface aliases to directly connected + routes on Linux, which was broken in 5.30BETA1 (it always assigned + the base interface instead of the alias). This was visible in the + host.interface variable passed to NSE scripts. The bug was reported + Victor Rudnev. [David] + +o When Nmap is passed a hostname such as google.com which resolves to + several IP addresses, Nmap now prints each IP address. It still + only scans the first one in the returned list. [David] + +o Nmap now works if you specify several target host names which + resolve to the same IP address. This can be useful when you are + scanning virtual-hosted web servers and want to see NSE results + specific to each site name even though they reside on the same + machine. [David] + +o Made a list of current Nmap SVN committers: + https://svn.nmap.org/nmap/docs/committers.txt + +o Added a new library, libnetutil, which contains about 2,700 lines of + networking related code which is now shared between Nmap and Nping + (it was previously duplicated by each tool). [Luis, David] + +o [NSE] http-passwd.nse now also checks for boot.ini to support + Windows targets. [Gutek] + +o Removed --interactive mode, a miniature shell whose primary purpose + was to hide command line arguments from the process list. It had + been broken (would segfault during the second scan) for at least 9 + months and was rarely used. The fact that it was broken was reported + by Juan Carlos Castro. [David] + +o Added a version probe, match line, and UDP payload for the + serialnumberd service of Mac OS X Server. This service overrides + firewall settings to make itself visible, so it's useful for host + discovery. [Patrik] + +o Improved service detection match lines for: + - Oracle Enterprise Manager Agent and mupdate by Matt Selsky + - Twisted web server, Apple Filing Protocol, Apple Mac OS X Password + Server, XAVi XG6546p Wireless Gateway, Sun GlassFish + Communications Server, and Comdasys, SIParator and Glassfish SIP + by Patrik + - PostgreSQL, Cisco Site Selector ftpd, and LanSafe UPS monitoring + HTTPd by Tom Sellers + +o Improved our brute force password guessing list by mixing in some + data sent in by Solar Designer of John the Ripper fame. + +o [Zenmap] IP addresses are now sorted by octet rather than their + string representation. For example, 10.1.1.2 is now sorted before + 10.1.1.10. This problem was reported by Norris Carden. [David] + +o [NSE] Added UDP header parsing support to packet.lua. [jah] + +o Fixed a bug in Libpcap which lead to Nmap hanging forever in some + cases on 64-bit Mac OS X 10.6, 10.6.1, and 10.6.3. The fix was + actually already available in upstream Libpcap, just not released. + We also had to make Nmap build with its own Libpcap on 64-bit OS X + if an already-installed system Libpcap has this bug. [David] + +o Updated our WinPcap to the new 4.1.2 release. [Rob Nicholls] + +o [NSE] Fixed a bug in qscan.nse which gave an error if a confidence + level of 0.9995 was used. Thanks to Marcin Hoffmann for noticing + the problem. [Kris] + +o [libpcap] Added a --disable-packet-ring option to force the use of + an older, slower packet capture mechanism on Linux. Before Linux + 2.6.27, the packet ring mechanism uses different-sized kernel + structures on 32- and 64-bit architectures, so a 32-bit program will + not run correctly on a 64-bit kernel. The older mechanism does not + have this flaw. + +o Fixed some errors in nmap-os-db, probably caused by incorrect string + replacement during integration. This patch is from James Cook. + +o [Nsock, Ncat] Nsock has a new function, nsp_setbroadcast, that + allows setting the SO_BROADCAST option on sockets. Ncat now sets + this option unconditionally in connect mode to allow connections to + broadcast addresses (useful in UDP mode). [Daniel Miller] + +o Nmap now works with "teamed" network interfaces on Windows. In order + to distinguish the interfaces, their textual descriptions are now + compared in addition to their MAC addresses. Without this, Nmap + would send on the wrong interface and not receive any replies. A + symptom of this problem was all scans failing except when + --unprivileged was used. Norris Carden reported this bug. [David] + +o [Ncat] When receiving a connection/datagram in listen mode, Ncat now + prints the connecting source port along with the IP address (when + verbosity is enabled). [Rebellis] + +o Fixed a problem where the time variable used in some port scanning + algorithms (for probe timeouts, etc) could vary based on the + debugging level. [Kris] + +o Moved the parse_long function from ncat to nbase for better reuse, + and used it to simplify netmask parsing code. [William Pursell] + +o Added EPROTO to the list of known error codes in service scan. Daniel + Miller reported that an EPROTO was causing Nmap to exit after sending + the Sqlping probe during service scan. The error message was + "Unexpected error in NSE_TYPE_READ callback. Error code: 71 (Protocol + error)". We suspect this was caused by a forged ICMP packet sent by an + active firewall. [David] + +o [NSE] Improved smtp-commands.nse to work against more mail servers, + made it take an smtp-commands.domain script argument, and rewrote it + in the style of other smtp scripts. [Jasey DePriest] + +o [NSE] Made smtp-commands run for the services smtp, smtps, + submission rather than just smtp. The other smtp scripts already do + this. [David] + +o [NSE] The dns-recursion script now marks the port as open when it + gets a response. [Olivier M] + +o [Nping] A big correctness and code cleanliness audit was performed + which resulted in many bugs being fixed and much more code being + shared with Nmap rather than duplicated. A structured testing + script system was also created. [Luis, David] + +o [Nping] Now allows a --count value of zero to run almost + indefinitely (2^32 rounds). Suggested by Andreas Hubert. [Luis] + +o [Nping] Fixed --data argument parsing. The value passed was not + actually making it into outgoing packets. Reported by Tim + Poth. [Luis] + +o [Nping] When a RST packet is received in response to a connection + attempt in TCP-Connect mode, Nping now properly prints "Connection + refused" rather than "Operation now in progress". [Luis] + +o [Nping] Fixed a bug which caused failure when the first supplied + target was not resolvable (e.g.: nping bogushost.fkz scanme.insecure.com + tcpdump.com). [Luis] + +o [Nping] Fixed some bugs in the BPF filter creation to avoid capture + and printing of packets Nping sent or which are destined for another + process. [Luis] + +o [Nping] Fixed a bug which prevented ARP replies from being displayed + properly. [Luis] + +o [Nping] Fixed a bug that caused ICMP Router Advertisement entries to + be set in host byte order rather than proper network byte + order. [Luis] + +o [Nping] Fixed a segfault caused by bad --data values. [Greg Skoczek] + +o The Mac OS X installer is now built with MacPorts 1.9.1 rather than + 1.8.2. Among other changes, this fixes a segmentation fault reported + by some OS X 10.6.3 users. + +o Nsock now supports an option to remove its Pcap support. This + allows the same Nsock to be shared with Nmap (which needs that + support) and Ncrack (which doesn't.) Pcap support can be disabled by + specifying --disable-pcap at configure time on UNIX, or by selecting + the DebugNoPcap or ReleaseNoPcap configurations in Visual C++ on + Windows. + +o Sped up compilation by not building both shared and static libdnet + libraries--we only use the static one. [David] + +o [NSE] Improved error handling and reporting and re-designed communication + class in RPC library with patch from Djalal Harouni. [Patrik] + +o Upgraded the included libpcap to version 1.1.1. [David] + +o [NSE] Add some special-use IPv4 addresses to isPrivate which are + described in RFC 5736 and RFC 5737, published in Jan 2010. Improve + performance of isPrivate for IPv4 addresses by using ip_in_range + less frequently. Add an extra return value to isPrivate - when the + first return value is true, the second return value will now be a + string representing the special use assignment in which the supplied + address is located. [jah] + +o Fix compilation on OpenSolaris. We had to make the libdnet autoconf + check for PF_PACKET Linux-specific. Recent versions of OpenSolaris + support PF_PACKET, but not in a way which is entirely compatible + with the Linux approach. This problem was reported by Darren Reed. A + few other minor compatibility changes were made as well. [David] + +o [NSE] Added script arguments "username" and "password" to ftp-bounce + to override the default anonymous:IEUser@ login combination. [Kris] + +o [NSE] Added port number sorting to dns-service-discovery.nse. [Patrik] + +o [NSE] Added an snmpWalk() function to the SNMP library and updated + scripts to use it. [Patrik] + +o [NSE] Fixed this dns.lua error reported by Eugene Alexeev: + nselib/dns.lua:110: attempt to get length of field 'dtype' (a number value) + [Jah] + +o Updated nmap-mac-prefixes to the latest IEEE data as of 2010-07-13. + +o Updated IANA IP address space assignment list for random IP (-iR) + generation. [Kris] + +o Created a new directory for storing todo lists for Nmap and related + projects. You can see what we're working on and planning by + visiting https://nmap.org/svn/todo/. + +o [NSE] Removed explicit time limit checking from ms-sql-brute, + pgsql-brute, mysql-brute, ldap-brute, and afp-brute. The unpwdb + library does this automatically now. [David] + +o [NSE] Correct global access errors in afp.lua reported by Patrick Donnelly + [Patrik] + +o [NSE] Correct misspelled "Capabilities.IgnoreSpaceBeforeParanthesis" + name in the MySQL library. [Kris] + +o Cleaned up our Winpcap header file directory, and also updated to + the latest files from the official developer pack + (WpdPack_4_1_1.zip). [Fyodor] + +o [NSE] Fixed a bug which would prevent rpcinfo.nse from returning any + results for RPC programs which could not be matched to a + name. [Patrik] + +o [NSE] The ftp-anon script is now much smarter about parsing server + responses and detecting successful (or not) logins. It now knows + how to send the ACCT command where appropriate as well. [Rob + Nicholls] + +o Normalized a bunch of version detection entries with "webserver" in + the description. In most cases this was changed to "httpd". + +o [Ncat] Fixed the --crlf option not to insert an extra \r byte in the + case that one system read ends with \r and the next begins with \n + (should be rare). [David] + +o [NSE] Fixed bug in rpc.lua library that incorrectly required file handles + to be 32 octets when calling the ReadDir function. The bug was reported by + Djalal Harouni. [Patrik] + +Nmap 5.30BETA1 [2010-03-29] + +o [NSE] Added 37 scripts, bringing the total to 117! They are + described individually in the CHANGELOG, but here is the list of new + ones: + afp-brute afp-path-vuln afp-showmount couchdb-databases + couchdb-stats daap-get-library db2-das-info dns-service-discovery + http-methods http-vmware-path-vuln ipidseq jdwp-version ldap-brute + ldap-rootdse ldap-search lexmark-config mongodb-databases + mongodb-info mysql-brute mysql-databases mysql-empty-password + mysql-users mysql-variables nfs-acls nfs-dirlist nfs-statfs + pgsql-brute qscan smtp-enum-users snmp-interfaces snmp-netstat + snmp-processes snmp-win32-services snmp-win32-shares + snmp-win32-software snmp-win32-users ssl-enum-ciphers + . + Learn more about any of these at: https://nmap.org/nsedoc/ + +o [NSE] New script afp-path-vuln detects and can exploit a major Mac + OS X AFP directory traversal vulnerability (CVE-2010-0533) + discovered by Nmap developer Patrik Karlsson. See + https://nmap.org/nsedoc/scripts/afp-path-vuln.html and + http://bit.ly/nmapafp. + +o An ALPHA TEST VERSION of Nping, a packet generator written by Luis + MartinGarcia and Fyodor last summer, is now included in the Nmap + distribution. While it works, we consider the application unfinished + and we hope to improve it greatly as a Summer of Code project this + summer and then do an official release. See https://nmap.org/nping/. + +o [NSE] Added RPC library and three new NFS scripts. Modified the + rpcinfo and nfs-showmount scripts to use the new library. The new + scripts are: + - nfs-acls shows the owner and directory mode of NFS exports + (https://nmap.org/nsedoc/scripts/nfs-acls.html). + - nfs-dirlist lists the contents of NFS exports + (https://nmap.org/nsedoc/scripts/nfs-dirlist.html) + - nfs-statfs shows file system statistics for NFS exports + (https://nmap.org/nsedoc/scripts/nfs-statfs.html). + [Patrik] + +o [NSE] Added the new dns-service-discovery script which uses DNS-SD + to identify services. DNS-SD is one part of automatic configuration + technologies known by names such as Bonjour, Rendezvous, and + Zeroconf. This one script can provide as much information as a full + port scan in some cases. See + https://nmap.org/nsedoc/scripts/dns-service-discovery.html . [Patrik + Karlsson] + +o [NSE] New script afp-brute for brute force authentication attempts + against the Apple AFP filesharing protocol. See + https://nmap.org/nsedoc/scripts/afp-brute.html . [Patrik] + +o [NSE] Added a new script afp-showmount which displays Apple AFP + shares and their permissions. See + https://nmap.org/nsedoc/scripts/afp-showmount.html . [Patrik] + +o [NSE] Added the qscan script to repeatedly probe ports on a host to + gather round-trip times for each port. The script then uses these + times to group together ports with statistically equivalent round + trip times. Ports in different groups could be the result of things + such as port forwarding to hosts behind a NAT. It is based on work + by Doug Hoyte. This script also utilizes the new NSE raw IP sending + functionality. See https://nmap.org/nsedoc/scripts/qscan.html . [Kris] + +o [NSE] Added a new script, db2-das-info.nse, that connects to the IBM + DB2 Administration Server (DAS) exports the server profile. No + authentication is required for this request. The script will also + set the port product and version if a version scan is requested. See + https://nmap.org/nsedoc/scripts/db2-das-info.html . [Patrik Karlsson, + Tom Sellers] + +o [NSE] Added a new library for ASN.1 parsing and adapted the SNMP + library to make use of it. Added 5 SNMP scripts that use the new + libraries: + - snmp-netstat shows listening and connected + sockets (https://nmap.org/nsedoc/scripts/snmp-netstat.html). + - snmp-processes shows process information including name, pid, path + & parameters (https://nmap.org/nsedoc/scripts/snmp-processes.html). + - snmp-win32-services shows the names of running Windows services + (https://nmap.org/nsedoc/scripts/snmp-win32-services.html). + - snmp-win32-shares shows the names and path of Windows shares + (https://nmap.org/nsedoc/scripts/snmp-win32-shares.html). + - snmp-win32-software shows a list of installed Windows software + (https://nmap.org/nsedoc/scripts/snmp-win32-software.html). + - snmp-win32-users shows a list of local Windows users + (https://nmap.org/nsedoc/scripts/snmp-win32-users.html). + [Patrik] + +o [NSE] Added the snmp-interfaces script by Thomas Buchanan, which + enumerates network interfaces over SNMP. See + https://nmap.org/nsedoc/scripts/snmp-interfaces.html . + +o [NSE] Added http-vmware-path-vuln.nse, which checks for a critical + and easy to exploit path-traversal vulnerability in VMWare + (CVE-2009-3733). See + https://nmap.org/nsedoc/scripts/http-vmware-path-vuln.html . [Ron] + +o [NSE] Added a new library for LDAP and three new scripts by Patrik: + - ldap-brute uses the unpwdb library to guess credentials for LDAP + (https://nmap.org/nsedoc/scripts/ldap-brute.html). + - ldap-rootdse retrieves the LDAP root DSA-specific Entry (DSE) + (https://nmap.org/nsedoc/scripts/ldap-rootdse.html). + - ldap-search queries a LDAP directory for either + all, or a number of pre-defined object types + (https://nmap.org/nsedoc/scripts/ldap-search.html). + +o [NSE] Added a new library for PostgreSQL and the script pgsql-brute + that uses it to guess credentials. See + https://nmap.org/nsedoc/scripts/pgsql-brute.html . [Patrik] + +o [NSE] Added 5 new MySQL NSE scripts and a MySQL library by Patrik Karlsson: + - mysql-brute uses the unpwdb library to guess credentials for MySQL + (https://nmap.org/nsedoc/scripts/mysql-brute.html). + - mysql-databases queries MySQL for a list of databases + (https://nmap.org/nsedoc/scripts/mysql-databases.html). + - mysql-empty-password attempts to authenticate anonymously or as + root with an empty password + (https://nmap.org/nsedoc/scripts/mysql-empty-password.html). + - mysql-users queries MySQL for a list of database users + (https://nmap.org/nsedoc/scripts/mysql-users.html). + - mysql-variables queries MySQL for its variables and their + settings (https://nmap.org/nsedoc/scripts/mysql-variables.html). + +o Improved the passwords.lst database used by NSE by combining several + leaked password databases collected by Ron Bowes. The size of the + database has been increased from 200 to 5000. + +o Zenmap's "slow comprehensive scan profile" has been modified to use + the best 7-probe host discovery combination we were able to find in + extensive empirical testing + (http://www.bamsoftware.com/wiki/nmap/EffectivenessOfPingProbes). + That combination is "-PE -PP -PS21,22,23,25,80,113,31339 + -PA80,113,443,10042 -PO". [David] + +o Switched to -Pn and -sn and as the preferred syntax for skipping + ping scan and skipping port scan, respectively. Previously the -PN + and -sP options were recommended. This establishes a more regular + syntax for some options that disable phases of a scan: + + -n no reverse DNS + + -Pn no host discovery + + -sn no port scan + We also felt that the old -sP ("ping scan") option was a bit + misleading because current versions of Nmap can go much further + (including -sC and --traceroute) even with port scans disabled. We + will retain support for the previous option names for the foreseeable + future. + +o [NSE] Added the ipidseq script to classify a host's IP ID sequence + numbers in the same way Nmap does. This can be used to test hosts' + suitability for Nmap's Idle Scan (-sI), i.e. check if a host is an + idle zombie. This is the first script to use the new raw IP sending + functionality in NSE. See + https://nmap.org/nsedoc/scripts/ipidseq.html . [Kris] + +o [NSE] Added the ssl-enum-ciphers script by Mak Kolybabi. It lists + the ciphers and compressors supported by SSL/TLS servers. See + https://nmap.org/nsedoc/scripts/ssl-enum-ciphers.html . + +o [NSE] Added two new scripts for the MongoDB database from Martin + Holst Swende. mongodb-info + (https://nmap.org/nsedoc/scripts/mongodb-info.html) gets information + like the version number, memory use, and operating system, while + mongodb-databases + (https://nmap.org/nsedoc/scripts/mongodb-databases.html) lists the + databases and their size on disk. + +o [NSE] Added the scripts couchdb-databases and couchdb-stats, which + list CouchDB databases and show access statistics, and a new + json.lua library they depend on. See + https://nmap.org/nsedoc/scripts/couchdb-databases.html and + https://nmap.org/nsedoc/scripts/couchdb-stats.html [Martin Holst + Swende] + +o [NSE] Added the new lexmark-config script that lists product + information and configuration for Lexmark printers. See + https://nmap.org/nsedoc/scripts/lexmark-config.html . [Patrik + Karlsson] + +o [NSE] Added the new daap-get-library script which uses the Digital + Audio Access Protocol to enumerate the contents of a library. The + contents contain the name of the artist, album and song. See + https://nmap.org/nsedoc/scripts/daap-get-library.html . [Patrik] + +o [NSE] Added jdwp-version.nse, a script by Michael Schierl that finds + the version of a Java Debug Wire Protocol server. This is a + dangerous service to find running as it does not provide any + security against malicious attackers who can inject their own + bytecode into the debugged process. See + https://nmap.org/nsedoc/scripts/jdwp-version.html . + +o [NSE] Added the smtp-enum-users script from Duarte Silva, which + attempts to find user account names over SMTP by brute force testing + using RCPT, VRFY, and EXPN tests. + +o [NSE] The unpwdb library now has a default time limit on the + usernames and passwords iterators. This will prevent brute force + scripts from running for a long time when a service is slow. These + new script arguments control the limits: + - unpwdb.userlimit Limit on number of usernames. + - unpwdb.passlimit Limit on number of passwords. + - unpwdb.timelimit Time limit in seconds. + Pass 0 for any of these limits to disable it. For more details, see + https://nmap.org/nsedoc/lib/unpwdb.html . [David] + +o When --open is used, Nmap no longer prints output for hosts which + don't have any open ports. All output formats are treated the same + way, so if a host isn't shown in normal output, it won't be shown in + XML output either. + +o [NSE] Added the script http-methods from Bernd Stroessenreuther. + This script sends an HTTP OPTIONS request to get the methods + supported by the server, highlights potentially risky methods, and + optionally tests each method to see if they are restricted by IP + address or something similar. See + https://nmap.org/nsedoc/scripts/http-methods.html . + +o The -v and -d options are now handled in the same way. These three + forms are equivalent: + -v -v -v -vvv -v3 + -d -d -d -ddd -d3 + Formerly, the -ddd and -v3 forms didn't work. Mak Kolybabi submitted + a patch. + +o Fixed a libpcap compilation error on Solaris. This was actually + fixed in libpcap's source control back in 2008, but they haven't made + a release since then :(. They still seem to be actively developing + though, so let's hope for a release soon. Solaris compilation fixes + were made to Ncat and Nping as well. + +o Zenmap now lets you save scan results in normal Nmap text output + format or (as before) as XML. The XML format still has the text + version embedded inside it, and is still the only format Zenmap can + load again. The "Save to Directory" mode for saving multiple + aggregated scans at once still always saves XML results. [David] + +o Fixed the packaging of x64 versions of WinPcap drivers in the + winpcap-nmap installer to ensure that 64-bit applications (such as + 64-bit Wireshark) work properly. [Rob Nicholls] + +o Fixed the Idle Scan (-sI) so that scanning multiple hosts doesn't + retest the zombie proxy and reinitialize all of the associated data + at the beginning of each run. [Kris] + +o [NSE] Raw packet sending at the IP layer is now supported, in + addition to the existing Ethernet sending functionality. Packets to + send start with an IPv4 header and can be sent to arbitrary + hosts. For details, see + https://nmap.org/book/nse-api.html#nse-api-networkio-raw [Kris] + +o Added version detection match line for the Arucer backdoor, which was + found packaged with drivers for the Energizer USB recharger product + (see http://www.kb.cert.org/vuls/id/154421). [Ron] + +o Fixed --resume to work again despite our recent changes to the Nmap + output format. [jlanthea] + +o [Zenmap] Localized most of the remaining strings in the GUI + interface which were English-only. The actual textual Nmap results + are still in English since Nmap, but the GUI is now almost fully + localized. [David] + +o [Zenmap] Updated the localization files for the French + translation. [Gutek] + +o [Zenmap] Fixed an interface bug which could cause hostnames with + underscores like "host_a" to be rendered like "hosta" with the "a" + underlined. Thanks to Toralf F. for the report, and David for the + fix. + +o Nmap now honors routing table entries that override interface + addresses and netmasks. For example, with this configuration: + ************************INTERFACES************************ + DEV (SHORT) IP/MASK TYPE UP MAC + eth0 (eth0) 192.168.0.21/24 ethernet up 00:00:00:00:00:00 + . + **************************ROUTES************************** + DST/MASK DEV GATEWAY + 192.168.0.3/32 eth0 192.168.0.1 + 192.168.0.0/24 eth0 + Nmap will not consider 192.168.0.3 directly connected through eth0, + even though it matches the interface's netmask. It won't try to ARP + ping 192.168.0.3, but will route traffic through 192.168.0.1. + +o [Ncat] The HTTP proxy server now accepts client connections over + SSL. That means connections to the proxy can be encrypted and + authenticated. We haven't found any HTTP clients that directly + support SSL connections to proxies, but you can use Ncat as a tunnel + to an SSL-supporting Ncat proxy. This new feature was implemented by + Markus Klinik. + +o Updated our Mac OS X build system so that our binary packages are + built on Mac OS X 10.6 rather than 10.5. [David] + +o Fixed reading of the interface table on NetBSD. Running nmap + --iflist would report "INTERFACES: NONE FOUND(!)" and any scan done + as root would fail with "WARNING: Unable to find appropriate + interface for system route to...". This was first reported by Jay + Fink, and had already been patched in the NetBSD pkgsrc + tree. [David] + +o Fixed a bug in traceroute that could happen when directly connected + and routed targets were in the same hostgroup. If the first target + was directly connected, the traceroute for all targets in the group + would have a trace of one hop. + +o ARP requests now work with libpcap Linux "cooked" encapsulation. + According to http://wiki.wireshark.org/SLL, this encapsulation is + used on devices "where the native link layer header isn't available + or can't be used." Before this, attempting any ARP operation on such + an interface would fail with the error + read_arp_reply_pcap called on interfaces that is datatype 113 + rather than DLT_EN10MB (1) + [David] + +o Fixed the display of route netmask bits in --iflist on little-endian + architectures. Formerly, any mask less than /24 was shown as /0, and + other masks were also wrong. [David] + +o Fixed an assertion failure which could occur when connecting to an + SSL server: + nsock_core.c:199: socket_count_write_dec: Assertion `(iod->writesd_count) +> 0' failed. + This was observed when running the http-enum script but could + possibly have happened in other situations. Thanks to Brandon for + reporting the bug and testing. [David] + +o Added the function bignum_add to the nse_openssl library to support + BIGNUM addition [Patrik] + +o The redistributable Visual C++ runtime components installer + (vcredist_x86.exe) has been upgraded to version 9.0.30729.4148. Axel + Pettinger reported that the previous version 9.0.30729.17, caused a + Windows Update on Windows 7 because of Microsoft security advisory + MS09-035. + +o [Ncat] Fixed an error that could make programs run with --exec exit + prematurely on Windows. The problem was related to a program writing + too quickly into a non-blocking socket. A symptom was the message: + NCAT DEBUG: Subprocess ended with exit code 259. + Reported by David Millis. [David] + +o [Ncat] Fixed a bug that prevented detection of EOF from stdin on + Windows. Reported by Adrian Crenshaw and Andy Zwirko. [David] + +o [Nsock] WSAEACCES was added to the list of known connect error + codes. This error can happen on Windows when a port is blocked by + Windows Firewall. Thanks to Taemun for reporting this and + investigating. + +o XML output now only includes host elements for down hosts in verbose + mode. This makes it consistent with the other output formats. + +o [NSE] Fixed http-enum so it uses the full path name for the + fingerprints file. This prevents it from quitting with an error like + this: + NSE: http-enum: Attempting to parse fingerprint file + nselib/data/http-fingerprints NSE: http-enum against + 10.99.24.140:443 threw an error! C:\Program + Files\Nmap\scripts\http-enum.nse:198: bad argument #1 to 'lines' + (nselib/data/http-fingerprints: No such file or directory) stack + traceback: + [Kris, Brandon, Ron Meldau] + +o [NSE] Added a missing dirname function to http-favicon. Its absence + was causing this error message when a web page specified a relative + icon URL in a link element: + http-favicon.nse:141: variable 'dirname' is not declared + [David, Ron Meldau] + +o Fixed the parsing of libdnet DLPI interface names that contain more + than one string of digits. Joe Dietz reported that an interface with + the name e1000g0 was causing this error message on Solaris 9: + Warning: Unable to open interface e1000g0 -- skipping it. + [David] + +o [NSE] Added the function nmap.is_privileged() to tell a script if, + as far as Nmap's concerned, it can do privileged operations. For + instance, this can be used to determine whether a script can open a + raw socket or Ethernet interface. [Kris] + +o [NSE] Added the function nmap.get_ports() so scripts can iterate + over a host's port table entries matching a given protocol and + state. [Kris, Patrick] + +o [Ncat] Fixed a handle leak with --exec and --sh-exec on Windows, + found by Jon Greaves. One thread handle was being leaked per child + process invocation. [David] + +o [NSE] nbstat.nse can now look up the MAC prefix vendor string. Other + scripts can now do the same thing using the + datafiles.parse_mac_prefixes function. [Thomas Buchanan] + +o Remove the PYTHONPATH and PYTHONHOME variables from the environment + before executing a sub-ndiff if they exist and if Zenmap is running + in a py2app bundle. These variables are set by py2app to point + inside our application bundle. Having them set in the environment + makes Ndiff use the same settings because it is also a Python + application. Deleting the variables is somewhat wrong, because the + user may have set those outside of Zenmap expecting them to be used + with their system-installed Python programs. But this is at least no + worse than before our build system update, because previously py2app + was stomping on the variables anyway. [David] + +o [Ncat] Fixed a segmentation fault caused by access to freed memory. + It could be triggered by making multiple connections to a server + that was constantly sending in SSL mode, such as: + ncat -l -k --ssl < /dev/zero + This bug was reported by Mak Kolybabi. [David] + +o [NSE] Moved the smtp-open-relay.nse script out of the "demo" + category after improvements by Duarte Silva. We have now met the + goal of removing all scripts from that category. + +o [NSE] Fixed a bug which prevented smb-brute from properly detecting + account lockouts, which could lead to lockouts of many accounts on + the target machine. Now smb-brute tries to check the lockout policy + before starting and refuses to run (unless you force it to with the + smblockout variable) if lockouts are enabled or if it locks out an + account. [Ron] + +o [NSE] Rewrote smb-enum-domains to be more generalized and rely on + library functions which will eventually be shared with + smb-brute. [Ron] + +o Qualified an assertion to allow zero-byte sends in Nsock. Without + this, an NSE script could cause this assertion failure by doing + socket:send(""): + nmap: nsock_core.c:516: handle_write_result: Assertion `bytesleft > 0' failed. + [David] + +o Added a service probe for Logitech SqueezeCenter command line interface + [Patrik] + +o Improved PostgreSQL match lines by matching the line of the error to a + specific version [Patrik]. + +o Added a mac_addr_next_hop member to the host tables used in NSE for + scripts which need to know the MAC address of the next hop router + for reaching a target host. [Michael Pattrick, KX]. + +o Removed the nmap_service.exe helper program for smb-psexec, as it + was still being flagged by malware detection even after the + bit-flipping in the next release. In fact, the obfuscation backfired + and caused more false positives! You can now download it from + https://nmap.org/psexec/nmap_service.exe. (The script will remind you + if you run the script and it's not installed.) + +o Added service probes and UDP payloads for games based on the Quake 2 + and Quake 3 engine, submitted by Mak Kolybabi. + +o [Ncat] Added support for HTTP digest authentication of proxies, as + both client and server. Previously only the less secure basic + authentication method was supported. [Venkat, David] + +o Improved the MIT Kerberos version detection signatures. [Matt Selsky] + +o [Ndiff] Show a nicer error message when an input file can't be + loaded. Suggested by Derril Lucci, who also contributed a patch. + +o [NSE] Added a new library afp.lua which handles the Apple Filing + Protocol (AFP) filesharing system. The library handles + authentication and many other protocol features, and enables the new + afp-path-vuln, afp-brute, and afp-showmount scripts. [Patrik] + +o Added an Apple Filing Protocol service probe that detects Netatalk + servers. (Apple's AFP servers are coincidentally triggered by the + SSLSessionReq probe.) [Patrik Karlsson] + +o [NSE] Fixed packet.lua so that functions used to set packet header + fields (e.g. ip_set_ttl) also set the appropriate variables used to + access the data (e.g. ip_ttl). [Kris] + +o Updated and corrected IANA assignment IP list for random IP (-iR) + generation. Now even 001/8 has been allocated. [Kris] + +Nmap 5.21 [2010-01-27] + +o [Zenmap] Added a workaround for a Ubuntu Python packaging idiosyncrasy. + As of version python2.6-2.6.4-0ubuntu3, Ubuntu's distutils modifies + self.prefix, a variable we use in the setup.py script. This would + cause Zenmap to look in the wrong place for its configuration files, + and show the dialog "Error creating the per-user configuration + directory" with the specific error "[Errno 2] No such file or + directory: '/usr/share/zenmap/config'". This problem was reported by + Chris Clements, who also helped debug. [David] + +o Fixed an error that occurred when UDP scan was combined with version + scan. UDP ports would appear in the state "unknown" at the end of + the scan, and in some cases an assertion failure would be raised. + This was an unintended side effect of the memory use reduction + changes in 5.20. The bug was reported by Jon Kibler. [David] + +o [NSE] Did some simple bit-flipping on the nmap_service.exe program + used by the smb-psexec script, to avoid its being falsely detected + as malware. [Ron] + +o [NSE] Fixed a bug in http.lua that could lead to an assertion + failure. It happened when there was an error getting the a response + at the beginning of a batch in http.pipeline. The symptoms of the + bug were: + NSE: Received only 0 of 1 expected reponses. + Decreasing max pipelined requests to 0. + NSOCK (0.1870s) Write request for 0 bytes... + nmap: nsock_core.c:516: handle_write_result: Assertion `bytesleft > 0' failed. + The error was reported by Brandon Enright and pyllyukko. + +o [NSE] Restored the ability of http.head to return a body if the + server returns one. This was lost in the http.lua overhaul from + 5.20. [David] + +o [NSE] Fixed the use of our strict.lua library on distributions that + install their own strict.lua. The error message was + nse_main.lua:97: attempt to call a boolean value + It was reported by Onur K. [Patrick] + +o Fixed handing of nameserver entries in /etc/resolv.conf so it could + handle entries containing more than 16 bytes, which can occur with + IPv6 addresses. Gunnar Lindberg reported the problem and + contributed an initial patch, then Brandon and Kris refined and + implemented it. + +o [NSE] Corrected a behavior change in http.request that was + accidentally made in 5.20: it could return nil instead of a table + indicating failure. [David] + +o [NSE] Fixed the use of an undefined variable in smb-enum-sessions, + reported by Brandon. [Ron] + +o Fixed a compiler error when --without-liblua is used. [Brandon] + +o [NSE] Fixed an error with running http-enum.nse along with the + --datadir option. The script would report the error + http-enum.nse:198: bad argument #1 to 'lines' + (nselib/data/http-fingerprints: No such file or directory) + The error was reported by Ron Meldau and Brandon. [Kris] + +o Added a function that was missing from http-favicon.nse. Its absence + would cause the error + http-favicon.nse:141: variable 'dirname' is not declared + when a web page specified an relative icon URL through the link + element. This bug was reported by Ron Meldau. [David] + +o Fixed a bug with the decoding of NMAP OID component values greater + than 127. [Patrik Karlsson, David] + +Nmap 5.20 [2010-01-20] + +o Dramatically improved the version detection database, integrating + 2,596 submissions that users contributed since February 3, 2009! + More than a thousand signatures were added, bringing the total to + 8,501. Many existing signatures were improved as well. Please keep + those submissions and corrections coming! Nmap prints a submission + URL and fingerprint when it receives responses it can't yet + interpret. + +o [NSE] Added a new script, oracle-sid-brute, which queries the Oracle + TNS-listener for default instance/sid names. The SID enumeration + list was prepared by Red Database security. See + https://nmap.org/nsedoc/scripts/oracle-sid-brute.html . [Patrik + Karlsson] + +o [Ncat] The --ssl, --output, and --hex-dump options now work with + --exec and --sh-exec. Among other things, this allows you to make a + program's I/O available over the network wrapped in SSL encryption + for security. It is implemented by forking a separate process to + handle network communications and relay the data to the + sub-process. [Venkat, David] + +o Nmap now tries start the WinPcap NPF service on Windows if it is not + already running. This is rare, since our WinPcap installer starts + NPF running at system boot time by default. Because starting NPF + requires administrator privileges, a UAC dialog for net.exe may + appear on Windows Vista and Windows 7 before NPF is loaded. Once + NPF is loaded, it generally stays loaded until you reboot or run + "net stop npf". [David, Michael Pattrick] + +o The Nmap Windows installer and our WinPcap installer now have an + option /NPFSTARTUP=NO, which inhibits the installer from setting the + WinPcap NPF service to start at system startup and at install-time. + This option only affects silent mode (/S) because existing GUI + checkboxes allow you to configure this behavior during interactive + installation. [David] + +o [NSE] Replaced our runlevel system for managing the order of script + execution with a much more powerful dependency system. This allows + scripts to specify which other scripts they depend on (e.g. a brute + force authentication script might depend on username enumeration + scripts) and NSE manages the order. Dependencies only enforce + ordering, they cannot pull in scripts which the user didn't + specify. See + https://nmap.org/book/nse-script-format.html#nse-format-dependencies + [Patrick] + +o [Ncat] For compatibility with Hobbit's original Netcat, The -p + option now works to set the listening port number in listen mode. + So "ncat -l 123" can now be expressed as "ncat -l -p 123" + too. [David] + +o A new script argument, http.useragent, lets you modify + the User-Agent header sent by NSE from its default of "Mozilla/5.0 + (compatible; Nmap Scripting Engine; https://nmap.org/book/nse.html)". + Set it to the empty string to disable the User-Agent + entirely. [David, Tom Sellers, Jah] + +o [Zenmap] The locale setting had been taken from the Windows locale, + which inadvertently made setting the locale with the LANG + environment variable stop working. Now the LANG variable is examined + first, and if that is not present, the system-wide setting is + used. This change allows users to keep Zenmap in its original + English (or any of Zenmap's other languages) even if their system is + set to use a different locale. [David] + +o [NSE] The http-favicon script is now better at finding "link + rel=icon" tags in pages, and uses that icon in preference to + /favicon.ico if found. If the favicon.uri script arg is given, only + that is tried. Meanwhile, a giant (10 million web servers) favicon + scan by Brandon allowed us to add about 40 more of the most popular + icons to the DB. [David, Brandon] + +o [NSE] smb-psexec now works against Windows XP (as well as + already-supported Win2K and Windows 2003). The solution involved + changing the seemingly irrelevant PID field in the SMB packet. See + http://seclists.org/nmap-dev/2010/q1/13. [Ron] + +o [NSE] Fixed a bug which kept the nselib/data/psexec subdirectory out + of the Windows packages. We needed to add the /s and /e options to + xcopy in our Visual C++ project file. [David] + +o [NSE] Overhauled our http library to centralize HTTP parsing and + make it more robust. The biggest user-visible change is that + http.request goes back to returning a parsed result table rather than raw + HTTP data. Also the http.pipeline function no longer accepts the + no-longer-used "raw" option. [David] + +o Fixed a bug in traceroute that could lead to a crash: + terminate called after throwing an instance of 'std::out_of_range' + what(): bitset::test + It happened when the preliminary distance guess for a target was + greater than 30, the size of an internal data structure. David and + Brandon tracked down the problem. + +o Fixed compilation of libdnet-stripped on platforms that don't have + socklen_t. [Michael Pattrick] + +o Added a service probe and match lines for the Logitech/SlimDevices + SqueezeCenter music server. [Patrik Karlsson] + +o Fixed the RTSPRequest version probe, which was accidentally modified + to say "RTSP/2.0" rather than "RTSP/1.0" in 5.10BETA2. [Matt Selsky] + +o [NSE] Our http library no longer allows cached responses from a GET + request to be returned for a HEAD request. This could cause problems + with at least the http-enum script. [David] + +o Fixed a bug in the WinPcap installer: If the "Start the WinPcap + service 'NPF' at startup" box was unchecked and the "Start the + WinPcap service 'NPF' now" box was checked, the second checkbox + would be ignored (the service would not be started now). [Rob + Nicholls] + +Nmap 5.10BETA2 [2009-12-24] + +o Added 7 new NSE scripts for a grand total of 79! You can learn about + them all at https://nmap.org/nsedoc/. Here are the new ones: + + * nfs-showmount displays NFS exports like "showmount -e" does. See + https://nmap.org/nsedoc/scripts/nfs-showmount.html . [Patrik + Karlsson] + + * ntp-info prints the time and configuration variables provided by + an NTP service. It may get such interesting information as the + operating system, server build date, and upstream time server IP + address. See + https://nmap.org/nsedoc/scripts/ntp-info.html . [Richard Sammet] + + * citrix-brute-xml uses the unpwdb library to guess credentials for + the Citrix PN Web Agent Service. See + https://nmap.org/nsedoc/scripts/citrix-brute-xml.html . [Patrik Karlsson] + + * citrix-enum-apps and citrix-enum-apps-xml print a list of published + applications from the Citrix ICA Browser or XML service, + respectively. See + https://nmap.org/nsedoc/scripts/citrix-enum-apps.html and + https://nmap.org/nsedoc/scripts/citrix-enum-apps-xml.html . [Patrik Karlsson] + + * citrix-enum-servers and citrix-enum-servers-xml print a list + of Citrix servers from the Citrix ICA Browser or XML service, + respectively. See + https://nmap.org/nsedoc/scripts/citrix-enum-servers.html and + https://nmap.org/nsedoc/scripts/citrix-enum-servers-xml.html . [Patrik + Karlsson] + +o We performed a memory consumption audit and made changes to + dramatically reduce Nmap's footprint. This improves performance on + all systems, but is particularly important when running Nmap on + small embedded devices such as phones. Our intensive UDP scan + benchmark saw peak memory usage decrease from 34MB to 6MB, while OS + detection consumption was reduced from 67MB to 3MB. Read about the + changes at http://seclists.org/nmap-dev/2009/q4/663. Here are the + highlights: + + * The size of the internal representation of nmap-os-db was reduced + more than 90%. Peak memory consumption in our OS detection + benchmark was reduced from 67MB to 3MB. [David] + + * The size of individual Port structures without service scan + results was reduced about 70%. [Pavel Kankovsky] + + * When a port receives no response, Nmap now avoids allocating a + Port structure at all, so scans against filtered hosts can be + light on memory. [David] + +o David started a major service detection submission integration + run. So far he has processed submissions since February for the + following services: imap, pop3, afp, sip, printer, transmission, + svnserve, vmware, domain, backdoor, finger, freeciv, hp, imaps, irc, + landesk, netbios-ssn, netsupport, nntp, oracle, radmin, routersetup, + rtorrent, serv-u, shoutcast, ssh, tcpmux, torrent, utorrent, vnc and + ipp. The rest will come in the next release, along with full stats + on the additions. + +o Added service detection probe for Kerberos (udp/88) and IBM DB2 + DAS (523/UDP). [Patrik Karlsson] + +o Added a UDP payload and service detection probe for Citrix + MetaFrame, which typically runs on 1604/udp. [Thomas Buchanan] + +o Added a UDP SIPOptions service detection probe corresponding to the + TCP one. [Patrik Karlsson, Matt Selsky, David Fifield] + +o Updated service detection signatures for Microsoft SQL Server 2005 + to detect recent Microsoft security update (MS09-062), and also + updated ms-sql-info.nse to support MS SQL Server 2008 + detection. [Tom] + +o Nmap now provides Christmas greetings and a reminder of Xmas scan + (-sX) when run in verbose mode on December 25. [Fyodor] + +o Removed a limitation of snmp.lua which only allowed it to properly + encode OID component values up to 127. The bug was reported by + Victor Rudnev. [David] + +o Nmap script output now uses two spaces of indention rather than + three for the first level. This better aligns with the standard set by + the stdnse.format_output function added in the last release. Output + now looks like: + 8082/tcp open http Apache httpd 2.2.13 ((Fedora)) + |_http-favicon: Apache Web Server (seen on SuSE, Linux Tux favicon) + |_html-title: Nmap - Free Security Scanner For Network Exploration & Securit... + ... + Host script results: + | smb-os-discovery: + | OS: Unix (Samba 3.4.2-0.42.fc11) + | Name: Unknown\Unknown + |_ System time: 2009-11-24 17:19:21 UTC-8 + |_smbv2-enabled: Server doesn't support SMBv2 protocol + [Fyodor] + +o [NSE] Fixed (we hope) a deadlock we were seeing when doing a + favicon.nse survey against millions of hosts. We now restore all + threads that are waiting on a socket lock when a thread relinquishes + its lock. We expect only one of them to be able to grab the newly + freed lock, and the rest to go back to waiting. [David, Patrick] + +o [Zenmap] Fixed a crash when filtering with inroute: in scans without + traceroute data. (KeyError: 'hops') [David] + +o [NSE] Use a looser match pattern in auth-owners.nse for retrieving + the owner out of an identd response. See + http://seclists.org/nmap-dev/2009/q4/549. [Richard Sammet] + +o Improved some Cyrus pop3 and Polycom SoundStation sip match + lines. [Matt Selsky] + +o [Ncat] In the Windows version of netrun, we weren't noticing when a + command fails to be executed (when CreateProcess fails). We now see + the return value and close the socket to disconnect the + client. [David] + +o [NSE] Updated http-iis-webdav-vuln to run against SSL-enabled + servers [Ron] + +o [NSE] Improved db2-info to set port product and state (rather than + just port.version.name and confidence) when a DB2 service is + positively identified. Error reporting was improved as well. [Tom] + +Nmap 5.10BETA1 [2009-11-23] + +o Added 14 new NSE scripts for a grand total of 72! You can learn + about them all at https://nmap.org/nsedoc/. Here are the new ones: + + + smb-psexec implements remote process execution similar to the + Sysinternals' psexec tool (or Metasploit's psexec "exploit"), + allowing a user to run a series of programs on a remote machine + and read the output. This is great for gathering information about + servers, running the same tool on a range of system, or even + installing a backdoor on a collection of computers. See + https://nmap.org/nsedoc/scripts/smb-psexec.html [Ron] + + + dhcp-discover sends out DHCP probes on UDP/67 and displays all + interesting results (or, with verbosity, all results). + Optionally, multiple probes can be sent and the MAC address can be + randomized in an attempt to exhaust the DHCP server's address pool + and potentially create a denial of service condition. See + https://nmap.org/nsedoc/scripts/dhcp-discover.html . [Ron] + + + http-enum enumerates URLs used by popular web applications and + servers and reports which ones exist on a target web server. See + https://nmap.org/nsedoc/scripts/http-enum.html . [Ron, Andrew Orr, + Rob Nicholls] + + + ssl-cert retrieves and prints a target server's SSL + certificate. See + https://nmap.org/nsedoc/scripts/ssl-cert.html . [David] + + + x11-access checks whether access to an X11 server is allowed (as + with "xhost +" for example). See + https://nmap.org/nsedoc/scripts/x11-access.html . [jlanthea] + + + db2-info enhances DB2 database instance detection. It provides + detection when version probes fail, but will default to the + version detection probe value if that is more precise. It also + detects the server platform and database instance name. The DB2 + version detection port ranges were broadened to 50000-50025 and + 60000-60025 as well. [Tom] + + + smbv2-enabled checks if the smbv2 protocol is enabled on target + servers. SMBv2 has already suffered from at least one major + security vulnerability. See + https://nmap.org/nsedoc/scripts/smbv2-enabled.html . [Ron] + + + http-favicon obtains the favicon file (/favicon.ico or whatever is + specified by the HTML link tag) and tries to identify its source + (such as a certain web application) using a database lookup. See + https://nmap.org/nsedoc/scripts/http-favicon.html . [Vladz] + + + http-date obtains the Date: header field value from an HTTP server + then displays it along with how much it differs from local + time. See https://nmap.org/nsedoc/scripts/http-date.html . [David] + + + http-userdir-enum attempts to enumerate users on a system by + trying URLs with common usernames in the Apache mod_userdir format + (e.g. http://target-server.com/~john). See + https://nmap.org/nsedoc/scripts/http-userdir-enum.html . [Jah] + + + pjl-ready-message allows viewing and setting the status message on + printers which support the Printer Job Language (many HP printers + do). See https://nmap.org/nsedoc/scripts/pjl-ready-message.html . + [Aaron Leininger] + + + http-headers performs a GET request for the root folder ("/") of a + web server and displays the HTTP headers returned. See + https://nmap.org/nsedoc/scripts/http-headers.html . [Ron] + + + http-malware-host is designed to discover hosts that are serving + malware (perhaps because they were compromised), but so far it + only checks for one specific attack. See + https://nmap.org/nsedoc/scripts/http-malware-host.html . [Ron] + + + smb-enum-groups displays a list of groups on the remote system + along with their membership (like enum.exe -G). See + https://nmap.org/nsedoc/scripts/smb-enum-users.html [Ron] + +o Nmap's --traceroute has been rewritten for better performance. + Probes are sent in parallel to individual hosts, not just across all + hosts as before. Trace consolidation is more sophisticated, allowing + common traces to be identified sooner and fewer probes to be sent. + The older traceroute could be very slow (taking minutes per target) + if the target did not respond to the trace probes, and this new + traceroute avoids that. In a trace of 110 hosts in a /24 over the + Internet, the number of probes sent dropped 50% from 1565 to 743, + and the time taken dropped 92% from 95 seconds to 7.6 + seconds. Traceroute now uses an ICMP echo request probe if no + working probes against the target were discovered during + scanning. [David] + +o [Zenmap] After performing or loading a scan, you can now filter + results to just the hosts you are interested in by pressing Ctrl+L + (or the "Filter Hosts" button) to open the host filtering interface. + This makes it easy to select just Linux hosts, or those running a + certain version of Apache, or whatever interests you. You can easily + modify the filter or remove it to see the whole scan again. See + https://nmap.org/book/zenmap-filter.html . [Josh Marlow] + +o For some UDP ports, Nmap will now send a protocol-specific payload + that is more likely to get a response than an empty packet is. This + improves the effectiveness of probes to those ports for host + discovery, and also makes an open port more likely to be classified + open rather than open|filtered. The ports and payloads are defined + in payload.cc. The ports that have a payload are 7 (echo), + 53 (domain), 111 (rpcbind), 123 (ntp), 137 (netbios-ns), 161 (snmp), + 177 (xdmcp), 500 (isakmp), 520 (route), 1645 and 1812 (radius), + 2049 (nfs), 5353 (zeroconf), and 10080 (amanda). [David] + +o Integrated 1,349 fingerprints (and 81 corrections) submitted by Nmap + users! They resulted in 342 new fingerprints (a 17% increase), + including Google's Android Linux system for smart phones, Mac OS X + 10.6 (Snow Leopard), the Chumby, and a slew number of printers, broadband + routers, and other devices (40 new vendors). See + http://seclists.org/nmap-dev/2009/q4/416 [David] + +o [NSE] For all the services which are commonly tunneled over SSL + (pop3, http, imap, irc, smtp, etc.), we audited the scripts to + ensure they can support that tunneling. The com.tryssl function + was added for easy SSL detection. See + https://nmap.org/nsedoc/lib/comm.html [Joao] + +o Nmap now prefers to display the hostname supplied by the user instead + of the reverse-DNS name in most places. If a reverse DNS record + exists, and it differs from the user-supplied name, it is printed + like this: + Nmap scan report for www.google.com (74.125.53.103) + rDNS record for 74.125.53.103: pw-in-f103.1e100.net + And in XML it looks like: + + + + + Host latency is now printed more often. See + http://seclists.org/nmap-dev/2009/q4/199 for a summary of other + output changes. [David] + +o Ndiff now shows changes in script (NSE) output for each target + host (in both text output format and XML). [David] + +o We now print output for down hosts, even when doing scanning beyond + just a ping scan. This always prints to XML and grepable output, + and is printed to normal and interactive output in verbose mode. The + format for printing a down host has changed slightly: "Nmap scan + report for 1.1.1.1 [host down]" [David] + +o [NSE] Default socket parallelism has been doubled from 10 to 20, + which doubles speed in some situations. See + http://seclists.org/nmap-dev/2009/q3/161. [Patrick] + +o Version detection's maximum socket concurrency has been increased + from 10-20 based on timing level to 20-40. This can dramatically + speed up version detection when there are many open ports in a host + group being scanned. [Fyodor] + +o The Nmap source tarball (and RPMs) now included man page + translations (16 languages so far). Nmap always installs the English + man page, and installs the translations by default. If you only want + some of the translations, set the LINGUAS environmental variable to + the language codes you are interested in (e.g. "es de"). You can + specify the configure option --disable-nls or set LINGUAS to the + empty string to avoid installation of any man page translations. The + RPM always installs them. [David] + +o [NSE] Added a function for scripts to format their output in a + consistent way. See + https://nmap.org/nsedoc/lib/stdnse.html#format_output. [Ron] + +o [NSE] Now supports worker threads so that a single script can + perform multiple network operations concurrently. This patch also + includes condition variables for synchronization. See + https://nmap.org/nsedoc/lib/stdnse.html#new_thread, + https://nmap.org/nsedoc/lib/nmap.html#condvar, and + http://seclists.org/nmap-dev/2009/q4/294. + +o Fixed a problem in which the Nmap installer wrongly reported that + the Microsoft Visual C++ 2008 Redistributable Package (vcredist.exe) + failed to install. We had to update a registry key--see + http://seclists.org/nmap-dev/2009/q3/164. [Jah] + +o Added support for connecting to nameservers over IPv6. IPv6 addresses + can be used in /etc/resolv.conf or with the --dns-servers option. The + parallel reverse DNS resolver still only support IPv4 addresses, but + it can look them up over IPv6. [Ankur Nandwani] + +o Zenmap now includes ports in the services view whenever Nmap found + them "interesting," whatever their state. Previously they were only + included if the state was "open", "filtered", or "open|filtered", + which led to confusing behavior when a closed port showed up in the + Services column but clicking on the service showed no ports in the + display. [David] + +o [Ncat] Now has configure-time ASCII art just like Nmap does: + . . + \`-"'"-'/ + } 6 6 { + ==. Y ,== + /^^^\ . + / \ ) Ncat: A modern interpretation of classic Netcat + ( )-( )/ + -""---""--- / + / Ncat \_/ + ( ____ + \_.=|____E + +o [NSE] Added HTTP pipelining support to the HTTP library and and to + the http-enum, http-userdir-enum, and sql-injection.nse + scripts. Pipelining can increase speed dramatically for scripts + which make many requests. + +o [NSE] The HTTP library now caches responses from http.get or + http.head so that resources aren't requested multiple times during + the same Nmap run even if several scripts request them. See + http://seclists.org/nmap-dev/2009/q3/733. [Patrick] + +o [Ncat, Ndiff] The exit codes of these programs now reflect whether + they succeeded. For Ncat, 0 means the connection was successful, 1 + indicates a network error, and 2 indicates any other error. For + Ndiff, 0 means the scans were equal, 1 means they were different, + and 2 indicates a runtime error. [David] + +o [Ncat] In verbose mode, Ncat now prints the number of bytes read and + written after the client connection is terminated. Ncat also now + prints elapsed time. For example, "Ncat finished: 16 bytes sent, 566 + bytes received in 8.05 seconds." [Venkat] + +o [NSE] telnet-brute.nse now uses the unpw database instead of a + hard coded list. [Ron] + +o [NSE] ssl-cert.nse now supports TLS negotiation against SMTP ports + that support it. [Tom Sellers, David] + +o [NSE] Scripts that are listed by name with the --script option now + have their verbosity level automatically increased by one. Many + will print negative results ("no infection found") at a higher + verbosity level. The idea is that if you ask for a script + specifically, you are more interested in such results. + [David, Patrick] + +o Upgraded our Winpcap installer to use the new WinPcap version 4.1.1. + A bug which could prevent proper uninstallation of previous versions + was fixed at the same time. Later we made it set some registry keys + for compatibility with the official Winpcap project installer (see + http://seclists.org/nmap-dev/2009/q4/237). [Rob Nicholls] + +o [Ncat] Ncat now prints a message like "Connection refused." by + default when a socket error occurs. This used to require -v, but + printing no message at all could make a failed connection look like + success in a case like + ncat remote < short-file + +o Zenmap no longer displays down hosts in the GUI. [Josh] + +o The Ndiff man page was dramatically improved with examples and + sample output. See https://nmap.org/book/ndiff-man.html . + [David] + +o [NSE] At debug level 2 or higher (-d2), Nmap now prints all active + scripts (running & waiting) and a backtrace whenever a key is + pressed. This can be quite helpful in debugging deadlocks and other + script/NSE problems. [Patrick] + +o Nmap now allows you to specify --data-length 0, and that is now the + documented way to disable the new UDP protocol-specific probe + payload feature. [David] + +o Fixed compilation of our libdnet on Debian GNU/kFreeBSD (patch from + Petr Salinger). + +o Our Windows packages are now built on Windows 7, though they are + 32-bit binaries and should continue to work on Win2K and later. + +o Fixed a bug that could cause an infinite loop ("Unable to find + listening socket in get_rpc_results") in RPC scan. The loop would + happen when scanning a port that sent no responses, and there was at + least one other port to scan. Thanks to Lionel Cons for reporting + the problem. [David] + +o [NSE] The dns-zone-transfer and whois script argument table syntax has been + improved so you don't need curly braces. + +o [NSE] smb-enum-shares.nse now checks whether or not a share is + writable by attempting to write a file (and deleting it if it's + successful). Significantly cleaned up the code, as well. [Ron] + +o The nselib/data directory is now installed. It was not installed + before because of an error in the Makefile. The scripts that would + not have worked after installation because they were missing data + files are http-enum.nse, http-favicon.nse, http-iis-webdav-vuln.nse, + http-userdir-enum.nse, smb-pwdump.nse, pop3-brute.nse, + smb-brute.nse, and snmp-brute.nse. [David] + +o Upgraded the included libpcap to 1.0.0. [David] + +o Optimize MAC address prefix lookup by using an std::map rather than + a custom hash table. This increases performance and code simplicity + at the cost of some extra memory consumption. In one test, this + reduced the time of a single target ARP ping scan from 0.59 seconds + to 0.13. [David] + +o Added -Pn and -sn as aliases for -PN and -sP, respectively. They + will eventually become the recommended and documented way to disable + host discovery (ping scanning) and port scanning. They are more + consistent and also match the existing -n option for disabling + reverse DNS resolution. [David] + +o Fixed an error in the handling of exclude groups that used IPv4 + ranges. Si Stransky reported the problem and provided a number of + useful test cases in http://seclists.org/nmap-dev/2009/q4/276. The + error caused various assertion failures along the lines of + TargetGroup.cc:465: int + TargetGroup::get_next_host(sockaddr_storage*, size_t*): + Assertion `ipsleft > 1' failed. + [David] + +o [NSE] Improved the authentication used by the smb-* scripts. Instead of + looking in a bunch of places (registry, command-line, etc) for the + usernames/passwords, a table is kept. This lets us store any number + of accounts for later use, and remove them if they stop working. This + also fixes a bug where typing in a password incorrectly would lock + out an account (since it wouldn't stop trying the account in question). + [Ron] + +o Removed IP ID matching in packet headers returned in ICMP errors. + This was already the case for some operating systems that are known + to mangle the IDs of sent IP packets. Requiring such a match could + occasionally cause valid replies to be ignored. See + http://seclists.org/nmap-dev/2009/q2/580 for an example of host + order affecting scan results due to this phenomenon. [David] + +o [NSE] The HTTP library now handles chunked transfer decoding more + robustly. See http://seclists.org/nmap-dev/2009/q3/13 [David] + +o [NSE] Unexpected error messages from scripts now include the target + host and port number. [David] + +o [NSE] Fixed many libraries which were inappropriately using global + variables, meaning that multiple scripts running concurrently could + overwrite each others values. NSE now automatically checks for this + problem at runtime, and we have a static code checker + (check_globals) available as well. See this whole thread + http://seclists.org/nmap-dev/2009/q3/70. [Patrick] + +o Added some additional matching rules to keep a reply to a SYN probe + from matching an ACK probe to the same port, or vice versa, in ping + scans that include both scan types. Such a mismatch could cause an + ineffective timing ping or traceroute probe to be selected. [David] + +o [Zenmap] There is a new command-line option, --confdir, which sets + the per-user configuration directory. Its value defaults to + $HOME/.zenmap. This was suggested by Jesse McCoppin. [David] + +o Open bpf devices in read/write mode, not read-only, in libdnet on + BSD. This is to work around a bug in Mac OS X 10.6 that causes + incoming traffic to become invisible. [David] + +o "make install" now removes from the Nmap script directory some + scripts which only existed in previous versions of Nmap but weren't + deleted during upgrades. [David] + +o [NSE] Added the reconnect_ssl method for sockets. We sometimes need + to reconnect a socket with SSL because the initial communication on + the socket is done without SSL. See this thread for more details: + http://seclists.org/nmap-dev/2009/q4/3 [Patrick, Tom Sellers] + +o [Zenmap] Fixed a crash that could occur when entering certain + characters in the target entry (those whose UTF-8 encoding contains + a byte that counts as whitespace in the Windows locale): + File "zenmapGUI\ScanNotebook.pyo", line 184, in _target_entry_changed + File "zenmapCore\NmapOptions.pyo", line 719, in render_string + UnicodeDecodeError: 'utf8' codec can't decode byte 0xc3 in position 1: + unexpected end of data + For more details on this curious problem, see + http://seclists.org/nmap-dev/2009/q4/82 [David] + +o [NSE] There is a new function, nmap.bind, to set the source address + of a socket. [David] + +o [Nsock] Made it a fatal error instead of silent memory corruption + when an attempt is made to use a file descriptor whose number is not + less than FD_SETSIZE. This applies only on non-Windows platforms + where FD_SETSIZE is a limit on the value of file descriptors as well + as a limit on the number of descriptors in the set. The error will + look like + nsock_core.c:186: Attempt to FD_SET fd 1024, which is not less + than FD_SETSIZE (1024). Try using a lower parallelism. + Thanks to Brandon Enright for discovering the problem and much help + debugging it, and to Jay Fink for submitting an initial patch. [David] + +o [Ncat] Fixed proxy connections in connect mode on Windows. Because + the dup function does not work on Windows, an assertion failure + would be raised reading + (fh >= 0 && (unsigned)fd < (unsigned)_nhandle) + [David] + +o [Ncat] Fixed the combination of --max-conns and --exec on Windows. + The count of connected clients was not decreased when the program + spawned by --exec finished. With --max-conns 5, for example, no more + connections would be allowed after the fifth, even if some of the + earlier ones had ended. Jon Greaves reported the problem and Venkat + contributed a patch. + +o [Ncat] The code that manages the count of connected clients has been + made robust with respect to signals. The code was contributed by + Solar Designer. + +o The files read by the -iL (input from file) and --excludefile + options now support comments that start with # and go to the end of + the line. [Tom Sellers] + +o [Zenmap] On Windows, Zenmap no longer uses the cmd.exe shell to run + Nmap sub-processes. This means that canceling a scan will kill the + Nmap process as it does on other platforms (previously it would just + kill the shell). It also means that that scanning will work as a + user whose name contains characters like '&' that are significant to + the shell. Mike Crawford and Nick Marsh reported bugs related to + this. [David] + +o [NSE] All scripts (except for those in "version" or "demo" + categories) are now classified in either the "safe" or "intrusive" + categories, based on how likely they are to cause problems when run + against other machines on the network. Those classifications already + existed, but weren't used consistently. [Fyodor] + +o Added a check for a SMBv2 vulnerability (CVE-2009-3103) to + smb-check-vulns. Due to its nature (it performs a DoS, then checks + if the system is still online), the script isn't run by default and + requires a special script-arg to work. [Ron] + +o Fixed an integer overflow in uptime calculation which could occur + when a target with a low TCP timestamp clock frequency uses large + timestamp values, such that a naive uptime calculation shows a boot + time before the epoch. Also fixed a printf format specifier mismatch + that was revealed by the bug. Toby Simmons reported the problem and + helped with the fix. [David] + +o [NSE] The HTTP library now supports HTTP cookies. [Joao Correa] + +o Fixed a compile error on NetBSD. It was + tcpip.cc:2948: error: pointer of type 'void *' used in arithmetic + Thanks to Jay Fink for reporting the problem and submitting a patch. + +o [Zenmap] If you have any hosts or services selected, they will + remain selected after aggregating another scan or running a filter + (as long as they are still up and visible). Previously the selection + was lost whenever the scan inventory was changed. This is + particularly important due to the new host filter system. [David] + +o [Zenmap] New translation: Russian (contributed by Alexander Khodyrev). + Updated translations: French and German. + +o Nmap now generates IP addresses without duplicates (until you cycle + through all the allowed IPs) thanks to a new collision-free 32-bit + number generator in nbase_rnd.c. See + http://seclists.org/nmap-dev/2009/q3/695 [Brandon] + +o There is a new OS detection pseudo-test, SCAN.DC, which records how + the network distance in SCAN.DS was calculated. Its value can be "L" + for localhost, "D" for a direct connection, "I" for an ICMP TTL + calculation, and "T" for a traceroute hop count. This is mainly for + the benefit of OS integration, when it is sometimes important to + distinguish between DS=1%DC=I (probably the result of forged TTLs) + and DS=1%DC=D (a true one-hop connection.) [David] + +o Canonicalized the list of OS detection device types to a smaller set + with descriptions: https://svn.nmap.org/nmap/docs/device-types.txt . + [David, Fyodor, Doug] + +o [Ncat] The --idle-timeout option now exits when *both* stdin and the + socket have been idle for the given time. Previously it would exit + when *either* of them had been idle, meaning that the program would + quit contrary to your expectation when downloading a large file + without sending anything, for example. [David] + +o [Ncat] Ncat now always prefixes its own output messages with "Ncat: " + or "NCAT DEBUG: " to make it clear that they are not coming from the + remote host. This only matters when output goes to a terminal, where + the standard output and standard error streams are mixed. [David] + +o Nmap's Nbase library now has a new hexdump() function which produces + output similar to Wireshark. nmap_hexdump() is a wrapper which + prints the output using Nmap's log_write facility. The old hdump() + and lamont_dump() functions have been removed. [Luis] + +o Added explicit casts to (int)(unsigned char) for arguments to ctype function + calls in nmap, ncat and nbase. Thanks to Solar Designer for pointing out + the need and fix for this. [Josh] + +o Ncat now supports wildcard SSL certificates. The wildcard character + (*) can be in commonname field or in DNS field of Subject + Alternative Name (SAN) Extension of SSL certificate. Matching Rules: + - '*' should be only on the leftmost component of FQDN. (*.example.com + but not www.*.com or www.example*.com). + - The leftmost component should contain only '*' and it should be + followed by '.' (*.example.com but not *w.example.com or + w*.example.com). + - There should be at least three components in FQDN. (*.example.com but + not *.com or *.com.). [venkat] + +o Nmap now handles the case when a primary network interface (venet0) + does not have an address assigned but its aliases do (venet0:1 + etc.). This could result in the error messages + Failed to find device venet0 which was referenced in /proc/net/route + Failed to lookup subnet/netmask for device (venet0): venet0: no IPv4 address assigned + This was observed under OpenVZ. [Dmitry Levin] + +o [Ncat] The --ssl-cert, --ssl-key, and --ssl-trustfile options now + automatically turn on SSL mode. Previously they were ignored if + --ssl was not also used. [David] + +o [Nsock] Now Nsock supports pure TLSv1 and SSLv3 servers in addition + to the (already supported and far more common) SSLv2 and SSLv23 + servers. Ncat currently never uses SSLv2 for security reasons, so + it is unaffected by this change. + +o [Ncat] Implemented basic SCTP client functionality (server already + exists). Only the default SCTP stream is used. This is also called + TCP compatible mode. While it allows Ncat to be used for manually + probing open SCTP ports, more complicated services making use of + multiple streams or depending on specific message boundaries cannot + be talked to successfully. [Daniel Roethlisberger] + +o [Ncat] Implemented SSL over SCTP in both client (connect) and server + (listen) modes. [Daniel Roethlisberger] + +o Nmap now filters received ARP packets based on their target address + address field, not the destination address in the enclosing ethernet + frame. Some operating systems, including Windows 7 and Solaris 10, + are known to at least sometimes send their ARP replies to the + broadcast address and Nmap wouldn't notice them. The symptom of this + was that root scans wouldn't work ("Host seems down") but non-root + scans would work. Thanks to Mike Calmus and Vijay Sankar for + reporting the problem, and Marcus Haebler for suggesting the + fix. [David] + +o The -fno-strict-aliasing option is now used unconditionally when + using GCC. It was already this way, in effect, because a test + against the GCC version number was reversed: <= 4 rather than >= 4. + Solar Designer reported the problem. + +o Nmap now prints a warning instead of a fatal error when the hardware + address of an interface can't be found. This is the case for + FireWire interfaces, which have a hardware address format not + supported by libdnet. Thanks to Julian Berdych for the bug report. + [David] + +o Zenmap's UI performance has improved significantly thanks to + optimization of the update_ui() function. In particular, this speeds + up the new host filter system. [Josh] + +o Add a service probe for DNS-based service discovery (DNS-SD). See + http://seclists.org/nmap-dev/2009/q3/0610.html . [David] + +o Made RPC grinding work from service detection again by changing the + looked-for service name from "rpc" to "rpcbind", the name it has in + nmap-service-probes. Also removed some dead code. [David] + +o Fixed a log_write call and a pfatal call to use a syntax which is + safer from format strings bugs. This allows Nmap to build with the + gcc -Wformat -Werror=format-security options. [Guillaume Rousse, + Dmitry Levin] + +o A bug in Nsock was fixed: On systems where a non-blocking connect + could succeed immediately, connections that were requested to be + tunneled through SSL would actually be plain text. This could be + verified with an Ncat client and server running on localhost. This + was observed to happen with localhost connections on FreeBSD 7.2. + Non-localhost connections were likely not affected. The bug was + reported by Daniel Roethlisberger. [David] + +o Ncat proxy now hides the proxy's response ("HTTP/1.0 200 OK" or + whatever it may be). Before, if you retrieved a file through a + proxy, it would have the "HTTP/1.0 200 OK" stuck to the top of + it. For this Ncat uses blocking sockets until the proxy negotiation + is done and once it is successful, Nsock takes over for rest of the + connection.[Venkat] + +o [NSE] socket garbage collection was rewritten for better performance + and to ensure that socket slots are immediately available to others + after a socket is closed. See + http://seclists.org/nmap-dev/2009/q2/0624.html . [Patrick] + +o [NSE] Fixed a rare but possible segfault which could occur if the + nsock binding attempted to push values on the stack of a thread + which had already ended due to an error, and if that internal Lua + stack was already completely full. This bug is very hard to + reproduce with a SEGFAULT but is usually visible when Lua assertion + checks are turned on. A socket handler routine must be called AFTER + a thread has ended in error. [Patrick] + +o [Ncat] Fixed an error that would cause Ncat to use 100% CPU in + broker mode after a client disconnected or a read error happened. + [Kris, David] + +o [NSE] --script-args may now have whitespace in unquoted strings (but + surrounding whitespace is ignored). For example, + --script-args 'greeting = This is a greeting' Becomes: + { ["greeting"] = "This is a greeting" } [Patrick] + +o [Ncat] Using --send-only in conjunction with the plain listen or + broker modes now behaves as it should: nothing will be read from the + network end. Ncat previously read and discarded any data + received. [Kris] + +o [Nsock] Added a socket_count abstraction that counts the number of + read or write events pending on a socket, for the purpose of + maintaining an fd_set. The bit is set in the fd_set whenever the + count is positive, and cleared when it is zero. The reason for doing + this was that write bits were not being properly cleared when using + Ncat with SSL in connect mode, such that a client send would cause + Ncat to use 100% CPU until it received something from the + server. See the thread at + http://seclists.org/nmap-dev/2009/q2/0413.html . This change will + also make it easier to use a different back end than select in the + future. [David] + +o [Nsock] Added compilation dependency generation (makefile.dep) + [David] + +o [Ncat] The --broker option now automatically implies --listen. [David] + +o Fixed a logic error in getinterfaces_siocgifconf. The check for + increasing the capacity of the list of interfaces was off by + one. This caused a crash on initialization for systems with more + than 16 network interfaces. [David] + +o Added Apache JServe protocol version detection probe and signatures + and some some other nmap-service-probes patches. [Tom Sellers] + +o Fixed two memory leaks in ncat_posix.c and a bug where an open file was not + being closed in libdnet-stripped/src/intf.c [Josh Marlow] + +o [Zenmap] Added profile editor support for the Nmap SCTP options: + -PY, -sY and -sZ. [Josh Marlow] + +o Fixed a bug in --data-length parsing which in some cases could + result in useless buffer allocations and unpredictable payload + lengths. See http://seclists.org/nmap-dev/2009/q2/0763.html [Luis] + +o The configure script now allows cross-compiling by assuming that + libpcap is recent enough to use rather than trying to compile and + run a test program. Libpcap will always be recent enough when Nmap's + included copy is used. [Mike Frysinger] + +o Updated the IANA assignment IP list for random IP (-iR) + generation. The Mac OS prefix file was updated as + well. [Kris, Fyodor] + +o [Zenmap] Fix a bug which could cause a crash in the (very rare) case + where Nmap would produce port tags in XML output without a state + attribute. [David] + +o Added a convenience top-level BSDmakefile which automatically + redirects BSD make to GNU make on BSD systems. The Nmap Makefile + relies on numerous GNU Make extensions. [Daniel Roethlisberger] + +Nmap 5.00 [2009-07-16] + +o Bumped up version number to 5.00! + +o [NSE] http-open-proxy script fixed to avoid false positives from bad + pattern matching and to properly declare some formerly-global + variables as local. [Joao] + +Nmap 4.90RC1 [2009-06-25] + +o [Zenmap] Fixed a display hanging problem on Mac OS X reported by + Christopher Caldwell at + http://seclists.org/nmap-dev/2009/q2/0721.html . This was done by + adding gtk2 back to macports-1.8.0-universal.diff and removing the + dependency on shared-mime-info so it doesn't expect /usr/share/mime + files at runtime. Also included GDK pixbuf loaders statically rather + than as external loadable modules. [David] + +o Fixed a memory bug (access of freed memory) when loading exclude + targets with --exclude. This was reported to occasionally cause a + crash. Will Cladek reported the bug and contributed an initial + patch. [David] + +o Zenmap application icons were regenerated using the newer SVG + representation of the Nmap eye. [David] + +Nmap 4.85BETA10 [2009-06-12] + +o The host discovery (ping probe) defaults have been enhanced to + include twice as many probes. The default is now "-PE -PS443 -PA80 + -PP". In exhaustive testing of 90 different probes, this emerged as + the best four-probe combination, finding 14% more Internet hosts + than the previous default, "-PE -PA80". The default for non-root + users is -PS80,443, replacing the previous default of -PS80. In + addition, ping probes are now sent in order of effectiveness (-PE + first) so that less effective probes may not have to be sent. ARP + ping is still the default on local ethernet networks. [David, + Fyodor] + +o Added SCTP port scanning support to Nmap. SCTP is a layer 4 protocol + used mostly for telephony related applications. This brings the + following new features: + - SCTP INIT chunk port scan (-sY): open ports return an INIT-ACK + chunk, closed ones an ABORT chunk. This is the SCTP equivalent + of a TCP SYN stealth scan. + - SCTP COOKIE-ECHO chunk port scan (-sZ): open ports are silent, + closed ports return an ABORT chunk. + - SCTP INIT chunk ping probes (-PY): host discovery using SCTP + INIT chunk packets. + - SCTP-specific IP protocol scan (-sO -p sctp). + - SCTP-specific traceroute support (--traceroute). + - The ability to use the deprecated Adler32 algorithm as specified + in RFC 2960 instead of CRC32C from RFC 4960 (--adler32). + - 42 well-known SCTP ports were added to the nmap-services file. + - The server scanme.csnc.ch has been set up for your SCTP scan + testing pleasure. But note that SCTP doesn't pass through most + NAT devices. See http://seclists.org/nmap-dev/2009/q2/0669.html . + Part of the work on SCTP support was kindly sponsored by + Compass Security AG, Switzerland. [Daniel Roethlisberger] + +o [NSE] Added http-iis-webdav-vuln.nse, which detects the recently + discovered WebDAV unicode bug in MS IIS 5.1/6.0 web server which can + allow arbitrary users to access password protected folders without + authentication. See + https://nmap.org/svn/scripts/http-iis-webdav-vuln.nse. [Ron] + +o The Nmap Reference Guide has been translated to German by Open + Source Press and Indonesian by Tedi Heriyanto. You can now read it + in 16 languages at https://nmap.org/docs.html . We're always looking + for more translations of Nmap and its documentation--if you'd like + to help, see http://seclists.org/nmap-dev/2009/q2/0667.html . + +o Open Source Press completed and released the German translation of + the official Nmap book (Nmap Network Scanning). Learn more at + https://nmap.org/book/#translations. + +o [NSE] Added socks-open-proxy.nse for scanning networks for open + SOCKS proxy servers. See + https://nmap.org/nsedoc/scripts/socks-open-proxy.html . [Joao Correa] + +o [NSE] http-open-proxy.nse has been updated to attempt HEAD and + CONNECT methods as well as previously supported GET method. It + still tries to reach http://www.google.com through the proxy by + default, but now also offers an argument for specifying a different + URL. [Joao Correa] + +o [Ncat] There is a backwards-incompatible change in the way that + listen mode works. The new default behavior is to accept only one + connection, and quit when the connection ends. This was necessary to + prevent data loss in some situations; some programs require Ncat to + send an EOF before they flush their internal buffers and finish + processing the last bit of data. See + http://seclists.org/nmap-dev/2009/q2/0528.html for more information. + Use the new -k or --keep-open option to get the old behavior, in + which Ncat will accept multiple simultaneous connection, combine all + their input, and accept more connections after a disconnection. + [Daniel Roethlisberger, David] + +o Ncat handling of newlines on Windows has been improved. CRLF is + automatically converted to a bare LF when input is from the console, + but left untouched when it is from a pipe or a file. No newline + translation is done on output (where it was being done before). This + makes it possible to transfer binary files with Ncat on Windows + without any corruption, while still being able to interactively ncat + into UNIX shells and other processes which require bare + newlines. Ncat clients now work the same way on UNIX and Windows in + that respect. For cases where you do want \r\n line endings (such + as connections to web and email servers or Windows cmd.exe shells), + specify -C whether your client is running on UNIX or + Windows. [David] + +o Nmap RPM packages (x86 and x86-64) are now built with OpenSSL + support (statically linked in to avoid dependencies). They are also + now built on CentOS 5.3 for compatibility with RHEL, Fedora, and + other distributions. Please let us know if you discover any + compatibility problems (or other issues) with the new RPMs. [Fyodor] + +o [Zenmap] The Topology tab now has a "Save Graphic" button that + allows saving the current topology display as a PNG, postscript, + PDF, and SVG image. [Joao Medeiros, David] + +o Changed the default UDP ping (-PU) port from 31338 to 40125. This + appears to be a better port based on David's empirical testing. + +o [NSE] Added the imap-capabilities script, which uses the CAPABILITY + command to determine the capabilities of a target IMAP mail server. + A simple supporting IMAP library was added as well. See + https://nmap.org/nsedoc/scripts/imap-capabilities.html . [Brandon] + +o [NSE] Brandon Enright from UCSD reports that, thanks to all the NSE + fixes in this release, he no longer sees any Nmap crashes in his + large scale scans. See + http://seclists.org/nmap-dev/2009/q2/0639.html . + +o Zenmap now works on RHEL/CentOS since it no longer requires the + hashlib library (which was introduced in Python 2.5, but RHEL 5 + still uses 2.4) and removing the pysqlite2 requirement (RHEL does + not offer that module). It is still desirable to have pysqlite2 + when available, since it enables Zenmap searching and database + saving features. [David] + +o Ncat can now send SSL certificates in connect mode for client + authentication by using the --ssl-cert and --ssl-key options. The + specified certificates are only sent when requested by the + server. [Venkat] + +o Nmap can now handle -PS and -PA at the same time when running nmap + as non-root or using IPv6. It now combines the two port lists [Josh + Marlow] + +o [Ncat] SSL in listen mode now works on systems like BSD in which a + socket inherits its blocking or non-blocking status from the + listening socket. [David, Daniel Roethlisberger] + +o The --packet-trace/--version-trace options now shows the names of + version detection probes as they are sent, making the version + detection process easier to understand and debug. [Tom Sellers] + +o The GPG detached signatures for Nmap releases now use the more + standard .asc extension rather than .gpg.txt. They can still be + found at https://nmap.org/dist/sigs/ and the .gpg.txt versions for + previous releases are still available for compatibility reasons. For + instructions on verifying Nmap package integrity, see + https://nmap.org/book/install.html#inst-integrity. [Fyodor] + +o [Zenmap] Fixed two bugs: 1) When two scans are performed in Zenmap + and aggregated, the first one was being modified in the process, + preventing you from doing diffs in the "compare scans" dialogue or + properly saving the first scan individually. 2) If you start two + scans, then the faster one finishes and you cancel and remove the + slower one while still in progress, much of the results from both + scans are lost. [Josh Marlow] + +o [Ncat] When connecting to an SSL service in verbose mode, Ncat now + prints confirmation of the SSL connection, some certificate + information, and a cert fingerprint. For example: + SSL connection to 64.147.188.3:443. Electronic Frontier Foundation + SHA-1 fingerprint: 28BE B476 2E49 7ED5 3A9B 4D79 AD1E 69A9 82DB C75A + +o [NSE] Clean up output (generally reducing default verbosity) for the + p2p-conficker, smb-check-vulns, and http-iis-webdav-vuln scripts. In + general, we don't ask scripts to report that a host is clean unless + Nmap's verbosity level (-v) is at least one or two. [Ron, Fyodor] + +o [Zenmap] Added the -PS22,25,80 option found in the Quick Traceroute + profile to some of the Intense scan profiles for improved host + discovery. [Josh Marlow] + +o Fixed a bug with the --defeat-rst-ratelimit option which prevented + it from working properly. See this thread: + http://seclists.org/nmap-dev/2009/q2/0476.html . [Josh] + +o [Ndiff] Avoid printing a "Not shown:" line if there weren't any + ports in the non-shown (extraports) list. [David] + +o [Ncat] Fixed Ncat compilation with versions of OpenSSL before 0.9.7. + Previously it would fail in ncat_openssl.c with the message + "structure has no member named `it'". The problem was reported by + Jaroslav Fojtik. [David] + +o [NSE] Removed the packet.hextobin(str) and packet.bintohex(str) + functions. They are redundant since you get the same functionality + by calling bin.pack("H", str) and bin.unpack("H", str), + respectively. [Patrick] + +o [NSE] Fixed the parsing of --script-args, which was only accepting + alphanumeric characters and underscores in values. Now a key, value, + or array value may be a sequence of any characters except '{', '}', + ',', '=', and all space characters. You may overcome this + restriction by using quotes (single or double) to allow all + characters within the quotation marks. You may also use the quote + delimiter inside the sequence so long as it is escaped by a + backslash. See + http://seclists.org/nmap-dev/2009/q2/0211.html . [Patrick] + +o [NSE] When a script ends for any reason, all of its mutexes are now + unlocked. This prevents a permanent (and painful to debug) deadlock + when a script crashes without unlocking a mutex. See + http://seclists.org/nmap-dev/2009/q2/0533.html . [Patrick] + +o Fixed a bug wherein nmap would not display the post-scan count of + raw packets sent during a SYN ping scan (-sP -PS). [Josh Marlow] + +o Changed the ICMP ping probes to use a random non-zero ICMP id. + David's empirical testing found that some hosts drop probes when the + ICMP id is 0 [Josh Marlow] + +o [NSE] Fixed a --script argument processing bug in which Nmap would + abort when an expression matches a set of scripts which were loaded + by other expressions first (a simple example is "--script + default,DEFAULT". [Patrick] + +o [Zenmap] Operating system icons are now always loaded as PNGs, even on + platforms which support SVG images. That is much faster, and Zenmap + currently never scales the images anyway. [Josh] + +o [Ncat] The Nmap Windows uninstaller now removes the Ncat CA list + (ca-bundle.crt) which has been installed since 4.85BETA9. [Jah] + +o Optimized some Nmap version detection match lines for slightly + better performance. See + http://seclists.org/nmap-dev/2009/q2/0328.html . [Brandon] + +o [NSE] Upon connection failure, a socket now immediately unlocks its + "socket lock" to allow other pending socket connections to succeed + sooner. This slightly improves scan speeds by eliminating the wait + for garbage collection to free the resource. [Patrick] + +o [NSE] Corrected a bug in nse_nsock.cc that could result in a crash + from the use of an invalid Lua state if a thread is collected due to + timeout or other rare reasons. Essentially, the callbacks from the + nsock library were returning to an already-collected Lua state. We + now maintain a reference to the Lua State Thread in the nsock + userdata environment table to prevent early collection. This is a + temporary patch for the stable release pending a more detailed + review of the NSE nsock library binding. [Patrick] + +o [NSE] When an NSE script in the database (script.db) is requested + but not found on the filesystem, Nmap now prints a warning rather + than aborting. We accidentally shipped with such a phantom script + (smb-check-vulns-2.nse) in 4.85BETA8. [Patrick] + +o Fixed a bug where an ICMP echo, timestamp, or address mask reply + could be matched up with the wrong ICMP probe if more than one ICMP + probe type was being sent (as with the new default ping). This lead + to timing calculation problems. [David] + +o Improved the host expression parser to better handle a few cases + where invalid target specifiers would case Nmap to scan unintended + hosts. See http://seclists.org/nmap-dev/2009/q2/0319.html . [Jah] + +o [Zenmap] Fixed a crash, introduced in 4.85BETA4, that happened when + searching scan results by date. [David] + The error message was: File "zenmapGUI\SearchGUI.pyo", line 816, in + set_date TypeError: argument must be sequence of length 9, not 3 + +o Patched configure.ac to detect Lua include and library files in + "lua5.1" subdirectories of /usr/include and the like. Debian + apparently puts them there. We still check the likes of + /usr/include/lua.h and /usr/include/lua/lua.h as well. [Jan + Christoph Nordholz] + +o Improved nsock's fselect() to be a more complete replacement for + select() on the Windows platform. In particularly, any or all of the + FD sets can be null or empty descriptor sets. This fixes an error + ("nsock_loop error 10022") which would occur when you ran ncat + --send-only on Windows. [David] + +o The --with-openssl= directive now works for specifying the SSL + location to the nsock library. It was previously not passing the + proper include file path to the compiler. [Fyodor] + +o The --traceroute feature is now properly disabled for IPv6 ping + scans (-6 -sP) since IPv6 traceroute is not currently + supported. [Jah] + +o Fixed an assertion failure which could occur on at least SPARC Linux + The error looked like "nsock_core.c:294: handle_connect_result: + Assertion `0' failed. Aborted". [David Fifield, Fabio Pedretti] + +o Nmap's make install target now uses $(INSTALL) rather than cp to + copy NSE scripts and libraries to ensure that file permissions are + set properly. [Fyodor] + +o Improved the Oracle DB version detection signatures. [Tom Sellers] + +o [NSE] Remove the old nse_macros.h header file. This involved + removing the SCRIPT_ENGINE_* status defines, moving the likes of + SCRIPT_ENGINE_LUA_DIR to nse_main.h, removing the last remaining use + of SCRIPT_ENGINE_TRY, and moving the FILES and DIRS defines to + nse_fs.h. [Patrick] + +o Cleaned up the libpcre build system a bit by removing Makefile.am + and modifying configure.ac to prevent unnecessary removal of + pcre_chartables.cc in some instances. [Fyodor] + +o Fixed a bug which would cause Nmap to sometimes miscount the number + of hosts scanned and produce warnings such as "WARNING: No targets + were specified, so 0 hosts scanned" when --traceroute and -sP were + combined. [Jah] + +o Changed Nmap and Ncat's configure.ac files to check in more + situations whether -ldl is required for compilation and add it where + necessary. [Fyodor] + +o When building Nmap RPMs using the spec file, you can now pass in an + openssl argument, the contents of which are passed to ./configure's + --with-openssl option. So you can pass rpmbuild an option such as + --define "openssl /usr/local/ssl". [Fyodor] + +o Fixed the make distclean target to avoid a failure which could occur + when you ran it right after a make clean (it might have failed in + other situations as well). [David] + +o Updated nmap-mac-prefixes with the latest MAC address prefix data + from http://standards.ieee.org/regauth/oui/oui.txt as of + 5/20/09. [Fyodor] + +o Ncat now makes sockets blocking before handing them off to another + program with --exec or --sh-exec. This is to resolve a failure where + the command "ncat --exec /usr/bin/yes localhost" would stop sending + because yes would send data so quickly that kernel send buffers + could not keep up and socket writes would start generating EAGAIN + errors. [Venkat] + +o Ncat now ignores SIGPIPE in listen mode. This fixes the command + "yes | ncat -l --keep-open --send-only", which was failing after the + first client disconnected due to a broken pipe signal when Ncat + would try to write more date before realizing that the client had + closed the connection. + +o Version detection can now detect Ncat's --chat mode. [David] + +Nmap 4.85BETA9 [2009-05-12] + +o Integrated all of your 1,156 of your OS detection submissions and + your 50 corrections since January 8. Please keep them coming! The + second generation OS detection DB has grown 14% to more than 2,000 + fingerprints! That is more than we ever had with the first system. + The 243 new fingerprints include Microsoft Windows 7 beta, Linux + 2.6.28, and much more. See + http://seclists.org/nmap-dev/2009/q2/0335.html . [David] + +o [Ncat] A whole lot of work was done by David to improve SSL + security and functionality: + - Ncat now does certificate domain and trust validation against + trusted certificate lists if you specify --ssl-verify. + - [Ncat] To enable SSL certificate verification on systems whose + default trusted certificate stores aren't easily usable by + OpenSSL, we install a set of certificates extracted from Windows + in the file ca-bundle.crt. The trusted contents of this file are + added to whatever default trusted certificates the operating + system may provide. [David] + - Ncat now automatically generates a temporary keypair and + certificate in memory when you request it to act as an SSL server + but you don't specify your own key using --ssl-key and --ssl-cert + options. [David] + - [Ncat] In SSL mode, Ncat now always uses secure connections, + meaning that it uses only good ciphers and doesn't use + SSLv2. Certificates can optionally be verified with the + --ssl-verify and --ssl-trustfile options. Nsock provides the + option of making SSL connections that prioritize either speed or + security; Ncat uses security while version detection and NSE + continue to use speed. [David] + +o [NSE] Added Boolean Operators for --script. You may now use ("and", + "or", or "not") combined with categories, filenames, and wildcarded filenames + to match a set files. Parenthetical subexpressions are allowed for + precedence too. For example, you can now run: + nmap --script "(default or safe or intrusive) and not http-*" scanme.nmap.org + For more details, see + https://nmap.org/book/nse-usage.html#nse-args. [Patrick] + +o [Ncat] The HTTP proxy server now works on Windows too. [David] + +o [Zenmap] The command wizard has been removed. The profile editor has + the same capabilities with a better interface that doesn't require + clicking through many screens. The profile editor now has its own + "Scan" button that lets you run an edited command line immediately + without saving a new profile. The profile editor now comes up + showing the current command rather than being blank. [David] + +o [Zenmap] Added an small animated throbber which indicates that a + scan is still running (similar in concept to the one on the + upper-right Firefox corner which animates while a page is + loading). [David] + +o Regenerate script.db to remove references to non-existent + smb-check-vulns-2.nse. This caused the following error messages when + people used the --script=all option: "nse_main.lua:319: + smb-check-vulns-2.nse is not a file!" The script.db entries are now + sorted again to make diffs easier to read. [David, Patrick] + +o Fixed --script-updatedb on Windows--it was adding bogus backslashes + preceding file names in the generated script.db. Reported by + Michael Patrick at http://seclists.org/nmap-dev/2009/q2/0192.html, + and fixed by Jah. The error message was also improved. + +o The official Windows binaries are now compiled with MS Visual C++ + 2008 Express Edition SP1 rather than the RTM version. We also now + distribute the matching SP1 version of the MS runtime components + (vcredist_x86.exe). A number of compiler warnings were fixed + too. [Fyodor,David] + +o Fixed a bug in the new NSE Lua core which caused it to round + fractional runlevel values to the next integer. This could cause + dependency problems for the smb-* scripts and others which rely on + floating point runlevel values (e.g. that smb-brute at runlevel 0.5 + will run before smb-system-info at the default runlevel of 1). + +o The SEQ.CI OS detection test introduced in 4.85BETA4 now has some + examples in nmap-os-db and has been assigned a MatchPoints value of + 50. [David] + +o [Ncat] When using --send-only, Ncat will now close the network + connection and terminate after receiving EOF on standard input. + This is useful for, say, piping a file to a remote ncat where you + don't care to wait for any response. [Daniel Roethlisberger] + +o [Ncat] Fix hostname resolution on BSD systems where a recently + fixed libc bug caused getaddrinfo(3) to fail unless a socket type + hint is provided. Patch originally provided by Hajimu Umemoto of + FreeBSD. [Daniel Roethlisberger] + +o [NSE] Fixed bug in the DNS library which caused the error message + "nselib/dns.lua:54: 'for' limit must be a number". [Jah] + +o Fixed Solaris 10 compilation by renaming a yield structure which + conflicted with a yield function declared in unistd.h on that + platform. [Pieter Bowman, Patrick] + +o [Ncat] Minor code cleanup of Ncat memory allocation and string + duplication calls. [Ithilgore] + +o Fixed a bug which could cause -iR to only scan the first host group + and then terminate prematurely. The problem related to the way + hosts are counted by o.numhosts_scanned. [David] + +o Fixed a bug in the su-to-zenmap.sh script so that, in the cases + where it calls su, it uses the proper -c option rather than + -C. [Michal Januszewski, Henry Gebhardt] + +o Overhaul the NSE documentation "Usage and Examples" section and add + many more examples: https://nmap.org/book/nse-usage.html [David] + +o [NSE] Made hexify in nse_nsock.cc take an unsigned char * to work + around an assertion in Visual C++ in Debug mode. The isprint, + isalpha, etc. functions from ctype.h have an assertion that the + value of the character passed in is <= 255. If you pass a character + whose value is >= 128, it is cast to an unsigned int, making it a + large positive number and failing the assertion. This is the same + thing that was reported in + http://seclists.org/nmap-dev/2007/q2/0257.html, in regard to + non-ASCII characters in nmap-mac-prefixes. [David] + +o [NSE] Fixed a segmentation fault which could occur in scripts which + use the NSE pcap library. The problem was reported by Lionel Cons + and fixed by Patrick. + +o [NSE] Port script start/finish debug messages now show the target + port number as well as the host/IP. [Jah] + +o Updated IANA assignment IP list for random IP (-iR) + generation. [Kris] + +o [NSE] Fixed http.table_argument so that user-supplied HTTP headers + are now properly sent in HTTP requests. [Jah] + +Nmap 4.85BETA8 [2009-04-21] + +o Ncat's HTTP proxy now supports the GET, HEAD, and POST methods in + addition to the CONNECT tunneling method, so it can be used as a + proxy with an ordinary web browser.[David] + +o Ncat can now run as an authenticated proxy in HTTP proxy mode. Use + --proxy-auth to provide a username and password that will be required + of proxy users. Only the insecure (not encrypted) Basic authentication + method is supported. [David] + +o Ndiff's text output has been redone to look more like Nmap output + and be easier to read. See the Ndiff README file for an example. The + XML output is now based on Nmap's XML output as well. Zenmap's diff + viewer now shows the new output with syntax highlighting. [David] + +o The new versions of the Conficker Internet worm ban infected systems + from visiting Insecure.Org and Nmap.Org. We take that as a + compliment to the effectiveness of our remote Conficker scanner. + They also ban DNS substrings "honey" (for the Honeynet Project), + "doxpara" (for Dan Kaminsky's site), "tenablese" for Tenable + Security, "coresecur" for Core Security Technologies, and + "iv.cs.uni" for those meddlesome (to the Conficker authors) + researchers at the University of Bonn. For people who can't reach + nmap.org due to infection, I've mirrored this release at + http://sectools.org/nmap/. [Fyodor] + +o New Conficker versions eliminate the loophole we were using to + detect them with smb-check-vulns,nse, so we've added new methods + which work with the newest variants. Here are the Conficker-related + improvements since BETA7: + - Added new p2p-conficker script which detects Conficker using its + P2P update ports rather than MSRPC. This is based on some new + research by Symantec. See + https://nmap.org/nsedoc/scripts/p2p-conficker.html [Ron] + - Since new Conficker variants prevent detection by our previous + MSRPC check in smb-check-vulns, we've added a new check which still + works. It involves calling netpathcanonicalize on "\" rather than + "\..\" and checking for a different return value. It was discovered + by Felix Leder and Tillmann Werner. [Ron] + - Improved smb-check-vulns Conficker error message text to be more + useful. [David] + - smb-check-vulns now defaults to using basic login rather than + extended logins as this seems to work better on some + machines. [Ron] + - Recommended command for a fast Conficker scan (combine into 1 line): + nmap -p139,445 --script p2p-conficker,smb-os-discovery,smb-check-vulns + --script-args checkconficker=1,safe=1 -T4 [target networks] + - Recommended command for a more comprehensive (but slower) scan: + nmap --script p2p-conficker,smb-os-discovery,smb-check-vulns -p- + --script-args checkall=1,safe=1 -T4 [target networks] + +o [NSE] The Nmap Script Engine core (C++) was rewritten in Lua for + code simplicity and extensibility. See + http://seclists.org/nmap-dev/2009/q2/0090.html and + http://seclists.org/nmap-dev/2009/q1/0047.html . [Patrick] + +o [Zenmap] The "Cancel" button has been restored to the main screen. + It will cancel the scan that is currently being displayed. [David] + +o Fixed an SMB library bug which could case a nil-pointer exception + when scanning broken SMB implementations. Reported by Steve + Horejsi. [Ron] + +o [Ndiff] The setup.py installation script now suggests installing the + python-dev package in a certain error situation. Previously the + error message it printed was misleading: + error: invalid Python installation: unable to open + /usr/lib/python2.6/config/Makefile (No such file or directory) + The change was suggested by Aaron Leininger. [David] + +o [Nbase] The checksum functions now have an nbase_ prefix. This + should prevent name collisions with internal but exported functions + in shared libraries Nmap links against (e.g. adler32() in zlib). + Such collisions seem to confuse the runtime linker on some platforms. + [Daniel Roethlisberger] + +o Fixed banner.nse to remove surrounding whitespace from banners. For + example, this avoids a superfluous carriage return and newline at the + end of SSH greetings. [Patrick] + +o Expanded and tweaked the product/version/info of service scans in an + attempt to reduce the number of warnings like "Warning: Servicescan + failed to fill info_template...". Parts of this change include: + - Improved the text of the warning to be less confusing + - Increased the internal version info buffer to 256 chars from 128 + - Increased the final version string length to 160 from 128 chars + - Changed the behavior when constructing the final version string so + that if it runs out of space, rather than dropping the output of that + template it truncates the template with ... + - Fixed the printing of unneeded spaces between templates when one of the + templates isn't going to be printed at all. + [Brandon] + +o Improved the service scan DB to remove certain problematic regex + patterns which could lead to PCRE_MATCHLIMIT errors. For example, + instances of ".*\r\n.*" and ".*\n.*\n" were generally collapsed to + ".*" as long as the DOTALL (/s) modifier was set. [Brandon] + +o Changed some error() calls (which were more informational than error + messages) to use log_write() instead, and changed a few f?printf() + calls into error() or log_write(). [Brandon] + +o [Ncat] Fixed a bug in the resolve() function which could cause Ncat + to resolve names using the wrong address family (such as AF_INET + rather than AF_INET6) in some rare cases. [Daniel Roethlisberger] + +o [Zenmap] Worked around a GTK+ bug on Windows reported by Henry Nymann. + It caused a crash when opening the Hosts Viewer on a host that had OS + information. A window appeared saying simply "Runtime Error!". [David] + +o [Zenmap] Gracefully handle unrecognized port states in the hosts + viewer. Apparently old versions of Nmap can return a state of + "unknown". This prevents this crash: + File "radialnet\gui\NodeNotebook.pyo", line 107, in __init__ + File "radialnet\gui\NodeNotebook.pyo", line 257, in __create_widgets + KeyError: u'unknown' + [David] + +o Rewrote the debugging error message "Found whacked packet protocol + 17 in get_ping_pcap_result" because we decided that receiving a UDP + packet during TCP ping scan is not egregious enough to qualify as + "whacked". [David] + +Nmap 4.85BETA7 [2009-04-1] + +o Improvements to the Conficker detection script (smb-check-vulns): + - Reduce false negative rate. We (and all the other scanners) used + to require the 0x57 return code as well as a canonicalized path + string including 0x5c450000. Tenable confirmed an infected system + which returned a 0x00000000 path, so we now treat any hosting + returning code 0x57 as likely infected. [Ron] + - Add workaround for crash in older versions of OpenSSL which would + occur when we received a blank authentication challenge string + from the server. The error looked like: evp_enc.c(282): OpenSSL + internal error, assertion failed: inl > 0". [Ron] + - Add helpful text for the two most common errors seen in the + Conficker check in smb-check-vulns.nse. So instead of saying + things like "Error: NT_STATUS_ACCESS_DENIED", output is like: + | Conficker: Likely CLEAN; access was denied. + | | If you have a login, try using --script-args=smbuser=xxx,smbpass=yyy + | | (replace xxx and yyy with your username and password). Also try + | |_ smbdomain=zzz if you know the domain. (Error NT_STATUS_ACCESS_DENIED) + The other improved message is for + NT_STATUS_OBJECT_NAME_NOT_FOUND. [David] + +o The NSEDoc portal at https://nmap.org/nsedoc/ now provides download + links from the script and module pages to browse or download recent versions + of the code. It isn't quite as up-to-date as obtaining them from + svn directly, but may be more convenient. For an example, see + https://nmap.org/nsedoc/scripts/ssl-enum-ciphers.html . [David, Fyodor] + +o A copy of the Nmap public svn repository (/nmap, plus its zenmap, + nsock, nbase, and ncat externals) is now available at + https://nmap.org/svn/. We'll be updating this regularly, but it may + be slightly behind the SVN version. This is particularly useful + when you need to link to files in the tree, since browsers generally + don't handle svn:// repository links. [Fyodor] + +o Declare a couple msrpc.lua variables as local to avoid a potential + deadlock between smb-server-stats.nse instances. [Ron] + +Nmap 4.85BETA6 [2009-03-31] + +o Fixed some bugs with the Conficker detection script + (smb-check-vulns) [Ron]: + - SMB response timeout raised to 20s from 5s to compensate for + slow/overloaded systems and networks. + - MSRPC now only signs messages if OpenSSL is available (avoids an + error). + - Better error checking for MS08-067 patch + - Fixed forgotten endian-modifier (caused problems on big-endian + systems such as Solaris on SPARC). + +o Host status messages (up/down) are now uniform between ping scanning + and port scanning and include more information. They used to vary + slightly, but now all look like + Host is up (Xs latency). + Host is down. + The new latency information is Nmap's estimate of the round trip + time. In addition, the reason for a host being up is now printed for + port scans just as for ping scans, with the --reason option. [David] + +o Version detection now has a generic match line for SSLv3 servers, + which matches more servers than the already-existing set of specific + match lines. The match line found 13% more SSL servers in a test. + Note that Nmap will not be able to do SSL scan-through against a + small fraction of these servers, those that are SSLv3-only or + TLSv1-only, because that ability is not yet built into Nsock. There + is also a new version detection probe that works against SSLv2-only + servers. These have shown themselves to be very rare, so that probe + is not sent by default. Kristof Boeynaems provided the patch and did + the testing. + +o [Zenmap] A typo that led to a crash if the ndiff subprocess + terminated with an error was fixed. [David] The message was + File "zenmapGUI\DiffCompare.pyo", line 331, in check_ndiff_process + UnboundLocalError: local variable 'error_test' referenced before assignment + +o [Zenmap] A crash was fixed: + File "zenmapGUI\SearchGUI.pyo", line 582, in operator_changed + KeyError: "Syst\xc3\xa8me d'Exploitation" + The text could be different, because the error was caused by + translating a string that was also being used as an index into an + internal data structure. The string will be untranslated until that + part of the code can be rewritten. [David] + +o [Zenmap] A bug was fixed that caused a crash when doing a keyword: + or target: search over hosts that had a MAC address. [David] + The crash output was + File "zenmapCore\SearchResult.pyo", line 86, in match_keyword + File "zenmapCore\SearchResult.pyo", line 183, in match_target + TypeError: argument of type 'NoneType' is not iterable + +o Fixed a bug which prevented all comma-separated --script arguments + from being shown in Nmap normal and XML output files where they show + the original Nmap command. [David] + +o Fixed ping scanner's runtime statistics system so that instead of + saying "0 undergoing Ping Scan" it gives the actual number of hosts in + the group (e.g. 4096). [David] + +o [Zenmap] A crash was fixed in displaying the "Error creating the + per-user configuration directory" dialog: + File "zenmap", line 104, in + File "zenmapGUI\App.pyo", line 129, in run + UnicodeDecodeError: 'utf8' codec can't decode bytes in position 43-45: + invalid data + The crash would only happen to users with paths containing + multibyte characters in a non-UTF-8 locale, who also had some error + preventing the creation of the directory. [David] + +Nmap 4.85BETA5 [2009-03-30] + +o Ron (in just a few hours of furious coding) added remote detection + of the Conficker worm to smb-check-vulns. It is based on new + research by Tillmann Werner and Felix Leder. You can scan your + network for Conficker with a command like: nmap -PN -T4 -p139,445 -n + -v --script=smb-check-vulns --script-args safe=1 [targetnetworks] + +o Ndiff now includes service (version detection) and OS detection + differences. [David] + +o [Ncat] The --exec and --sh-exec options now work in UDP mode like + they do in TCP mode: the server handles multiple concurrent clients + and doesn't have to be restarted after each one. Marius Sturm + provided the patch. + +o [Ncat] The -v option (used alone) no longer floods the screen with + debugging messages. With just -v, we now only print the most + important status messages such as "Connected to ...", a startup + banner, and error messages. At -vv, minor debugging messages are + enabled, such as what command is being executed by --sh-exec. With + -vvv you get detailed debugging messages. [David] + +o [Ncat] Chat mode now lets other participants know when someone + connects or disconnects, and it also broadcasts a current list of + participants at such times. [David] + +o [Ncat] Fixed a socket handling bug which could occur when you + redirect Ncat stdin, such as "ncat -l --chat < /dev/null". The next + user to connect would end up with file descriptor 0 (which is + normally stdin) and thus confuse Ncat. [David] + +o [Zenmap] The "Scan Output" expanders in the diff window now behave + more naturally. Some strange behavior on Windows was noted by Jah. + [David] + +o The following OS detection tests are no longer included in OS + fingerprints: U1.RUL, U1.TOS, IE.DLI, IE.SI, and IE.TOSI. URL, DLI, + and SI were found not be helpful in distinguishing operating systems + because they didn't vary. TOS and TOSI were disabled in 4.85BETA1 + but now they are not included in prints at all. [David] + +o The compile-time Nmap ASCII dragon is now more ferocious thanks to + better teeth alignment. [David] + +o Version 4.85BETA4 had a bug in the implementation of the new SEQ.CI + test that could cause a closed-port IP ID to be written into the + array for the SEQ.TI test and cause erroneous results. The bug was + found and fixed by Guillaume Prigent. + +o Nbase has grown routines for calculating Adler32 and CRC32C + checksums. This is needed for future SCTP support. [Daniel + Roethlisberger] + +o [Zenmap] Zenmap no longer shows an error message when running Nmap + with options that cause a zero-length XML file to be produced (like + --iflist). [David] + +o Fixed an off-by-one error in printableSize() which could cause Nmap + to crash while reporting NSE results. Also, NmapOutputTable's memory + allocation strategy was improved to conserve memory. [Brandon, + Patrick] + +o [Zenmap] We now give the --force option to setup.py for installation + to ensure that it replaces all files. [David] + +o Nmap's --packet-trace, --version-trace, and --script-trace now use + an Nsock trace level of 2 rather than 5. This removes some + superfluous lines which can flood the screen. [David] + +o [Zenmap] Fixed a crash which could occur when loading the help URL + if the path contains multibyte characters. [David] + +o [Ncat] The version number is now matched to the Nmap release it came + with rather than always being 0.2. [David] + +o Fixed a strtok issue between load_exclude and + TargetGroup::parse_expr that caused only the first exclude on + a line to be loaded as well as an invalid read into free()'d + memory in load_exclude(). [Brandon, David] + +o NSE's garbage collection system (for cleaning up sockets from + completed threads, etc.) has been improved. [Patrick] + +Nmap 4.85BETA4 [2009-3-15] + +o Added two new SMB/MSRPC NSE scripts by Ron Bowes: + - smb-brute.nse: Bruteforce to discover SMB accounts. Has advanced + features, such as lockout detection, username validation, username + enumeration, and optimized case detection. + - smb-pwdump.nse: Uses executables from the Pwdump6 project to dump + password hashes from a remote machine (and optionally crack them + with Rainbow Crack). Pwdump6 files have to be downloaded + separately + +o [Ncat] The --exec and --sh-exec options now work on Windows. This + was a big job, considering that Windows doesn't even have a fork() + call and has all sorts of socket idiosyncrasies. [David] + +o Doug performed one of the largest version detection integration runs + ever, processing 1,746 submissions and 18 corrections. We are now + current with all submissions up to February 3. Keep them coming. + The version detection database has grown to 5,476 signatures for 510 + application protocols. Doug posted his notes on the integration at + http://hcsw.org/blog.pl/37. We now have 1,868 http server + signatures, and the number of gopher signatures has bumped up from 5 + to 6. + +o Released the new Ncat guide which contains practical real-life Ncat + usage examples for Ncat's major features. It complements the more + option-centric man page. Read it here: https://nmap.org/ncat/guide/ + [David, Fyodor] + +o Ndiff is now included in the Windows zip distribution. For space + reasons, it is not an executable compiled with py2exe as in the + executable installer, rather it is the Ndiff source code (ndiff.py) + and a batch file wrapper (ndiff.bat). Because it's not precompiled, + it's necessary to have a Python interpreter installed. [David] + +o The new --stats-every option takes a time interval that controls how + often timing status updates are printed. It's intended to be used + when Nmap is run by another program as a subprocess. Thanks to + Aleksandar Petrinic for the initial implementation. [David] + +o [NSE] A new function stdnse.sleep allows a script to sleep for a + given time (and yield control to other scripts). [David] + +o [Ncat] In --chat mode (formerly --talk), the server now announces to + everyone when someone connects or disconnects. Besides letting you + know who's connected, this also informs you of your "user name" as + soon as you connect. [David] + +o [Ncat] Ncat now works interactively on Windows. Before, + peculiarities in the way Windows handles reading from the keyboard + meant that typing interactively into Ncat would cause it to quit + with a write timeout. [David] + +o Refactored SMB and MSRPC NSE scripts significantly, moving much of + the code into the smb.lua and msrpc.lua modules where it can be + leveraged by other scripts. For example, the user enumeration + functions are used by smb-brute.nse. [Ron Bowes] + +o [Ncat] The syntax accepted by the --allow, --deny, --allowfile, and + --denyfile options is now the same as Nmap's target specifications. + Additionally any errors in the allow or deny specifications are + reported when the program starts, not deferred until a connection is + received. [David] + +o You can now use '-' by itself in a target IP specification to mean + 0-255, so you could scan 192.168.-.-. An asterisk can also still be + used as an octet wildcard, but then you have to deal with shell + escaping on many platforms. [David] + +o Nmap was discovered in another movie! In the Russian film + Khottabych, teenage hacker Gena uses Nmap (and telnet) to hack + Microsoft. In response, MS sends a pretty female hacker to flush + him out. More details and screenshots: https://nmap.org/movies/#khottabych . + +o Improved operating system support for the smb-enum-sessions NSE + script; previous revisions worked on Windows 2003 or Windows 2000, + but never both. Currently, it is tested and working on both + versions. [Ron Bowes] + +o Implemented file-management functions in SMB, including file upload, + file download, and file delete. Only leverages by smb-pwdump.nse at + the moment, these functions give scripts the ability to perform + checks against the filesystem of a server. [Ron Bowes] + +o [Zenmap] A crash was fixed that occurred when you ran a scan + that didn't produce any host output (like "nmap --iflist") and then + tried to remove it from the inventory. [David] + The crash looked like + ValueError: list.remove(x): x not in list + +o [Ncat] In --chat mode, the server escapes potentially dangerous + control characters (in octal) before sending them to + clients. [David] + +o [Ndiff] Added a workaround for a bug in PyXML. The bug would cause a + crash that looked like "KeyError: 0". [David] + +o [Zenmap] Fixed a crash when something that looked like a format + specifier (like %y) appeared in a profile. The error message was + ValueError: unsupported format character 'y' (0x79) + [David] + +o A bug was fixed in route finding on BSD Unix. The libdnet function + addr_stob didn't handle the special case of the sa_len member of + struct sockaddr being equal to 0 and accessed unrelated memory past + the end of the sockaddr. A symptom of this was the fatal error + nexthost: failed to determine route to ... + which was caused by the default route being assigned a netmask other + than 0.0.0.0. [David] + +o Added bindings for the service control (SVCCTL) and at service (ATSVC) + services. These are both related to running processes on the remote + system (identical to how PsExec-style scripts work). These bindings + are used by smb-pwdump.nse. [Ron Bowes] + +o Refactored SMB authentication code into its own module, smbauth.lua. + Improved scripts' ability to store and retrieve login information + discovered by modules such as smb-brute.nse. [Ron Bowes] + +o Added message signing to SMB. Connections will no longer fail if the + server requires message signatures. This is a rare case, but comes up + on occasion. If a server allows but doesn't require message signing, + smb.lua will negotiate signing. This improves security by preventing + man in the middle attacks. [Ron Bowes] + +o Fixed the daytime.nse script to work for UDP again (it was checking + a "proto" field when the field name is actually "protocol"). [Jah] + +o Implemented extended security negotiations in the NSE SMB + module. Creates no noticeable change from the user's perspective, + but it's a more modern protocol. [Ron Bowes] + +o Nmap wins LinuxQuestions.Org Network Security Application of the + Year for the sixth year in a row! See + http://seclists.org/nmap-dev/2009/q1/0395.html . + +o [Zenmap] Removed some unnecessary (mostly GTK+-related) files from + the Windows installer--nmap-4.85BETA4-setup.exe is now smaller than + it has ever been since Nmap 4.22SOC6, which was released in August + 2007! [David] + +o Fixed the install-zenmap make target for Solaris portability. + Solaris /bin/sh does not have test(1) -e. [Daniel Roethlisberger] + +o Version detection used to omit the "ssl/" service name prefix if an + SSL-tunneled port didn't respond to any version probes. Now it keeps + "ssl/" as an indication that SSL was discovered, even if the service + behind it wasn't identified. Kristof Boeynaems reported the problem + and contributed a patch. [David] + +o [Ncat] The --talk option has been renamed --chat. --talk remains as an + undocumented alias. + +o There is a new OS detection test named SEQ.CI. Like TI and II, CI + classifies the target's IP ID sequence generation algorithm. CI is + based on the responses received to the probes sent to a closed port. + The algorithm for closed ports has been observed to differ from that + for open ports on some operating systems (though we don't yet know + which ones). The new test won't have an effect until new + fingerprints containing it are added to nmap-os-db. We got the idea + from some notes sent in by Dario Ciccarone. [David, Fyodor] + +o OS fingerprints now include the SEQ.II test (ICMP IP ID sequence + generation) even if there are no other SEQ test results. The + previous omission of SEQ.II in that case was a bug. [David] + +o [Ncat] The --send-only and --recv-only options now work in listen + mode as well as connect mode. [David] + +o [Ncat] An error in formatting bytes with the high bit set in hex + dump output was fixed. [David] + +o [Zenmap] New translation: Croatian (contributed by Vlatko Kosturjak). + +o Fixed a DNS decoding bug in dns-zone-transfer.nse that created + garbage output and could crash Zenmap by including 0x0C bytes in XML + files. The Zenmap crash looked like + SAXParseException: .../zenmap-XXXXXX.xml:39:290: not well-formed + (invalid token) + Thanks to Anino Belan and Eric Nickel for sending in affected log + files. [David] + +o [NSEDoc] Scripts that use modules automatically have the script + arguments defined by those modules included in their documentation. + It's no longer necessary to manually supply @args for the arguments + in the modules you use. For those who haven't seen the NSEDoc portal + yet, check out https://nmap.org/nsedoc/. [David] + +o An integer overflow in the scan progress meter was fixed. It caused + nonsense output like + UDP Scan Timing: About 11.34% done; ETC: 03:21 (-688:-41:-48 remaining) + during very long scans. [Henri Doreau] + +o [Zenmap] A better method of detecting the system locale is used, so + it should not be necessary to set the LANG environment variable on + Windows to get internationalized text. Thanks to Dirk Loss for the + suggestion. [David] + +o [Ncat] Added a number of automated tests for ensuring that Ncat is + working correctly. They are in /ncat/test in SVN. [David] + +o [Ncat] Now builds again when using the --without-openssl + option. [David] + +o [Zenmap] Fix auto-scroll behavior while Nmap is producing output, as + that previously failed in some cases involving wide lines in + output. [David] + +o [Zenmap] The network topology feature (Radialnet) has been + internationalized so its strings will be localized as well (as soon + as the relevant language's translation files are updated. To help + out, see https://nmap.org/book/zenmap-lang.html . Some remaining search + interface elements were internationalized as well. [David] + +o Improved the efficiency of the xml_convert() routine which handles + XML escaping. It was so inefficient that this stupid little routine + was noticeably slowing Nmap down in some cases. [David] + +o Removed 9 OS detection device types which only had one or two + instances in our whole database (ATM, TV, oscilloscope, etc.) and + made some other cleanups as well. We plan to enhance this even + further for the next release. [Fyodor, David, Doug] + +o [Zenmap] Removed some unnecessary GTK+ files from the files + installed by the Windows executable installer. [David] + +o [Zenmap] Tweaked the file format of the topology icons + (firewall.png, padlock.png, etc.) in an attempt to improve + compatibility with some versions of GTK+. This may fix a crash like + File "radialnet/gui/Image.py", line 53, in get_pixbuf + self.__cache[icon + image_type] = gtk.gdk.pixbuf_new_from_file(file) + GError: Couldn't recognize the image file format for file 'radialnet/padlock.png' + Thanks to Trevor Bain for a report and help debugging. [David] + +o Removed a bunch of unnecessary files (mostly GTK related) from the + Win32 exe installer to reduce its size. [David] + +o Fixed an NSE crash (assertion error) which looked like + "nsock_core.c:293: handle_connect_result: Assertion `0' + failed". Brandon reported the bug, which was fixed by Doug and + David. See http://seclists.org/nmap-dev/2009/q1/0546.html . + +Nmap 4.85BETA3 [2009-2-2] + +o Revert the temporary GTK DLL workaround (r11899) which added + duplicate DLL files to the distribution. David found that using a + different GTK download fixed the problem (see + docs/win32-installer-zenmap-buildguide.txt) and Fyodor was able to + reproduce and implement. + +o The conditions for printing OS fingerprints to XML output are now + the same as are used to decide whether to print them in the other + formats. So they will be printed if submission is desirable, + otherwise they are only printed if debugging is enabled or verbosity + is 2 or higher. [Tom Sellers] + +o Removed some Brazilian poetry/lyrics from Zenmap source code + (NmapOutputViewer.py). We've seen enough of it in the debug logs. "E + nao se entrega, nao". + +o Fix Ncat compilation with the MingW windows compiler. [Gisle Vanem] + +o Corrected some NSE libraries (datafiles, tab) which were using the + old arg table interface. [Patrick] + +o [Zenmap] Fixed a crash that happened when running a scan directly + from the command wizard without saving a profile [David]: + NmapParser.py", line 417, in set_target + self.ops.target_specs = target.split() + AttributeError: 'NoneType' object has no attribute 'split' + +o Fixed an NSE pop3 library error which gave a message such as: + SCRIPT ENGINE (506.424s): ./scripts/pop3-capabilities.nse against + a.b.1.47:995 ended with error: ./scripts/pop3-capabilities.nse:32: + bad argument #1 to 'pairs' (table expected, got string) [Jah] + +o Upgraded the OpenSSL binaries shipped in our Windows installer to + version 0.9.8j. [Kris] + +o Updated IANA assignment IP list for random IP (-iR) + generation. [Kris] + +Nmap 4.85BETA2 [2009-1-29] + +o Added some duplicate GTK DLLs to Windows installer, as a temporary + fix for this issue: http://seclists.org/nmap-dev/2009/q1/0207.html + The problem caused a warning message complaining of problems finding + librsvg-2-2.dll to pop up 32 times before Zenmap would start. We're + still looking for a better fix. [Fyodor, Rob, Jah] + +o Made a few improvements to nmap.xsl (details: + http://seclists.org/nmap-dev/2009/q1/0210.html) [Tom Sellers] + +o [Zenmap] New translation: French (contributed by Gutek) + +o Updated the mswin32 installer build guide and posted it to + https://svn.nmap.org/nmap/docs/win32-installer-zenmap-buildguide.txt [Fyodor] + +o The xampp-default-auth.nse script was renamed to ftp-brute.nse since + it has become more general. + +Nmap 4.85BETA1 [2009-1-23] + +o Added Ncat, a much-improved reimplementation of the venerable Netcat + tool which adds modern features and makes use of Nmap's efficient + networking libraries. Features include SSL support, proxy + connections (client or server, socks4 or connect-based, with or + without authentication, optionally chained), TCP and UDP connection + redirection, connection brokering (facilitating connections between + machines which are behind NAT gateways), and much more. It is + cross-platform (Linux, Windows, Mac, etc.) and supports IPv6 as well + as standard IPv4. See https://nmap.org/ncat/ for details. It is now + included in our binary packages (Windows, Linux, and Mac OS X), and + built by default. You can skip it with the --without-ncat configure + option. Thanks to Kris and David for their great work on this! + +o Added the Ndiff utility, which compares the results of two Nmap + scans and describes the new/removed hosts, newly open/closed ports, + changed operating systems, etc. This makes it trivial to scan your + networks on a regular basis and create a report (XML or text format) + on all the changes. See https://nmap.org/ndiff/ and ndiff/README for + more information. Ndiff is included in our binary packages and built + by default, though you can prevent it from being built by specifying + the --without-ndiff configure flag. Thanks to David and Michael + Pattrick for their great work on this. + +o Released Nmap Network Scanning: The Official Nmap Project Guide to + Network Discovery and Security Scanning. From explaining port + scanning basics for novices to detailing low-level packet crafting + methods used by advanced hackers, this book suits all levels of + security and networking professionals. A 42-page reference guide + documents every Nmap feature and option, while the rest of the book + demonstrates how to apply those features to quickly solve real-world + tasks. It was briefly the #1 selling computer book on Amazon. + Translations to the German, Korean, and Brazilian Portuguese + languages are forthcoming. More than half of the book is already + free online. For more, see https://nmap.org/book/. + +o David spent more than a month working on algorithms to improve port + scan performance while retaining or improving accuracy. The changes + are described at http://seclists.org/nmap-dev/2009/q1/0054.html . He + was able to reduce our "benchmark scan time" (which involves many + different scan types from many source networks to many targets) from + 1879 seconds to 1321 without harming accuracy. That is a 30% time + reduction! + +o Introduced the NSE documentation portal, which documents every NSE + script and library included with Nmap. See https://nmap.org/nsedoc/. + Script documentation was improved substantially in the process. + Scripts and libraries must use the new NSEDoc format, which is + described at https://nmap.org/book/nsedoc.html . Thanks to Patrick + and David for their great work on this. + +o The 2nd Generation OS Detection System was dramatically improved for + improved accuracy. After substantial testing, David and Fyodor made + the following changes: + - The "T" (TTL test) result ranges were widened to prevent minor + routing (and device hardware inconsistency) variations from causing + so many matches to fail. + - The TG (TTL guess) results were canonicalized. Nmap is only + capable of assigning the values 0x20, 0x40, 0x80, and 0xFF for + these tests, yet many fingerprints had different values. This was + due to bugs in our fingerprint integration tools. + - The U1.TOS and IE.TOSI tests (both having to do with the IP Type + of Service field) have been effectively eliminated (MatchPoints + set to 0). These proved particularly susceptible to false results + due to networking hardware along the packet route manipulating the + TOS header field. + - An important bug in OS detection's congestion control algorithms + was fixed. It could lead to Nmap sending packets much too quickly + in some cases, which hurt accuracy. + +o Integrated all of your OS detection fingerprint submissions and + corrections up to January 8. The DB has grown more than 17% to + 1,761 fingerprints. Newly detected services include Mac OS X + 10.5.6, Linux 2.6.28, iPhone 2.1, and all manner of WAPs, VoIP + phones, routers, oscilloscopes, employee timeclocks, etc. Keep those + submissions coming! + +o Ron Bowes embarked on a massive MSRPC/NETBIOS project to allow Nmap + to interrogate Windows machines much more completely. He added + three new nselib modules: msrpc, netbios, and smb. As the names + suggest, they contain common code for scripts using MSRPC, NetBIOS, + and SMB. These modules allow scripts to extract a great deal of + information from hosts running Windows, particularly Windows + 2000. New or updated scripts using the modules are: + - nbstat.nse: get NetBIOS names and MAC address. + - smb-enum-domains.nse: enumerate domains and policies. + - smb-enum-processes.nse: allows a user with administrator + credentials to view a tree of the processes running on the + remote system (uses HKEY_PERFORMANCE_DATA hive). + - smb-enum-sessions.nse: enumerate logins and SMB sessions. + - smb-enum-shares.nse: enumerate network shares. + - smb-enum-users.nse: enumerate users and information about them. + - smb-os-discovery.nse: get operating system over SMB (replaces + netbios-smb-os-discovery.nse). + - smb-security-mode.nse: determine if a host uses user-level or + share-level security, and what other security features it + supports. + - smb-server-stats.nse: grab statistics such as network traffic + counts. + - smb-system-info.nse: get lots of information from the registry. + +o A problem that caused OS detection to fail for most hosts in a + certain case was fixed. It happened when sending raw Ethernet frames + (by default on Windows or on other platforms with --send-eth) to + hosts on a switched LAN. The destination MAC address was wrong for + most targets. The symptom was that only one out of each scan group + of 20 or 30 hosts would have a meaningful OS fingerprint. Thanks go + to Michael Head for running tests and especially Trent Snyder for + testing and finding the cause of the problem. [David] + +o Zenmap now runs ndiff to for its "Compare Results" function. This + completely replaces the old diff view. The diff window size is now + more flexible for user resizing as well. [David] + +o Added a Russian translation of the Nmap Reference Guide by Guz + Alexander. We now have translations in 15 languages available from + https://nmap.org/docs.html . More volunteer translators are welcome, + as we are still missing some important languages. Translation + instructions are available from that docs.html page. + +o Update Windows installer to handle Windows 7 (tested with the Beta + build 7000) [Rob Nicholls] + +o Improved port scan performance by changing the list of high priority + ports which Nmap shifts closer to the beginning of scans because + they are more likely to be responsive. We based the change on + empirical data from large-scale scanning. The new port list is: + 21, 22, 23, 25, 53, 80, 110, 111, 113, 135, 139, 143, 199, 256, + 443, 445, 554, 587, 993, 995, 1025, 1720, 1723, 3306, 3389, 5900, + 8080, 8888 + [Fyodor, David] + +o [NSE] Almost all scripts were renamed to be more consistent. They + are now all lowercase and most of them start with the name of the + service name they query. Words are separated by hyphens. [David, + Fyodor] + +o [NSE] Now that scripts are better named, the "Id" field has been + removed and the script name (sans the .nse or directory path + information) is used in script output instead. [David] + +o [NSE] Added banner.nse, a simple script which connects to open TCP + ports and prints out anything sent in the first five seconds by the + listening service. [Jah] + +o [NSE] Added a new OpenSSL library with functions for multiprecision + integer arithmetic, hashing, HMAC, symmetric encryption and + symmetric decryption. [Sven] + +o [Zenmap] Internationalization has been fixed [David]. Currently + Zenmap has two translations: + - German by Chris Leick + - Brazilian Portuguese by Adriano Monteiro Marques (partial) + For details on using an existing translation or localizing Zenmap + into your own native language, see + https://nmap.org/book/zenmap-lang.html . [David] + +o Zenmap no longer outputs XML elements and attributes that are not in + the Nmap XML DTD. This was done mostly by removing things from + Zenmap's output, and adding a few new optional things to the Nmap + DTD. A scan's profile name, host comments, and interactive text + output are what were added to nmap.dtd. The .usr filename extension + for saved Zenmap files is deprecated in favor of the .xml extension + commonly used with Nmap. Because of these changes the + xmloutputversion has been increased to 1.03. [David] + +o The NSE registry now persists across host groups so that values + stored in it will remain until they are explicitly removed or Nmap + execution ends. [David] + +o Enhanced the AS Numbers script (ASN.nse) to better consolidate + results and bail out if the DNS server doesn't support the ASN + queries. [Jah] + +o Complete re-write of the marshaling logic for Microsoft RPC calls. + [Ron Bowes] + +o Added a script that checks for ms08-067-vulnerable hosts + (smb-check-vulns.nse) using the smb nselib. It also checks for an + unfixed denial of service vulnerability Ron discovered in the + Windows 2000 registry service. [Ron Bowes] + +o [Zenmap] Text size is larger on Mac OS X thanks to a new included + gtkrc file. [David] + +o Reduced memory consumption for some longer-running scans by removing + completed hosts from the lists after two minutes. These hosts are + kept around in case there is a late response, but this draws the + line on how long we wait and hence keep this information in memory. + See http://seclists.org/nmap-dev/2008/q3/0902.html for more. [Kris] + +o The Windows installer now uses Zenmap binaries built using Python + 2.6.1 rather than 2.5.1 [Fyodor] + +o When a system route can't be matched up directly with an interface + by comparing addresses, Nmap now tries to match the route through + another route. This helps for instance with a PPP connection where + the default route's gateway address is routed through a different + route, the one associated with the address of the PPP device. The + problem would show itself as an inability to scan through the + default route and the error message + WARNING: Unable to find appropriate interface for system route to ... + [David] + +o Removed a code comment which simply declared /* WANKER ALERT! */ for + no good reason. [Fyodor] + +o NSE prints messages in debugging mode whenever a script starts or + finishes. [Patrick, David] + +o [Ncat] The -l option can now be specified w/o a port number to + listen on Ncat's default port number (31337). + +o [Zenmap] The Nmap output window now scrolls automatically as a scan + progresses. [David] + +o [NSE] We now have a canonical way for scripts to check for + dependency libraries such as OpenSSL. This allows them to handle + the issue gracefully (by exiting or doing some of their work if + possible) rather than flooding the console with error messages as + before. See https://nmap.org/nsedoc/lib/openssl.html . [Pattrick, + David, Fyodor] + +o Nmap now reports a proper error message when you combine an IPv6 + scan (-6) with random IPv4 address selection (-iR). [Henri Doreau] + +o Nmap now builds with the _FORTIFY_SOURCE=2 define. With modern + versions of GCC, this adds extra buffer overflow protection and + other security checks. It is described at + http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html . [David, + Doug] + +o The --excludefile option correctly handles files with no terminating + newline instead of claiming "Exclude file line 0 was too long to + read." [Henri Doreau] + +o [NSE] Changed the datafiles library to remove constraining input + checks, move nmap.fetch_file() to read_from_file(), and make + get_array() and get_assoc_array() into normal functions. [Sven] + +o [NSE] Fixed some bugs and typos in the datafiles library. [Jah] + +o Nsock handles a certain Windows connect error, WSAEADDRNOTAVAIL + (errno 10049), preventing an assertion failure that looked like + Strange connect error from 203.65.42.255 (10049): No such file or directory + Assertion failed: 0, file .\src\nsock_core.c, line 290 + The error could be seen by running a version scan against a + broadcast address. Thanks to Tilo Köppe and James Liu for reporting + the problem. [David] + +o An "elapsed" attribute has been added to the XML output (in the + "finished" tag), representing the total Nmap scanning time in + seconds (floating point). [Kris] + +o Fixed a division by zero error in the packet rate measuring code + that could cause a display of infinity packets per seconds near the + start of a scan. [Jah] + +o Substantially updated the Nmap Scripting Engine guide/chapter + (https://nmap.org/book/nse.html) so that it is up-to-date with all + the latest NSE improvements. + +o Fixed a bug in the IP validation code which would have let a specially + crafted reply sent from a host on the same LAN slip through and cause + Nmap to segfault. Thanks to ithilgore of sock-raw.homeunix.org for + the very detailed bug report. [Kris] + +o [Zenmap] The crash reporter further enhances user privacy by showing + all the information that will be submitted so you can edit it to + remove identifying information such as the name of your home + directory. If you provide an email address the report will be marked + private so it will not appear on the public bug tracker. [David] + +o [Zenmap] Zenmap now parses and records XSL stylesheet information + from Nmap XML files, so files saved by Zenmap will be viewable in a + web browser just like those produced by Nmap. [David] + +o A possible Lua stack overflow in the DNS module was fixed. Lua detects + these sorts of overflows and quits. [David] + +o [NSE] Improved html-title script to support http-alt and https-alt + (with SSL) and to handle a wider variety of redirects. [Jah] + +o NSE scripts that require a list of DNS servers (currently only + ASN.nse) now work when IPv6 scanning. Previously it gave an error + message: "Failed to send dns query. Response from dns.query(): 9". + [Jah, David] + +o [Zenmap] Added a workaround for a crash + GtkWarning: could not open display + on Mac OS X 10.5. The problem is caused by setting the DISPLAY + environment variable in one of your shell startup files; that + shouldn't be done under 10.5 and removing it will make other + X11-using applications work better. Zenmap will now handle the + situation automatically. [David] + +o http-auth.nse now properly checks for default authentication + credentials. A bug prevented it from working before. [Vlatko + Kosturjak] + +o Renamed irc-zombie.nse to auth-spoof and improved its description + and output a bit. [Fyodor] + +o Removed some unnecessary "demo" category NSE scripts: echoTest, + chargenTest, showHTTPVersion, and showSMTPVersion.nse. Moved + daytimeTest from the "demo" category to "discovery". Removed + showHTMLTitle from the "demo" category, but it remains in the + "default" and "safe" categories. This leaves just smtp-open-relay in + the undocumented "demo" category. [Fyodor] + +o [NSE] Removed ripeQuery.nse because we now have the much more robust + whois.nse which handles all the major registries. [Fyodor] + +o [NSE] Removed showSSHVersion.nse. Its only real claim to fame was + the ability to trick some SSH servers (including at least OpenSSH + 4.3p2-9etch3) into not logging the connection. This trick doesn't + seem to work with newer versions of OpenSSH, as my + openssh-server-4.7p1-4.fc8 does log the connection. Without the + stealth advantage, the script has no real benefit over version + detection or the upcoming banner grabbing script. [Fyodor] + +o [Zenmap] Profile updates: The -sS option was added to the "Intense + scan plus UDP" and "Slow comprehensive scan" profiles. The -PN (ping + only) option was added to "Quick traceroute". [David] + +o [NSE] The smtp-commands script output is now more compact. [Jasey + DePriest, David] + +o [Zenmap] Added a simple workaround for a bug in PyXML (an add-on + Python XML library) that caused a crash. The crash would happen when + loading an XML file and looked like "KeyError: 0". [David] + +o A crash caused by an incorrect test condition was fixed. It would + happen when running a ping scan other than a protocol ping, without + debugging enabled, if an ICMP packet was received referring to a + packet that was not TCP, UDP, or ICMP. Thanks to Brandon Enright and + Matt Castelein for reporting the problem. [David] + +o [Zenmap] The keyboard shortcut for "Save to Directory" has been + changed from Ctrl+v to Ctrl+Alt+s so as not to conflict with the + usual paste shortcut. [Jah, Michael] + +o Nmap now quits if you give a "backwards" port or protocol range like + -p 20-10. The issue was noted by Arturo "Buanzo" Busleiman. [David] + +o Fixed a bug which caused Nmap to infer an improper distance against + some hosts when performing OS detection against a group whose + distance varies between members. [David, Fyodor] + +o [Zenmap] Host information windows are now like any other windows, + and will not become unclosable by having their controls offscreen. + Thanks to Robert Mead for the bug report. + +o [NSE] showHTMLTitle can now follow (non-standard) relative + redirects, and may do a DNS lookup to find if the redirected-to host + has the same IP address as the scanned host. [Jah] + +o [NSE] Enhanced the tohex() function in the stdnse library to support + strings and added options to control the formatting. [Sven] + +o [NSE] The http module tries to deal with non-standards-compliant + HTTP traffic, particularly responses in which the header fields are + separated by plain LF rather than CRLF. [Jah, Sven] + +o [Zenmap] The help function now properly converts the pathname of the + local help file to a URL, for better compatibility with different + web browsers. [David] + This should fix the crash + WindowsError: [Error 2] The system cannot find the file specified: + 'file://C:\\Program Files\\Nmap\\zenmap\\share\\zenmap\\docs\\help.html' + +o [NSE] Fixed a number of small bugs in the Nmap library + (nse_nmaplib.cc), as described at + http://seclists.org/nmap-dev/2008/q4/0663.html [Patrick] + +o The HTTP_open_proxy.nse script was updated to match Google Web + Server's changed header field: "Server: gws" instead of + "Server: GWS/". [Vlatko Kosturjak] + +o Enhanced the ssh service detection signatures to properly + detect protocol version 2 services. [Matt Selsky] + +o Nsock now uses fselect() to work around problems with select() not + working properly on non-socket descriptors on Windows. This was + needed for Ncat to work properly on that platform. See + http://seclists.org/nmap-dev/2008/q3/0766.html . [Kris] + +o Removed trailing null bytes from Ncat's responses in HTTP proxy + mode. [David] + +o [NSE] daytime.nse now runs against TCP ports in addition to the UDP + ports it already handled. The output format was also + improved. [David] + +o XML output now contains the full path to nmap.xml on Windows. The + path is converted to a file:// URL to provide better compatibility + across browsers. [Jah] + +o Made DNS timeouts in NSE a bit more aggressive at higher timing + levels such as -T4 and -T5. [Jah] + +o A script could be executed twice if it was given with the --script + option, also in the "version" category, and version detection (-sV) + was requested. This has been fixed. [David] + +o Fixed port number representation in some Nmap and Nsock message + output. Incorrect conversion modifiers caused high ports to wrap + around and be shown as negative values. [Kris] + +o Upgraded the shipped libdnet library to version 1.12 (with our + modifications). [Kris] + +o Upgraded the OpenSSL binaries shipped in our Windows installer to + version 0.9.8i. [Kris] + +o [NSE] The SSLv2-support script no longer prints duplicate cyphers if + they exist in the server's supported cypher list. [Kris] + +o Fix compilation w/IPv6 support on Solaris by checking for inet_addr + in -lnsr before using APR_CHECK_WORKING_GETNAMEINFO in + configure. [David] + +o Removed the nbase_md5.* and nbase_sha1.* files because our + new nse_openssl library includes that functionality. [David] + +o The robots.txt NSE script is now silent when there are no + interesting results, rather than printing that robots.txt "is empty + or has no disallowed entries". [Kris] + +o Fixed a file (socket) descriptor leak which could occur when connect + scan probes receive certain unusual error messages (including + EHOSTUNREACH, and EHOSTDOWN). This led to error messages such as + "Socket creation in sendConnectScanProbe: Too many open files (24)" + [David] + +o [Zenmap] Made floating host details windows into normal top-level + windows. This avoids a problem where the edge of a window could be + off the edge of a screen and it would not be closable. The bug was + reported by Robert Mead. [David] + +o Use TIMEVAL_AFTER(...) instead of TIMEVAL_SUBTRACT(...) > 0 when + deciding whether a probe response counts as a drop for scan delay + purposes. This prevents an integer overflow which could + substantially degrade scan performance. [David] + +o Reorganized macosx/Makefile to make it easier to add in new packages + such as Ncat and Ndiff. Also removed the bogus clean-nmap and + clean-zenmap targets. [David] + +o [Zenmap] Fixed a crash related to the use of NmapOptions in + ScanNotebook.py using the old interface (ops.num_random_targes, + ops.input_filename) rather than the newer dict-style + interface. [Jah] + +o Split parallel DNS resolution and system DNS resolution into + separate functions. Previously system DNS resolution was encapsulated + inside the parallel DNS function, inside a big if block. Now the if + is on the outside and decides which of the two functions to + call. [David] + +o [NSE] Remove "\r\r" in script output. If you print "\r\n", the + Windows C library will transform it to "\r\r\n". So we just print + "\n" with no special case for Windows. Also fixed + showSMTPversion.nse so that it doesn't print "\r\r" in the first + place. [David] + +o Updated IANA assignment IP list for random IP (-iR) + generation. [Kris] + +o OS scan point matching code can now handle tests worth zero + points. We now assign zero points to ignore a couple tests which + proved ineffective. [David] + +o [Zenmap] Catch the exceptions that are caused when there's no XML + output file, an empty one, or one that's half-complete. You can + cause these three situations, respectively, with: "nmap -V", "nmap + --iflist", or "nmap 0". Also remove the target requirement for scans + because you should be able to run commands such as "nmap --iflist" + from Zenmap. [David] + +o [Zenmap] Guard against the topology graph becoming empty in the + middle of an animation. This could happen if you removed a scan + from the list of scans during an animation. The error looked like: + File "usr/lib/python2.5/site-packages/radialnet/gui/RadialNet.py", + line 1533, in __livens_up AttributeError: 'NoneType' object has no + attribute 'get_nodes' + [David] + +o [Zenmap] Fixed a crash which could occur when you entered a command + containing only whitespace. David fixed various other possible + crashes found in the crash report tracker too. Zenmap users really + are capable of finding every possible edge case which could cause a + crash :). + +Nmap 4.76 [2008-9-12] + +o There is a new "external" script category, for NSE scripts which + rely on a third-party network resource. Scripts that send data to + anywhere other than the target are placed in this category. Initial + members are ASN.nse, dns-safe-recursion-port.nse, + dns-safe-recursion-txid.nse, ripeQuery.nse, HTTP_open_proxy.nse, and + whois.nse [David] + +o [Zenmap] A crash was fixed that affected Windows users with + non-ASCII characters in their user names. [David] + The error looked like this (with many variations): + UnicodeDecodeError: 'utf8' codec can't decode byte 0x9c in position 28: + unexpected code byte + +o [Zenmap] Several corner-case crashes were fixed: [David] + File "radialnet\gui\NodeNotebook.pyo", line 429, in __create_widgets + KeyError: 'tcp' + File "radialnet\gui\RadialNet.pyo", line 1531, in __livens_up + AttributeError: 'NoneType' object has no attribute 'get_nodes' + File "zenmapGUI\MainWindow.pyo", line 308, in _create_ui_manager + GError: Odd character '\' + File "radialnet/gui/ControlWidget.py", line 104, in __create_widgets + AttributeError: 'module' object has no attribute 'STOCK_INFO' + File "radialnet\util\integration.pyo", line 385, in make_graph_from_hosts + KeyError: 'hops' + +o [Zenmap] A crash was fixed that happened when opening the Hosts + Viewer with an empty list of hosts. [David] + The error message was + File "radialnet\gui\HostsViewer.pyo", line 167, in __cursor_callback + TypeError: GtkTreeModel.get_iter requires a tree path as its argument + +o Improved rpcinfo.nse to correctly parse a wider variety of server + responses. [Sven Klemm] + +o [Zenmap] Fixed a data encoding bug which could cause the crash + reporter itself to crash! [David] + +o Nmap's Windows self-installer now correctly registers/deletes the + npf (WinPcap) service during install/uninstall. Also the silent + install mode was improved to avoid a case where the WinPcap + uninstaller was (non-silently) shown. [Rob Nicholls] + +o Nmap's Windows self-installer now checks whether the MS Visual C++ + runtime components have already been installed to avoid running it + again (which doesn't hurt anything, but slows down + installation). [Rob Nicholls] + +o Fixed an assertion failure where raw TCP timing ping probes were + wrongly used during a TCP connect scan: + nmap: scan_engine.cc:2843: UltraProbe* sendIPScanProbe(UltraScanInfo*, + HostScanStats*, const probespec*, u8, u8): + Assertion `USI->scantype != CONNECT_SCAN' failed. + Thanks to LevelZero for the report. [David] + +o Update the NSE bit library to replace deprecated use of + luaL_openlib() with luaL_register(). This fixes a build error which + occurred on systems which have Lua libraries installed but + LUA_COMPAT_OPENLIB not defined [Sven] + +o [Zenmap] The automatic crash reporter no longer requires an email + address. [David] + +o [Zenmap] Highlighting of hostnames was improved to avoid wrongful + highlighting of certain elapsed times, byte counts, and other + non-hostname data. The blue highlight effects are now more subtle + (no longer bold, underlined, or italic) [David] + +o [Zenmap] A warning that would occur when a host had the same service + running on more than one port was removed. Thanks to Toralf Förster + for the bug report. [David] + GtkWarning: gtk_box_pack_start: assertion `child->parent == NULL' failed + self.pack_start(widget, expand=False, fill=False) + +Nmap 4.75 [2008-9-7] + +o [Zenmap] Added a new Scan Topology system. The idea is that if we + are going to call Nmap the "Network Mapper", it should at least be + able to draw you a map of the network! And that is what this new + system does. It was achieved by integrating the RadialNet Nmap + visualization tool (http://www.dca.ufrn.br/~joaomedeiros/radialnet), + into Zenmap. Joao Medeiros has been developing RadialNet for more + than a year. For details, complete with some of the most beautiful + Zenmap screen shots ever, visit + https://nmap.org/book/zenmap-topology.html . The integration work was + done by SoC student Vladimir Mitrovic and his mentor David Fifield. + +o [Zenmap] Another exciting new Zenmap feature is Scan Aggregation. + This allows you to visualize and analyze the results of multiple + scans at once, as if they were from one Nmap execution. So you might + scan one network, analyze the results a bit, then scan some of the + machines more intensely or add a completely new subnet to the + scan. The new results are seamlessly added to the old, as described + at https://nmap.org/book/zenmap-scanning.html#aggregation. [David, + Vladimir] + +o Expanded nmap-services to include information on how frequently each + port number is found open. The results were generated by scanning + tens of millions of IPs on the Internet this summer, and augmented + with internal network data contributed by some large + organizations. [Fyodor] + +o Nmap now scans the most common 1,000 ports by default in either + protocol (UDP scan is still optional). This is a decrease from + 1,715 TCP ports and 1,488 UDP ports in Nmap 4.68. So Nmap is faster + by default and, since the port selection is better thanks to the + port frequency data, it often finds more open ports as + well. [Fyodor] + +o Nmap fast scan (-F) now scans the top 100 ports by default in either + protocol. This is a decrease from 1,276 (TCP) and 1,017 (UDP) in + Nmap 4.68. Port scanning time with -F is generally an order of + magnitude faster than before, making -F worthy of its "fast scan" + moniker. [Fyodor] + +o The --top-ports option lets you specify the number of ports you wish + to scan in each protocol, and will pick the most popular ports for + you based on the new frequency data. For both TCP and UDP, the top + 10 ports gets you roughly half of the open ports. The top 1,000 + (out of 65,536 possible) finds roughly 93% of the open TCP ports and + more than 95% of the open UDP ports. [Fyodor, Doug Hoyte] + +o David integrated all of your OS detection fingerprint and correction + submissions from March 11 until mid-July. In the process, we + reached the 1500-signature milestone for the 2nd generation OS + detection system. We can now detect the newest iPhones, Linux + 2.6.25, OS X Darwin 9.2.2, Windows Vista SP1, and even the Nintendo + Wii. Nmap now has 1,503 signatures, vs. 1,320 in 4.68. Integration + is now faster and more pleasant thanks to the new OSassist + application developed by Nmap SoC student Michael Pattrick. See + http://seclists.org/nmap-dev/2008/q3/0089.html and + http://seclists.org/nmap-dev/2008/q3/0139.html for more details. + +o Nmap now works with Windows 2000 again, after being broken by our + IPv6 support improvements in version 4.65. A couple new dependencies + are required to run on Win2K, as described at + https://nmap.org/book/inst-windows.html#inst-win2k . + +o [Zenmap] Added a context-sensitive help system to the Profile + Editor. You can now mouse-over options to learn more about what + they are used for and their proper argument syntax. [Jurand Nogiec] + +o When Nmap finds a probe during ping scan which elicits a response, + it now saves that information for the port scan and later phases. + It can then "ping" the host with that probe as necessary to collect + timing information even if the host is not responding to the normal + port scan packets. Previously, Nmap's port scan timing pings could + only use information gathered during that port scan itself. A + number of other "port scan ping" system improvements were made at + the same time to improve performance against firewalled hosts. For + full details, see http://seclists.org/nmap-dev/2008/q3/0647.html + [David, Michael, Fyodor] + +o --traceroute now uses the timing ping probe saved from host + discovery and port scanning instead of finding its own probe. The + timing ping probe is always the best probe Nmap knows about for + eliciting a response from a target. This will have the most effect + on traceroute after a ping scan, where traceroute would sometimes + pick an ineffective probe and traceroute would fail even though the + target was up. [David] + +o Added dns-safe-recursion-port and dns-safe-recursion-txid + (non-default NSE scripts) which use the 3rd party dns-oarc.net + lookup to test the source port and transaction ID randomness of + discovered DNS servers (assuming they allow recursion at all). + These scripts, which test for the "Kaminsky" DNS bugs, were + contributed by Brandon Enright. + +o Added whois.nse, which queries the Regional Internet Registries + (RIRs) to determine who the target IP addresses are assigned + to. [Jah] + +o [Zenmap] Overhauled the default list of scan profiles based on + nmap-dev discussion. Users now have a much more diverse and useful + set of default profile options. And if they don't like any of those + canned scan commands, they can easily create their own in the + Profile Editor! [David] + +o Fyodor made a number of performance tweaks, such as: + - increase host group sizes in many cases, so Nmap will now commonly + scan 64 hosts at a time rather than 30 + - align host groups with common network boundaries, such as /24 or + /25 + - Increase maximum per-target port-scan ping frequency to one every + 1.25 seconds rather than every five. Port scan pings happen + against heavily firewalled hosts and the like when Nmap is not + receiving enough responses to normal scan to properly calculate + timing variables and detect packet drops. + +o Added a new NSE binlib library, which offers bin.pack() and + bin.unpack() functions for dealing with storing values in and + extracting them from binary strings. For details, see + https://nmap.org/book/nse-library.html#nse-binlib . [Philip + Pickering] + +o Added a new NSE DNS library. See this thread: + http://seclists.org/nmap-dev/2008/q3/0310.html [Philip Pickering] + +o Added new NSE libraries for base64 encoding, SNMP, and POP3 mail + operations. They are described at + http://seclists.org/nmap-dev/2008/q3/0233.html . [Philip Pickering] + +o Added NSE scripts popcapa (retrieves POP3 server capabilities) and + brutePOP3 (brute force POP3 authentication cracker) which make use + of the new POP3 library. [Philip Pickering] + +o Added the SNMPcommunitybrute NSE script, which is a brute force + community string cracker. Also modified SNMPsysdescr to use the new + SNMP library. [Philip Pickering] + +o Fixed the SMTPcommands script so that it can't return multiple + values (which was causing problems). Thanks to Jah for tracking down + the problem and sending a fix for SMTPcommands. Then Patrick fixed + NSE so it can handle misbehaving scripts like this without causing + mysterious side effects. + +o Added a new NSE Unpwdb (username/password database) library for + easily obtaining usernames or passwords from a list. The functions + usernames() and passwords() return a closure which returns a new + list entry with every call, or nil when the list is exhausted. You + can specify your own username and/or password lists via the script + arguments userdb and passdb, respectively. [Kris] + +o Nmap's Nsock-utilizing subsystems (DNS, NSE, version detection) have + been updated to support the -S and --ip-options flags. [Kris] + +o A new --max-rate option was added, which complements --min-rate. It + allows you to specify the maximum byte rate that Nmap is allowed to + send packets. [David] + +o Added --ip-options support for the connect() scan (-sT). [Kris] + +o Nsock now supports binding to a local address and setting IPv4 + options with nsi_set_localaddr() and nsi_set_ipoptions(), + respectively. [Kris] + +o Added IPProto Ping (-PO) support to Traceroute, and fixed support for + IPProto Scan (-sO) and the ICMP Pings (-PE, -PP, -PM) in Traceroute + as well. These could cause Nmap to hang during Traceroute. [Kris] + +o [Zenmap] Added a "Cancel" button for cancelling a scan in progress + without losing any Nmap output obtained so far. [Jurand Nogiec] + +o Improve the netbios-smb-os-discovery NSE script to improve target + port selection and to also decode the system's timestamp from an SMB + response. [Ron at SkullSecurity] + +o Nmap now avoids collapsing large numbers of ports in open|filtered + state (e.g. just printing that 500 ports are in that state rather + than listing them individually) if verbosity or debugging levels are + greater than two. See this thread: + http://seclists.org/nmap-dev/2008/q3/0312.html . [Fyodor] + +o The NSE http library now supports chunked encoding. [Sven Klemm] + +o The NSE datafiles library now has generic file parsing routines, and + the parsing of the standard nmap data files (e.g. nmap-services, + nmap-protocols, etc.) now uses those generic routines. NSE scripts + and libraries may find them useful for dealing with their own data + files, such as password lists. [Jah] + +o Passed the big revision 10,000 milestone in the Nmap project SVN + server: http://seclists.org/nmap-dev/2008/q3/0682.html + +o Added some Windows and MinGW compatibility patches submitted by + Gisle Vanem. + +o Improved nse_init so that compilation/runtime errors in NSE scripts + no longer cause the script engine to abort. [Patrick] + +o Fix a cosmetic bug in --script-trace hex dump output which resulting + in bytes with the highest bit set being prefixed with ffffff. [Sven + Klemm] + +o Removed the nselib-bin directory. The last remaining shared NSE + module, bit, has been made static by Patrick. Shared modules were + broken for static builds of Nmap, such as those in the RPMS. We also + had the compilation problems (particularly on OpenBSD) with shared + modules which lead us to make PCRE static a while back. [David] + +o Updated rpcinfo NSE script to use the new pack/unpack (binlib) + functions, use the new tab library, include better documentation, and + fix some bugs. [Sven Klemm] + +o Add useful details to the error message printed when an NSE script + fails to load (due to syntax error, etc.) [Patrick] + +o Fix a bug in the NSE http library which would cause some scripts to + give the error: SCRIPT ENGINE: C:\Program + Files\Nmap\nselib/http.lua:77: attempt to call field 'parse' (a nil + value) [Jah] + +o Fixed a couple of Makefile problems (race condition) which could + lead to build failures when launching make in parallel mode (e.g. + -j4). [Michal Januszewski, Chris Clements] + +o Added new addrow() function to NSE tab library. It allows + developers to add a whole row at once rather than doing a separate + add() call for each column in a row. [Sven Klemm] + +o Completion time estimates provided in verbose mode or when you hit a + key during scanning are now more accurate thanks to algorithm + improvements by David. + +o Fixed a number of NSE scripts which used print_debug() + incorrectly. See + http://seclists.org/nmap-dev/2008/q3/0470.html . [Sven Klemm] + +o [Zenmap] The Ports/Hosts view now provides full version detection + values rather than just a simple summary. [Jurand Nogiec] + +o [Zenmap] When you edit the command-entry field, then change the + target selection, Nmap no longer blows away your edits in favor of + using your current profile. [Jurand Nogiec] + +o Nsock now returns data from UDP packets individually, preserving the + packet boundary, rather than concatenating the data from multiple + packets into a single buffer. This fixes a problem related to our + reverse-DNS system, which can only handle one DNS packet at a time. + Thanks to Tim Adam of ManageSoft for debugging the problem and + sending the patch. Doug Hoyte helped with testing, and it was + applied by Fyodor. + +o [Zenmap] Fixed a crash which would occur when you try to compare two + files, either of which has more than one extraports element. [David] + +o Added the undocumented (except here) --nogcc option which disables + global/group congestion control algorithms and so each member of a + scan group of machines is treated separately. This is just an + experimental option for now. [Fyodor] + +o [Zenmap] The Ports/Hosts display now has different colors for open + and closed ports. [Vladimir] + +o Fixed Zenmap so that it displays all Nmap errors. Previously, only + stdout was redirected into the window, and not stderr. Now they are + both redirected. [Vladimir] + +o NSE can now be used in combination with ping scan (e.g. "-sP + --script") so that you can execute host scripts without needing to + perform a port scan. [Kris] + +o [NSE] Category names are now case insensitive. [Patrick] + +o [NSE] Each thread for a script now gets its own action closure (and + upvalues). See: http://seclists.org/nmap-dev/2008/q2/0549.html + [Patrick] + +o [NSE] The script_scan_result structure has been changed to a class, + ScriptResult, which now holds a Script's output in an std::string. + This removes the need to use malloc and free to manage this memory. + A similar change was made to the run_record structure. [Patrick] + +o [NSE] Fixed a socket exhaustion deadlock which could prevent a + script scan from ever finishing. Now, rather than limit the total + number of sockets which can be open, we limit the number of scripts + which can have sockets open at once. And once a script has one + socket opened, it is permitted to open as many more as it + needs. [Patrick] + +o A hashing library (code from OpenSSL) was added to NSE. hashlib + contains md5 and sha1 routines. [Philip Pickering] + +o Fixed host discovery probe matching when looking at the returned TCP + data in an ICMP error message. This could formerly lead to + incorrectly discarded responses and the debugging error message: + "Bogus trynum or sequence number in ICMP error message" [Kris] + +o Fixed a segmentation fault in Nsock which occurred when calling + nsock_write() with a data length of -1 (which means the data is a + NUL-terminated string and Nsock should take the length itself) and + the Nsock trace level was at least 2. [Kris] + +o The NSE Comm library now defaults to trying to read as many bytes as + are available rather than lines if neither the "bytes" nor "lines" + options are given. Thanks to Brandon for reporting a problem which + he noticed in the dns-test-open-recursion script. [Kris] + +o Updated zoneTrans.nse to replace length bytes in returned domain + names to periods itself rather than relying on NSE's old behavior of + replacing non-printable characters with periods. Thanks to Rob + Nicholls for reporting the problem. [Kris] + +o Some Zenmap crashes have been fixed: trying to "refresh" the output + of a scan loaded from a file, and trying to re-save a file loaded + from the command line in some circumstances. [David] + +o [Zenmap] The file selector now remembers what directory it was last + looking at. [David] + +o Added an extra layer of validity checking to received packets + (readip_pcap), just to be extra safe. See + http://seclists.org/nmap-dev/2008/q3/0644.html . [Kris] + +o Zenmap defaults to showing files matching both *.xml and *.usr in + the file selector. Previously it only showed those matching *.usr. + The new combined format will be XML and .usr will be deprecated. + See http://seclists.org/nmap-dev/2008/q3/0093.html . + +o Nmap avoids printing the sending rate in bytes per second during a + TCP connect scan. Because the number of bytes per probe is not + known, it used to print current sending rates: 11248.85 packets / s, + 0.00 bytes / s. Now it will print simply print rates like "11248.85 + packets / s". [David] + +o [Zenmap] Nmap's installation process now include .desktop files + which install menu items for launching Zenmap as a privileged or + non-privileged process on Linux. This will mainly affect people who + install nmap and Zenmap directly from the source code. [Michael] + +o Improved performance of IP protocol scan by fixing a bug related to + timing calculations on ICMP probe responses. See r8754 svn log for + full details. [David] + +o Nmap --reason output no longer falsely reports a localhost-response + during -PN scans. See + http://seclists.org/nmap-dev/2008/q3/0188.html . [Michael] + +o [Zenmap] The higwidgets Python package has moved so it is now a + subpackage of zenmapGUI. This avoids naming conflicts with Umit, + which uses a slightly different version of higwidgets. [David] + +o A bug that could cause some host discovery probes to be incorrectly + interpreted as drops was fixed. This occurred only when the IP + protocol ping (-PO) option was combined with other ping + types. [David] + +o A new scanflags attribute has been added to XML output, which lists + all user specified --scanflags for the scan. nmap.dtd has been + modified to account for this. [Michael] + +o The loading of the nmap-services file has been made much + faster--roughly 9 times faster in common cases. This is important + for the new (much larger) frequency augmented nmap-services + file. [David] + +o Added a script (ASN.nse) which uses Team Cymru's DNS interface to + determine the routing AS numbers of scanned IP addresses. They even + set up a special domain just for Nmap queries. The script is still + experimental and non-default. [Jah, Michael] + +o [Zenmap] Clicking "Cancel" in a file chooser in the diff interface + no longer causes a crash. [David] + +o The shtool build helper script has been updated to version 2.0.8. An + older version of shutil caused installation to fail when the locale + was set to et_EE. Thanks to Michal Januszewski for the bug + report. [David] + +o [Zenmap] Removed services.dmp and os_dmp.dmp and all the files that + referred to them. They are not needed with the new search + interface. Also removed an unused search progress bar. And some + broken fingerprint submission code. Yay for de-bloating! [David] + +o [Zenmap] Added "%F" to the Exec link in the new Zenmap desktop + file. We expect (hope) that this will allow dragging and dropping + XML files onto the icon. [David] + +o [Zenmap] The -o[XGASN] options can now be specified, just as you can + at the console. [Vladimir] + +o [Zenmap] You can now shrink the scan window below its default + size thanks to NmapOutputViewer code enhancements. [David] + +o [Zenmap] Removed optional use of the Psyco Python optimizer since + Zenmap is not the kind of CPU-bound application which benefits from + Psyco. + +o [Zenmap] You can now select more than one host in the "Ports / + Hosts" view by control-clicking them in the column at left. + +o [Zenmap] The profile editor now offers the --traceroute option. + +o Zenmap now uses Unicode objects pervasively when dealing with Nmap + text output, though the only internationalized text Nmap currently + outputs is the user's time zone. [David] + +o Unprintable characters in NSE script output (which really shouldn't + happen anyway) are now printed like \xHH, where HH is the + hexadecimal representation of the character. See + http://seclists.org/nmap-dev/2008/q3/0180.html . [Patrick] + +o Nmap sometimes sent packets with incorrect IP checksums, + particularly when sending the UDP probes in OS detection. This has + been fixed. Thanks to Gisle Vanem for reporting and investigating the + bug. [David] + +o Fixed the --without-liblua configure option so that it works + again. [David] + +o In the interest of forward compatibility, the xmloutputversion + attribute in Nmap XML output is no longer constrained to be a + certain string ("1.02"). The xmloutputversion should be taken as + merely advisory by authors of parsers. + +o Zenmap no longer leaves any temporary files lying around. [David] + +o Nmap only prints an uptime guess in verbose mode now, because in + some situations it can be very inaccurate. See the discussion at + http://seclists.org/nmap-dev/2008/q3/0392.html . [David] + +Nmap 4.68 [2008-6-28] + +o Doug integrated all of your version detection submissions and + corrections for the year up to May 31. There were more than 1,000 + new submissions and 18 corrections. Please keep them coming! And + don't forget that corrections are very important, so do submit them + if you ever catch Nmap making a version detection or OS detection + mistake. The version detection DB has grown to 5,054 signatures + representing 486 service protocols. Protocols span the gamut from + abc, acap, access-remote-pc, activefax, and activemq, to zebedee, + zebra, zenimaging, and zenworks. The most popular protocols are + http (1,672 signatures), telnet (519), ftp (459), smtp (344), and + pop3 (201). + +o Nmap compilation on Windows is now done with Visual C++ Express 2008 + rather than 2005. Windows compilation instructions have been + updated at https://nmap.org/book/inst-windows.html#inst-win-source . + [Kris] + +o The Nmap Windows self-installer now automatically installs the MS + Visual C++ 2008 runtime components if they aren't already installed + on a system. These are some reasonably small DLLs that are + generally necessary for applications compiled with Visual C++ (with + dynamic linking). Many or most systems already have these installed + from other software packages. The lack of these components led to + the error message "The Application failed to initialize properly + (0xc0150002)." with Nmap 4.65. A related change is that Nmap on + Windows is now compiled with /MD rather than /MT so that it + consistently uses these runtime libraries. The patch was created by + Rob Nicholls. + +o Added advanced search functionality to Zenmap so that you can locate + previous scans using criteria such as which ports were open, keywords + in the target names, OS detection results, etc. Try it out with + Ctrl-F or "Tools->Search Scan Results". [Vladimir] + +o Nmap's special WinPcap installer now handles 64-bit Windows machines + by installing the proper 64-bit npf.sys. [Rob Nicholls] + +o Added a new NSE Comm (common communication) library for common + network discovery tasks such as banner-grabbing (get_banner()) and + making a quick exchange of data (exchange()). 16 scripts were + updated to use this library. [Kris] + +o The Nmap Scripting Engine now supports mutexes for gracefully + handling concurrency issues. Mutexes are documented at + https://nmap.org/book/nse-api.html#nse-mutex . [Patrick] + +o Added a UDP SNMPv3 probe to version detection, along with 9 vendor + match lines. The patch was from Tom Sellers, who contributed other + probes and match lines to this release as well. + +o Added a new timing_level() function to NSE which reports the Nmap + timing level from 0 to 5, as set by the Nmap -T option. The default + is 3. [Thomas Buchanan] + +o Update the HTTP library to use the new timing_level functionality to + set connection and response timeouts. An error preventing the new + timing_level feature from working was also fixed. [Jah] + +o Optimized the doAnyOutstandingProbes() function to make Nmap a bit + faster and more efficient. This makes a particularly big difference + in cases where --min-rate is being used to specify a very high + packet sending rate. [David] + +o Fixed an integer overflow which prevented a target specification of + "*.*.*.*" from working. Support for the CIDR /0 is now also + available for those times you wish to scan the entire + Internet. [Kris] + +o The robots.nse script has been improved to print output more + compactly and limit the number of entries of large robots.txt files + based on Nmap verbosity and debugging levels. [Eddie Bell] + +o The Nmap NSE scripts have been re-categorized in a more logical + fashion. The new categories are described at + https://nmap.org/book/nse-usage.html#nse-categories . [Kris] + +o Improve AIX support by linking against -lodm and -lcfg on that + platform. [David] + +o Updated showHTMLTitle NSE script to follow one HTTP redirect if + necessary as long as it is on the same server. [Jah] + +o Michael Pattrick and David created a new OSassist application which + streamlines the OS fingerprint submission integration process and + prevents certain previously common errors. OSassist isn't part of + Nmap, but the system was used to integrate some submissions for this + release. 13 fingerprints were added during OSassist testing, and + some existing fingerprints were improved as well. Expect many more + fingerprints coming soon. + +o Improved the mapping from dnet device names (like eth0) and WinPcap + names (like \Device\NPF_{28700713...}). You can see this mapping + with --iflist, and the change should make Nmap more likely to work + on Windows machines with unusual networking configurations. [David] + +o Service fingerprints in XML output are no longer be truncated to + 2kb. [Michael] + +o Some laptops report the IP Family as NULL for disabled WiFi cards. + This could lead to a crash with the "sin->sin_family == AF_INET6" + assertion failure. Nmap no longer quits when this is + encountered. [Michael] + +o On systems without the GNU getopt_long_only() function, Nmap has its + own replacement. That replacement used to call the system's + getopt() function if it exists. But the AIX and Solaris getopt() + functions proved insufficient/buggy, so Nmap now always calls its + own internal getopt() now from its getopt_long_only() + replacement. [David] + +o Integrated several service match lines from Tom Sellers. + +o An error was fixed where Zenmap would crash when trying to load from + the recent scans database a file containing non-ASCII + characters. The error looked like + pysqlite2.dbapi2.OperationalError: Could not decode to UTF-8 column + 'nmap_xml_output' with text + ' + = 0.0" assertion failed. I think the problem was + actually caused by SMP machines which didn't sync the clock time + perfectly. This lead to gettimeofday() sometimes reporting that + time decreased by some microseconds. Now Nmap is willing to + tolerate decreases of up to 1 millisecond in this function. [Fyodor] + +o Nmap now returns correct values for --iflist in windows even + if interface aliases have been set. Previously it would misreport + the windevices and not list all interfaces. [Michael] + +o Nmap no longer crashes with an 'assert' error when its told to + access a disabled WiFi NIC on some laptops. [Michael] + +o Upgraded the OpenSSL shipped for Windows to 0.9.8h. [Kris] + +o The NSE http library was updated to gracefully handle certain bogus + (non-)http responses. [Jah] + +o The zoneTrans.nse script now takes a "domain" script argument to + specify the desired domain name to transfer. You can narrow the + scope down with the form "zoneTrans={domain=xxx}". [Kris] + +o Increase write buffer length for Nmap output on Windows. This should + prevent error messages like: "log_vwrite: vsnprintf failed. Even + after increasing bufferlen to 819200, Vsnprintf returned -1 (logt == + 1)." Thanks to prozente0 for the report. [Fyodor] + +o Fixed the --script-updatedb command, which was claiming to be + "Aborting database update" even when the update was performed + perfectly. See http://seclists.org/nmap-dev/2008/q2/0623.html . + Thanks to Jah for the report. + +Nmap 4.65 [2008-6-1] + +o A Mac OS X Nmap/Zenmap installer is now available from the Nmap + download page! It is rather straightforward, but detailed + instructions are available anyway at + https://nmap.org/book/inst-macosx.html . As a universal installer, + it works on both Intel and PPC Macs. It is distributed as a disk + image file (.dmg) containing an mpkg package. The installed Nmap + does include OpenSSL support. It also supports Authorization + Services so that Zenmap can run as root. David created this + installer. He wants to thank Benson Kalahar and Vlad Alexa for + extensive testing of the nine test releases. + +o The Windows version of Nmap now supports OpenSSL just as the UNIX + versions have for years. Both the .zip and executable installer + binary packages we ship from the Nmap download page now include + OpenSSL. [Kris, Thomas Buchanan] + +o We now compile in IPv6 support on Windows. In order to use this, + you need to have IPv6 set up. It is installed by default on Vista, + but must be downloaded from Microsoft for XP. See + http://www.microsoft.com/technet/network/ipv6/ipv6faq.mspx . [Kris] + +o Seven Google-sponsored Summer of Code students began working on + exciting Nmap projects full times. The winning students and their + Nmap development projects are described at + http://seclists.org/nmap-dev/2008/q2/0132.html . + +o Our WinPcap installer now starts the NPF driver running as a + service immediately upon installation and after restarts. You can + disable this with new check-boxes. This behavior is important for + Vista and Windows Server 2008 machines when User Account + Control (UAC) is enabled. [Rob Nicholls] + +o Nmap and Nmap-WinPcap silent installation now works. Nmap can + be silently installed with the /S option to the installer. + If you install Nmap from the zip file, you can install just + WinPcap silently with the /S option to that + installer. [Rob Nicholls] + +o Our WinPcap installer is now included with the Nmap Win32 zip + file. [Fyodor] + +o Numerous miscellaneous improvements were made to our Win32 + installer, such as using the "Modern" NSIS UI for WinPcap, + improving the option description labels, and showing a finish + page in all cases. [Rob Nicholls] + +o The nmap-dev and nmap-hackers mailing list RSS feeds at seclists.org + now include message excerpts to make it easier to identify + interesting messages and speed the process of reading through the + list. Feeds for all other mailing lists archived at SecLists.Org + have been similarly augmented. For details, see + http://seclists.org/nmap-dev/2008/q2/0333.html . [David] + +o A new "default" Nmap Scripting Engine category was added. Only + scripts in this category now run by default (except for "version" + scripts which run when version detection was requested). + Previously, any scripts in the "safe" or "intrusive" categories were + run. 21 scripts are now in this default category. [Kris] + +o The NSE HTTP library now uses the host name specified on the command + line when making requests, which improves script scanning against + web servers with virtual hosts. Thanks to Sven Klemm for the patch. + +o Added some new and improved version detection signatures. [Brandon] + +o Fixed an OS detection bug that prevented the R1.UID test result from + being recorded properly when scanning certain printers from + little-endian computers. Updated nmap-os-db to compensate for + signatures that had an incorrect U1.RID value. [Michael] + +o Updated to include the latest MAC Address prefixes from the IEEE in + nmap-mac-prefixes [Fyodor] + +o Updated the SMTPcommands NSE script to work better against Postfix + and reduce verbosity. [Jasey DePriest, Fyodor] + +o Reorganized the way ping probes are handled internally. Rather than + being stored in the NmapOps structure, they are now stored within + the individual scan_lists structures. This is a cleaner + organization. [Michael] + +o Fix grepable output's "Ignored State" reporting. Only one ignored + state (the one with the highest numbers of ports) is shown. [David] + +o Update to Lua version 5.1.3 [Patrick] + +o Add NSE stdnse library to include tobinary, tooctal, and tohex + functions. [Patrick] + +o Fixed a bug which caused the Zenmap crash reporter to, uh, + crash. [David] + +o NSE engine was cleaned up significantly. nse_auxiliar was removed, + and file system manipulation functions were moved from nse_init.cc + into a new nse_fs.cc file. Numerous interfaces between Nmap and Lua + were improved. Most of these functions are now callable directly by + Lua. [Patrick] + +o Fixed a bug in the showOwner NSE script which caused it to try UDP + ports instead of just TCP ports. This made it very slow in the + common case where there are many UDP ports in the open|filtered + state. Thanks to Jasey DePriest for reporting the problem and Jah + for tracking it down and fixing it. + +o Nbase now generates pseudo-random numbers itself rather than using + /dev/urandom on Linux and the terrible rand() function on Windows. + The new system uses ARC4 based on libdnet's + implementation. [Brandon] + +o Made a number of updates and improvements to the Zenmap Users' Guide + at https://nmap.org/book/zenmap.html . [David] + +o Fixed the way Zenmap handles command-line entry to prevent your + custom command-line to be overwritten with the current profile's + command just because you edited the target field. [Jurand] + +o Nsock was improved to better support reading from non-network + descriptors such as stdin. This is important for the upcoming Ncat + project Mixter is working on. [Mixter] + +o A bug was fixed that could cause Zenmap to crash when loading a + results file that had multibyte characters in it. The error looked + like: + Gtk-ERROR **: file gtktextsegment.c: line 196 + (_gtk_char_segment_new): assertion failed: + (gtk_text_byte_begins_utf8_char (text)) + [David] + +o Removed a superfluous test for the existence of the C++ compiler in + the configure script. The test was not robust when configured with + CXX="ccache g++". Thanks to Rainer Müller for the report. + +o Optimized cached DNS lookups so they are equally efficient when + running on big-endian or little-endian systems. [Michael] + +o Fixed the nmap_command_path Zenmap configuration variable so that it + is actually used to start the specified Nmap executable + path. [Jurand Nogiec] + +o Nmap now reports scan start and end times for individual hosts + within a larger scan. The information is added to the XML host + element like so: + It is also printed in normal output if -d or "-v -v" are + specified. [Brandon, Kris, Fyodor] + +o "make uninstall" now uninstalls Zenmap as well as Nmap. The + uninstall_zenmap script now deletes directories that were + installed. [David] + +o Fixed a bug which caused Nmap to send bad checksums on Solaris 10 + x86. This was due to a workaround for an Ancient Solaris 2.1 bug + which activated when the OS string matched "solaris2.1*". The + problem has now been resolved until Solaris 20 comes out and hits + our "solaris2.2*" bug workarounds. Thanks to Nathan Bills for the + problem report. Fixed by Fyodor. + +o Fixed a minor memory leak in getpts_simple which occurs when no + ports are to be added to 'list'. 'porttbl' is now free'd regardless + of how the function returns. [Michael] + +o Nmap now understands the RFC 4007 percent syntax for IPv6 Zone IDs. + On Windows, this ID has to be a numeric index. On Linux and some + other OS's, this ID can instead be an interface name. Some examples + of this syntax: + fe80::20f:b0ff:fec6:15af%2 + fe80::20f:b0ff:fec6:15af%eth0 + [Kris] + +o The Zenmap installer and uninstaller are more careful about escaping + filenames and dealing with an installation root (DESTDIR). [David] + +o Since assert() calls are used for various security-related tests, + their safety is now ensured by keeping NDEBUG undefined throughout + Nmap, Nbase and Nsock. [Kris] + +o Fix a couple bugs in the way the Nmap build system checked for an + existing LUA library. A bashism caused one test to fail on system + which don't use bash as /bin/sh, and another bug fixed --with-liblua + configure option for specifying your own liblua. [Daniel + Roethlisberger] + +o The NSE nmap.registry.args table is now available, albeit empty, + when --script-args isn't used. Now scripts don't need to check if + it's nil before attempting to index it. [Kris] + +o Changed SSLv2-support.nse so that it only enumerates the list of + available ciphers with a verbosity level of at least two or with + debugging enabled. [Kris] + +o Replaced kibuvDetection.nse with version detection match lines which + work better than the script. [Kris, Brandon] + +o Removed mswindowsShell.nse as there is a version detection NULL + probe match which does the same thing. [Brandon, Fyodor, Kris] + +o Updated IANA assignment IP list for random IP (-iR) + generation. [Kris] + +Nmap 4.62 [2008-5-3] + +o Added a new --min-rate option that allows specifying a minimum rate + at which to send packets. This allows you to override Nmap's + congestion control algorithms and request that Nmap try to keep at + least the rate you specify. The rate is given in packets per + second. Read more in the Nmap man page + (https://nmap.org/book/man-performance.html) [David] + +o Create /nmap/macosx directory in SVN with files necessary to build + binary Mac OS X Nmap/Zenmap packages. We are trying to create + binary installer packages which are as useful and easy to use as the + Windows installer. This has involved a lot of work by David. We + aren't quite yet distributing the results on the Nmap download page, + but testing our beta versions is useful. You can find the latest + universal (PPC and Intel) binary test version by looking at David + Fifield's posts at http://seclists.org/nmap-dev/2008/q2/author.html . + You can also read /nmap/macosx/README in svn for more info. + +o Nmap 2008 Summer of Code students have began working (though full + time doesn't start until late May). Learn about the winners and + their projects at http://seclists.org/nmap-dev/2008/q2/0132.html . + +o Brandon added/modified a whole bunch of version detection signatures + based on systems discovered when scanning UCSD's network. + +o Reformat Nmap COPYING file (e.g. remove C comment markers, reduce + line length) during Nmap windows build so that it looks much better + when presented by the Windows executable (NSIS) installer. Thanks + to Jah for the patch, which was modified slightly by Fyodor. + +o Added NSE Datafiles library which reads and parses Nmap's nmap-* + data files for scripts. The functions (parse_protocols(), + parse_rpc() and parse_services()) return tables with numbers + (e.g. port numbers) indexing names (e.g. service names). The + rpcinfo.nse script was also updated to use this library. [Kris] + +o Fixed a bug in the nbase random number generator (and the way it + interacted with Nmap and MS Windows) which caused duplicates in some + instances. Thanks to Jah for reporting the problem and working with + Brandon Enright, Fyodor and Kris to fix it. + +o It turns out that hours contain 60 minutes, not 24. Fixed a scan + status message which was rolling over the hours column + prematurely. [David] + +o Added scripting options to Zenmap profile editor and command wizard + to make use of NSE. [David] + +o Zenmap now prints an exception message rather than segfaulting when + it can't open a display (such as when trying to connect to an X + server as an unauthorized user). Thanks to Aaron Leininger for the + initial report and Guilherme Polo for suggesting the fix. + +o Now ports in the "unfiltered" state can be selected for attention by + NSE scripts. [Kris] + +o Nbase random number generation system now avoids having a high-bit + of zero in every other byte on Windows due to Windows having such a + low RAND_MAX. [Jah] + +o Added release dates for each Nmap version to this CHANGELOG going + back to Nmap 3.00 (July 31, 2002). Dates are in MM/DD/YY format. + If someone wants to track down dates for the last 22% of the file + (pre-3.00), you are welcome to do so and send a patch. Searching + Google for the version number and site:seclists.org seems to work + well. [Fyodor] + +o Nmap RPM builds now use the versions of libdnet, libpcap, libpcre, + and liblua included with Nmap rather than whatever happens to be + installed on the build system. [David] + +o Zenmap can now be installed in and run in directories with a space + in the name. [David] + +o Fixed an assertion failure ("Target.cc:396: void + Target::stopTimeOutClock(const timeval*): Assertion + 'htn.toclock_running == true' failed.") caused when a host had NSE + scripts in multiple runlevels. This also fixes --host-timeout + behavior in NSE. [Kris] + +o Reduce the maximum number of socket descriptors which Nmap is + allowed to open concurrently. This resoles a bug which could cause + "Too many open files" error on Mac OS X when not running as + root. [David] + +o Canonicalized service names between nmap-service-probes (version + detection DB) and nmap-services (port scanning DB). [Kris] + +o Removed the "class" attribute from the tcpsequence element in XML + output. For a long time it had always been "unknown class" because + Nmap doesn't calculate a class anymore. The XML output version has + been increased from 1.01 to 1.02. [David] + +o Fixed a bug on Win32 which caused an infinite loop when Nmap + encountered certain broadcast addresses. [Dudi Itzhakov] + +o Fix MingW compilation by adding a signal.h include to + main.cc. [Gisle Vanem] + +o Fix the test in our build system to determine if liblua is already + available or not. For example, the test needed to link with -lm + since some systems require that. [David] + +o Added TIMEVAL_BEFORE and TIMEVAL_AFTER macros to test whether one + timeval is earlier than another while avoiding possible integer + overflows in a naive approach we were using previously. [David] + +o Adjusted a bunch of code to avoid compilation warning messages on + some Linux machines. [Andrew J. Bennieston] + +o Fixed the NmapArpCache so that it actually works. Previously, Nmap + was always falling back to the system ARP cache. Of course this + raises the question of whether NmapArpCache is needed in the first + place. [Daniel Roethlisberger] + +o Fix a Zenmap bug which could cause the error message + "zenmapCore.NmapOptions.OptionNotFound: No option named '' found!" + if you create a new profile without checking any options then try to + edit it. [David] + +o Zenmap now shows a more helpful error message when there is an error + in executing Nmap. [David] + +o Zenmap now creates the directory ~/.zenmap-etc to store + automatically generated GTK+ and Pango files. They used to go in the + application bundle but that doesn't work on a read-only file system + or disk image. This is what Wireshark does (~/.wireshark-etc), + although the directory could be called anything. It doesn't have to + persist across sessions. + +o Added a mechanism in Zenmap for including extra executable search + paths on specific platforms, so we can include /usr/local/bin in + PATH on Mac OS X by default and add the Nmap install directory on + Windows. [David] + +o We now use --no-strip when building Zenmap Mac OS X packages to + prevent many mysterious warnings which occur when the binary is + stripped. [David] + +o When Zenmap invokes Nmap, it now copies the whole environment for + the Nmap invocation rather than just providing $PATH. Windows may + need this to do proper name resolution. [David] + +o Corrected uptime parsing and reporting in SNMPsysdesr.nse for an + uptime of less than 46 hours. [Kris] + +o Modified the use of CXXFLAGS, CFLAGS, and CPPFLAGS in Nmap build + system to work better when building Mac OS X universal + binaries. [David] + +o Added many additional PCRE option flags to the list returned by the + NSE pcre.flags() function. [Kris] + +o Changed the NSE function nmap.set_port_state() so that it checks to + see if the requested port is already in the requested state. This + prevents "Duplicate port" messages during the script scan and the + inaccurate "script-set" state reason. [Kris] + +o Canonicalize NSE script license text--more than half did not even + spell license correctly. They all still say that they are under + Nmap's license, just with consistent capitalization and spelling, + and now a link to Nmap legal page at + https://nmap.org/book/man-legal.html . + +o Updated ripeQuery.nse to not print extraneous whitespace. [Kris] + +o Switched telnet brute force password cracking NSE (bruteTelnet.nse) + to vulnerability category so it isn't executed by default. It can + take too long to run. [Eddie] + +o NSE status messages now print host name and IP, rather than just the + host name (which was blank when Nmap didn't know it). [Jah] + +o Allocate 128 characters for the idle scan ScanProgressMeter + title. Previously it was 32 characters. The "idle scan against " and + the \0 terminator take up 19 characters, leaving only 13, which + isn't enough to represent all IP addresses, let alone host + names. Bug reported by Stephan Fijneman, fixed by David. + +Nmap 4.60 [2008-3-15] + +o Nmap has moved. Everything at http://insecure.org/nmap/ can now be + found at https://nmap.org . That should save your fingers from a + little bit of typing. Even though transparent redirectors are in + place for the old URLs, please update your links and bookmarks. And + if you don't have a link to Nmap on your web site, now is a good + time to add one :). + +o All of your OS detection fingerprints up until March 10, 2008 have + now been integrated by David. The second generation database has + grown from 1,085 fingerprints representing 421 operating + systems/devices, to 1,304 fingerprints representing 478 systems. + That is an increase of more than 20%. New fingerprints were added + for Mac OS X Tiger, iPod Touch, the La Fonera WAP, FreeBSD 7.0, + Linux 2.6.24, Windows 2008, Vista, OpenBSD 4.2, and of course + hundreds of broadband routers, VoIP phones, printers, some crazy + oscilloscope, etc. We get a ton of new fingerprint submissions, but + not as many corrections. Please remember to visit + https://nmap.org/submit/ if Nmap gives you bad results, whether they + are completely wrong or just a slight mistake (like Nmap says Linux + 2.6.20-2.6.23, but you're running 2.6.24). Of course you need to be + certain you know exactly what is running on the target before you do + this. + +o All of your service fingerprints and corrections submitted until + January 14, 2008 have now been integrated by Doug. As usual, he has + documented his adventures at http://hcsw.org/blog.pl/33 . More than + a hundred signatures were added, growing the database to 4,645 + signatures for 457 services. Corrections are welcome for service + detection too -- visit https://nmap.org/submit/ if you get incorrect results. + +o Nmap now saves the target name (if any) specified on the command + line, since this can differ from the reverse DNS results. It can be + particularly important when doing HTTP tests against virtual hosts. + The data can be accessed from target->TargetName() from Nmap proper + and host.targetname from NSE scripts. The NSE HTTP library now uses + this for the Host header. Thanks to Sven Klemm for adding this + useful feature. + +o Added NSE HTTP library which allows scripts to easily fetch URLs + with http.get_url() or create more complex requests with + http.request(). There is also an http.get() function which takes + components (hostname, port, and path) rather than a URL. The + HTTPAuth, robots, and showHTMLTitle NSE scripts have been updated to + use this library. Sven Klemm wrote all of this code. + +o Fixed an integer overflow in the DNS caching code that caused nmap + to loop infinitely once it had expunging the cache of older + entries. Thanks to David Moore for the report, and Eddie Bell for + the fix. + +o Fixed another integer overflow in the DNS caching code which caused + infinite loops. [David] + +o Added IPv6 host support to the RPC scan. Attempting this before + (via -sV) caused a segmentation fault. Thanks to Will Cladek for + the report. [Kris] + +o Fixed an event handling bug in NSE that could cause execution of + some in-progress scripts to be excessively delayed. [Marek] + +o A new NSE table library (tab.lua) allows scripts to deliver better + formatted output. The Zone transfer script (zoneTrans.nse) has been + updated to use this new facility. [Eddie] + +o Rewrote HTTPpasswd.nse to use Sven's excellent HTTP library and to + do some much-needed cleaning up. [Kris] + +o Added a new MsSQL version detection probe and a bunch of match lines + developed by Tom Sellers. + +o Added a new service detection probe and signatures for the memcached + service [Doug] + +o Added new service detection probes and signatures for the Beast + Trojan and Firebird RDBMS. [Brandon Enright] + +o Fixed a crash in Zenmap which occurred when attempting to edit or + create a new profile based on an existing one when there wasn't one + selected. The error message was: + 'NoneType' object has no attribute 'toolbar' + Now a new Profile Editor is opened. Thanks to D1N (d1n@inbox.com) + for the report. [Kris] + +o Fixed another crash in Zenmap which occurred when exiting the + Profile Editor (while editing an existing profile) by clicking the + "X", then going to edit the same profile again. The error message + was: "No option named '' found!". Now the same window that appears + when clicking Cancel comes up when clicking "X". Thanks to David + for reporting this bug. [Kris] + +o Another Zenmap bug was fixed: ports consolidated into "extra ports" + groups are now counted and shown in the "Host Details" tab. The + closed, filtered and scanned port counts in this tab didn't contain + this information before so they were usually very inaccurate. [Kris] + +o Another Zenmap bug was fixed: the --scan-delay and --max-scan-delay + buttons ("amount of time between probes") under the Advanced tab in + the Profile Editor were backwards. [Kris] + +o Added the UDP Scan (-sU) and IPProto Ping (-PO) to Zenmap's Profile + Editor and Command Wizard. [Kris] + +o Reordered the UDP port selection for Traceroute: a closed port is + now chosen before an open one. This is because an open UDP port is + usually due to running version detection (-sV), so a Traceroute + probe wouldn't elicit a response. [Kris] + +o Add Famtech Radmin remote control software probe and signatures to + the Nmap version detection DB. [Tom Sellers, Fyodor] + +o Add "Connection: Close" header to requests from HTTP NSE scripts so + that they finish faster. [Sven Klemm] + +o Update SSLv2-support NSE script to run against more services which + are likely SSL. [Sven Klemm] + +o A bunch of service name canonicalization was done in the Nmap + version detection file by Brandon Enright (e.g. capitalizing D-Link + and Netgear consistently). + +o Upgraded the shipped LibPCRE from version 7.4 to 7.6. [Kris] + +o Updated to latest (as of 3/15) autoconf config.sub/config.guess + files from http://cvs.savannah.gnu.org/viewvc/config/?root=config. + [Fyodor] + +o We now escape newlines, carriage returns, and tabs (\n\r\t) in XML + output. While those are allowed in XML attributes, they get + normalized which can make formatting the output difficult for + applications which parse Nmap XML. [Joao Medeiros, David, Fyodor] + +o The Zenmap man page is now installed on Unix when "make install" is + run. This was supposed to work before, but didn't. [Kris] + +o Fixed a man page bug related to our DocBook to Nroff translation + software producing incorrect Nroff output. The man page no longer + uses the ".nse" string which was being confused with the Nroff + no-space mode command. [Fyodor] + +o Fixed a bug in which some NSE error messages were improperly escaped + so that a message including "c:\nmap" would end up with a newline + between "c:" and "map". + +o Updated IANA assignment IP list for random IP (-iR) + generation. [Kris] + +o The DocBook XML source code to the Nmap Scripting Engine docs + (https://nmap.org/book/nse.html) is now in SVN under docs/scripting.xml . + +Nmap 4.53 [2008-1-12] + +o Improved Windows executable installer by making uninstall work better + on systems which changed the default install path. The shortcut is + also now deleted properly on Vista. [Rob Nicholls] + +o Windows installer is now generated using NSIS 2.34 rather than + 2.13. [Fyodor] + +o Added UPnP-info NSE script by Thomas Buchanan. It gathers + information from the UPnP service (UDP port 1900) which listens on + many network devices such as routers, printers, and networked media + players. + +o Fixed a --traceroute bug (assertion failure crash) which occurred + when the first hop of the first host in a tracegroup (reference + trace) times out. Thanks to Sebastián García for the bug report and + testing, and Eddie for the patch. + +o Fix a problem which prevented proper port number matching in + NSE scripts (port_or_service function) due to a variable + shadowing bug. [Sven Klemm] + +o Improved rpcinfo.nse to better sort and display available RPC + services. [Sven Klemm] + +Nmap 4.52 [2008-1-1] + +o Fixed Nmap WinPcap installer to use CurrentVersion registry key on + Windows rather than VersionNumber to more reliably detect Vista + machines. This should prevent the XP version of Packet.dll from + being installed on Vista. [Rob Nicholls] + +o The Nmap Scripting Engine (NSE) now supports run-time interaction + and the Nmap --host-timeout option. [Doug] + +o Added nmap.fetchfile() function for scripts so they can easily find + Nmap's nmap-* data files (such as the OS/version detection DBs, port + number mapping, etc.) [Kris] + +o Updated rpcinfo.nse to use nmap.fetchfile() to read from nmap-rpc + instead of having a huge table of RPC numbers. This reduced the + script's size by nearly 75%. [Kris] + +o Fixed multiple NSE scripts that weren't always properly closing their + sockets. The error message was: + "bad argument #1 to 'close' (nsock expected, got no value)" [Kris] + +o Added a new version detection probe for the Trend Micro OfficeScan + product line. [Tom Sellers, Doug] + +Nmap 4.51BETA [2007-12-21] + +o David wrote a detailed Zenmap guide: https://nmap.org/book/zenmap.html + +o Added rpcinfo.nse script, which contacts a listening RPC portmapper + and reports the listening services and port information (like + rpcinfo -p does). The script was written by Sven Klemm. Fyodor + then enhanced the RPC number list with all of the entries from + nmap-rpc. + +o Added a new NSE script (MySQLinfo) which prints MySQL server information + such as the protocol and version numbers, status, thread id, capabilities, + and password salt. [Kris] + +o Nmap's output options (-oA, -oX, etc.) now support strftime()-like + conversions in the filename. %H, %M, %S, %m, %d, %y, and %Y are + all the same as in strftime(). %T is the same as %H%M%S, %R is the + same as %H%M, and %D is the same as %m%d%y. A % followed by any + other character just yields that character (%% yields a %). This + means that "-oX 'scan-%T-%D.xml'" uses an XML file in the form of + "scan-144840-121307.xml". [Kris] + +o Fixed WinPcap installer to install the right version of Packet.dll + on Windows Vista. [Fyodor] + +o Fixed our WinPcap installer so that it waits for a WinPcap uninstall + (if needed) to complete before trying to install the new WinPcap. + [Jah] + +o Fix a bunch of warning/error messages which contained an extra + newline. [Brandon Enright] + +o Fixed an error when attempting to scan localhost as an unprivileged + user on Windows (nmap --unprivileged localhost). The error was: + Skipping SYN Stealth Scan against localhost (127.0.0.1) because + Windows does not support scanning your own machine (localhost) this + way. + Now connect scan is used instead of SYN scan. [David] + +o Fixed a bug that prevented the --resume option from working on + Windows. The error message was: + ..\utils.cc(996): CreateFileMapping(), file 'testresume', length 103, + mflags 000 00006: The parameter is incorrect.(87) + [Fixed by David, reported by Rob Nicholls] + +o Zenmap's new web page (https://nmap.org/zenmap/) is now shown in the + Zenmap about dialogue. + +o On Windows, paths beginning with \ are now considered absolute when + used with the --script option. jah (jah(a)zadkiel.plus.com) suggested + this. [David] + +o Zenmap no longer double-spaces its output (by inadvertently + duplicating newlines) when viewing scan results that were saved to a + file. [Joao Medeiros] + +o Upgraded the shipped LibPCRE from version 7.2 to 7.4. [Kris] + +o Fixed Zenmap crash that occurred when selecting Help from the Compare + Results window. [Kris] + +o Updated robots.nse to prevent printing robots.txt comments. [Kris] + +o Many version detection match lines were improved to match even when + newlines appear in binary data returned by the service. [Fixed by + Doug, suggested by Lionel Cons] + +Nmap 4.50 [2007-12-13] + +o Bumped up the version number to the big 10th anniversary 4.50 + release! See http://insecure.org/stf/Nmap-4.50-Release.html . + +Nmap 4.49RC7 [2007-12-10] + +o A Zenmap crash was fixed. Scanning once, then scanning another target + on the same scan tab caused an ImportError ("list index out of range") + in zenmapGUI/ScanNotebook.py. Joao Medeiros reported the + bug. [David] + +o Updated a couple of version detection signatures due to problem + reports by Lionel Cons. [Doug] + +Nmap 4.49RC6 [2007-12-8] + +o NSE scripts can now be specified by absolute path to the --script + option. This was supposed to work before, but didn't. [David] + +o Insert a path separator in returned paths in init_scandir on + Windows. Otherwise options such as "--scripts=scripts" (where + scripts is a directory) were failing with error messages about being + unable to access things like "C:\Nmap\scriptsanonFTP.nse" (should be + "C:\Nmap\scripts\anonFTP.nse"). [David] + +o Add some "local" declarations to xamppDefaultPass.nse to avoid + errors like: "SCRIPT ENGINE: [string "Global Access"]:1: Attempted + to change the global 'socket' ..." [David] + +o NSE "shortports" function now by default matches ports in the + "open|filtered" state as well as "open" ones. [Diman] + +o Nsock msevent_new and msevent_delete calls fixed to handle NULL I/O + descriptors. This should fix a reported bus error crash. [Diman] + +o Prevent old bit.dll and pcre.dll files from being installed in + nselib directory by Windows executable installer. Bit.dll is still + installed in nselib-bin where it belongs. Thanks to Rob Nicholls for + reporting the problem. [Fyodor] + + +Nmap 4.49RC5 [2007-12-8] + +o Don't install the orphaned and incomplete Zenmap HTML documentation. + Instead point to the Nmap documentation site, which is provides more + comprehensive and up-to-date Nmap docs. We're rapidly improving the + online Zenmap docs as well. Of course the Nmap and (new!) Zenmap + man pages are still installed on Unix. [Fyodor] + +o Fix mswin32/Makefile so that the new nselib-bin directory is + properly included in the Nmap win32 zipfile distribution. Thanks + to Rob Nicholls for reporting the problem. [Fyodor] + +o Fix host reason reported when the target is found to be "down" due + to no response. Nmap now reports "no-response" rather than + "unknown-reason" [Kris] + +Nmap 4.49RC4 [2007-12-7] + +o David did a huge OS fingerprint integration marathon, going through + all of your submissions (more than 1600) since August 20. The 2nd + generation database has grown more than 30% to 1,085 entries! Many + of the existing fingerprints were improved as well. Notable new or + greatly improved entries include the iPhone, iPod Touch, Mac OS X + Leopard FreeBSD 7.0, Linux 2.6.23, Nokia cell phones (E61, E65, E70, + E90, N95), and OpenBSD 4.2. Of course there were all manner of new + printers, cable/DSL routers, switches, enterprise routers, IP + phones, cell phones and a heap of obscure equipment such as the + BeaconMedaes medical gas alarm. Windows Vista fingerprints were + also improved significantly. Please keep those OS fingerprint + submissions and corrections coming! + +o Doug integrated all of your version detection fingerprints and + corrections since October 4. The DB now has an incredible 4,542 + signatures for 449 service protocols. The service protocols with + the most signatures are http (1,473), telnet (459), ftp (423), smtp + (327), pop3 (188), http-proxy (111), ssh (104), imap (103), irc (46) + and nntp (44). + +o Included the netbios-smb-os-discovery.nse script which uses NetBIOS + and SMB queries to guess OS version. This script was written by + Judy Novak and contributed by Sourcefire. + +o Canonicalized the interface type numbers used internally by + libdnet. Also Libdnet now recognizes devices with type + INTF_TYPE_IEEE80211 as Ethernet devices. This ought to make + wireless network scanning work on Windows Vista. For more background + see http://seclists.org/nmap-dev/2007/q4/0391.html . [David] + +o Documented the "--script all" option in the man page and NSE + article. This option executes all scripts in the NSE database + regardless of category. [Fyodor] + +o NSE scripts can now be specified by name without the .nse + extension. So instead of using "--script + bruteTelnet.nse,HTTPpasswd.nse,SQLInject.nse,robots.nse", you can + just pass "--script bruteTelnet,HTTPpasswd,SQLInject,robots". [Kris] + +o Removed some auto-generated files from the new nselib-bin directory + as they could cause compatibility problems. Also updated + mswin32/Makefile to reflect the new nselib-bin DLL location [David] + +o ripeQuery.nse was updated to avoid printing some useless + information. [Kris] + +o Compatibility with systems that have the pcre.h header file in its + own pcre directory should now be fixed for real. [Fyodor] + +o Enhanced the radmind service detection signature and added a + deprecated radmind port to nmap-services. [Matt Selsky] + +o Zenmap now gives better errors to stdout when it can't even pop up a + dialog box (such as when PyGTK can't be loaded). [David] + +o Fixed a Zenmap crash which occurred on Mac OS X and possibly other + platforms. The error message said: "object of type + 'ScanHostDetailsPage' has no len()". [David] + +o Fixed a crash which occurred when an NSE script called + set_port_version() at times that version scanning was not + enabled. [Diman] + +o Fixed the NSIS installer so that it does not include some excess + files (mswin32/* and .svn). Thanks to Alan Jones for reporting the + problem. [Fyodor] + +o Renamed some Zenmap Python packages to allow Zenmap and Umit to be + installed at the same time. [David] + +o Updated nmap-mac-prefixes with the latest IEEE data. Also added + back Cooperative Linux virtual NIC which was inadvertently removed in + a previous release. [Fyodor] + +Nmap 4.23RC3 [2007-11-27] + +o Zenmap now has a man page! It isn't very long yet, but covers the + basics. Thanks to David for writing this. + +o A new NSE script, promiscuous.nse, scans devices on a local network + looking for sniffers (devices running in promiscuous mode). This + script is from Marek Majkowski and is the first to use the NSE pcap + extension system (which he also wrote). The script is only in the + discovery category for now so it does not run by default. Specify + it by name for now. We may make it default after the upcoming + stable release. + +o Nmap can now handle IP aliases on Windows. A given device such as + eth0 might have several IP addresses. Nmap will use the primary + address, so you need to use -S if you want to specify a different + one. [David] + +o An exception (rather than luaL_argerror) is now thrown when an SSL + connection is attempted but OpenSSL isn't available. [David] + +o There is now an nmap.have_ssl NSE function so you can avoid doing + NSE probes when SSL isn't available. [David] + +o Zenmap gives clearer error messages when an import error occurs or + Zenmap's dump files aren't found. [David] + +o Zenmap now looks for its data files relative to the directory of the + zenmap script to allow running from the build/svn directory. [David] + +o NSE C modules are now installed into an nselib-bin directory. This + was needed to make the dns-test-open-recursion and zoneTrans NSE + scripts work properly, since they use the NSE bit library + (bit.so). [Diman, Fyodor] + +o Axillary autoconf scripts such as config.guess, config.sub, + depcomp, install-sh, and ltmain.sh were deleted from Nmap + subdirectories because configure is smart enough to use the ones from + the parent directory. This decreases the Nmap source tarball and svn + checkout sizes. [David] + +o Nmap now compiles on systems which have the libPCRE include file in + pcre/pcre.h rather than just pcre.h. Thanks to Lionel Cons for the + report. [Fyodor] + +o Nmap binary is now stripped again, but it now uses -x to avoid + stripping dynamically loaded NSE functions on Mac OS X. [David] + +o Normalized Zenmap's handling of results files specified on the + command line. In some cases, Zenmap would ignore specified results + files just because some unrelated options were used. [David] + +o configure.ac now uses literal directory names rather than variable + references in calls to AC_CONFIG_SUBDIRS. This removes an annoying + warning message which has existed for years when you regenerate + configure. [David] + +o Fixed a configure.ac error which prevented you from specifying an + alternative libnsock directory. [David] + +o Check for Python in configure only if Zenmap is requested, and bail + out if Zenmap is explicitly requested (--with-zenmap) and Python is + not available. [David] + +o Removed some unimplemented Zenmap command-line options and function + calls. [David] + +Nmap 4.23RC2 [2007-11-18] + +o Static code analysis company Coverity generously offered to scan the + Nmap code base for flaws, and Kris volunteered to go through their + report and fix the ones which were actual/possible problems rather + than false positives. Their system proved quite useful, and about a + dozen potential problems were fixed. For details, see Kris' + 11/15/07 SVN commits. + +o Improved the Zenmap RPM file so that it should work on either Python + 2.4 or Python 2.5 machines. It should also work on any platform (x86, + x86_64, etc.) [David] + +o WinPcap updated from version 4.0.1 to the new 4.0.2 release. [David] + +o Added PPTP version detection NSE script (PPTPversion.nse) from + Thomas Buchanan. Nmap now ships with 38 NSE scripts. + +o A number of Solaris compilation fixes were added. Hopefully it + works for more Solaris users now. We also fixed an alignment issue + which could cause a bus error on Solaris. [David] + +o When an NSE script changes the state of a port (e.g. from + open|filtered to open), the --reason flag is now changed to + "script-set". Also, the port state reason is now available to NSE + scripts through a "reason" element in the port-table. Thanks to + Matthew Boyle for the patch. + +o When version detection changes the state of a port, the reason field + is now updated as well (to udp-response or tcp-response as + applicable). Thanks to Thomas Buchanan for the patch. + +o Reworded an error message after a woman reported that it was "highly + offensive and sexist". She also noted that "times have changed and + many women now use your software" and "a sexist remark like the one + above should have no place in software." The message was: "TCP/IP + fingerprinting (for OS scan) requires root privileges. Sorry, + dude.". I checked svn blame to call out the insensitive, + chauvinistic jerk who wrote that error message, but it was me :). + +o We received a bug report through Debian entitled "Nmap is a + clairvoyant" because when you run it with -v on September 1 1970, it + reports "Happy -27th Birthday to Nmap, may it live to be 73!". We + have decided that clairvoyance is a feature and ignored the report. + +o We no longer strip the Nmap binary before installing it, as that was + leading to a runtime error on Mac OS X: "lazy symbol binding failed: + Symbol not found: _luaL_openlib". Unfortunately, the unstripped + Nmap binary can be much larger (e.g. 4MB vs. 800KB) so we are + working on a better fix which allows us to continue stripping the + binary on other platforms. + +o Zenmap configuration/customization files renamed from ~/.umit to + ~/.zenmap and umit.conf to zenmap.conf, etc. [David] + +o Fixed a Zenmap bug where if you try to edit a profile and then + click cancel, that profile ends up deleted. [Luis A. Bastiao] + +o The NSE shortport rules now allow for multiple matching states + (e.g. open or open|filtered) to be specified. This silently failed + before. [Eddie] + +o Regenerate configure scripts with Autoconf 2.61 and update + config.guess and config.sub files with the latest versions from + http://cvs.savannah.gnu.org/viewvc/config/?root=config . [David] + +Nmap 4.23RC1 [2007-11-10] + +o NmapFE is now gone. It had a good run as the default Nmap GUI + for more than 8 years (since April 1999). But after two years of + development, Zenmap is ready to take its place. Zenmap is portable + and provides a much better interface to executing and (especially) + viewing and analyzing Nmap results. David did the honors of + removing NmapFE. + +o We have lost another old friend as well: 1st generation OS + detection system. Nmap revolutionized OS detection when this was + released in October 1998 and it served us well for more than 9 years + as the database grew to 1,684 fingerprints. But the 2nd generation + system incorporates everything we learned during all those years and + has proven itself even more effective. I couldn't bear to kill this + myself, so David did the dirty work. + +o There is no longer any artificial limit on the number of ports or + protocols that can be used for host discovery. Port lists for ping + scan now use the same syntax as the -p option except that T:, U:, + and P: are not allowed. This means that you can do + nmap -PS1-1000 target + nmap -PAhttp,https target + nmap -PU'[-]' target + [David] + +o Zenmap is now available packaged in RPM format. Since Zenmap is + written in Python, we no longer have to have separate x86 and x86_64 + versions like we did with NmapFE (and like we still do with + Nmap). [David] + +o Fixed a crash (assertion failure) which could occur during ARP Ping + scan [Kris] + +o Fixed Zenmap so that it can handle asterisks in the command line + (e.g. "nmap 192.168.*.*" or "nmap -phttp* localhost") [David] + +o Change the Zenmap bug report dialogue to now give instructions for + reporting issues to nmap-dev. [David] + +o Modified higwidgets/higdialogs.py for compatibility with old + versions of PyGTK. [David] + +o Updated IANA assignment IP list for random IP (-iR) + generation. [Kris] + +o Fixed a number of spelling errors in the Reference Guide (man page) + [Doug] + +Nmap 4.22SOC8 [2007-10-28] + +o Removed the old massping() system, since the functionality has now + been migrated into the existing ultra_scan() system (which is used + for port scanning too). Thanks to David for doing the migration, + which involved a lot of work and testing. The new system is + frequently faster and more accurate than massping(), and some of the + new algorithms benefit port scans too. + +o Renamed Umit to Zenmap to reduce confusion between the version we + ship with Nmap as the integrated GUI and the version maintained + separately at umit.sourceforge.net. We are excited about Zenmap and + expect to remove NmapFE in the near future + +o Integrated all of your Q3 service detection submissions! We have + now surpassed 4500 signatures and are approaching 500 service + protocols. Wow! Thanks to Doug for doing the integration. His + notes on the crazy and interesting services discovered this quarter + are at http://hcsw.org/blog.pl/31 . + +o Added a new ping type: IPProto Ping. Use -PO (that is the letter O + as in prOtOcOl, not a zero). This is similar to protocol scan (-sO) + in that it sends IP headers with different protocols in the hope of + eliciting a response from targets. The default is to send with + protocols 1 (ICMP), 2 (IGMP), and 4 (IP-in-IP tunnel), but you can + specify different protocol numbers on the command line the same way + you specify TCP/UDP ports to -PS or -PU. To reduce confusion, we now + recommend that -PN be used when you don't want pings done rather + than using the old -P0 (zero). [Kris] + +o The SMTPcommands.nse script was updated to support the HELP query in + addition to EHLO [Jasey DePriest] + +o Added --ttl support for connect() scans (-sT). [Kris] + +o Combine the Zenmap setup scripts into one portable setup.py rather + than having separate versions for Windows, Unix, and Mac OS X. + +o Removed a bunch of unnecessary/incomplete code and data files from + Zenmap. [David] + +o In Nbase, switched from GNU's getopt() replacement functions to + Ben Sittler's BSD-licensed (but GNU compatible) functions. [Kris] + +o Include nmap.h in portreasons.h. This fixes a compilation problem + reported on OpenBSD. [David] + +o Change PCRE from an NSELib module back to statically linked code due + to OpenBSD compilation problems. See + http://seclists.org/nmap-dev/2007/q4/0085.html [David] + +o Fix a problem with --reason printing the wrong host discovery + reasons when ICMP destination unreachable packets arrived. [Kris] + +o Nmap has better dependency tracking now such that it no longer + builds the executable every time you type 'make'. This was causing + problems where 'make; sudo make install' would create a root-owned + nmap executable because it was rebuilt as part of 'make + install'. [David] + +Nmap 4.22SOC7 [2007-10-11] + +o Integrated all of your OS detection new fingerprint submissions and + correction reports. The grew more DB more than 18% to 825 + fingerprints. Keep those submissions coming! [David] + +o Made a number of significant improvements to host discovery + algorithms for better performance and reliability. [David] + +o Fixed a bug which prevented the first OS detection guess from being + included in XML output. This only applies when no exact matches + were found. Thanks to Martyn Tovey of Netcraft for reporting the + problem and helping to track it down in the code. + +o Improve the script scan scheduling system to prevent the system from + running out of sockets by executing too many scripts concurrently + during large scans. Thanks to Brandon Enright for finding the bug + and Stoiko for fixing it. + +o Added nmap.verbosity() and nmap.debugging() functions for scripts to + determine the Nmap verbosity/debugging level. [Kris] + +o Fixed a crash (assertion error) which occurred when the first hop of + the first system (reference trace) times out. [Eddie] + +o UMIT no longer rewrites a bunch of script files to replace variables + such as VERSION and REVISION in the SVN working directory. [David, + Adriano] + +o UMIT icon loading code simplified and made platform + independent. [David] + +o Removed PIL dependency from UMIT package generation system. We now + use GTK to put the version number in the splash screen. [Adriano] + +o UMIT no longer crashes just because documentation files are + missing. [Adriano] + +o Removed unnecessary recent_scans.txt and target_list.txt files from + UMIT. Some unnecessary copies of Nmap data files were removed as + well. [David, Adriano] + +o Updated the *.dmp preprocessed Nmap data files used by UMIT, and + also updated the scripts used to create them. [David] + +o WinPcap installer was updated so that on Windows Vista it uses a + different Packet.dll and omits WanPacket.dll. [Eddie] + +o Unix installation now places NSELib dynamic libraries in 'libexec' + rather than 'share' directories, since they are architecture + dependent. Thanks to Christoph J. Thompson for the patch. + +o Fix bug related to users providing custom libpcre location to + configure (reported by Daniel Johnson, fixed by Stoiko). A patch + from Marek Majkowski which caps the number of sockets opened by NSE + scripts was also applied. + +o The UMIT version number is automatically updated to be the same as + the Nmap version number rather than always being 0.9.4. [David] + +o UMIT now sorts port numbers numerically rather than alphabetically + [Adriano] + +o Three UMIT data files (options.xml, profile_editor.xml, and + wizard.xml) are installed in the shared UMIT data directory + (e.g. /usr/share/umit/misc) rather than in every user's ~/.umit + directory. [David] + +o Added HTTPtrace demo NSE script by Kris, who also updated his + HTTPpasswd script. + +o A bunch of capitalization/spelling canonicalization changes were + made to Nmap output. For example: ftp to FTP and idlescan to + idle scan. + +o Made some improvements to the nmap.xsl stylesheet for converting + Nmap XML results to HTML reports. It now does a better job at + removing empty sections and headers. Thanks to Henrik Lund Kramshoej + for the patch. + +o Updated nmap-mac-prefixes with the latest IEEE data. + +o Disabled auto-generation of libpcre/pcre_chartables.c because that + was useless for our purposes and could also cause some version + control related problems. [David] + +o Updated IANA assignment IP list for random IP (-iR) + generation. [Kris] + +Nmap 4.22SOC6 [2007-8-29] + +o Included David's major massping migration project. The same + underlying engine is now used for ping scanning as for port + scanning. We hope this will lead to better performance and + accuracy, as well as helping to de-bloat Nmap. Please test it out + and report your results to nmap-dev! For more details, see + http://seclists.org/nmap-dev/2007/q3/0277.html + +o Fixed UMIT bug which occurred when installing to a non-standard + directory (e.g. a home directory). This caused Python to not be able + to find the necessary files. [Kris] + +o Added an NSE script (HTTPpasswd.nse) for finding directory traversal + problems and /etc/password files on web servers. [Kris] + +o Fixed an error related to version scans against SSL services on + UNIX. The error said "nsock_connect_ssl called - but nsock was + built w/o SSL support. QUITTING". Thanks to Jasey DePriest for + tracking down the problem and David Fifield for fixing it. + +o Removed win_dependencies cruft from UMIT directory. [Kris] + +o Upgraded Libpcap from version 0.9.4 to 0.9.7 [Kris] + +o Removed the effectively empty XML elements for traceroute hops which + timed out. [Eddie] + +o Fixed (I hope) a problem with running Nmap on Mac OS X machines with + VMWare Fusion running. The error message started with: + "getinterfaces: Failed to open ethernet interface (vmnet8). A + possible cause on BSD operating systems is running out of BPF + devices ...." For more details, see + http://seclists.org/nmap-dev/2007/q3/0254.html . + +o Check that --script arguments are reasonable when Nmap starts rather + than potentially waiting for a bunch of port scanning to finish + first. [Stoiko] + +o Fixed (we hope) a UMIT problem which resulted in the error message: + "NameError: global name 'S_IRUSR' is not defined". [Adriano] + +o Removed an error message which used to appear when you quit UMIT on + Windows. The message used to say "Errors occurred - See the logfile + [filename] for details." [Adriano] + +o Fix permissions on files installed by Umit so that it should work + even if you do 'make install' from an account with a 077 umask. + +o Add a feature to Umit that lets you search your unsaved + scans. [Eddie] + +o Added back a previously removed feature which allows you to specify + 'rnd' as one of your decoys (-D option) to let Nmap choose a random + IP. You also use a format such as rnd:5 to generate five random + decoys. [Kris] + +o Reference guide (man page) updates to the NSE section, and some + general cleanup. + +o When Nmap finishes, it now says "Nmap done" rather than "Nmap run + completed". No need to waste pixels on excess verbiage. + +Nmap 4.22SOC5 [2007-8-18] + +o The Windows installer should actually install UMIT properly now. + +o Remove umit.db from the installation process. Let Umit create a new + one on its own when needed. + +o Fixed the UMIT portion of the Windows installer build system to + detect certain heinous errors (like not being able to find Python) + and bail out. [Kris] + +o Prevent scripts directory from containing .svn cruft when using the + Win32 installer (thanks to David Fifield for the patch). + +Nmap 4.22SOC3 [2007-8-16] + +o Umit is now included in the Nmap Windows executable installer. + Please give it a try and let us know what you think! Kris put a lot + of work into getting this set up. + +o Added four new NSE scripts: HTTP proxy detection (Arturo 'Buanzo' + Busleiman), DNS zone transfer attempt (Eddie), detecting SQL + injection vulnerabilities on web sites (Eddie), and fetching and + displaying portions of /robots.txt from web servers (Eddie). + +o All of your 2nd Quarter 2007 Nmap version detection fingerprints + were integrated by Doug. The DB now contains 4,347 signatures for + 439 service protocols. Doug describes the highlights (craziest + services found) in his integration report at + http://hcsw.org/blog.pl/29 . + +o NSE now supports raw IP packet sending and receiving thanks to a + patch from Marek Majkowski. Diman handled testing and applied the + patch. + +o Nmap now has Snprintf() and Vsnprintf() as safer alternatives to the + standard version. The problem is that the Windows version of these + functions (_snprintf, _vsnprintf) doesn't properly terminate strings + when it has to truncate them. These wrappers ensure that the string + written is always truncated. Thanks to Kris for doing the work. + +o Upgraded libpcre from version 6.7 to 7.2 [Kris] + +o Merged various Umit bug fixes from SourceForge trunk: "missing import + webbrowser on umit", "Missing markup in 'OS Class' on + HostDetailsPage", "some command line options are now working + (target, profile, verbose, open result file and run an nmap + command)", "removing unused functions import from os.path", + "verbosity works on command line" + +o Eddie fixed several Umit bugs. Umit now sets the file save + extension to .usr unless the user specifies something else. The + details highlight regular expression was improved and an error message was added + when no target was specified and -iR and -iL aren't used. + +o reason.cc/reason.h renamed to portreasons.cc/.h because a reason.h + in the Windows platform SDK was causing conflicts. [Kris] + +o Fixed a bug in --iflist which would lead to crashes. Thanks to + Michael Lawler for the report, and Eddie for the fix. + +o Finished updating WinPcap to 4.01 (a few static libraries were + missed) [Eddie] + +o Added NSE support for buffered data reads. [Stoiko] + +o Added new --script-args option for passing arguments to NSE scripts + [Stoiko] + +o Performed a bunch of OS fingerprint text canonicalization thanks to + reports of dozens of capitalization inconsistencies from Suicidal Bob. + +o Fixed an assertion failure which could be experienced when script + scan was requested without also requesting version scan. [Stoiko] + +o Fixed an output bug on systems like Windows which return -1 when + vsnprintf is passed a too-small buffer rather than returning the + size needed. Thanks to jah (jah(a)zadkiel.plus.com) for the report. + +o Added sys/types.h include to portreasons.h to help OpenBSD compilation. + Thanks to Olivier Meyer for the patch. + +o Many hard coded function names and instances of __FUNCTION__ were + changed to __func__ [Kris] + +o Configure scripts for Nmap, Nbase, and Nsock were optimized to + remove redundant checks. This improves compilation time + performance. [Eddie] + +o Updated IANA assignment IP list for random IP (-iR) + generation. [Kris] + +Nmap 4.22SOC2 [2007-7-11] + +o NSE compilation fixes by Stoiko and Kris + +Nmap 4.22SOC1 [2007-7-8] + +o The UMIT graphical Nmap frontend is now included (as an ALPHA TEST + release) with the Nmap tarball distribution. It isn't yet in the + RPMs or the Windows distributions. UMIT is written with Python/GTK + and has many huge advantages over NmapFE. It installs from the Nmap + source tarballs as part of the "make install" process unless you + specify --without-umit to configure. Please give UMIT a try (the + executable is named umit) and let us know the results! We hope to + include UMIT in the Windows Nmap distributions soon. + +o Added more Nmap Scripting Engine scripts, bringing the total to 31. + The new ones are bruteTelnet (Eddie Bell), SMTPcommands (Jasey + DePriest), iax2Detect (Jasey), nbstat (Brandon Enright), + SNMPsysdescr (Thomas Buchanan), HTTPAuth (Thomas), finger (Eddie), + ircServerInfo (Doug Hoyte), and MSSQLm (Thomas Buchanan). + +o Added the --reason option which explains WHY Nmap assigned a port + status. For example, a port could be listed as "filtered" because + no response was received, or because an ICMP network unreachable + message was received. [Eddie] + +o Integrated all of your 2nd generation OS detection submissions, + increasing the database size by 68% since 4.21ALPHA4 to 699 + fingerprints. The 2nd generation database is now nearly half (42%) + the size of the original. Please keep those submissions coming so + that we can do another integration round before the SoC program ends + on August 20! Thanks to David Fifield for doing most of the + integration work! + +o Integrated version detection submissions. The database has grown by + more than 350 signatures since 4.21ALPHA4. Nmap now has 4,236 + signatures for 432 service protocols. As usual, Doug Hoyte deserves + credit for the integration marathon, which he describes at + http://hcsw.org/blog.pl . + +o Added the NSE library (NSELib) which is a library of useful + functions (which can be implemented in LUA or as loadable C/C++ + modules) for use by NSE scripts. We already have libraries for bit + operations (bit), list operations (listop), URL fetching and + manipulation (url), activation rules (shortport), and miscellaneous + commonly useful functions (stdnse). Stoiko added the underlying + functionality, though numerous people contributed to the library + routines. + +o Added --servicedb and --versiondb command-line options which allow + you to specify a custom Nmap services (port to port number translation + and port frequency) file or version detection database. [David + Fifield] + +o The build dependencies were dramatically reduced by removing + unnecessary header includes and moving header includes from .h + files to .cc as well as adding some forward declarations. This + reduced the number of makefile.dep dependencies from 1469 to 605. + This should make Nmap compilation faster and prevent some + portability problems. [David Fifield] + +o Upgraded from WinPcap 3.1 to WinPcap 4.01 and fixed a WinPcap installer + error. [Eddie] + +o In verbose mode, Nmap now reports where it obtains data files (such as + nmap-services) from. [David Fifield] + +o Canonicalized a bunch of OS classes, device types, etc. in the OS + detection and version scanning databases so they are named + consistently. [Doug] + +o If we get a ICMP Protocol Unreachable from a host other than our + target during a port scan, we set the state to 'filtered' rather than + 'closed'. This is consistent with how port unreachable errors work for + udp scan. [Kris] + +o Relocated OSScan warning message (could not find 1 closed and 1 open + port). Now output.cc prints the warning along with a targets OSScan + results. [Eddie] + +o Fixed a bug which caused port 0 to be improperly used for gen1 OS + detection in some cases when your scan includes port 0 (it isn't + included by default). Thanks to Sebastian Wolfgarten for the report + and Kris Katterjohn for the fix. + +o The --iflist table now provides WinPcap device names on + Windows. [Eddie] + +o The Nmap reference guide (man page) DocBook XML source is now in the + SVN repository at svn://svn.insecure.org/nmap/docs/refguide.xml . + +o NSE now has garbage collection so that if you forget to close a + socket before exiting a script, it is closed for you. [Stoiko] + +o The tag in XML output now provides the open TCP port used + for OS detection as well as the closed TCP and UDP ports which were + reported previously. [Kris] + +o XML output now has a tag for reporting final time + information which was already printed in normal output in verbose + mode (round trip time, rtt variance, timeout, etc.) [Kris] + +o Changed the XML output format so that the tag (part + of Eddie's --reason patch) falls within the tag. [Kris] + +o Nmap now provides more concise OS fingerprints for submission thanks + to better merging. [David Fifield] + +o A number of changes were made to the Windows build system to handle + version numbers, publisher field, add/remove program support, + etc. [Eddie] + +o The Nmap -A option now enables the traceroute option too [Eddie] + +o Improved how the Gen1 OS Detection system selects which UDP ports to + send probes to. [Kris] + +o Updated nmap-mac-prefixes to latest IEEE data as of 5/18/07. Also + removed some high (greater than 0x80) characters from some company + names because they were causing this error on Windows when Nmap is + compiled in Debug mode: + isctype.c Line 56: Expression: (unsigned)(c + 1) <= 256". + Thanks to Sina Bahram for the initial report and Thomas Buchanan for + tracking down the problem. + +o Added a SIP (IP phone) probe from Matt Selsky to nmap-service-probes. + +o Fixed a bug which prevented the NSE scripts directory from appearing + in the Win32 .zip version of Nmap. + +o Fixed a bug in --traceroute output. It occurred when a traced host could + be fully consolidated, but only the first hop number was outputted. [Kris] + +o The new "rnd" option to -D allows you to ask Nmap to generate random + decoy IPs rather having to specify them all yourself. [Kris] + +o Fixed a Traceroute bug relating to scanning through the localhost + interface on Windows (which previously caused a crash). Thanks to + Alan Jones for the report and Eddie Bell for the fix. + +o Fixed a traceroute bug related to tracing between interfaces of a + multi-homed host. Thanks to David Fifield for reporting the problem + and Eddie Bell for the fix. + +o Service detection (-sV) and OS detection (-O) are now (rightfully) + disabled when used with the IPProto Scan (-sO). Using the Service + Scan like this led to premature exiting, and the OS Scan led to gross + inaccuracies. [Kris] + +o Updated IANA assignment IP list for random IP (-iR) generation. [Kris] + +Nmap 4.21ALPHA4 [2007-3-20] + +o Performed another big OS detection run. The DB has grown almost 10% + to 417 fingerprints. All submissions up to February 6 have been + processed. Please keep them coming! + +o Fixed XML output so that the opening tag is printed again. The + line which prints this was somehow removed when NSE was integrated. + Thanks to Joshua Abraham for reporting the problem. + +o Fixed a small bug in traceroute progress output which didn't + properly indicate completion. [Kris] + +o Fixed a portability problem related to the new traceroute + functionality so that it compiles on Mac OS X. Thanks to Christophe + Thil for reporting the problem and sending the 1-line fix. + +o Updated nmap-mac-prefixes to include the latest MAC prefix (OUI) + data from the IEEE as of March 20, 2007. + +Nmap 4.21ALPHA3 [2007-3-16] + +o Just fixed a packaging problem with the 4.21ALPHA2 release (thanks + to Alan Jones for reporting it). + +Nmap 4.21ALPHA2 [2007-3-15] + +o Performed a huge OS detection submission integration marathon. More + than 500 submissions were processed, increasing the 2nd generation + OS DB size 65% to 381 fingerprints. And many of the existing ones + were improved. We still have a bit more than 500 submissions (sent + after January 16) to process. Please keep those submissions coming! + +o Integrated all of your Q32006 service fingerprint submissions. The + nmap-service-probe DB grew from 3,671 signatures representing 415 + service protocols to 3,877 signatures representing 426 services. Big + thanks to version detection czar Doug Hoyte for doing this. Notable + changes are described at http://hcsw.org/blog.pl?a=20&b=20 . + +o Nmap now has traceroute support, thanks to an excellent patch by + Eddie Bell. The new system uses Nmap data to determine which sort of + packets are most likely to slip through the target network and + produce useful results. The system is well optimized for speed and + bandwidth efficiency, and the clever output system avoids repeating + the same initial hops for each target system. Enable this + functionality by specifying --traceroute. + +o Nmap now has a public Subversion (SVN) source code repository. See + the announcement at http://seclists.org/nmap-dev/2006/q4/0253.html + and then the updated usage instructions at + http://seclists.org/nmap-dev/2006/q4/0281.html . + +o Fixed a major accuracy bug in gen1 OS detection (some debugging code + was accidentally left in). Thanks to Richard van den Berg for finding + the problem. + +o Changed the IP protocol scan so that it sends proper IGMP headers when + scanning that protocol. This makes it much more likely that the host + will respond, proving that it's "open". [Kris] + +o Improved the algorithm for classifying the TCP timestamp frequency + for OS detection. The new algorithm is described at + https://nmap.org/book/osdetect-methods.html#osdetect-ts . + +o Fixed the way Nmap detects whether one of its data files (such as + nmap-services) exists and has permissions which allow it to be read. + +o Added a bunch of nmap-services port listings from Stephanie Wen. + +o Update IANA assignment IP list for random IP (-iR) generation. + Thanks to Kris Katterjohn for the patch. + +o Fix nmap.xsl (the transform for rendering Nmap XML results as HTML) + to fix some bugs related to OS detection output. Thanks to Tom + Sellers for the patch. + +o Fixed a bug which prevented the --without-liblua compilation option + from working. Thanks to Kris Katterjohn for the patch. + +o Fixed a bug which caused nmap --iflist to crash (and might have + caused crashes in other circumstances too). Thanks to Kris + Katterjohn for the report and Diman Todorov for the fix. + +o Applied a bunch of code cleanup patches from Kris Katterjohn. + +o Some scan types were fixed when used against localhost. The UDP Scan + doesn't find its own port, the TCP Scan won't print a message (with -d) + about an unexpected packet (for the same reason), and the IPProto Scan + won't list every port as "open" when using --data-length >= 8. [Kris] + +o The IPProto Scan should be more accurate when scanning protocol 17 (UDP). + ICMP Port Unreachables are now checked for, and UDP is listed as "open" + if it receives one rather than "open|filtered" or "filtered". [Kris] + +o The --scanflags option now also accepts "ECE", "CWR", "ALL" and "NONE" as + arguments. [Kris] + +o The --packet-trace option was added to NmapFE. The Ordered Ports (-r) + option in now available to non-root users on NmapFE as well. [Kris] + +Nmap 4.21ALPHA1 [2006-12-10] + +o Integrated the Nmap Scripting Engine (NSE) into mainline Nmap. + Diman Todorov and I have been working on this for more than six months, and + we hope it will expand Nmap's capabilities in many cool ways. We're + accepting (and writing) general purpose scripts to put into Nmap + proper, and you can also write personal scripts to deal with issues + specific to your environment. The system is documented at + https://nmap.org/book/nse.html . + +o Updated nmap-mac-prefixes to reflect the latest OUI DB from the IEEE + (http://standards.ieee.org/regauth/oui/oui.txt) as of December 7. + +Nmap 4.20 [2006-12-7] + +o Integrated the latest OS fingerprint submissions. The 2nd + generation DB size has grown to 231 fingerprints. Please keep them + coming! New fingerprints include Mac OS X Server 10.5 pre-release, + NetBSD 4.99.4, Windows NT, and much more. + +o Fixed a segmentation fault in the new OS detection system + which was reported by Craig Humphrey and Sebastian Garcia. + +o Fixed a TCP sequence prediction difficulty indicator bug. The index + is supposed to go from 0 ("trivial joke") to about 260 (OpenBSD). + But some systems generated ISNs so insecurely that Nmap went + berserk and reported a negative difficulty index. This generally + only affects some printers, crappy cable modems, and Microsoft + Windows (old versions). Thanks to Sebastian Garcia for helping me + track down the problem. + +Nmap 4.20RC2 [2006-12-2] + +o Integrated all of your OS detection submissions since RC1. The DB + has increased 13% to 214 fingerprints. Please keep them coming! + New fingerprints include versions of z/OS, OpenBSD, Linux, AIX, + FreeBSD, Cisco CatOS, IPSO firewall, and a slew of printers and + misc. devices. We also got our first Windows 95 fingerprint, + submitted anonymously of course :). + +o Fixed (I hope) the "getinterfaces: intf_loop() failed" error which + was seen on Windows Vista. The problem was apparently in + intf-win32.c of libdnet (need to define MIB_IF_TYPE_MAX to + MAX_IF_TYPE rather than 32). Thanks to Dan Griffin + (dan(a)jwsecure.com) for tracking this down! + +o Applied a couple minor bug fixes for IP options + support and packet tracing. Thanks to Michal Luczaj + (regenrecht(a)o2.pl) for reporting them. + +o Incorporated SLNP (Simple Library Network Protocol) version + detection support. Thanks to Tibor Csogor (tibi(a)tiborius.net) for + the patch. + +Nmap 4.20RC1 [2006-11-20] + +o Fixed (I hope) a bug related to Pcap capture on Mac OS X. Thanks to + Christophe Thil for reporting the problem and to Kurt Grutzmacher + and Diman Todorov for helping to track it down. + +o Integrated all of your OS detection submissions since ALPHA11. The + DB has increased 27% to 189 signatures. Notable additions include + the Apple Airport Express, Windows Vista RC1, OpenBSD 4.0, a Sony + TiVo device, and tons of broadband routers, printers, switches, and + Linux kernels. Keep those submissions coming! + +o Upgraded the included LibPCRE from version 6.4 to 6.7. Thanks to + Jochen Voss (voss(a)seehuhn.de) for the suggestion (he found some bugs + in 6.4) + +Nmap 4.20ALPHA11 [2006-11-2] + +o Integrated all of your OS detection submissions, bringing the + database up to 149 fingerprints. This is an increase of 28% from + ALPHA10. Notable additions include FreeBSD 6.1, a bunch of HP + LaserJet printers, and HP-UX 11.11. We also got a bunch of more + obscure submissions like Minix 3.1.2a and "Ember InSight Adapter for + programming EM2XX-family embedded devices". Who doesn't have a few + of those laying around? I'm hoping that all the obscure submissions + mean that more of the mainstream systems are being detected out of + the box! Please keep those submissions (obscure or otherwise) + coming! + +Nmap 4.20ALPHA10 [2006-10-23] + +o Integrated tons of new OS fingerprints. The DB now contains 116 + fingerprints, which is up 63% since the previous version. Please keep + the submissions coming! + +Nmap 4.20ALPHA9 [2006-10-13] + +o Integrated the newly submitted OS fingerprints. The DB now contains + 71 fingerprints, up 27% from 56 in ALPHA8. Please keep them coming! + We still only have 4.2% as many fingerprints as the gen1 database. + +o Added the --open option, which causes Nmap to show only open ports. + Ports in the states "open|closed" and "unfiltered" might be open, so + those are shown unless the host has an overwhelming number of them. + +o Nmap gen2 OS detection used to always do 2 retries if it fails to + find a match. Now it normally does just 1 retry, but does 4 retries + if conditions are good enough to warrant fingerprint submission. + This should speed things up on average. A new --max-os-tries option + lets you specify a higher lower maximum number of tries. + +o Added --unprivileged option, which is the opposite of --privileged. + It tells Nmap to treat the user as lacking network raw socket and + sniffing privileges. This is useful for testing, debugging, or when + the raw network functionality of your operating system is somehow + broken. + +o Fixed a confusing error message which occurred when you specified a + ping scan or list scan, but also specified -p (which is only used for + port scans). Thanks to Thomas Buchanan for the patch. + +o Applied some small cleanup patches from Kris Katterjohn + +Nmap 4.20ALPHA8 [2006-9-30] + +o Integrated the newly submitted OS fingerprints. The DB now contains + 56, up 33% from 42 in ALPHA7. Please keep them coming! We still only + have 3.33% as many signatures as the gen1 database. + +o Nmap 2nd generation OS detection now has a more sophisticated + mechanism for guessing a target OS when there is no exact match in the + database (see https://nmap.org/book/osdetect-guess.html ) + +o Rewrote mswin32/nmap.rc to remove cruft and hopefully reduce some + MFC-related compilation problems we've seen. Thanks to KX + (kxmail(a)gmail.com) for doing this. + +o NmapFE now uses a spin button for verbosity and debugging options so + that you can specify whatever verbosity (-v) or debugging (-d) level + you desire. The --randomize-hosts option was also added to NmapFE. + Thanks to Kris Katterjohn for the patches. + +o A dozen or so small patches to Nmap and NmapFE by Kris Katterjohn. + +o Removed libpcap/Win32 and libpcap/msdos as Nmap doesn't use them. + This reduces the Nmap tar.bz2 by about 50K. Thanks to Kris Katterjohn + for the suggestion. + +Nmap 4.20ALPHA7 [2006-9-12] + +o Did a bunch of Nmap 2nd generation fingerprint integration work. + Thanks to everyone who sent some in, though we still need a lot more. + Also thanks to Zhao for a bunch of help with the integration tools. + 4.20ALPHA6 had 12 fingerprints, this new version has 42. The old DB + (still included) has 1,684. + +o Updated nmap-mac-prefixes to reflect the latest OUI DB from the IEEE + (http://standards.ieee.org/regauth/oui/oui.txt) as of September 6, 2006. + Also added the unregistered PearPC virtual NIC prefix, as suggested + by Robert Millan (rmh(a)aybabtu.com). + +o Applied some small internal cleanup patches by Kris Katterjohn. + +Nmap 4.20ALPHA6 [2006-9-2] + +o Fixed a bug in 2nd generation OS detection which would (usually) prevent + fingerprints from being printed when systems don't respond to the 1st + ICMP echo probe (the one with bogus code value of 9). Thanks to + Brandon Enright for reporting and helping me debug the problem. + +o Fixed some problematic Nmap version detection signatures which could + cause warning messages. Thanks to Brandon Enright for the initial patch. + +Nmap 4.20ALPHA5 [2006-8-31] + +o Worked with Zhao to improve the new OS detection system with + better algorithms, probe changes, and bug fixes. We're + now ready to start growing the new database! If Nmap gives you + fingerprints, please submit them at the given URL. The DB is still + extremely small. The new system is extensively documented at + https://nmap.org/book/osdetect.html . + +o Nmap now supports IP options with the new --ip-options flag. You + can specify any options in hex, or use "R" (record route), "T" + (record timestamp), "U") (record route & timestamp), "S [route]" + (strict source route), or "L [route]" (loose source route). Specify + --packet-trace to display IP options of responses. For further + information and examples, see https://nmap.org/book/man.html and + http://seclists.org/nmap-dev/2006/q3/0052.html . Thanks to Marek + Majkowski for writing and sending the patch. + +o Integrated all 2nd quarter service detection fingerprint + submissions. Please keep them coming! We now have 3,671 signatures + representing 415 protocols. Thanks to version detection czar Doug + Hoyte for doing this. + +o Nmap now uses the (relatively) new libpcap pcap_get_selectable_fd + API on systems which support it. This means that we no longer need + to hack the included Pcap to better support Linux. So Nmap will now + link with an existing system libpcap by default on that platform if + one is detected. Thanks to Doug Hoyte for the patch. + +o Updated the included libpcap from 0.9.3 to 0.9.4. The changes I + made are in libpcap/NMAP_MODIFICATIONS . By default, Nmap will now + use the included libpcap unless version 0.9.4 or greater is already + installed on the system. + +o Applied some nsock bugfixes from Diman Todorov. These don't affect + the current version of Nmap, but are important for his Nmap + Scripting Engine, which I hope to integrate into mainline Nmap in + September. + +o Fixed a bug which would occasionally cause Nmap to crash with the + message "log_vwrite: write buffer not large enough". I thought I + conquered it in a previous release -- thanks to Doug Hoyte for finding a + corner case which proved me wrong. + +o Fixed a bug in the rDNS system which prevented us from querying + certain authoritative DNS servers which have recursion explicitly + disabled. Thanks to Doug Hoyte for the patch. + +o --packet-trace now reports TCP options (thanks to Zhao Lei for the + patch). Thanks to the --ip-options addition also found in this + release, IP options are printed too. + +o Cleaned up Nmap DNS reporting to be a little more useful and + concise. Thanks to Doug Hoyte for the patch. + +o Applied a bunch of small internal cleanup patches by Kris Katterjohn + (katterjohn(a)gmail.com). + +o Fixed the 'distclean' make target to be more comprehensive. Thanks + to Thomas Buchanan (Thomas.Buchanan(a)thecompassgrp.net) for the + patch. + +Nmap 4.20ALPHA4 [2006-7-4] + +o Nmap now provides progress statistics in the XML output in verbose + mode. Here are some examples of the format (etc is "estimated time + until completion) and times are in UNIX time_t (seconds since 1970) format. + + + + + + Thanks to Adam Vartanian (flooey(a)gmail.com) for the patch. + +o Updated the Windows installer to give an option checkbox for + performing the Nmap performance registry changes. The default is to + do so. Thanks to Adam Vartanian (flooey(a)gmail.com) for the patch. + +o Applied several code cleanup patches from Marek Majkowski. + +o Added --release-memory option, which causes Nmap to release all + accessible memory buffers before quitting (rather than let the OS do + it). This is only useful for debugging memory leaks. + +o Fixed a bug related to bogus completion time estimates when you + request an estimate (through runtime interaction) right when Nmap is + starting a subsystem (such as a port scan or version detection). + Thanks to Diman Todorov for reporting the problem and Doug Hoyte for + writing a fix. + +o Nmap no longer gets random numbers from OpenSSL when it is available + because that turned out to be slower than Nmap's other methods + (e.g. /dev/urandom on Linux, /dev/arandom on OpenBSD, etc.). Thanks + to Marek Majkowski for reporting the problem. + +o Updated the Windows binary distributions (self-installer and .zip) + to include the new 2nd generation OS detection DB (nmap-os-db). + Thanks to Sina Bahram for reporting the problem. + +o Fixed the --max-retries option, which wasn't being honored. Thanks + to Jon Passki (jon.passki(a)hursk.com) for the patch. + +Nmap 4.20ALPHA3 [2006-6-29] + +o Added back Win32 support thanks to a patch by KX + +o Fixed the English translation of TCP sequence difficulty reported by + Brandon Enright, and also removed fingerprint printing for 1st + generation fingerprints (I don't really want to deal with those + anymore). Thanks to Zhao Lei for writing this patch. + +o Fix a problem which caused OS detection to be done in some cases + even if the user didn't request it. Thanks to Diman Todorov for the + fix. + +Nmap 4.20ALPHA2 [2006-6-24] + +o Included nmap-os-db (the new OS detection DB) within the release. + Oops! Thanks to Brandon Enright (bmenrigh(a)ucsd.edu) for catching + this problem with 4.20ALPHA1. + +o Added a fix for the crash in the new OS detection which would come + with the message "Probe doesn't exist! Probe type: 1. Probe subid: 1" + +Nmap 4.20ALPHA1 [2006-6-24] + +o Integrated initial 2nd generation OS detection patch! The system is + documented at https://nmap.org/book/osdetect.html . Thanks to Zhao Lei + for helping with the coding and design. + +o portlist.cc was refactored to remove some code duplication. Thanks + to Diman Todorov for the patch. + +Nmap 4.11 [2006-6-23] + +o Added a dozens of more detailed SSH version detection signatures, thanks + to a SSH huge survey and integration effort by Doug Hoyte. The + results of his large-scale SSH scan are posted at + http://seclists.org/nmap-dev/2006/Apr-Jun/0393.html . + +o Fixed the Nmap Makefile (actually Makefile.in) to correctly handle + include file dependencies. So if a .h file is changed, all of the + .cc files which depend on it will be recompiled. Thanks to Diman + Todorov (diman(a)xover.mud.at) for the patch. + +o Fixed a compilation problem on solaris and possibly other platforms. + The error message looked like "No rule to make target `inet_aton.o', + needed by `libnbase.a'". Thanks to Matt Selsky + (selsky(a)columbia.edu) for the patch. + +o Applied a patch which helps with HP-UX compilation by linking in the + nm library (-lnm). Thanks to Zakharov Mikhail + (zmey20000(a)yahoo.com) for the patch. + +o Added version detection probes for detecting the Nessus daemon. + Thanks to Adam Vartanian (flooey(a)gmail.com) for sending the patch. + +Nmap 4.10 [2006-6-12] + +o Updated nmap-mac-prefixes to reflect the latest OUI DB from the IEEE + (http://standards.ieee.org/regauth/oui/oui.txt) as of May 31, 2006. + Also added a couple unregistered OUI's (for QEMU and Bochs) + suggested by Robert Millan (rmh(a)aybabtu.com). + +o Fixed a bug which could cause false "open" ports when doing a UDP + scan of localhost. This usually only happened when you scan tens of + thousands of ports (e.g. -p- option). + +o Fixed a bug in service detection which could lead to a crash when + "--version-intensity 0" was used with a UDP scan. Thanks to Makoto + Shiotsuki (shio(a)st.rim.or.jp) for reporting the problem and Doug + Hoyte for producing a patch. + +o Made some AIX and HP-UX portability fixes to Libdnet and NmapFE. + These were sent in by Peter O'Gorman + (nmap-dev(a)mlists.thewrittenword.com). + +o When you do a UDP+TCP scan, the TCP ports are now shown first (in + numerical order), followed by the UDP ports (also in order). This + contrasts with the old format which showed all ports together in + numerical order, regardless of protocol. This was at first a "bug", + but then I started thinking this behavior may be better. If you + have a preference for one format or the other, please post your + reasons to nmap-dev. + +o Changed mass_dns system to print a warning if it can't find any + available DNS servers, but not quit like it used to. Thanks to Doug + Hoyte for the patch. + +Nmap 4.04BETA1 [2006-5-31] + +o Integrated all of your submissions (about a thousand) from the first + quarter of this year! Please keep 'em coming! The DB has increased + from 3,153 signatures representing 381 protocols in 4.03 to 3,441 + signatures representing 401 protocols. No other tool comes close! + Many of the already existing match lines were improved too. Thanks + to Version Detection Czar Doug Hoyte for doing this. + +o Nmap now allows multiple ignored port states. If a 65K-port scan + had, 64K filtered ports, 1K closed ports, and a few dozen open + ports, Nmap used to list the dozen open ones among a thousand lines + of closed ports. Now Nmap will give reports like "Not shown: 64330 + filtered ports, 1000 closed ports" or "All 2051 scanned ports on + 192.168.0.69 are closed (1051) or filtered (1000)", and omit all of + those ports from the table. Open ports are never ignored. XML + output can now have multiple directive (one for each + ignored state). The number of ports in a single state before it is + consolidated defaults to 26 or more, though that number increases as + you add -v or -d options. With -d3 or higher, no ports will be + consolidated. The XML output should probably be augmented to give + the extraports directive 'ip', 'tcp', and 'udp' attributes which + specify the corresponding port numbers in the given state in the + same listing format as the nmaprun.scaninfo.services attribute, but + that part hasn't yet been implemented. If you absolutely need the + exact port numbers for each state in the XML, use -d3 for now. + +o Nmap now ignores certain ICMP error message rate limiting (rather + than slowing down to accommodate it) in cases such as SYN scan where + an ICMP message and no response mean the same thing (port filtered). + This is currently only done at timing level Aggressive (-T4) or + higher, though we may make it the default if we don't hear problems + with it. In addition, the --defeat-rst-ratelimit option has been + added, which causes Nmap not to slow down to accommodate RST rate + limits when encountered. For a SYN scan, this may cause closed + ports to be labeled 'filtered' because Nmap refused to slow down + enough to correspond to the rate limiting. Learn more about this + new option at https://nmap.org/book/man.html . Thanks to Martin + Macok (martin.macok(a)underground.cz) for writing the patch that + these changes were based on. + +o Moved my Nmap development environment to Visual C++ 2005 Express + edition. In typical "MS Upgrade Treadmill" fashion, Visual Studio + 2003 users will no longer be able to compile Nmap using the new + solution files. The compilation, installation, and execution + instructions at https://nmap.org/book/inst-windows.html have been + upgraded. + +o Automated my Windows build system so that I just have to type a + single make command in the mswin32 directory. Thanks to Scott + Worley (smw(a)pobox.com>, Shane & Jenny Walters + (yfisaqt(a)waltersinamerica.com), and Alex Prinsier + (aphexer(a)mailhaven.com) for reading my appeal in the 4.03 + CHANGELOG and assisting. + +o Changed the PortList class to use much more efficient data + structures and algorithms which take advantage of Nmap-specific + behavior patterns. Thanks to Marek Majkowski + (majek(a)forest.one.pl) for the patch. + +o Fixed a bug which prevented certain TCP+UDP scan commands, such as + "nmap -sSU -p1-65535 localhost" from scanning both TCP and UDP. + Instead they gave the error message "WARNING: UDP scan was requested, + but no udp ports were specified. Skipping this scan type". Thanks to + Doug Hoyte for the patch. + +o Nmap has traditionally required you to specify -T* timing options + before any more granular options like --max-rtt-timeout, otherwise the + general timing option would overwrite the value from your more + specific request. This has now been fixed so that the more specific + options always have precedence. Thanks to Doug Hoyte for this patch. + +o Fixed a couple possible memory leaks reported by Ted Kremenek + (kremenek(a)cs.stanford.edu) from the Stanford University software + static analysis lab ("Checker" project). + +o Nmap now prints a warning when you specify a target name which + resolves to multiple IP addresses. Nmap proceeds to scan only the + first of those addresses (as it always has done). Thanks to Doug + Hoyte for the patch. The warning looks like this: + Warning: Hostname google.com resolves to 3 IPs. Using 66.102.7.99. + +o Disallow --host-timeout values of less than 1500ms, print a warning + for values less than 15s. + +o Changed all instances of inet_aton() into calls to inet_pton() + instead. This allowed us to remove inet_aton.c from nbase. Thanks to + KX (kxmail(a)gmail.com) for the patch. + +o When debugging (-d) is specified, Nmap now prints a report on the + timing variables in use. Thanks to Doug Hoyte for the patch. The + report loos like this: + ---------- Timing report ---------- + hostgroups: min 1, max 100000 + rtt-timeouts: init 250, min 50, max 300 + scan-delay: TCP 5, UDP 1000 + parallelism: min 0, max 0 + max-retries: 2, host-timeout 900000 + ----------------------------------- + +o Modified the WinPcap installer file to explicitly uninstall an + existing WinPcap (if you select that you wish to replace it) rather + than just overwriting the old version. Thanks to Doug Hoyte for + making this change. + +o Added some P2P application ports to the nmap-services file. Thanks + to Martin Macok for the patch. + +o The write buffer length increased in 4.03 was increased even further + when the debugging or verbosity levels are more than 2 (e.g. -d3). + Thanks to Brandon Enright (bmenrigh(a)ucsd.edu) for the patch. The + goal is to prevent you from ever seeing the fatal error: + "log_vwrite: write buffer not large enough -- need to increase" + +o Added a note to the Nmap configure dragon that people sick of him + can submit their own ASCII art to dev@nmap.org . If you + are wondering WTF I am talking about, it is probably because only + most elite Nmap users -- the ones who compile from source on UNIX -- + get to see the 'l33t ASCII Art. + +Nmap 4.03 [2006-4-22] + +o Updated the LibPCRE build system to add the -fno-thread-jumps option + to gcc when compiling on the new Intel-based Apple Mac OS X systems. + Hopefully this resolves the version detection crashes that several + people have reported on such systems. Thanks to Kurt Grutzmacher + (grutz(a)jingojango.net) for sending the configure.ac patch. + +o Made some portability fixes to keep Nmap compiling with the newest + Visual Studio 2005. Thanks to KX (kxmail(a)gmail.com) for + suggesting them. + +o Service fingerprints are now provided in the XML output whenever + they would appear in the interactive output (i.e. when a service + response with data but is unrecognized). They are shown in a new + 'servicefp' attribute to the 'service' tag. Thanks to Brandon Enright + (bmenrigh(a)ucsd.edu) for sending the patch. + +o Improved the Windows build system -- mswin32/Makefile now takes care + of packaging Nmap and creating the installers once Visual Studio (GUI) + is done building the Release version of mswin32/nmap.sln. If someone + knows how to do this (build) step on the command line (using the + Makefile), please let me know. Or if you know how to at least make + 'Release' (rather than Debug) the default configuration, that would be + valuable. + +o WinPcap 3.1 binaries are now shipped in the Nmap tarball, along with + a customized installer written by Doug Hoyte. That new WinPcap + installer is now used by the Nmap self-installer (if you request + WinPcap installation). Some Nmap users were uncomfortable with a + "phone home" feature of the official WinPcap installer. It connects + back to CACE Technologies, ostensibly to display news and (more + recently) advertisements. Our new installer omits that feature, but + should be otherwise perfectly compatible with WinPcap 3.1. + +o Fixed (I hope) a problem where aggressive --min-parallelization + option values could cause Nmap to quit with the message "box(300, 100, + 15) called (min,max,num)". Thanks to Richard van den Berg + (richard.vandenberg(a)ins.com) for reporting the problem. + +o Fixed a rare crash bug thanks to a report and patch from Ganga + Bhavani (GBhavani(a)everdreamcorp.com) + +o Increased a write buffer length to keep Nmap from quitting with the + message "log_vwrite: write buffer not large enough -- need to + increase". Thanks to Dave (dmarcher(a)pobox.com) for reporting the + issue. + +Nmap 4.02ALPHA2 [2006-3-8] + +o Updated to a newer XSL stylesheet (for XML to HTML output + transformation) by Benjamin Erb. This new version includes IP + address sorting, removal of javascript requirements, some new + address, hostname, and Nmap version information, and various minor + tweaks and fixes. + +o Cleaned up the Amiga port code to use atexit() rather than the + previous macro hack. Thanks to Kris Katterjohn (katterjohn(a)gmail.com) + for the patch. Applied maybe half a dozen new other code cleanup + patches from him as well. + +o Made some changes to various Nmap initialization functions which + help ALT Linux (altlinux.org) and Owl (openwall.com) developers run + Nmap in a chroot environment. Thanks to Dmitry V. Levin + (ldv(a)altlinux.org) for the patch. + +o Cleaned up the code a bit by making a bunch (nearly 100) global + symbols (mostly function calls) static. I was also able to removed + some unused functions and superfluous config.h.in defines. Thanks + to Dmitry V. Levin (ldv(a)altlinux.org) for sending a list of + candidate symbols. + +o Nmap now tests for the existence of data files using stat(2) rather + than testing whether they can be opened for reading (with fopen). + This is because some device files (tape drives, etc.) may react badly + to being opened at all. Thanks to Dmitry V. Levin + (ldv(a)altlinux.org) for the suggestion. + +o Changed Nmap to cache interface information rather than opening and + closing it (with dnet's eth_open and eth_close functions) all the + time. + +o Applied a one-character Visual Studio 2005 compatibility patch from + kx (kxmail(a)gmail.com). It changed getch() into _getch() on Windows. + +Nmap 4.02ALPHA1 [2006-3-13] + +o Added the --log-errors option, which causes most warnings and error + messages that are printed to interactive-mode output (stdout/stderr) + to also be printed to the normal-format output file (if you + specified one). This will not work for most errors related to bad + command-line arguments, as Nmap may not have initialized its output + files yet. In addition, some Nmap error/warning messages use a + different system that does not yet support this option. + +o Rewrote much of the Nmap results output functions to be more + efficient and support --log-errors. + +o Fixed a flaw in the scan engine which could (in rare cases) + lead to a deadlock situation that prevents a scan from completing. + Thanks to Ganga Bhavani (GBhavani(a)everdreamcorp.com) for reporting + and helping to debug the problem. + +o If the pcap_open_live() call (initiates sniffing) fails, Nmap now + tries up to two more times after waiting a little while. This is + attempt to work around a rare bug on Windows in which the + pcap_open_live() fails for unknown reasons. + +o Fixed a flaw in the runtime interaction in which Nmap would include + hosts currently being scanned in the number of hosts "completed" + statistic. + +o Fixed a crash in OS scan which could occur on Windows when a DHCP + lease issue causes the system to lose its IP address. Nmap still + quits, but at least it gives a proper error message now. Thanks to + Ganga Bhavani (GBhavani(a)everdreamcorp.com) for the patch. + +o Applied more than half a dozen small code cleanup patches from + Kris Katterjohn (katterjohn(a)gmail.com). + +o Modified the configure script to accept CXX when specified as an + absolute path rather than just the executable name. Thanks to + Daniel Roethlisberger (daniel(a)roe.ch) for this patch. + +Nmap 4.01 [2006-2-9] + +o Fixed a bug that would cause bogus reverse-DNS resolution on + big-endian machines. Thanks to Doug Hoyte, Seth Miller, Tony Doan, + and Andrew Lutomirsky for helping to debug and patch the problem. + +o Fixed an important memory leak in the raw ethernet sending system. + Thanks to Ganga Bhavani (GBhavani(a)everdreamcorp.com) for + identifying the bug and sending a patch. + +o Fixed --system-dns option so that --system_dns works too. Error + messages were changed to reflect the former (preferred) name. + Thanks to Sean Swift (sean.swift(a)bradford.gov.uk) and Peter + VanEeckhoutte (Peter.VanEeckhoutte(a)saraleefoodseurope.com) for + reporting the problem. + +o Fixed a crash which would report this message: + "NmapOutputTable.cc:143: void NmapOutputTable::addItem(unsigned int, + unsigned int, bool, const char*, int): Assertion `row < numRows' + failed." Thanks to Jake Schneider (Jake.Schneider(a)dynetics.com) for + reporting and helping to debug the problem. + +o Whenever Nmap sends packets with the SYN bit set (except for OS + detection), it now includes the maximum segment size (MSS) tcp + option with a value of 1460. This makes it stand out less as almost + all hosts set at least this option. Thanks to Juergen Schmidt + (ju(a)heisec.de) for the suggestion. + +o Applied a patch for a Windows interface reading bug in the aDNS + subsystem from Doug Hoyte. + +o Minor changes to recognize DragonFly BSD in configure + scripts. Thanks to Joerg Sonnenberger (joerg(a)britannica.bec.de) + for sending the patch. + +o Fixed a minor bug in an error message starting with "eth_send of ARP + packet returned". Thanks to J.W. Hoogervorst + (J.W.Hoogervorst(a)uva.nl) for finding this. + +Nmap 4.00 [2006-1-31] + +o Added the '?' command to the runtime interaction system. It prints a + list of accepted commands. Thanks to Andrew Lutomirski + (luto(a)myrealbox.com) for the patch. + +o See the announcement at + http://www.insecure.org/stf/Nmap-4.00-Release.html for high-level + changes since 3.50. + +Nmap 3.9999 [2006-1-28] + +o Generated a new libpcre/configure to cope with changes in LibPCRE + 6.4 + +o Updated nmap-mac-prefixes to reflect the latest OUI DB from the IEEE + (http://standards.ieee.org/regauth/oui/oui.txt) + +o Updated nmap-protocols with the latest IEEE internet protocols + assignments (http://www.iana.org/assignments/protocol-numbers). + +o Updated the Nmap version number and related fields that MS Visual + Studio places in the binary. This was done by editing + mswin32/nmap.rc. + +Nmap 3.999 [2006-1-26] + +o Added runtime interaction support to Windows, thanks to patches from + Andrew Lutomirski (luto(a)myrealbox.com) and Gisle Vanem (giva(a)bgnett.no). + +o Changed a couple lines of tcpip.cc (put certain IP header fields in + host byte order rather than NBO) to (hopefully) support Mac OS X on + Intel. Thanks to Kurt Grutzmacher (grutz(a)jingojango.net) for the + patch. + +o Upgraded the included LibPCRE from version 6.3 to 6.4. There was a + report of version detection crashes on the new Intel-based MACs with + 6.3. + +o Fixed an issue in which the installer would malfunction in rare + issues when installing to a directory with spaces in it. Thanks to + Thierry Zoller (Thierry(a)Zoller.lu) for the report. + +Nmap 3.99 [2006-1-25] + +o Integrated all remaining 2005 service submissions. The DB now has + surpassed 3,000 signatures for the first time. There now are 3,153 + signatures for 381 service protocols. Those protocols span the + gamut from abc, acap, afp, and afs to zebedee, zebra, and + zenimaging. It even covers obscure protocols such as http, ftp, + smtp, and ssh :). Thanks to Version Detection Czar Doug Hoyte for + his excellent work on this. + +o Created a Windows executable installer using the open source NSIS + (Nullsoft Scriptable Install System). It handles Pcap installation, + registry performance changes, and adding Nmap to your cmd.exe + executable path. The installer source files are in mswin32/nsis/ . + Thanks to Google SoC student Bo Jiang (jiangbo(a)brandeis.edu) for + creating the initial version. + +o Fixed a backward compatibility bug in which Nmap didn't recognize + the --min_rtt_timeout option (it only recognized the newly + hyphenated --min-rtt-timeout). Thanks to Joshua D. Abraham + (jabra(a)ccs.neu.edu) for the bug report. + +o Fixed compilation to again work with gcc-derivatives such as + MingW. Thanks to Gisle Vanem (giva(a)bgnett.no) for sending the + patches + +Nmap 3.98BETA1 [2006-1-22] + +o Added run time interaction as documented at + https://nmap.org/book/man-runtime-interaction.html . + While Nmap is running, you can now press 'v' to increase verbosity, + 'd' to increase the debugging level, 'p' to enable packet tracing, + or the capital versions (V,D,P) to do the opposite. Any other key + (such as enter) will print out a status message giving the estimated + time until scan completion. This only works on UNIX for now. Do we + have any volunteers to add Windows support? You would need to + change a handful of UNIX-specific termio calls with the Windows + equivalents. This feature was created by Paul Tarjan + (ptarjan(a)stanford.edu) as part of the Google Summer of Code. + +o Reverse DNS resolution is now done in parallel rather than one at a + time. All scans of large networks (particularly list, ping and + just-a-few-ports scans) should benefit substantially from this + change. If you encounter any problems, please let us know. The new + --system_dns option was added so you can use the (slow) system + resolver if you prefer that for some reason. You can specify a + comma separated list of DNS server IP addresses for Nmap to use with + the new --dns_servers option. Otherwise, Nmap looks in + /etc/resolve.conf (UNIX) or the system registry (Windows) to obtain + the nameservers already configured for your system. This excellent + patch was written by Doug Hoyte (doug(a)hcsw.org). + +o Added the --badsum option, which causes Nmap to use invalid TCP or + UDP checksums for packets sent to target hosts. Since virtually all + host IP stacks properly drop these packets, any responses received + are likely coming from a firewall or IDS that didn't bother to + verify the checksum. For more details on this technique, see + http://www.phrack.org/phrack/60/p60-0x0c.txt . The author of that + paper, Ed3f (ed3f(a)antifork.org), is also the author of this patch + (which I changed it a bit). + +o The 26 Nmap commands that previously included an underscore + (--max_rtt_timeout, --send_eth, --host_timeout, etc.) have been + renamed to use a hyphen in the preferred format + (i.e. --max-rtt-timeout). Underscores are still supported for + backward compatibility. + +o More excellent NmapFE patches from Priit Laes (amd(a)store20.com) + were applied to remove all deprecated GTK API calls. This also + eliminates the annoying Gtk-Critical and Gtk-WARNING runtime messages. + +o Changed the way the __attribute__ compiler extension is detected so + that it works with the latest Fedora Core 4 updates (and perhaps other + systems). Thanks to Duilio Protti (dprotti(a)fceia.unr.edu.ar) for + writing the patch. The compilation error message this fixes was + usually something like: "nmap.o(.rodata+0x17c): undefined reference + to `__gthrw_pthread_cancel(unsigned long)" + +o Added some exception handling code to mswin32/winfix.cc to prevent + Nmap from crashing mysteriously when you have WinPcap 3.0 or earlier + (instead of the required 3.1). It now prints an error message instead + asking you to upgrade, then reduces functionality to connect()-only + mode. I couldn't get it working with the C++ standard try/catch() + blocks, but as soon as I used the nonstandard MS conventions + (__try/__except(), everything worked fine. Shrug. + +o Stripped the firewall API out of the libdnet included with Nmap + because Nmap doesn't use it anyway. This saves space and reduces the + likelihood of compilation errors and warnings. + +o Modified the previously useless --noninteractive option so that it + deactivates runtime interaction. + +Nmap 3.96BETA1 [2005-12-29] + +o Added --max_retries option for capping the maximum number of + retransmissions the port scan engine will do. The value may be as low + as 0 (no retransmits). A low value can increase speed, though at the + risk of losing accuracy. The -T4 option now allows up to 6 retries, + and -T5 allows 2. Thanks to Martin Macok + (martin.macok(a)underground.cz) for writing the initial patch, which I + changed quite a bit. I also updated the docs to reflect this neat + new option. + +o Many of the Nmap low-level timing options take a value in + milliseconds. You can now append an 's', 'm', or 'h' to the value + to give it in seconds, minutes, or hours instead. So you can specify a + 45 minute host timeout with --host_timeout 45m rather than specifying + --host_timeout 2700000 and hoping you did the math right and have the + correct number of zeros. This also now works for the + --min_rtt_timeout, --max_rtt_timeout, --initial_rtt_timeout, + --scan_delay, and --max_scan_delay options. + +o Improved the NmapFE port to GTK2 so it better-conforms to the new + API and you don't get as many annoying messages in your terminal + window. GTK2 is prettier and more functional too. Thanks to Priit + Laes (amd(a)store20.com) for writing these + excellent patches. + +o Fixed a problem which led to the error message "Failed to determine + dst MAC address for target" when you try to run Nmap using a + dialup/PPP adapter on Windows rather than a real ethernet card. Due + to Microsoft breaking raw sockets, Nmap no longer supports dialup + adapters, but it should now give you a clearer error message than + the "dst MAC address" nonsense. + +o Debian GNU/kFreeBSD is now supported thanks to a patch to libdnet's + configure.in by Petr Salinger (Petr.Salinger(a)t-systems.cz). + +o Tried to update to the latest autoconf only to find that there + hasn't been a new version in more than two years :(. I was able to + find new config.sub and config.guess files at + http://cvs.savannah.gnu.org/viewcvs/config/config/ , so I updated to + those. + +o Fixed a problem with the -e option when run on Windows (or UNIX with + --send_eth) when run on an ethernet network against an external + (routed) host. You would get the message "NmapArpCache() can only + take IPv4 addresses. Sorry". Thanks to KX (kxmail(a)gmail.com) for + helping to track down the problem. + +o Made some changes to allow source port zero scans (-g0). Nmap used + to refuse to do this, but now it just gives a warning that it may not + work on all systems. It seems to work fine on my Linux box. Thanks + to Bill Dale (bill_dale(a)bellsouth.net) for suggesting this feature. + +o Made a change to libdnet so that Windows interfaces are listed as + down if they are disconnected, unplugged, or otherwise unavailable. + +o Ceased including foreign translations in the Nmap tarball as they + take up too much space. HTML versions can be found at + https://nmap.org/docs.html , while XML and NROFF versions + are available from https://svn.nmap.org/nmap/docs/man-xlate/ . + +o Changed INSTALL and README-WIN32 files to mostly just reference the + new Nmap Install Guide at https://nmap.org/book/install.html . + +o Included docs/nmap-man.xml in the tarball distribution, which is the + DocBook XML source for the Nmap man page. Patches to Nmap that are + user-visible should include patches to the man page XML source rather + than to the generated Nroff. + +o Fixed Nmap so it doesn't crash when you ask it to resume a previous + scan, but pass in a bogus file rather than actual Nmap output. Thanks + to Piotr Sobolewski (piotr_sobolewski(a)o2.pl) for the fix. + +Nmap 3.95 [2005-12-8] + +o Fixed a crash in IPID Idle scan. Thanks to Ron + (iago(a)valhallalegends.com>, Bakeman (bakeman(a)physics.unr.edu), + and others for reporting the problem. + +o Fixed an inefficiency in RPC scan that could slow things down and + also sometimes resulted in the spurious warning message: "Unable to + find listening socket in get_rpc_results" + +o Fixed a 3.94ALPHA3 bug that caused UDP scan results to be listed as + TCP ports instead. Thanks to Justin M Cacak (jcacak(a)nebraska.edu) + for reporting the problem. + +Nmap 3.94ALPHA3 [2005-12-6] + +o Updated NmapFE to build with GTK2 rather than obsolete GTK1. Thanks + to Mike Basinger (dbasinge(a)speakeasy.net) and Meethune Bhowmick + (meethune(a)oss-institute.org) for developing the + patch. I made some changes as well to prevent compilation warnings. + The new NmapFE now seems to work, though I do get "Gtk-CRITICAL" + assertion error messages. If someone has time to look into this, that + would be appreciated. + +o Fixed a compilation problem on Mac OS X and perhaps other platforms + with a one-line fix to scan_engine.cc. Thanks to Felix Gröbert + (felix(a)groebert.org) for notifying me of the problem. + +o Fixed a problem that prevented the command "nmap -sT -PT [targets]" + from working from a non-privileged user account. The -PT option + doesn't change default behavior in this case, but Nmap should (and now + does) allow it. + +o Applied another VS 2005 compatibility patch from KX (kxmail(a)gmail.com). + +o Define INET_ADDRSTRLEN in tcpip.h if the system doesn't define it + for us. This apparently aids compilation on Solaris 2.6 and 7. + Thanks to Albert Chin (nmap-hackers(a)mlists.thewrittenword.com) for + sending the patch.. + +Nmap 3.94ALPHA2 [2005-12-4] + +o Put Nmap on a diet, with changes to the core port scanning routine + (ultra_scan) to substantially reduce memory consumption, particularly + when tens of thousands of ports are scanned. + +o Fixed a problem with the -S and option on Windows reporting "Failed + to resolve/decode supposed IPv4 source address". The -D (decoy) + option was probably broken on that platform too. Thanks to KX + (kxmail(a)gmail.com) for reporting the problem and tracking down a + potential solution. + +o Better handle ICMP type 3, code 0 (network unreachable) responses to + port scan packets. These are rarely seen when scanning hosts that + are actually online, but are still worth handling. + +o Applied some small fixes so that Nmap compiles with Visual C++ + 2005 Express, which is free from Microsoft at + http://msdn.microsoft.com/vstudio/express/visualc/ . Thanks to KX + (kxmail(a)gmail.com) and Sina Bahram (sbahram(a)nc.rr.com) + +o Removed foreign translations of the old man page from the + distribution. Included the following contributed translations + (nroff format) of the new man page: + - Brazilian Portuguese by Lucien Raven (lucienraven(a)yahoo.com.br) + - Portuguese (Portugal) by José Domingos (jd_pt(a)yahoo.com) and + Andreia Gaita (shana.ufie(a)gmail.com). + +o Added --thc option (undocumented) + +o Modified libdnet-stripped/src/eth-bsd.c to allow for up to 128 bpf + devices rather than 32. This prevents errors like "Failed to open + ethernet interface (fxp0)" when there are more than 32 interface + aliases. Thanks to Krok (krok(a)void.ru) for reporting the problem + and even sending a patch. + +Nmap 3.94ALPHA1 [2005-11-27] + +o Wrote a new man page from scratch. It is much more comprehensive + (more than twice as long) and (IMHO) better organized than the + previous one. Read it online at https://nmap.org/book/man.html + or docs/nmap.1 from the Nmap distribution. Let me know if you have + any ideas for improving it. + +o Wrote a new "help screen", which you get when running Nmap without + arguments. It is also reproduced in the man page and at + https://svn.nmap.org/nmap/docs/nmap.usage.txt . I gave up trying + to fit it within a 25-line, 80-column terminal window. It is now 78 + lines and summarizes all but the most obscure Nmap options. + +o Version detection softmatches (when Nmap determines the service + protocol such as smtp but isn't able to determine the app name such as + Postfix) can now parse out the normal match line fields such as + hostname, device type, and extra info. For example, we may not know + what vendor created an sshd, but we can still parse out the protocol + number. This was a patch from Doug Hoyte (doug(a)hcsw.org). + +o Fixed a problem which caused UDP version scanning to fail to print + the matched service. Thanks to Martin Macok + (martin.macok(a)underground.cz) for reporting the problem and Doug + Hoyte (doug(a)hcsw.org) for fixing it. + +o Made the version detection "ports" directive (in + nmap-service-probes) more comprehensive. This should speed up scans a + bit. The patch was done by Doug Hoyte (doug(a)hcsw.org). + +o Added the --webxml option, which does the same thing as + --stylesheet https://svn.nmap.org/nmap/docs/nmap.xsl , without + requiring you to remember the exact URL or type that whole thing. + +o Fixed a crash occurred when the --exclude option was used with + netmasks on certain platforms. Thanks to Adam + (nmapuser(a)globalmegahost.com) for reporting the problem and to + Greg Darke (starstuff(a)optusnet.com.au) for sending a patch (I + modified the patch a bit to make it more efficient). + +o Fixed a problem with the -S and -e options (spoof/set + source address, and set interface by name, respectively). The problem + report and a partial patch were sent by Richard Birkett + (richard(a)musicbox.net). + +o Fixed a possible aliasing problem in tcpip.cc by applying a patch sent in by + Gwenole Beauchesne (gbeauchesne(a)mandriva.com). This problem + shouldn't have had any effect on users since we already include the + -fno-strict-aliasing option whenever gcc 4 is detected, but it + brings us closer to being able to remove that option. + +o Fixed a bug that caused Nmap to crash if an nmap-service-probes file + was used which didn't contain the Exclude directive. + +o Fixed a bunch of typos and misspellings throughout the Nmap source + code (mostly in comments). This was a 625-line patch by Saint Xavier + (skyxav(a)skynet.be). + +o Nmap now accepts target list files in Windows end-of-line format (\r\n) + as well as standard UNIX format (\n) on all platforms. Passing a + Windows style file to Nmap on UNIX didn't work before unless you ran + dos2unix first. + +o Removed Identd scan support from NmapFE since Nmap no longer + supports it. Thanks to Jonathan Dieter (jdieter99(a)gmx.net) for the + patch. + +o Integrated all of the September version detection fingerprint + submissions. This was done by Version Detection Czar Doug Hoyte + (doug(a)hcsw.org) and resulted in 86 new match lines. Please keep + those submissions coming! + +o Fixed a divide-by-zero crash when you specify rather bogus + command-line arguments (a TCP scan with zero tcp ports). Thanks to + Bart Dopheide (dopheide(a)fmf.nl) for identifying the problem and + sending a patch. + +o Fixed a minor syntax error in tcpip.h that was causing problems with + GCC 4.1. Thanks to Dirk Mueller (dmuell(a)gmx.net) for reporting + the problem and sending a fix. + +Nmap 3.93 [2005-9-12] + +o Modified Libpcap's configure.ac to compile with the + -fno-strict-aliasing option if gcc 4.X is used. This prevents + crashes when said compiler is used. This was done for Nmap in 3.90, but is + apparently needed for pcap too. Thanks to Craig Humphrey + (Craig.Humphrey(a)chapmantripp.com) for the discovery. + +o Patched libdnet to include sys/uio.h in src/tun-linux.c. This is + apparently necessary on some Glibc 2.1 systems. Thanks to Rob Foehl + (rwf(a)loonybin.net) for the patch. + +o Fixed a crash which could occur when a ridiculously short + --host_timeout was specified on Windows (or on UNIX if --send_eth was + specified). Nmap now also prints a warning if you specify a + host_timeout of less than 1 second. Thanks to Ole Morten Grodaas + (grodaas(a)gmail.com) for discovering the problem. + +Nmap 3.91 [2005-9-11] + +o Fixed a crash on Windows when you -P0 scan an unused IP on a local + network (or a range that contains unused IPs). This could also + happen on UNIX if you specified the new --send_eth option. Thanks + to Jim Carras (JFCECL(a)engr.psu.edu) for reporting the problem. + +o Fixed compilation on OpenBSD by applying a patch from Okan Demirmen + (okan(a)demirmen.com), who maintains Nmap in the OpenBSD Ports + collection. + +o Updated nmap-mac-prefixes to include OUIs assigned by the IEEE since + April. + +o Updated the included libpcre (used for version detection) from + version 4.3 to 6.3. A libpcre security issue was fixed in 6.3, but + that issue never affected Nmap. + +o Updated the included libpcap from 0.8.3 to 0.9.3. I also changed + the directory name in the Nmap tarball from libpcap-possiblymodified + to just libpcap. As usual, the modifications are described in the + NMAP_MODIFICATIONS in that directory. + +Nmap 3.90 [2005-9-8] + +o Added the ability for Nmap to send and properly route raw ethernet + packets containing IP datagrams rather than always sending the + packets via raw sockets. This is particularly useful for Windows, + since Microsoft has disabled raw socket support in XP for no good + reason. Nmap tries to choose the best method at runtime based on + platform, though you can override it with the new --send_eth and + --send_ip options. + +o Added ARP scanning (-PR). Nmap can now send raw ethernet ARP requests to + determine whether hosts on a LAN are up, rather than relying on + higher-level IP packets (which can only be sent after a successful + ARP request and reply anyway). This is much faster and more + reliable (not subject to IP-level firewalling) than IP-based probes. + The downside is that it only works when the target machine is on the + same LAN as the scanning machine. It is now used automatically for + any hosts that are detected to be on a local ethernet network, + unless --send_ip was specified. Example usage: nmap -sP -PR + 192.168.0.0/16 . + +o Added the --spoof_mac option, which asks Nmap to use the given MAC + address for all of the raw ethernet frames it sends. The MAC given + can take several formats. If it is simply the string "0", Nmap + chooses a completely random MAC for the session. If the given + string is an even number of hex digits (with the pairs optionally + separated by a colon), Nmap will use those as the MAC. If less than + 12 hex digits are provided, Nmap fills in the remainder of the 6 + bytes with random values. If the argument isn't a 0 or hex string, + Nmap looks through the nmap-mac-prefixes to find a vendor name + containing the given string (it is case insensitive). If a match is + found, Nmap uses the vendor's OUI (3-byte prefix) and fills out the + remaining 3 bytes randomly. Valid --spoof_mac argument examples are + "Apple", "0", "01:02:03:04:05:06", "deadbeefcafe", "0020F2", and + "Cisco". + +o Applied an enormous nmap-service-probes (version detection) update + from SoC student Doug Hoyte (doug(a)hcsw.org). Version 3.81 had + 1064 match lines covering 195 service protocols. Now we have 2865 + match lines covering 359 protocols! So the database size has nearly + tripled! This should make your -sV scans quicker and more + accurate. Thanks also go to the (literally) thousands of you who + submitted service fingerprints. Keep them coming! + +o Applied a massive OS fingerprint update from Zhao Lei + (zhaolei(a)gmail.com). About 350 fingerprints were added, and many + more were updated. Notable additions include Mac OS X 10.4 (Tiger), + OpenBSD 3.7, FreeBSD 5.4, Windows Server 2003 SP1, Sony AIBO (along + with a new "robotic pet" device type category), the latest Linux 2.6 + kernels Cisco routers with IOS 12.4, a ton of VoIP devices, Tru64 + UNIX 5.1B, new Fortinet firewalls, AIX 5.3, NetBSD 2.0, Nokia IPSO + 3.8.X, and Solaris 10. Of course there are also tons of new + broadband routers, printers, WAPs and pretty much any other device + you can coax an ethernet cable (or wireless card) into! + +o Added 'leet ASCII art to the configurator! ARTIST NOTE: If you think + the ASCII art sucks, feel free to send me alternatives. Note that + only people compiling the UNIX source code get this (ASCII artist + unknown). + +o Added OS, device type, and hostname detection using the service + detection framework. Many services print a hostname, which may be + different than DNS. The services often give more away as well. If + Nmap detects IIS, it reports an OS family of "Windows". If it sees + HP JetDirect telnetd, it reports a device type of "printer". Rather + than try to combine TCP/IP stack fingerprinting and service OS + fingerprinting, they are both printed. After all, they could + legitimately be different. An IP that gives a stack fingerprint + match of "Linksys WRT54G broadband router" and a service fingerprint + of Windows based on Kazaa running is likely a common NAT setup rather + than an Nmap mistake. + +o Nmap on Windows now compiles/links with the new WinPcap 3.1 + header/lib files. So please upgrade to 3.1 from + http://www.winpcap.org before installing this version of Nmap. + While older versions may still work, they aren't supported with Nmap. + +o The official Nmap RPM files are now compiled statically for better + compatibility with other systems. X86_64 (AMD Athlon64/Opteron) + binaries are now available in addition to the standard i386. NmapFE + RPMs are no longer distributed by Insecure.Org. + +o Nmap distribution signing has changed. Release files are now signed + with a new Nmap Project GPG key (KeyID 6B9355D0). Fyodor has also + generated a new key for himself (KeyID 33599B5F). The Nmap key has + been signed by Fyodor's new key, which has been signed by Fyodor's + old key so that you know they are legit. The new keys are available + at https://svn.nmap.org/nmap/docs/nmap_gpgkeys.txt , as + docs/nmap_gpgkeys.txt in the Nmap source tarball, and on the public + keyserver network. Here are the fingerprints: + pub 1024D/33599B5F 2005-04-24 + Key fingerprint = BB61 D057 C0D7 DCEF E730 996C 1AF6 EC50 3359 9B5F + uid Fyodor + sub 2048g/D3C2241C 2005-04-24 + . + pub 1024D/6B9355D0 2005-04-24 + Key fingerprint = 436D 66AB 9A79 8425 FDA0 E3F8 01AF 9F03 6B93 55D0 + uid Nmap Project Signing Key (http://www.insecure.org/) + sub 2048g/A50A6A94 2005-04-24 + +o Fixed a crash problem related to non-portable varargs (vsnprintf) + usage. Reports of this crash came from Alan William Somers + (somers(a)its.caltech.edu) and Christophe (chris.branch(a)gmx.de). + This patch was prevalent on Linux boxes running an Opteron/Athlon64 + CPU in 64-bit mode. + +o Fixed crash when Nmap is compiled using gcc 4.X by adding the + -fno-strict-aliasing option when that compiler is detected. Thanks + to Greg Darke (starstuff(a)optusnet.com.au) for discovering that + this option fixes (hides) the problem and to Duilio J. Protti + (dprotti(a)flowgate.net) for writing the configure patch to detect + gcc 4 and add the option. A better fix is to identify and rewrite + lines that violate C99 alias rules, and we are looking into that. + +o Added "rarity" feature to Nmap version detection. This causes + obscure probes to be skipped when they are unlikely to help. Each + probe now has a "rarity" value. Probes that detect dozens of + services such as GenericLines and GetRequest have rarity values of + 1, while the WWWOFFLEctrlstat and mydoom probes have a rarity of 9. + When interrogating a port, Nmap always tries probes registered to + that port number. So even WWWOFFLEctrlstat will be tried against + port 8081 and mydoom will be tried against open ports between 3127 + and 3198. If none of the registered ports find a match, Nmap tries + probes that have a rarity less than or equal to its current + intensity level. The intensity level defaults to 7 (so that most of + the probes are done). You can set the intensity level with the new + --version_intensity option. Alternatively, you can just use + --version_light or --version_all which set the intensity to 2 (only + try the most important probes and ones registered to the port + number) and 9 (try all probes), respectively. --version_light is + much faster than default version detection, but also a bit less + likely to find a match. This feature was designed and implemented + by Doug Hoyte (doug(a)hcsw.org). + +o Added a "fallback" feature to the nmap-service-probes database. + This allows a probe to "inherit" match lines from other probes. It + is currently only used for the HTTPOptions, RTSPRequest, and + SSLSessionReq probes to inherit all of the match lines from + GetRequest. Some servers don't respond to the Nmap GetRequest (for + example because it doesn't include a Host: line) but they do respond + to some of those other 3 probes in ways that GetRequest match lines + are general enough to match. The fallback construct allows us to + benefit from these matches without repeating hundreds of signatures + in the file. This is another feature designed and implemented + by Doug Hoyte (doug(a)hcsw.org). + +o Fixed crash with certain --excludefile or + --exclude arguments. Thanks to Kurt Grutzmacher + (grutz(a)jingojango.net) and pijn trein (ptrein(a)gmail.com) for + reporting the problem, and to Duilio J. Protti + (dprotti(a)flowgate.net) for debugging the issue and sending the + patch. + +o Updated random scan (ip_is_reserved()) to reflect the latest IANA + assignments. This patch was sent in by Felix Groebert + (felix(a)groebert.org). + +o Included new Russian man page translation by + locco_bozi(a)Safe-mail.net + +o Applied patch from Steve Martin (smartin(a)stillsecure.com) which + standardizes many OS names and corrects typos in nmap-os-fingerprints. + +o Fixed a crash found during certain UDP version scans. The crash was + discovered and reported by Ron (iago(a)valhallalegends.com) and fixed + by Doug Hoyte (doug(a)hcsw.com). + +o Added --iflist argument which prints a list of system interfaces and + routes detected by Nmap. + +o Fixed a protocol scan (-sO) problem which led to the error message: + "Error compiling our pcap filter: syntax error". Thanks to Michel + Arboi (michel(a)arboi.fr.eu.org) for reporting the problem. + +o Fixed an Nmap version detection crash on Windows which led to the + error message "Unexpected error in NSE_TYPE_READ callback. Error + code: 10053 (Unknown error)". Thanks to Srivatsan + (srivatsanp(a)adventnet.com) for reporting the problem. + +o Fixed some misspellings in docs/nmap.xml reported by Tom Sellers. + +o Applied some changes from Gisle Vanem (giva(a)bgnett.no) to make + Nmap compile with Cygwin. + +o XML "osmatch" element now has a "line" attribute giving the + reference fingerprint line number in nmap-os-fingerprints. + +o Added a distcc probes and a bunch of smtp matches from Dirk Mueller + (mueller(a)kde.org) to nmap-service-probes. Also added AFS version + probe and matches from Lionel Cons (lionel.cons(a)cern.ch). And + even more probes and matches from Martin Macok + (martin.macok(a)underground.cz) + +o Fixed a problem where Nmap compilation would use header files from + the libpcap included with Nmap even when it was linking to a system + libpcap. Thanks to Solar Designer (solar(a)openwall.com) and Okan + Demirmen (okan(a)demirmen.com) for reporting the problem. + +o Added configure option --with-libpcap=included to tell Nmap to use + the version of libpcap it ships with rather than any that may already be + installed on the system. You can still use --with-libpcap=[dir] to + specify that a system libpcap be installed rather than the shipped + one. By default, Nmap looks at both and decides which one is likely + to work best. If you are having problems on Solaris, try + --with-libpcap=included . + +o Changed the --no-stylesheet option to --no_stylesheet to be + consistent with all of the other Nmap options. Though I'm starting to + like hyphens a bit better than underscores and may change all of the + options to use hyphens instead at some point. + +o Added "Exclude" directive to nmap-service-probes grammar which + causes version detection to skip listed ports. This is helpful for + ports such as 9100. Some printers simply print any data sent to + that port, leading to pages of HTTP requests, SMB queries, X Windows + probes, etc. If you really want to scan all ports, specify + --allports. This patch came from Doug Hoyte (doug(a)hcsw.org). + +o Added a stripped-down and heavily modified version of Dug Song's + libdnet networking library (v. 1.10). This helps with the new raw + ethernet features. My (extensive) changes are described in + libdnet-stripped/NMAP_MODIFICATIONS + +o Removed WinIP library (and all Windows raw sockets code) since MS + has gone and broken raw sockets. Maybe packet receipt via raw + sockets will come back at some point. As part of this removal, the + Windows-specific --win_help, --win_list_interfaces, --win_norawsock, + --win_forcerawsock, --win_nopcap, --win_nt4route, --win_noiphlpapi, + and --win_trace options have been removed. + +o Changed the interesting ports array from a 65K-member array of + pointers into an STL list. This noticeable reduces memory usage in + some cases, and should also give a slight runtime performance + boost. This patch was written by Paul Tarjan (ptarjan(a)gmail.com). + +o Removed the BSDFIX/BSDUFIX macros. The underlying bug in + FreeBSD/NetBSD is still there though. When an IP packet is sent + through a raw socket, these platforms require the total length and + fragmentation offset fields of an IP packet to be in host byte order + rather than network byte order, even though all the other fields + must be in NBO. I believe that OpenBSD fixed this a while back. + Other platforms, such as Linux, Solaris, Mac OS X, and Windows take + all of the fields in network byte order. While I removed the macro, + I still do the munging where required so that Nmap still works on + FreeBSD. + +o Integrated many nmap-service-probes changes from Bo Jiang + (jiangbo(a)brandeis.edu) + +o Added a bunch of RPC numbers from nmap-rpc maintainer Eilon Gishri + (eilon(a)aristo.tau.ac.il) + +o Added some new RPC services to nmap-rpc thanks to a patch from + vlad902 (vlad902(a)gmail.com). + +o Fixed a bug where Nmap would quit on Windows whenever it encountered + a raw scan of localhost (including the local ethernet interface + address), even when that was just one address out of a whole network + being scanned. Now Nmap just warns that it is skipping raw scans when + it encounters the local IP, but continues on to scan the rest of the + network. Raw scans do not currently work against local IP addresses + because WinPcap doesn't support reading/writing localhost interfaces + due to limitations of Windows. + +o The OS fingerprint is now provided in XML output if debugging is + enabled (-d) or verbosity is at least 2 (-v -v). This patch was + sent by Okan Demirmen (okan(a)demirmen.com) + +o Fixed the way tcp connect scan (-sT) response to ICMP network + unreachable responses (patch by Richard Moore + (rich(a)westpoint.ltd.uk). + +o Update random host scan (-iR) to support the latest IANA-allocated + ranges, thanks to patch by Chad Loder (cloder(a)loder.us). + +o Updated GNU shtool (a helper program used during 'make install' to + version 2.0.2, which fixes a predictable temporary filename + weakness discovered by Eric Raymond. + +o Removed addport element from XML DTD, since it is no longer used + (suggested by Lionel Cons (lionel.cons(a)cern.ch) + +o Added new --privileged command-line option and NMAP_PRIVILEGED + environmental variable. Either of these tell Nmap to assume that + the user has full privileges to execute raw packet scans, OS + detection and the like. This can be useful when Linux kernel + capabilities or other systems are used that allow non-root users to + perform raw packet or ethernet frame manipulation. Without this + flag or variable set, Nmap bails on UNIX if geteuid() is + nonzero. + +o Changed the RPM spec file so that if you define "static" to 1 (by + passing --define "static 1" to rpmbuild), static binaries are built. + +o Fixed Nmap compilation on Solaris x86 thanks to a patch from Simon + Burr (simes(a)bpfh.net). + +o ultra_scan() now sets pseudo-random ACK values (rather than 0) for + any TCP scans in which the initial probe packet has the ACK flag set. + This would be the ACK, Xmas, Maimon, and Window scans. + +o Updated the Nmap version number, description, and similar fields + that MS Visual Studio places in the binary. This was done by editing + mswin32/nmap.rc as suggested by Chris Paget (chrisp(a)ngssoftware.com) + +o Fixed Nmap compilation on DragonFly BSD (and perhaps some other + systems) by applying a short patch by Joerg Sonnenberger which omits + the declaration of errno if it is a #define. + +o Fixed an integer overflow that prevented Nmap from scanning + 2,147,483,648 hosts in one expression (e.g. 0.0.0.0/1). Problem + noted by Justin Cranford (jcranford(a)n-able.com). While /1 scans + are now possible, don't expect them to finish during your bathroom + break. No matter how constipated you are. + +o Increased the buffer size allocated for fingerprints to prevent Nmap + from running out and quitting (error message: "Assertion + `servicefpalloc - servicefplen > 8' failed". Thanks to Mike Hatz + (mhatz(a)blackcat.com) for the report. (Actually this was done in a + previous version, but I forgot which one.) + +o Changed from CVS to Subversion source control system (which + rocks!). Neither repository is public (I'm paranoid because both CVS + and SVN have had remotely exploitable security holes), so the main + change users will see is that "Id" tags in file headers use the SVN + format for version numbering and such. + +Nmap 3.81 [2005-2-7] + +o Nmap now ships with and installs (in the same directory as other + data files such as nmap-os-fingerprints) an XSL stylesheet for + rendering the XML output as HTML. This stylesheet was written by + Benjamin Erb ( see http://www.benjamin-erb.de/nmap/ for examples). + It supports tables, version detection, color-coded port states, and + more. The XML output has been augmented to include an + xml-stylesheet directive pointing to nmap.xsl on the local + file system. You can point to a different XSL file by providing the + filename or URL to the new --stylesheet argument. Omit the + xml-stylesheet directive entirely by specifying --no-stylesheet. + The XML to HTML conversion can be done with an XSLT processor such + as Saxon, Sablot, or Xalan, but modern browsers can do this on the + fly -- simply load the XML output file in IE or Firefox. Some + features don't currently work with Firefox's on-the-fly rendering. + Perhaps some Mozilla wizard can fix that in either the XSL or the + browser itself. I hate having things work better in IE :). It is + often more convenient to have the stylesheet loaded from a URL + rather than the local file system, allowing the XML to be rendered on + any machine regardless of whether/where the XSL is installed. For + privacy reasons (avoid loading of an external URL when you view + results), Nmap uses the local file system by default. If you would + like the latest version of the stylesheet loaded from the web when + rendering, specify --stylesheet https://svn.nmap.org/nmap/docs/nmap.xsl . + +o Fixed fragmentation option (-f). One -f now sets sends fragments + with just 8 bytes after the IP header, while -ff sends 16 bytes to + reduce the number of fragments needed. You can specify your own + fragmentation offset (must be a multiple of 8) with the new --mtu + flag. Don't also specify -f if you use --mtu. Remember that some + systems (such as Linux with connection tracking) will defragment in + the kernel anyway -- so test first while sniffing with ethereal. + These changes are from a patch by Martin Macok + (martin.macok(a)underground.cz). + +o Nmap now prints the number (and total bytes) of raw IP packets sent + and received when it completes, if verbose mode (-v) is enabled. The + report looks like: + Nmap finished: 256 IP addresses (3 hosts up) scanned in 30.632 seconds + Raw packets sent: 7727 (303KB) | Rcvd: 6944 (304KB) + +o Fixed (I hope) an error which would cause the Windows version of + Nmap to abort under some circumstances with the error message + "Unexpected error in NSE_TYPE_READ callback. Error code: 10053 + (Unknown error)". Problem reported by "Tony Golding" + (biz(a)tonygolding.com). + +o Added new "closed|filtered" state. This is used for Idle scan, since + that scan method can't distinguish between those two states. Nmap + previously just used "closed", but this is more accurate. + +o Null, FIN, Maimon, and Xmas scans now mark ports as "open|filtered" + instead of "open" when they fail to receive any response from the + target port. After all, it could just as easily be filtered as open. + This is the same change that was made to UDP scan in 3.70. Also as + with UDP scan, adding version detection (-sV) will change the state + from open|filtered to open if it confirms that they really are open. + +o Fixed a bug in ACK scan that could cause Nmap to crash with the + message "Unexpected port state: 6" in some cases. Thanks to Glyn + Geoghegan (glyng(a)corsaire.com) for reporting the problem. + +o Change IP protocol scan (-sO) so that a response from the target + host in any protocol at all will prove that protocol is open. As + before, no response means "open|filtered", an ICMP protocol + unreachable means "closed", and most other ICMP error messages mean + "filtered". + +o Patched a libpcap issue that prevented read timeouts from being + honored on Solaris (thus slowing down Nmap substantially). The + problem report and patch were sent in by Ben Harris + (bjh21(a)cam.ac.uk). + +o Changed IP protocol scan (-sO) so that it sends valid ICMP, TCP, and + UDP headers when scanning protocols 1, 6, and 17, respectively. An + empty IP header is still sent for all other protocols. This should + prevent the error messages such as "sendto in send_ip_packet: + sendto(3, packet, 20, 0, 192.31.33.7, 16) => Operation not + permitted" that Linux (and perhaps other systems) would give when + they try to interpret the raw packet. This also makes it more + likely that these protocols will elicit a response, proving that the + protocol is "open". + +o The windows build now uses header and static library files from + WinPcap 3.1Beta4. It also now prints out the DLL version you are + using when run with -d. I would recommend upgrading to 3.1Beta4 if + you have an older WinPcap installed. + +o Nmap now prints a warning message on Windows if WinPcap is not found + (it then reverts to raw sockets mode if available, as usual). + +o Added an NTP probe and matches to the version detection database + (nmap-service-probes) thanks to a submission from Martin + Macok (martin.macok(a)underground.cz). + +o Applied several Nmap service detection database updates sent in by + Martin Macok (martin.macok(a)underground.cz). + +o The XML nmaprun element now has a startstr attribute which gives the + human readable calendar time format that a scan started. Similarly + the finished element now has a timestr attribute describing when the + scan finished. These are in addition to the existing nmaprun/start + and finished/time attributes that provided the start and finish time + in UNIX time_t notation. This should help in development of + XSLT stylesheets for Nmap XML output. + +o Fixed a memory leak that would generally consume several hundred + bytes per down host scanned. While the effect for most scans is + negligible, it was overwhelming when Scott Carlson + (Scott.Carlson(a)schwab.com) tried to scan 16.8 million IPs + (10.0.0.0/8). Thanks to him for reporting the problem. Also thanks + to Valgrind ( http://valgrind.kde.org ) for making it easy to debug. + +o Fixed a crash on Windows systems that don't include the iphlpapi + DLL. This affects Win95 and perhaps other variants. Thanks to Ganga + Bhavani (GBhavani(a)everdreamcorp.com) for reporting the problem and + sending the patch. + +o Ensured that the device type, os vendor, and os family OS + fingerprinting classification values are scrubbed for XML compliance + in the XML output. Thanks to Matthieu Verbert + (mve(a)zurich.ibm.com) for reporting the problem and sending a patch. + +o Rewrote the host IP (target specification) parser for easier + maintenance and to fix a bug found by Netris (netris(a)ok.kz) + +o Changed to Nmap XML DTD to use the same xmloutputversion (1.01) as + newer versions of Nmap. Thanks to Laurent Estieux + (laurent.estieux(a)free.fr) for reporting the problem. + +o Fixed compilation on some HP-UX 11 boxes thanks to a patch by Petter + Reinholdtsen (pere(a)hungry.com). + +o Fixed a portability problem on some OpenBSD and FreeBSD machines + thanks to a patch by Okan Demirmen (okan(a)demirmen.com). + +o Applied Martin Macok's (martin.macok(a)underground.cz) "cosmetics + patch", which fixes a few typos and minor problems. + +Nmap 3.75 [2004-10-18] + +o Implemented a huge OS fingerprint database update. The number of + fingerprints increased more than 20% to 1,353 and many of the + existing ones are much improved. Notable updates include the fourth + edition of Bell Lab's Plan9, Grandstream's BugeTone 101 IP Phone, + and Bart's Network Boot Disk 2.7 (which runs MS-DOS). Oh, and Linux + kernels up to 2.6.8, dozens of new Windows fingerprints including XP + SP2, the latest Longhorn warez, and many modified Xboxes, OpenBSD + 3.6, NetBSD up to 2.0RC4, Apple's AirPort Express WAP and OS X + 10.3.3 (Panther) release, Novell Netware 6.5, FreeBSD 5.3-BETA, a + bunch of Linksys and D-Link consumer junk, the latest Cisco IOS 12.2 + releases, a ton of miscellaneous broadband routers and printers, and + much more. + +o Updated nmap-mac-prefixes with the latest OUIs from the IEEE. + +o Updated nmap-protocols with the latest IP protocols from IANA + +o Added a few new Nmap version detection signatures thanks to a patch + from Martin Macok (martin.macok(a)underground.cz). + +o Fixed a crash problem in the Windows version of Nmap, thanks to a + patch from Ganga Bhavani GBhavani(a)everdreamcorp.com). + +o Fixed Windows service scan crashes that occur with the error message + "Unexpected nsock_loop error. Error code 10022 (Unknown error)". It + turns out that Windows does not allow select() calls with all three + FD sets empty. Lame. The Linux select() man page even suggests + calling "select with all three sets empty, n zero, and a non-null + timeout as a fairly portable way to sleep with subsecond precision." + Thanks to Gisle Vanem (giva(a)bgnett.no) for debugging help. + +o Added --max_scan_delay parameter. Nmap will sometimes increase the + delay itself when it detects many dropped packets. For example, + Solaris systems tend to respond with only one ICMP port unreachable + packet per second during a UDP scan. So Nmap will try to detect + this and lower its rate of UDP probes to one per second. This can + provide more accurate results while reducing network congestion, but + it can slow the scans down substantially. By default (with no -T + options specified), Nmap allows this delay to grow to one second per + probe. This option allows you to set a lower or higher maximum. + The -T4 and -T5 scan modes now limit the maximum scan delay for TCP + scans to 10 and 5 ms, respectively. + +o Fixed a bug that prevented RPC scan (-sR) from working for UDP ports + unless service detection (-sV) was used. -sV is still usually a + better approach than -sR, as the latter ONLY handles RPC. Thanks to + Stephen Bishop (sbishop(a)idsec.co.uk) for reporting the problem and + sending a patch. + +o Fixed nmap_fetchfile() to better find custom versions of data files + such as nmap-services. Note that the implicitly read directory + should be ~/.nmap rather than ~/nmap . So you may have to move any + customized files you now have in ~/nmap . Thanks to nnposter + (nnposter(a)users.sourceforge.net) for reporting the problem and + sending a patch. + +o Changed XML output so that the MAC address
element comes + right after the IPv4/IPv6
element. Apparently this is + needed to comply with the DTD ( https://svn.nmap.org/nmap/docs/nmap.dtd ). + Thanks to Adam Morgan (adam.morgan(a)Q1Labs.com) and Florian Ebner + (Florian.Ebner(a)e-bros.de) for the problem reports. + +o Fixed an error in the Nmap RPM spec file reported by Pascal Trouvin + (pascal.trouvin(a)wanadoo.fr) + +o Fixed a timing problem in which a specified large --send_delay would + sometimes be reduced to 1 second during a scan. Thanks to Martin + Macok (martin.macok(a)underground.cz) for reporting the problem. + +o Fixed a timing problem with sneaky and paranoid modes (-T1 and -T0) + which would cause Nmap to continually scan the same port and never + hit other ports when scanning certain firewalled hosts. Thanks to + Curtis Doty (Curtis(a)GreenKey.net) for reporting the problem. + +o Fixed a bug in the build system that caused most Nmap subdirectories + to be configured twice. Changing the variable holding the name of + subdirs from $subdirs to $nmap_cfg_subdirs resolved the problem -- + configure must have been using that variable name for its own internal + operations. Anyway, this should reduce compile time significantly. + +o Made a trivial change to nsock/src/nsock_event.c to work around a "a + bug in GCC 3.3.1 on FreeBSD/sparc64". I found the patch by digging + around the FreeBSD ports tree repository. It would be nice if the + FreeBSD Nmap port maintainers would report such things to me, rather + than fixing it in their own Nmap tree and then applying the patch to + every future version. On the other hand, they deserve some sort of + "most up-to-date" award. I stuck Nmap 3.71-PRE1 in the dist + directory for a few people to test, and made no announcement or + direct link. The FreeBSD crew found it and upgraded anyway :). The + gcc-workaround patch was apparently submitted to the FreeBSD folks + by Marius Strobl (marius(a)alchemy.franken.de). + +o Fixed (I hope) an OS detection timing issue which would in some + cases lead to the warning that "insufficient responses for TCP + sequencing (3), OS detection may be less accurate." Thanks to Adam + Kerrison (adam(a)tideway.com) for reporting the problem. + +o Modified the warning given when files such as nmap-services exist in + both the compiled in NMAPDATADIR and the current working directory. + That message should now only appear once and is more clear. + +o Fixed ping scan subsystem to work a little bit better when + --scan_delay (or some of the slower -T templates which include a scan + delay) is specified. Thanks to Shahid Khan (khan(a)asia.apple.com) + for suggestions. + +o Taught connect() scan to properly interpret ICMP protocol + unreachable messages. Thanks to Alan Bishoff + (abishoff(a)arc.nasa.gov) for the report. + +o Improved the nmapfe.desktop file to better comply with standards. + Thanks to Stephane Loeuillet (stephane.loeuillet(a)tiscali.fr) for + sending the patch. + +Nmap 3.70 [2004-8-31] + +o Rewrote core port scanning engine, which is now named ultra_scan(). + Improved algorithms make this faster (often dramatically so) in + almost all cases. Not only is it superior against single hosts, but + ultra_scan() can scan many hosts (sometimes hundreds) in parallel. + This offers many efficiency/speed advantages. For example, hosts + often limit the ICMP port unreachable packets used by UDP scans to + 1/second. That made those scans extraordinarily slow in previous + versions of Nmap. But if you are scanning 100 hosts at once, + suddenly you can receive 100 responses per second. Spreading the + scan amongst hosts is also gentler toward the target hosts. Nmap + can still scan many ports at the same time, as well. If you find + cases where ultra_scan is slower or less accurate, please send a + report (including exact command-lines, versions used, and output, if + possible) to Fyodor. + +o Added --max_hostgroup option which specifies the maximum number of + hosts that Nmap is allowed to scan in parallel. + +o Added --min_hostgroup option which specifies the minimum number of + hosts that Nmap should scan in parallel (there are some exceptions + where Nmap will still scan smaller groups -- see man page). Of + course, Nmap will try to choose efficient values even if you don't + specify hostgroup restrictions explicitly. + +o Rewrote TCP SYN, ACK, Window, and Connect() scans to use + ultra_scan() framework, rather than the old pos_scan(). + +o Rewrote FIN, Xmas, NULL, Maimon, UDP, and IP Protocol scans to use + ultra_scan(), rather than the old super_scan(). + +o Overhauled UDP scan. Ports that don't respond are now classified as + "open|filtered" (open or filtered) rather than "open". The (somewhat + rare) ports that actually respond with a UDP packet to the empty + probe are considered open. If version detection is requested, it + will be performed on open|filtered ports. Any that respond to any of + the UDP probes will have their status changed to open. This avoids a + the false-positive problem where filtered UDP ports appear to be + open, leading to terrified newbies thinking their machine is + infected by back orifice. + +o Nmap now estimates completion times for almost all port scan types + (any that use ultra_scan()) as well as service scan (version + detection). These are only shown in verbose mode (-v). On scans + that take more than a minute or two, you will see occasional updates + like: + SYN Stealth Scan Timing: About 30.01% done; ETC: 16:04 (0:01:09 remaining) + New updates are given if the estimates change significantly. + +o Added --exclude option, which lets you specify a comma-separated + list of targets (hosts, ranges, netblocks) that should be excluded + from the scan. This is useful to keep from scanning yourself, your + ISP, particularly sensitive hosts, etc. The new --excludefile reads + the list (newline-delimited) from a given file. All the work was + done by Mark-David McLaughlin (mdmcl(a)cisco.com> and William McVey + ( wam(a)cisco.com ), who sent me a well-designed and well-tested + patch. + +o Nmap now has a "port scan ping" system. If it has received at least + one response from any port on the host, but has not received + responses lately (usually due to filtering), Nmap will "ping" that + known-good port occasionally to detect latency, packet drop rate, + etc. + +o Service/version detection now handles multiple hosts at once for + more efficient and less-intrusive operation. + +o Nmap now wishes itself a happy birthday when run on September 1 in + verbose mode! The first public release was on that date in 1997. + +o The port randomizer now has a bias toward putting + commonly-accessible ports (80, 22, etc.) near the beginning of the + list. Getting a response early helps Nmap calculate response times and + detect packet loss, so the scan goes faster. + +o Host timeout system (--host_timeout) overhauled to support host + parallelization. Hosts times are tracked separately, so a host that + finishes a SYN scan quickly is not penalized for an exceptionally + slow host being scanned at the same time. + +o When Nmap has not received any responses from a host, it can now + use certain timing values from other hosts from the same scan + group. This way Nmap doesn't have to use absolute-worst-case + (300bps SLIP link to Uzbekistan) round trip timeouts and such. + +o Enabled MAC address reporting when using the Windows version + of Nmap. Thanks to Andy Lutomirski (luto(a)stanford.edu) for + writing and sending the patch. + +o Workaround crippled raw sockets on Microsoft Windows XP SP2 scans. + I applied a patch by Andy Lutomirski (luto(a)stanford.edu) which + causes Nmap to default to WinPcap sends instead. The WinPcap send + functionality was already there for versions of Windows such as NT and + Win98 that never supported Raw Sockets in the first place. + +o Changed how Nmap sends ARP requests on Windows to use the iphlpapi + SendARP() function rather than creating it raw and reading the + response from the Windows ARP cache. This works around a + (reasonable) feature of Windows Firewall which ignored such + unsolicited responses. The firewall is turned on by default as of + Windows XP SP2. This change was implemented by Dana Epp + (dana(a)vulscan.com). + +o Fixed some Windows portability issues discovered by Gisle Vanem + (giva(a)bgnett.no). + +o Upgraded libpcap from version 0.7.2 to 0.8.3. This was an attempt + to fix an annoying bug, which I then found was actually in my code + rather than libpcap :). + +o Removed Ident scan (-I). It was rarely useful, and the + implementation would have to be rewritten for the new ultra_scan() + system. If there is significant demand, perhaps I'll put it back in + sometime. + +o Documented the --osscan_limit option, which saves time by skipping + OS detection if at least one open and one closed port are not found on + the remote hosts. OS detection is much less reliable against such + hosts anyway, and skipping it can save some time. + +o Updated nmapfe.desktop file to provide better NmapFE desktop support + under Fedora Core and other systems. Thanks to Mephisto + (mephisto(a)mephisto.ma.cx) for sending the patch. + +o Further nmapfe.desktop changes to better fit the freedesktop + standard. The patch came from Murphy (m3rf(a)swimmingnoodle.com). + +o Fixed capitalization (with a Perl script) of many over-capitalized + vendor names in nmap-mac-prefixes. + +o Ensured that MAC address vendor names are always escaped in XML + output if they contain illegal characters (particularly '&'). Thanks + to Matthieu Verbert (mve(a)zurich.ibm.com) for the report and a patch. + +o Changed xmloutputversion in XML output from 1.0 to 1.01 to note that + there was a slight change (which was actually the MAC stuff in 3.55). + Thanks to Lionel CONS (lionel.cons(a)cern.ch) for the suggestion. + +o Many Windows portability fix and bug fixes, thanks to patch from + Gisle Vanem (giva(a)bgnett.no). With these changes, he was able to + compile Nmap on Windows using MingW + gcc 3.4 C++ rather than MS + Visual Studio. + +o Removed (addport) tags from XML output. They used to provide open + ports as they were discovered, but don't work now that the port + scanners scan many hosts at once. They did not specify an IP + address. Of course the appropriate (port) tags are still printed + once scanning of a target is complete. + +o Configure script now detects GNU/k*BSD systems (whatever those are), + thanks to patch from Robert Millan (rmh(a)debian.org) + +o Fixed various crashes and assertion failures related to the new + ultra_scan() system, that were found by Arturo "Buanzo" Busleiman + (buanzo(a)buanzo.com.ar), Eric (catastrophe.net), and Bill Petersen + (bill.petersen(a)alcatel.com). + +o Fixed some minor memory leaks relating to ping and list scanning as + well as the Nmap output table. These were found with Valgrind ( + http://valgrind.kde.org/ ). + +o Provide limited --packet_trace support for TCP connect() (-sT) + scans. + +o Fixed compilation on certain Solaris machines thanks to a patch by + Tom Duffy (tduffy(a)sun.com) + +o Fixed some warnings that crop up when compiling Nbase C files with a + C++ compiler. Thanks to Gisle Vanem (giva(a)bgnett.no) for sending + the patch. + +o Tweaked the License blurb on source files and in the man page. It + clarifies some issues and includes a new GPL exception that + explicitly allows linking with the OpenSSL library. Some people + believe that the GPL and OpenSSL licenses are incompatible without + this special exception. + +o Fixed some serious runtime portability issues on *BSD systems. + Thanks to Eric (catastrophe.net) for reporting the problem. + +o Changed the argument parser to better detect bogus arguments to the + -iR option. + +o Removed a spurious warning message relating to the Windows ARP cache + being empty. Patch by Gisle Vanem (giva(a)bgnett.no). + +o Removed some C++-style line comments (//) from nbase, because some C + compilers (particularly on Solaris) barf on those. Problem reported + by Raju Alluri + +Nmap 3.55 [2004-7-7] + +o Added MAC address printing. If Nmap receives packet from a target + machine which is on an Ethernet segment directly connected to the + scanning machine, Nmap will print out the target MAC address. Nmap + also now contains a database (derived from the official IEEE + version) which it uses to determine the vendor name of the target + ethernet interface. The Windows version of Nmap does not yet have + this capability. If any Windows developer types are interesting in + adding it, you just need to implement IPisDirectlyConnected() in + tcpip.cc and then please send me the patch. Here are examples from + normal and XML output: + MAC Address: 08:00:20:8F:6B:2F (SUN Microsystems) +
+ +o Updated the XML DTD to support the newly printed MAC addresses. + Thanks to Thorsten Holz (thorsten.holz(a)mmweg.rwth-aachen.de) for + sending this patch. + +o Added a bunch of new and fixed service fingerprints for version + detection. These are from Martin Macok + (martin.macok(a)underground.cz). + +o Normalized many of the OS names in nmap-os-fingerprints (fixed + capitalization, typos, etc.). Thanks to Royce Williams + (royce(a)alaska.net) and Ping Huang (pshuang(a)alum.mit.edu) for + sending patches. + +o Modified the mswine32/nmap_performance.reg Windows registry file to + use an older and more compatible version. It also now includes the + value "StrictTimeWaitSeqCheck"=dword:00000001 , as suggested by Jim + Harrison (jmharr(a)microsoft.com). Without that latter value, the + TcpTimedWaitDelay value apparently isn't checked. Windows users + should apply the new registry changes by clicking on the .reg file. + Or do it manually as described in README-WIN32. This file is also + now available in the data directory at + https://svn.nmap.org/nmap/docs/nmap_performance.reg + +o Applied patch from Gisle Vanem (giva(a)bgnett.no) which allows the + Windows version of Nmap to work with WinPCAP 3.1BETA (and probably + future releases). The WinPcap folks apparently changed the encoding + of adapter names in this release. + +o Fixed a ping scanning bug that would cause this error message: "nmap: + targets.cc:196: int hostupdate (Target **, Target *, int, int, int, + timeout_info *, timeval *, timeval *, pingtune *, tcpqueryinfo *, + pingstyle): Assertion `pt->down_this_block > 0' failed." Thanks to + Beirne Konarski (beirne(a)neo.rr.com) for reporting the problem. + +o If a user attempts -PO (the letter O), print an error suggesting + that they probably mean -P0 (Zero) to disable ping scanning. + +o Applied a couple patches (with minor changes) from Oliver Eikemeier + (eikemeier(a)fillmore-labs.com) which fix an edge case relating to + decoy scanning IP ranges that must be sent through different + interfaces, and improves the Nmap response to certain error codes + returned by the FreeBSD firewall system. The patches are from + http://cvsweb.freebsd.org/ports/security/nmap/files/ . + +o Many people have reported this error: "checking for type of 6th + argument to recvfrom()... configure: error: Cannot find type for 6th + argument to recvfrom()". In most cases, the cause was a missing or + broken C++ compiler. That should now be detected earlier with a + clearer message. + +o Fixed the FTP bounce scan to better detect filtered ports on the + target network. + +o Fixed some minor bugs related to the new MAC address printing + feature. + +o Fixed a problem with UDP-scanning port 0, which was reported by + Sebastian Wolfgarten (sebastian(a)wolfgarten.com). + +o Applied patch from Ruediger Rissmann (RRI(a)zurich.ibm.com), which + helps Nmap understand an EACCESS error, which can happen at least + during IPv6 scans from certain platforms to some firewalled targets. + +o Renamed ACK ping scan option from -PT to -PA in the documentation. + Nmap has accepted both names for years and will continue to do + so. + +o Removed the notice that Nmap is reading target specifications from a + file or stdin when you specify the -iL option. It was sometimes + printed to stdout even when you wanted to redirect XML or grepable + output there, because it was printed during options processing before + output files were handled. This change was suggested by Anders Thulin + (ath(a)algonet.se). + +o Added --source_port as a longer, but hopefully easier to remember, + alias for -g. In other words, it tries to use the constant source + port number you specify for probes. This can help against poorly + configured firewalls that trust source port 20, 53, and the like. + +o Removed undocumented (and useless) -N option. + +o Fixed a version detection crash reported in excellent detail by + Jedi/Sector One (j(a)pureftpd.org). + +o Applied patch from Matt Selsky (selsky(a)columbia.edu) which helps + Nmap build with OpenSSL. + +o Modified the configure/build system to fix library ordering problems + that prevented Nmap from building on certain platforms. Thanks to + Greg A. Woods (woods(a)weird.com) and Saravanan + (saravanan_kovai(a)HotPop.com) for the suggestions. + +o Applied a patch to Makefile.in from Scott Mansfield + (thephantom(a)mac.com) which enables the use of a DESTDIR variable + to install the whole Nmap directory structure under a different root + directory. The configure --prefix option would do the same thing in + this case, but DESTDIR is apparently a standard that package + maintainers like Scott are used to. An example usage is + "make DESTDIR=/tmp/packageroot". + +o Removed unnecessary banner printing in the non-root connect() ping + scan. Thanks to Tom Rune Flo (tom(a)x86.no) for the suggestion and + a patch. + +o Updated the headers at the top of each source file (mostly to + advance the copyright year to 2004 and note that Nmap is a registered + trademark). + +o The SInfo line of submitted fingerprints now provides the target's + OUI (first three bytes of the MAC address) if available. Example: + "M=00A0CC". To save a couple bytes, the "Time" field in SInfo has + been renamed to "Tm". The OUI helps identify the device vendor, and + is only available when the source and target machines are on the + same ethernet network. + +Nmap 3.50 [2004-1-18] + +o Integrated a ton of service fingerprints, increasing the number of + signatures more than 50%. It has now exceeded 1,000 for the first + time, and represents 180 unique service protocols from acap, afp, + and aim to xml-rpc, zebedee, and zebra. + +o Implemented a huge OS fingerprint update. The number of + fingerprints has increased more than 13% to 1,121. This is the first + time it has exceeded 1000. Notable updates include Linux 2.6.0, Mac + OS X up to 10.3.2 (Panther), OpenBSD 3.4 (normal and pf "scrub all"), + FreeBSD 5.2, the latest Windows Longhorn warez, and Cisco PIX 6.3.3. + As usual, there are a ton of new consumer devices from ubiquitous + D-Link, Linksys, and Netgear broadband routers to a number of new IP + phones including the Cisco devices commonly used by Vonage. Linksys + has apparently gone special-purpose with some of their devices, such + as their WGA54G "Wireless Game Adapter" and WPS54GU2 wireless print + server. A cute little MP3 player called the Rio Karma was submitted + multiple times and I also received and integrated fingerprints for the + Handspring Treo 600 (PalmOS). + +o Applied some man page fixes from Eric S. Raymond + (esr(a)snark.thyrsus.com). + +o Added version scan information to grepable output between the last + two '/' delimiters (that space was previously unused). So the format + is now "portnum/state/protocol/owner/servicename/rpcinfo/versioninfo" + as in "53/open/tcp//domain//ISC Bind 9.2.1/" and + "22/open/tcp//ssh//OpenSSH 3.5p1 (protocol 1.99)/". Thanks to + MadHat (madhat(a)unspecific.com) for sending a patch (although I did + it differently). Note that any '/' characters in the + version (or owner) field are replaced with '|' to keep awk/cut + parsing simple. The service name field has been updated so that it + is the same as in normal output (except for the same sort of + escaping discussed above). + +o Integrated an Oracle TNS service probe and match lines contributed + by Frank Berger (fm.berger(a)gmx.de). New probe contributions are + always appreciated! + +o Fixed a crash that could happen during SSL version detection due to + SSL session ID cache reference counting issues. + +o Applied patch from Rob Foehl (rwf(a)loonybin.net) which fixes the + --with_openssl=DIR configure argument. + +o Applied patch to nmap XML dtd (nmap.dtd) from Mario Manno + (mm(a)koeln.ccc.de). This accounts for the new version scanning + functionality. + +o Updated the Windows build system so that you don't have to manually + copy nmap-service-probes to the output directory. I also updated + the README-WIN32 to elaborate further on the build process. + +o Added configure option --with-libpcre=included which causes Nmap to + build with its included version of libpcre even if an acceptable + version is available on the system. + +o Upgraded to Autoconf 2.59 (from 2.57). This should help HP-UX + compilation problems reported by Petter Reinholdtsen + (pere(a)hungry.com) and may have other benefits as well. + +o Applied patch from Przemek Galczewski (sako(a)avet.com.pl) which + adds spaces to the XML output in places that apparently help certain + older XML parsers. + +o Made Ident-scan (-I) limits on the length and type of responses + stricter so that rogue servers can't flood your screen with 1024 + characters. The new length limit is 32. Thanks to Tom Rune Flo + (tom(a)x86.no) for the suggestion and a patch. + +o Fingerprints for unrecognized services can now be a bit longer to + avoid truncating as much useful response information. While the + fingerprints can be longer now, I hope they will be less frequent + because of all the newly recognized services in this version. + +o The nmap-service-probes "match" directive can now take a service + name like "ssl/vmware-auth". The service will then be reported as + vmware-auth (or whatever follows "ssl/") tunneled by SSL, yet Nmap + won't actually bother initiating an SSL connection. This is useful + for SSL services which can be fully recognized without the overhead + of making an SSL connection. + +o Version scan now chops commas and whitespace from the end of + vendorproductname, version, and info fields. This makes it easier to + write templates incorporating lists. For example, the tcpmux service + (TCP port 1) gives a list of supported services separated by CRLF. + Nmap uses this new feature to print them comma separated without + having an annoying trailing comma as so (linewrapped): + match tcpmux m|^(sgi_[-.\w]+\r\n([-.\w]+\r\n)*)$| + v/SGI IRIX tcpmux//Available services: $SUBST(1, "\r\n", ",")/ + +Nmap 3.48 [2003-10-6] + +o Integrated an enormous number of version detection service + submissions. The database has almost doubled in size to 663 + signatures representing the following 130 services: + 3dm-http afp apcnisd arkstats bittorent chargen citrix-ica + cvspserver cvsup dantzretrospect daytime dict directconnect domain + echo eggdrop exec finger flexlm font-service ftp ftp-proxy gnats + gnutella-http hddtemp hp-gsg http http-proxy hylafax icecast ident + imap imaps imsp ipp irc ircbot irc-proxy issrealsecure jabber + kazaa-http kerberos-sec landesk-rc ldap linuxconf lmtp lotusnotes + lpd lucent-fwadm meetingmaker melange microsoft-ds microsoft-rdp + mldonkey msactivesync msdtc msrpc ms-sql-m mstask mud mysql + napster ncacn_http ncp netbios-ns netbios-ssn netrek netsaint + netstat netwareip networkaudio nntp nsclient nsunicast ntop-http + omniback oracle-mts oracle-tns pcanywheredata pksd pmud pop2 pop3 + pop3s poppass postgresql powerchute printer qotd redcarpet + rendezvous rlogind rpc rsync rtsp sdmsvc sftp shell shivahose + sieve slimp3 smtp smux snpp sourceoffice spamd ssc-agent ssh ssl + svrloc symantec-av symantec-esm systat telnet time tinyfw upnp + uucp veritasnetbackup vnc vnc-http vtun webster whois wins + winshell wms X11 xfce zebra + +o Added the ability to execute "helper functions" in version + templates, to help clean up/manipulate data captured from a server + response. The first defined function is P() which includes only + printable characters in a captured string. The main impetus for + this is to deal with Unicode strings like + "W\0O\0R\0K\0G\0R\0O\0U\0P\0" that many MS protocols send. Nmap can + now decode that into "WORKGROUP". + +o Added SUBST() helper function, which replaces strings in matched + appname/version/extrainfo strings with something else. For example, + VanDyke Vshell gives a banner that includes + "SSH-2\.0-VShell_2_2_0_528". A substring match is used to pick out + the string "2_2_0_528", and then SUB21ST(1,"_",".") is called on that + match to form the version number 2.2.0.528. + +o If responses to a probe fail to match any of the registered match + strings for that probe, Nmap will now try against the registered "null + probe" match strings. This helps in the case that the NULL probe + initially times out (perhaps because of initial DNS lookup) but the + banner appears in later responses. + +o Applied some portability fixes (particularly for OpenBSD) from Chad + Loder (cloder(a)loder.us), who is also now the OpenBSD Nmap port + maintainer. + +o Applied some portability fixes from Marius Strobl + (marius(a)alchemy.franken.de). + +o The tarball distribution of Nmap now strips the binary at install + time thanks to a patch from Marius Strobl + (marius(a)alchemy.franken.de). + +o Fixed a problem related to building Nmap on systems that lack PCRE + libs (and thus have to use the ones included by Nmap). Thanks to Remi + Denis-Courmont (deniscr6(a)cti.ecp.fr) for the report and patch. + +o Alphabetized the service names in each Probe section in + nmap-service-probes (makes them easier to find and add to). + +o Fixed the problem several people reported where Nmap would quit with + a "broken pipe" error during service scanning. Thanks to Jari Ruusu + (jari.ruusu(a)pp.inet.fi) for sending a patch. The actual error + message was "Unexpected error in NSE_TYPE_READ callback. Error + code: 32 (Broken pipe)" + +o Fixed protocol scan (-sO), which I had broken when adding the new + output table format. It would complain "NmapOutputTable.cc:128: + failed assertion `row < numRows'". Thanks to Matt Burnett + (marukka(a)mac.com) for notifying me of the problem. + +o Upgraded Libpcap to the latest tcpdump.org version (0.7.2) from + 0.7.1 + +o Applied a patch from Peter Marschall (peter(a)adpm.de) which adds + version detection support to nmapfe. + +o Fixed a problem with XML output being invalid when service detection + was done on SSL-tunneled ports. Thanks to the several people who + reported this - it means that folks are actually using the XML + output :). + +o Fixed (I hope) some Solaris Sun ONE compiler compilation problems + reported (w/patches) by Mikael Mannstrom (candyman(a)penti.org) + +o Fixed the --with-openssl configure option for people who have + OpenSSL installed in a path not automatically found by their + compilers. Thanks to Marius Strobl (marius(a)alchemy.franken.de) for + the patch. + +o Made some portability changes for HP-UX and possibly other types of + machines, thanks to a patch from Petter Reinholdtsen (pere(a)hungry.com) + +o Applied a patch from Matt Selsky (selsky(a)columbia.edu) which fixes + compilation on some Solaris boxes, and maybe others. The error said + "cannot compute sizeof (char)" + +o Applied some patches from the NetBSD ports tree that Hubert Feyrer + (hubert.feyrer(a)informatik.fh-regensburg.de) sent me. The NetBSD + Nmap ports page is at http://www.NetBSD.org/packages/net/nmap/ . + +o Applied some Makefile patches from the FreeBSD ports tree that I + found at http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/nmap/files/ + +Nmap 3.45 [2003-9-15] + +o Integrated more service signatures from MadHat + (madhat(a)unspecific.com), Brian Hatch (bri(a)ifokr.org), Niels + Heinen (zillion(a)safemode.org), Solar Designer + (solar(a)openwall.com), Seth Master + (smaster(a)stanford.edu), and Curt Wilson + (netw3_security(a)hushmail.com). We now have 378 signatures + recognizing 86 unique service protocols. + +o Added new HTTPOptions and RTSPRequest probes suggested by MadHat + (madhat(a)unspecific.com) + +o Changed the .spec file to compile Nmap RPMs without SSL support to + improve compatibility (Some users might not have OpenSSL, and even + those who do might not have the right version (libopenssl.so.2 vs + libopenssl.so.4, etc). + +o Applied a patch from Solar Eclipse (solareclipse(a)phreedom.org) + which increases the allowed size of the 'extrainfo' version field from + 80 characters to 128. The main benefit is to allow longer apache module + version strings. + +o Fixed Windows compilation and improved the Windows port slightly (no + more macro to redefine read(). + +o Applied some updates to README-WIN32 sent in by Kirby Kuehl + (kkuehl(a)cisco.com). He improved the list of suggested registry + changes and also fixed a typo or two. He also attached a .reg file + automate the Nmap connect() scan performance enhancing registry + changes. I am now including that with the Nmap Windows binary .zip + distribution (and in mswin32/ of the source distro). + +o Applied a one-line patch from Dmitry V. Levin (ldv(a)altlinux.org) + which fixes a test Nmap does during compilation to see if an existing + libpcap installation is recent enough. + +Nmap 3.40PVT17 [2003-9-12] + +o Wrote and posted a new paper on version scanning to + https://nmap.org/book/vscan.html . Updated nmap-service-probes and + the Nmap man page to simply refer to this URL. + +o Integrated more service signatures from my own scanning as well as + contributions from Brian Hatch (bri(a)ifokr.org), MadHat + (madhat(a)unspecific.com), Max Vision (vision(a)whitehats.com), HD + Moore (hdm(a)digitaloffense.net), Seth Master + (smaster(a)stanford.edu), and Niels Heinen (zillion(a)safemode.org). + MadHat also contributed a new probe for Windows Media Service. Many + people set a LOT of signatures, which has allowed + nmap-service-probes to grow from 295 to 356 signatures representing + 85 service protocols! + +o Applied a patch (with slight changes) from Brian Hatch + (bri(a)ifokr.org) which enables caching of SSL sessions so that + negotiation doesn't have to be repeated when Nmap reconnects to the same + between probes. + +o Applied a patch from Brian Hatch (bri(a)ifokr.org) which optimizes the + requested SSL ciphers for speed rather than security. The list was + based on empirical evidence from substantial benchmarking he did with + tests that resemble nmap-service-scanning. + +o Updated the Nmap man page to discuss the new version scanning + options (-sV, -A). + +o I now include nmap-version/aclocal.m4 in the distribution as this is + required to rebuild the configure script (thanks to Dmitry V. Levin + (ldv(a)altlinux.org) for notifying me of the problem). + +o Applied a patch from Dmitry V. Levin (ldv(a)altlinux.org) which + detects whether the PCRE include file is or and Ryan Lowe (rlowe(a)pablowe.net) for giving me + access to Mac OS X boxes. + +o Stripped down libpcre build system to remove libtool dependency and + other cruft that Nmap doesn't need (this was mostly a response to + libtool-related issues on Mac OS X). + +o Added a new --version_trace option which causes Nmap to print out extensive + debugging info about what version scanning is doing (this is a subset + of what you would get with --packet_trace). You should usually use + this in combination with at least one -d option. + +o Fixed a port number printing bug that would cause Nmap service + fingerprints to give a negative port number when the actual port was + above 32K. Thanks to Seth Master (smaster(a)stanford.edu) for finding + this. + +o Updated all the header text again to clarify our interpretation of + "derived works" after some suggestions from Brian Hatch + (bri(a)ifokr.org) + +o Updated the Nsock config.sub/config.guess to the same newer versions + that Nmap uses (for Mac OS X compilation). + +Nmap 3.40PVT16 [2003-9-6] + +o Fixed a compilation problem on systems w/o OpenSSL that was + discovered by Solar Designer. I also fixed some compilation + problems on non-IPv6 systems. It now compiles and runs on my + Solaris and ancient OpenBSD systems. + +o Integrated more services thanks to submissions from Niels Heinen + (zillion(a)safemode.org). + +o Canonicalized the headers at the top of each Nmap/Nsock header source + file. This included clarifying our interpretation of derived works, + updating the copyright date to 2003, making the header a bit wider, + and a few other light changes. I've been putting this off for a + while, because it required editing about a hundred !#$# files! + +Nmap 3.40PVT15 [2003-9-5] + +o Fixed a major bug in the Nsock time caching system. This could + cause service detection to inexplicably fail against certain ports in + the second or later machines scanned. Thanks to Solar Designer and HD + Moore for helping me track this down. + +o Fixed some *BSD compilation bugs found by + Zillion (zillion(a)safemode.org). + +o Integrated more services thanks to submissions from Fyodor Yarochkin + (fygrave(a)tigerteam.net), and Niels Heinen + (zillion(a)safemode.org), and some of my own exploring. There are + now 295 signatures. + +o Fixed a compilation bug found by Solar Designer on machines that + don't have struct sockaddr_storage. Nsock now just uses "struct + sockaddr *" like connect() does. + +o Fixed a bug found by Solar Designer which would cause the Nmap + portscan table to be truncated in -oN output files if the results are + very long. + +o Changed a bunch of large stack arrays (e.g. int portlookup[65536]) + into dynamically allocated heap pointers. The large stack variables + apparently caused problems on some architectures. This issue was + reported by osamah abuoun (osamah_abuoun(a)hotmail.com). + +Nmap 3.40PVT14 [2003-9-4] + +o Added IPv6 support for service scan. + +o Added an 'sslports' directive to nmap-service-probes. This tells + Nmap which service checks to try first for SSL-wrapped ports. The + syntax is the same as the normal 'ports' directive for non-ssl ports. + For example, the HTTP probe has an 'sslports 443' line and + SMTP-detecting probes have and 'sslports 465' line. + +o Integrated more services thanks to submissions from MadHat + (madhat(a)unspecific.com), Solar Designer (solar(a)openwall.com), Dug + Song (dugsong(a)monkey.org), pope(a)undersec.com, and Brian Hatch + (bri(a)ifokr.org). There are now 288 signatures, matching these 65 + service protocols: + chargen cvspserver daytime domain echo exec finger font-service + ftp ftp-proxy http http-proxy hylafax ident ident imap imaps ipp + ircbot ircd irc-proxy issrealsecure landesk-rc ldap meetingmaker + microsoft-ds msrpc mud mysql ncacn_http ncp netbios-ns netbios-ssn + netsaint netwareip nntp nsclient oracle-tns pcanywheredata pop3 + pop3s postgres printer qotd redcarpet rlogind rpc rsync rtsp shell + smtp snpp spamd ssc-agent ssh ssl telnet time upnp uucp vnc + vnc-http webster whois winshell X11 + +o Added a Lotus Notes probe from Fyodor Yarochkin + (fygrave(a)tigerteam.net). + +o Dug Song wins the "award" for most obscure service fingerprint + submission. Nmap now detects Dave Curry's Webster dictionary server + from 1986 :). + +o Service fingerprints now include a 'T=SSL' attribute when SSL + tunneling was used. + +o More portability enhancements thanks to Solar Designer and his Linux + 2.0 libc5 boxes. + +o Applied a patch from Gisle Vanem (giva(a)bgnett.no) which improves + Windows emulation of the UNIX mmap() and munmap() memory mapping calls. + +Nmap 3.40PVT13 [2003-9-1] + +o Added SSL-scan-through support. If service detection finds a port to be + SSL, it will transparently connect to the port using OpenSSL and use + version detection to determine what service lies beneath. This + feature is only enabled if OpenSSL is available at build time. A + new --with-openssl=DIR configure option is available if OpenSSL is + not in your default compiler paths. You can use --without-openssl + to disable this functionality. Thanks to Brian Hatch + (bri(a)ifokr.org) for sample code and other assistance. Make sure + you use a version without known exploitable overflows. In + particular, versions up to and including OpenSSL 0.9.6d and + 0.9.7-beta2 contained serious vulnerabilities described at + http://www.openssl.org/news/secadv_20020730.txt . Note that these + vulnerabilities are well over a year old at the time of this + writing. + +o Integrated many more services thanks to submissions from Brian + Hatch, HellNBack ( hellnbak(a)nmrc.org ), MadHat, Solar Designer, + Simple Nomad, and Shawn Wallis (swallis(a)ku.edu). The number of + signatures has grown from 242 to 271. Thanks! + +o Integrated Novell Netware NCP and MS Terminal Server probes from + Simple Nomad (thegnome(a)nmrc.org). + +o Fixed a segfault found by Solar Designer that could occur when + scanning certain "evil" services. + +o Fixed a problem reported by Solar Designer and MadHat ( + madhat(a)unspecific.com ) where Nmap would bail when certain Apache + version/info responses were particularly long. It could happen in + other cases as well. Now Nmap just prints a warning. + +o Fixed some portability issues reported by Solar Designer + ( solar(a)openwall.com ) + +Nmap 3.40PVT12 [2003-8-24] + +o I added probes for SSL (session startup request) and microsoft-ds + (SMB Negotiate Protocol request). + +o I changed the default read timeout for a service probe from 7.5s to 5s. + +o Fixed a one-character bug that broke many scans when -sV was NOT + given. Thanks to Blue Boar (BlueBoar(a)thievco.com) for the report. + +Nmap 3.40PVT11 [2003-8-23] + +o Integrated many more services thanks to submissions from Simple + Nomad, Solar Designer, jerickson(a)inphonic.com, Curt Wilson, and + Marco Ivaldi. Thanks! The match line count has risen from 201 to 242. + +o Implemented a service classification scheme to separate the + vendor/product name from the version number and any extra info that + is provided. Instead of v/[big version string]/, the new match + lines include v/[vendor/productname]/[version]/[extrainfo]/ . See + the docs at the top of nmap-service-probes for more info. This + doesn't change the normal output (which lumps them together anyway), + but they are separate in the XML so that higher-level programs can + easily match against just a product name. Here are a few examples + of the improved service element: + + + + + +o I went through nmap-service-probes and added the vendor name to more + entries. I also added the service name where the product name + itself didn't make that completely obvious. + +o SCO Corporation of Lindon, Utah (formerly Caldera) has lately taken + to an extortion campaign of demanding license fees from Linux users + for code that they themselves knowingly distributed under the terms + of the GNU GPL. They have also refused to accept the GPL, claiming + that some preposterous theory of theirs makes it invalid. Meanwhile + they have distributed GPL-licensed Nmap in (at least) their + "Supplemental Open Source CD". In response to these blatant + violations, and in accordance with section 4 of the GPL, we hereby + terminate SCO's rights to redistribute any versions of Nmap in any + of their products, including (without limitation) OpenLinux, + Skunkware, OpenServer, and UNIXWare. + +Nmap 3.40PVT10 [2003-8-18] + +o Added "soft matches". These are similar to normal match lines in + that they provide a regex for recognizing a service (but no version). + But instead of stopping at softmatch service recognition, the scan + continues looking for more info. It only launches probes that are + known-capable of matching the softmatched service. If no version + number is found, at least the determined service is printed. A + service print for submission is also provided in that case. So this + provides more informative results and improves efficiency. + +o Cleaned up the Windows support a bit and did more testing and + fixing. Windows service detection seems to be working fine for me + now, although my testing is still pretty limited. This release + includes a Windows binary distribution and the README-WIN32 has been + updated to reflect new compilation instructions. + +o More service fingerprints! Thanks to Solar Designer, Max Vision, + Frank Denis (Jedi/Sector One) for the submissions. I also added a + bunch from my own testing. The number of match lines went from 179 + to 201. + +o Updated XML output to handle new version and service detection + information. Here are a few examples of the new output: + + + + +o Fixed issue where Nmap would quit when ECONNREFUSED was returned + when we try to read from an already-connected TCP socket. FreeBSD + does this for some reason instead of giving ECONNRESET. Thanks to + Will Saxon (WillS(a)housing.ufl.edu) for the report. + +o Removed the SERVICEMATCH_STATIC match type from + nmap-service-probes. There wasn't much benefit of this over regular + expressions, so it isn't worth maintaining the extra code. + +Nmap 3.40PVT9 [2003-8-16] + +o Added/fixed numerous service fingerprints thanks to submissions from + Max Vision, MadHat, Seth Master. Match lines went + from 164 to 179. + +o The WinPcap libraries used in the Windows build process have been + upgraded to version 3.0. + +o Most of the Windows port is complete. It compiles and service scan + works (I didn't test very deeply) on my WinXP box with VS.Net 2003. + I try to work out remaining kinks and do some cleanup for the next + version. The Windows code was restructured and improved quite a bit, + but much more work remains to be done in that area. I'll probably + do a Windows binary .zip release of the next version. + +o Various minor fixes + +Nmap 3.40PVT8 [2003-8-12] + +o Service scan is now OFF by default. You can activate it with -sV. + Or use the snazzy new -A (for "All recommended features" or + "Aggressive") option which turns on both OS detection and service + detection. + +o Fixed compilation on my ancient OpenBSD 2.3 machine (a Pentium 60 :) + +o Added/fixed numerous service fingerprints thanks to submissions from + Brian Hatch, HD Moore, Anand R., and some of my own testing. The + number of match lines in this version grows from 137 to 164! Please + keep 'em coming! + +o Various important and not-so-important fixes for bugs I encountered + while test scanning. + +o The RPC grinder no longer prints a startup message if it has no + RPC-detected ports to scan. + +o Some of the service fingerprint length limitations are relaxed a bit + if you enable debugging (-d). + +Nmap 3.40PVT7 [2003-8-10] + +o Added a whole bunch of services submitted by Brian Hatch + (bri(a)ifokr.org). I also added a few Windows-related probes. + Nmap-service-probes has gone from 101 match strings to 137. Please + keep the submissions coming. + +o The question mark now only appears for ports in the OPEN state and + when service detection was requested. + +o I now print a separator bar between service fingerprints when Nmap + prints more than one for a given host so that users understand to + submit them individually (suggested by Brian Hatch (bri(a)ifokr.org)) + +o Fixed a bug that would cause Nmap to print "empty" service + fingerprints consisting of just a semi-colon. Thanks to Brian Hatch + (bri(a)ifokr.org) for reporting this. + +Nmap 3.40PVT6 [2003-8-8] + +o Banner-scanned hundreds of thousands of machines for ports + 21,23,25,110,3306 to collect default banners. Where the banner made + the service name/version obvious, I integrated them into + nmap-service-probes. This increased the number of 'match' lines from + 27 to more than 100. + +o Created the service fingerprint submission page at + http://www.insecure.org/cgi-bin/servicefp-submit.cgi + +o Changed the service fingerprint format slightly for easier + processing by scripts. + +o Applied a large portability patch from Albert Chin-A-Young + (china(a)thewrittenword.com). This cleans up a number of things, + particularly for IRIX, Tru64, and Solaris. + +o Applied NmapFE patch from Peter Marschall (peter(a)adpm.de) which + "makes sure changes in the relay host and scanned port entry fields + are displayed immediately, and also keeps the fields editable after + de- and reactivating them." + +Nmap 3.40PVT4 [2003-7-28] + +o Limited the size of service fingerprints to roughly 1024 bytes. + This was suggested by Niels Heinen (niels(a)heinen.ws), because the previous + limit was excessive. The number of fingerprints printed is also now + limited to 10. + +o Fixed a segmentation fault that could occur when ping-scanning large + networks. + +o Fixed service scan to gracefully handle host_timeout occurrences when + they happen during a service scan. + +o Fixed a service_scan bug that would cause an error when hosts send + data and then close() during the NULL probe (when we haven't sent + anything). + +o Applied a patch from Solar Designer (solar(a)openwall.com) which + corrects some errors in the Russian man page translation and also a + couple typos in the regular man page. Then I spell-checked the man + page to reduce future instances of foreigners sending in diffs to + correct my English :). + +Nmap 3.40PVT3 [2003-7-28] + +o Nmap now prints a "service fingerprint" for services that it is + unable to match despite returning data. The web submission page it + references is not yet available. + +o Service detection now does RPC grinding on ports it detects to be + running RPC. + +o Fixed a bug that would cause Nmap to quit with an Nsock error when + --host_timeout was used (or when -T5 was used, which sets it + implicitly). + +o Fixed a bug that would cause Nmap to fail to print the OS + fingerprint in certain cases. Thanks to Ste Jones + (root(a)networkpenetration.com) for the problem report. + +Nmap 3.40PVT2 [2003-7-26] + +o Nmap now has a simple VERSION detection scheme. The 'match' lines in + nmap-service-probes can specify a template version string + (referencing subexpression matches from the regex in a Perl-like + manner) so that the version is determined at the same time as the + service. This handles many common services in a highly efficient + manner. A more complex form of version detection (that initiates + further communication w/the target service) may be necessary + eventually to handle services that aren't as forthcoming with + version details. + +o The Nmap port state table now wastes less whitespace due to using a new + and stingy NmapOutputTable class. This makes it easier to read, and + also leaves more room for version info and possibly other enhancements. + +o Added 's' option to match lines in nmap-service-probes. Just as + with the Perl 's' option, this one causes '.' in the regular + expression to match any character INCLUDING newline. + +o The WinPcap header timestamp is no longer used on Windows as it + sometimes can be a couple seconds different than gettimeofday() (which + is really _ftime() on Windows) for some reason. Thanks to Scott + Egbert (scott.egbert(a)citigroup.com) for the report. + +o Applied a patch by Matt Selsky (selsky(a)columbia.edu) which fixes + configure.in in such a way that the annoying header file "present but + cannot be compiled" warning for Solaris. + +o Applied another patch from Matt that (we hope) fixes the "present + but cannot be compiled" warning -- this time for Mac OS X. + +o Port table header names are now capitalized ("SERVICE", "PORT", etc) + +Nmap 3.40PVT1 [2003-7-17] + +o Initial implementation of service detection. Nmap will now probe + ports to determine what is listening, rather than guessing based on + the nmap-services table lookup. This can be very useful for + services on unidentified ports and for UDP services where it is not + always clear (without these probes) whether the port is really open + or just firewalled. It is also handy for when services are run on + the well-known-port of another protocol -- this is happening more + and more as users try to circumvent increasingly strict firewall + policies. + +o Nmap now uses the excellent libpcre (Perl Compatible Regular + Expressions) library from http://www.pcre.org/ . Many systems + already have this, otherwise Nmap will use the copy it now includes. + If your libpcre is hidden away in some nonstandard place, give + ./configure the new --with-libpcre=DIR directive. + +o Nmap now uses the C++ Standard Template Library (STL). This makes + programming easier, but if it causes major portability or bloat + problems, I'll reluctantly remove it. + +o Applied a patch from Javier Kohen (jkohen(a)coresecurity.com) which + normalizes the names of many Microsoft entries in the + nmap-os-fingerprints file. + +o Applied a patch by Florin Andrei (florin(a)sgi.com) to the Nmap RPM + spec file. This uses the 'Epoch' flag to prevent the Redhat Network + tool from marking my RPMs as "obsolete" and "upgrading" to earlier + Redhat-built versions. A compilation flag problem is also fixed. + +Nmap 3.30 [2003-6-28] + +o Implemented the largest-ever OS fingerprint update! Roughly 300 + fingerprints were added/modified. These massive changes span the + gamut from AIX 5.1 to the ZyXEL Prestige broadband router line. + Notable updates include OpenBSD 3.3, FreeBSD 5.1, Mac OS X 10.2.6, + Windows 2003 server, and more WAPs and broadband routers than you + can shake a stick at. Someone even submitted a fingerprint for + Debian Linux running on the Microsoft Xbox. You have to love that + irony :). Thanks to everyone who submitted fingerprints using the + URL Nmap gives you when it gets a clean reading but is stumped. The + fingerprint DB now contains almost 1000 fingerprints. + +o Went through every one of the fingerprints to normalize the + descriptions a bit. I also looked up what all of the devices are + (thanks E*Bay and Google!). Results like "Nexland ISB Pro800 Turbo" + and "Siemens 300E Release 6.5" are much more useful when you add the + words "cable modem" and "business phone system" + +o Added a new classification system to nmap-os-fingerprints. In + addition to the standard text description, each entry is now + classified by vendor name (e.g. Sun), underlying OS (e.g. Solaris), + OS generation (e.g. 7), and device type ("general purpose", router, + switch, game console, etc). This can be useful if you want to (say) + locate and eliminate the SCO systems on a network, or find the + wireless access points (WAPs) by scanning from the wired side. + +o Classification system described above is now used to print out a + "device type" line and OS categories for matches. The free-form + English details are still printed as well. Nmap can sometimes + provide classifications even where it used to provide nothing + because of "too many matches". These have been added to XML output + as well. They are not printed for the "grepable output", as I + consider that format deprecated. + +o Nmap will now sometimes guess in the "no exact matches" case, even + if you don't use the secret --osscan_guess or -fuzzy options. + +o Applied another huge NmapFE patch from Peter Marschall + (peter(a)adpm.de). This revamps the interface to use a tabbed + format that allows for many more Nmap options to be used. It also + cleans up some crufty parts of the code. Let me and Peter know what + you think (and if you encounter any problems). + +o Windows and Amiga ports now use packet receive times from libpcap. + Let me know if you get any "time computation problem" errors. + +o Updated version of the Russian man page translation from Alex Volkov + (alex(a)cherepovets-city.ru). + +Nmap 3.28 [2003-6-14] + +o Fixed (I hope) an issue that would cause Nmap to print "Serious time + computation problem in adjust_timeout ..." and quit. The ultimate + cause was demonstrated by this --packet_trace snippet that Russel + Miller (rmiller(a)duskglow.com) sent me: + SENT (0.0500s) ICMP 0.0.0.0 > 127.0.0.1 Echo request (type=8/code=0) ... + RCVD (0.0450s) ICMP 127.0.0.1 > 127.0.0.1 Echo reply (type=0/code=0) ... + As you can see, the ping reply appears to come BEFORE the request + was sent(!). This sort of thing happens on at least Linux and + Windows. The send time is obtained from gettimeofday(timeval, NULL), + while receive time libpcap packet header. If anyone knows why this + occurs, or (even better) knows a good way to fix it, let me know. + For now, I am allowing the response to come up to .05s "before" the + request. That is gross. + +o For years, Nmap has added -I/usr/local/include and -L/usr/local/lib + to the compiler line to grab local libraries. I have removed this + behavior by default, and added a '--with-localdirs' configure option + that adds it back. If Nmap fails to compile now without the above + option, please let me know. I can change the default back if this + change causes more problems than it solves. People (such as certain + ports tree packagers) who know they don't want /usr/local should + specify --without-localdirs rather than relying on that always being + the default. + +o Fixed (I hope) a problem that led to the error message "Assertion + `tqi->sockets[probe_port_num][seq] == -1' failed". + +o Fixed a problem that would cause Nmap on Windows to send ICMP ping + packets from 0.0.0.0 instead of the appropriate source IP. Thanks + to Yeti (boxed(a)blueyonder.co.uk) for the report. + +o Applied some changes from Solar Designer (solar(a)openwall.com) + which fix some typos and also suggest safer /tmp/ behavior in the + HACKING file and Lithuanian man page. These changes are for the + Nmap package of his Openwall GNU/*/Linux (Owl) distribution. + (http://www.openwall.com/Owl/) + +o For Solaris, I now define NET_SIZE_T to size_t rather than socklen_t + in nmap.h. Isn't that exciting?!!! Hopefully this will help + compilation on Solaris 2.6 (and perhaps earlier). If any Solaris + users notice new compilation problems, please let me know. Thanks to + Al Smith (Al.Smith(a)aeschi.ch.eu.org) for reporting the issue. + +o Removed an errant getopt() prototype in nbase/getopt.h which should + hopefully improve compilation on certain Solaris boxes and BSD + variants. + +o SCO operating systems are no longer supported due to their recent + (and absurd) attacks against Linux and IBM. Bug reports relating to + UnixWare will be ignored, or possibly even laughed at derisively. + Note that I have no reason to believe anyone has ever used Nmap on + SCO systems. UnixWare and OpenServer suck. + +o Fixed a problem with small --max_parallelism values when non-root ping + scanning that would cause Nmap to say "sendconnecttcpquery: Could + not scavenge a free socket!" and quit. Problem was reported by + Justin A (justin(a)bouncybouncy.net) as Debian Bug #195463. + +o Applied (with a few modifications) a large NmapFE patch from Peter + Marschall (peter(a)adpm.de). This patch adds a bunch more scan/ping + options and cleans up some redundant NmapFE code. + +o Included new Russian man page translation by Alex Volkov + (alex(a)cherepovets-city.ru) + +o Changed many single-quotes (') into double quotes (") in the man + page due to a disagreement over whether to represent them as (') or + (\') in nroff. + +o Included --packet_trace support for Explicit Congestion Notification + (RFC 2481/3168) flags thanks to a patch sent in by Maik Pfeil + (root(a)bundesspionageministerium.de) + +o Included --packet_trace support for a few (unusual) ICMP types in + case Nmap receives them. The patch was also sent by Maik Pfeil. + +o Fixed a problem with redirecting XML/Grep/Machine output to stdout + on Windows (e.g. -oX - ). Problem was reported by Wei Jiang + (Wei.Jiang(a)bindview.com) + +o Made "-g -Wall" compiler flags dependent on availability of gcc/g++ + sine some other compilers do not support them. + +o I spam-protected the email addresses in this file. I fervently hope + that within 5 years we will be able to defeat this scourge through + technology and laws, so that we may again list our email addresses + openly without fear of abuse by criminal spammers. Oh, and it would + be a shame if the spiders went through this whole page and only + found uce@ftc.gov, rhundt@fcc.gov, jquello@fcc.gov, sness@fcc.gov, + president@whitehouse.gov, haesslich@loyalty.org, and rchong@fcc.gov. + +Nmap 3.27 [2003-4-28] + +o Nmap now compiles under Amiga thanks to patches sent by Diego + Casorran (dcr8520(a)amiga.org). + +o Fixed a backwards WIN32 ifdef that broke UDP and small-fragment + scans for some operating systems other than Linux and Windows. + Thanks to Guido van Rooij (guido(a)gvr.org) for reporting the problem + and sending a patch. + +o Applied patch from Marius Strobl (marius(a)alchemy.franken.de) which improves + the definition of NET_SIZE_T on FreeBSD so that it compiles on + 64-bit platforms. + +Nmap 3.26 [2003-4-24] + +o Fixed Mac OS X Compilation (at least on most of the machines + tested). You will probably need to type + "./configure CPP=/usr/bin/cpp" instead of simply "./configure". If + you still have trouble, drop me an email. Thanks to everyone who + provided or offered shell accounts! + +o Fixed a segmentation fault several people reported that was + introduced in 3.25. This problem manifests itself intermittently + in many normal situations involving large-network scanning. So all + 3.25 users are urged to upgrade. Pre-3.25 users should upgrade too, + since 3.25 included so many improvements :). + +Nmap 3.25 [2003-4-19] + +o I added UDP-based "ping" scanning. The -PU option can take an + optional portlist like the TCP "ping" options (-PS, -PA), but it sends + a UDP packet to the targets and expects hosts that are up to reply + with a port unreachable (or possibly a UDP response if the port is + open). This one is likely to work best against closed ports, since + many open ports don't respond to empty requests. + +o Fixed (I hope) problem where Nmap would abort, complaining that + "Assertion `pt->down_this_block > 0' failed". Thanks to + ray(a)24hoursecurity.org and mugz(a)x-mafia.com for reporting and + helping me debug this problem. + +o Fixed a GCC dependency reported by Ayamura Kikuchi + (ayamura(a)keio.net) + +o Fixed an "assertion failure" which would cause Nmap to exit when you + specify a --max_rtt_timeout below 3000. Thanks to Tammy Rathbun + (rathbun2(a)llnl.gov) and Jan Roger Wilkens (jrw(a)proseq.net) for + reporting this. + +o Packet receive times are now obtained from libpcap rather than + simply using the time the packets are passed to Nmap. This should + improve performance slightly. I was not able to get this to work + properly on Windows (either pcap or raw) -- join the nmap-dev list + if you have ideas. + +o Fixed bug that caused Nmap to ignore certain RST responses when you + do both -PS and -PA. + +o Modified ping scan to work better when many instances of Nmap are + executed concurrently. + +o I'm now linking directly to the gzip compressed version of Nmap on + the homepage as well as the .bz2. + +o Fixed a portability problem that caused BSD Make to bail out. + +o Fixed a divide by zero error caused when non-root users (on UNIX) + explicitly request ICMP pings (which require root privileges). Now it + prints a warning and uses the normal non-root TCP connect() ping. + Jaroslav Sladek (jup(a)matfyz.cz) found the bug and provided the patch. + +o Made Nmap more tolerant of corrupt nmap-services and nmap-protocols + files thanks to report & patch sent by Phix (phix(a)hush.com) + +o Added some more port numbers sent in by Seth Master + (smaster(a)stanford.edu). He has been a frequent nmap-services + contributor in the last couple months. + +o Added --packet_trace support to Windows + +o Removed superfluous "addport" line in the XML output (patch from Max + Schubert (nmap(a)webwizarddesign.com)). + +o Merged wintcpip.cc into tcpip.cc to avoid the headache of + maintaining many nearly-identical functions. + +o Fixed an assertion failure crash related to combining port 0 scans + and OS scan. Thanks to A.Jones(a)mvv.de for reporting this. + +o Fixed some compilation problems on systems without IPv6 support -- + patch sent by Jochen Erwied (Jochen.Erwied(a)mbs-software.info) + +o Applied patch from Jochen Erwied (Jochen.Erwied(a)mbs-software.info) + which fixes the format strings used for printing certain timestamps. + +o Upgraded to autoconf 2.57, including the latest config.guess/config.sub + +o Renamed configure.ac files to configure.in as recommended by the + latest autoconf documentation. + +o Changed the wording of NmapFE Gnome entries to better-comply with + Gnome's Human Interface Guidelines (HIG). Suggested by Axel Krauth + (krauth(a)fmi.uni-passau.de) + +Nmap 3.20 [2003-3-18] + +o The random IP input option (-iR) now takes an argument specifying + how many IPs you want to scan (e.g. -iR 1000). Specify 0 for the old + never-ending scan behavior. + +o Fixed a tricky memory leak discovered by Mugz (mugz(a)x-mafia.com). + +o Fixed output truncation problem noted by Lionel CONS (lionel.cons(a)cern.ch) + +o Fixed a bug that would cause certain incoming ICMP error messages to + be improperly ignored. + +Nmap 3.15BETA3 [2003-3-16] + +o Made numerous improvements to the timing behavior of "-T Aggressive" + (same as -T4) scans. It is now recommended for regular use by + impatient people with a fast connection. "-T Insane" mode has also + been updated, but we only recommend that for, well, insane people. + +o Made substantial changes to the SYN/connect()/Window scanning + algorithms for improved speeds, especially against heavily filtered + hosts. If you notice any timing problems (misidentified ports, + etc.), please send me the details (including full Nmap output and a + description of what is wrong). Reports of any timing problems with + -T4 would be helpful as well. + +o Changed Nmap such that ALL syn scan packets are sent from the port + you specify with -g. Retransmissions used to utilize successively + higher ports. This change has a downside in that some operating + systems (such as Linux) often won't reply to the retransmissions + because they reuse the same connection specifier quad + (srcip:srcport:dstip:dstport). Overall I think this is a win. + +o Added timestamps to "Starting nmap" line and each host port scan in + verbose (-v) mode. These are in ISO 8601 standard format because + unlike President Bush, we actually care about International + consensus :). + +o Nmap now comes by default in .tar.bz2 format, which compresses about + 20% further. You can still find .tgz in the dist directory at + http://download.insecure.org/nmap/dist/?M=D . + +o Various other minor bug fixes, new services, fingerprints, etc. + +Nmap 3.15BETA2 [2003-2-26] + +o I added support for a brand new "port" that many of you may have + never scanned before! UDP & TCP "port 0" (and IP protocol 0) are now + permitted if you specify 0 explicitly. An argument like "-p -40" + would still scan ports 1-40. Unlike ports, protocol 0 IS now scanned + by default. This now works for ping probes too (e.g., -PS, -PA). + +o Applied patch by Martin Kluge (martin(a)elxsi.info) which adds --ttl + option, which sets the outgoing IPv4 TTL field in packets sent via + all raw scan types (including ping scans and OS detection). The + patch "should work" on Windows, but hasn't been tested. A TTL of 0 + is supported, and even tends to work on a LAN: + 14:17:19.474293 192.168.0.42.60214 > 192.168.0.40.135: S 326:326(0) [ttl 0] + 14:17:19.474456 192.168.0.40.135 > 192.168.0.42.60214: S 280:280(0) ack 326 (ttl 128) + +o Applied patch by Gabriel L. Somlo ( somlo(a)acns.colostate.edu ) which + extends the multi-ping-port functionality to nonroot and IPv6 + connect() users. + +o I added a new --datadir command line option which allows you to + specify the highest priority directory for Nmap data files + nmap-services, nmap-os-fingerprints, and nmap-rpc. Any files which + aren't in the given dir, will be searched for in the $NMAPDIR + environmental variable, ~/nmap/, a compiled in data directory + (e.g. /usr/share/nmap), and finally the current directory. + +o Fixed Windows (VC++ 6) compilation, thanks to patches from Kevin + Davis (computerguy(a)cfl.rr.com) and Andy Lutomirski + (luto(a)stanford.edu) + +o Included new Latvian man page translation by + "miscelerious options" (misc(a)inbox.lv) + +o Fixed Solaris compilation when Sun make is used rather than GNU + make. Thanks to Tom Duffy (tduffy(a)sun.com) for assistance. + +o Applied patch from Stephen Bishop (sbishop(a)idsec.co.uk) which + prevents certain false-positive responses when Nmap raw TCP ping scans + are being run in parallel. + +o To emphasize the highly professional nature of Nmap, I changed all + instances of "fucked up" in error message text into "b0rked". + +o Fixed a problem with nmap-frontend RPMs that would cause a bogus + /bin/xnmap link to be created (it should only create + /usr/bin/xnmap). Thanks to Juho Schultz + (juho.schultz(a)astro.helsinki.fi) for reporting the problem. + +o I made the maximum number of allowed routes and interfaces allowed + on the scanning machine dynamic rather than hardcoded #defines of 1024 + and 128. You never know -- some wacko probably has that many :). + +Nmap 3.15BETA1 [2003-2-19] + +o Integrated the largest OS fingerprint DB updates ever! Thanks to + everyone who contributed signatures! New or substantially modified + fingerprints included the latest Windows 2K/XP changes, Cisco IOS + 12.2-based routers and PIX 6.3 firewalls, FreeBSD 5.0, AIX 5.1, + OpenBSD 3.2, Tru64 5.1A, IBM OS/400 V5R1M0, dozens of wireless APs, + VOIP devices, firewalls, printers, print servers, cable modems, + webcams, etc. We've even got some mod-chipped Xbox fingerprints + now! + +o Applied NetBSD portability patch by Darren Reed + (darrenr(a)reed.wattle.id.au) + +o Updated Makefile to better-detect if it can't make nmapfe and + provide a clearer error message. Also fixed a couple compiler + warnings on some *BSD platforms. + +o Applied patch from "Max" (nmap(a)webwizarddesign.com) which adds the + port owner to the "addport" XML output lines which are printed (only + in verbose mode, I think) as each open port is discovered. + +o I killed the annoying whitespace that is normally appended after the + service name. Now it is only there when an owner was found via -sI + (in which case there is a fourth column and so "service" must be + exactly 24 characters). + +Nmap 3.10ALPHA9 [2002-12-25] + +o Reworked the "ping scan" algorithm (used for any scan except -P0 or + -sL) to be more robust in the face of low-bandwidth and congested + connections. This also improves reliability in the multi-port and + multi-type ping cases described below. + +o "Ping types" are no longer exclusive -- you can now do combinations + such as "-PS22,53,80 -PT113 -PN -PE" in order to increase your odds of + passing through strict filters. The "PB" flag is now deprecated + since you can achieve the same result via "PE" and "PT" options. + +o Applied patch (with modest changes) by Gabriel L. Somlo + (somlo(a)acns.colostate.edu), which allows multiple TCP probe ports in + raw (root) mode. See the previous item for an example. + +o Fixed a libpcap compilation issue noted by Josef 'Jupp' Schugt + (deusxmachina(a)webmail.co.za) which relates to the definition (or + lack thereof) of ARPHRD_HDLC (used for Cisco HDLC frames). + +o Tweaked the version number (-V) output slightly. + +Nmap 3.10ALPHA7 [2002-12-18] + +o Upgraded libpcap from version 0.6.2 to 0.7.1. Updated the + libpcap-possiblymodified/NMAP_MODIFICATIONS file to give a much + more extensive list (including diffs) of the changes included + in the Nmap bundled version of Libpcap. + +o Applied patch to fix a libpcap alignment bug found by Tom Duffy + (tduffy(a)sun.com). + +o Fixed Windows compilation. + +o Applied patch by Chad Loder (cloder(a)loder.us) of Rapid7 which + fixes OpenBSD compilation. I believe Chad is now the official + OpenBSD Nmap "port" maintainer. His patch also adjusted + random-scan (-iR) to include the recently allocated 82.0.0.0/8 + space. + +o Fixed (I hope) a few compilation problems on + non-IPv6-enabled machines which were noted by Josef 'Jupp' + Schugt (jupp(a)gmx.de) + +o Included some man page translations which were inadvertently + missed in previous tarballs. + +o Applied patch from Matthieu Verbert (mve(a)zurich.ibm.com) which + places the Nmap man pages under ${prefix}/share/man rather than + ${prefix}/man when installed via RPM. Maybe the tarball + install should do this too? Opinions? + +o Applied patch from R Anderson (listbox(a)pole-position.org) which + improves the way ICMP port unreachables from intermediate hosts + are handled during UDP scans. + +o Added note to man page related to Nmap US export control. I + believe Nmap falls under ECCN 5D992, which has no special + restrictions beyond the standard export denial to a handful of + rogue nations such as Iraq and North Korea. + +o Added a warning that some hosts may be skipped and/or repeated + when someone tries to --resume a --randomize_hosts scan. This + was suggested by Crayden Mantelium (crayden(a)sensewave.com) + +o Fixed a minor memory leak noted by Michael Davis + (mike(a)datanerds.net). + +Nmap 3.10ALPHA4 [2002-11-11] + +o Applied patch by Max Schubert (nmap(a)webwizarddesign.com) which adds + an add-port XML tag whenever a new port is found open when Nmap is + running in verbose mode. The new tag looks like: + + I also updated docs/nmap.dtd to recognize this new tag. + +o Added German translation of Nmap man page by Marc Ruef + (marc.ruef(a)computec.ch). It is also available at + https://nmap.org/man/de/ + +o Includes a brand new French translation of the man page by Sebastien + Blanchet. You could probably guess that it is available at + https://nmap.org/man/fr/ + +o Applied some patches from Chad Loder (cloder(a)loder.us) which update + the random IP allocation pool and improve OpenBSD support. Some + were from the OBSD Nmap patchlist. + +o Fixed a compile problem on machines without PF_INET6. Thanks to + Josef 'Jupp' Schugt (deusxmachina(a)webmail.co.za) for noting this. + +Nmap 3.10ALPHA3 [2002-9-15] + +o Added --min_parallelism option, which makes scans more aggressive + and MUCH faster in certain situations -- especially against + firewalled hosts. It is basically the opposite of --max_parallelism + (-M). Note that reliability can be lost if you push it too far. + +o Added --packet_trace option, which tells Nmap to display all of the + packets it sends and receives in a format similar to tcpdump. I + mostly added this for debugging purposes, but people wishing to learn + how Nmap works or for experts wanting to ensure Nmap is doing + exactly what they expect. If you want this feature supported under + Windows, please send me a patch :). + +o Fixed a segmentation fault in Idlescan (-sI). + +o Made Idlescan timing more conservative when -P0 is specified to + improve accuracy. + +o Fixed an infinite-loop condition that could occur during certain + dropped-packet scenarios in an Idle scan. + +o Nmap now reports execution times to millisecond precision (rather + than rounding to the nearest second). + +o Fixed an infinite loop caused by invalid port arguments. Problem + noted by fejed (fejed(a)uddf.net). + +Nmap 3.10ALPHA2 [2002-8-31] + +o Fixed compilation and IPv6 support on FreeBSD (tested on + 4.6-STABLE). Thanks to Niels Heinen (niels.heinen(a)ubizen.com) for + suggestions. + +o Made some portability changes based on suggestions by Josef 'Jupp' + Schugt (jupp(a)gmx.de) + +o Fixed compilation and IPv6 support on Solaris 9 (haven't tested + earlier versions). + +Nmap 3.10ALPHA1 [2002-8-28] + +o IPv6 is now supported for TCP scan (-sT), connect()-style ping + scan (-sP), and list scan (-sL)! Just specify the -6 option and the + IPv6 numbers or DNS names. Netmask notation is not currently + supported -- I'm not sure how useful it is for IPv6, where even petty + end users may be allocated trillions of addresses (/80). If you + need one of the scan types that hasn't been ported yet, give + Sebastien Peterson's patch a try at http://nmap6.sourceforge.net/ . + If there is demand, I may integrate more of that into Nmap. + +o Major code restructuring, which included conversion to C++ -- so + you'll need g++ or another C++ compiler. I accidentally let a C++ + requirement slip in a while back and found that almost everyone has + such a compiler. Windows (VC++) users: see the README-WIN32 for new + compilation instructions. + +o Applied patch from Axel Nennker (Axel.Nennker(a)t-systems.com) which + adds a --without-nmapfe option to the configure script. This is + useful if your system doesn't have the proper libraries (e.g. GTK) or + if you think GUIs are for sissies :). + +o Removed arbitrary max_parallelism (-M) limitations, as suggested by + William McVey ( wam(a)cisco.com ). + +o Added DEC OSF to the platforms that require the BSDFIX() macro due + to taking IP length and offset fields in host rather than network byte + order. Suggested by Dean Bennett (deanb(a)gbtn.net) + +o Fixed an debug statement C ambiguity discovered by Kronos + (kronos(a)kronoz.cjb.net) + +Nmap 3.00 [2002-07-31] + +o Woohoo! :) + +Nmap 2.99RC2 [2002-07-27] + +o Fixed an important memory initialization bug which was causing + crashes on Mac OS X (and possibly other platforms). The problem was + located by Pieter ten Pierick (P.tenPierick(a)chello.nl) + +o Various minor bugfixes/cleanup + +Nmap 2.99RC1 [2002-07-20] + +o Implemented the biggest OS fingerprint update since December 1999! + More than 200 fingerprints were added/modified. This includes + OpenBSD 3.1, Solaris 9, Mac OS 10.1.5, OS/400, FreeBSD 4.6, The + latest MS WinXP changes, new CISCO equiptment, and loads of network + devices such as VoIP phones, switches, printers, WAPs, etc. + +o Updated build system to work on MacOS X. + +o I removed "credit" lines from the nmap-os-fingerprints file out of + concern that evil spammers might harvest the 602 addresses. Plus + those took up 28K and the size of nmap-os-fingerprints has already + caused trouble for some handheld devices. If anyone actually cares + about the "fame" of being listed, let me know and I'll put you back + in. I still appreciate everyone who submits fingerprints! I just + don't want you to be spammed when the fingerprint file goes online. + +o Minor usage screen (nmap -h) fix suggested by Martin Kluge + ( martin(a)elxsi.info ) + +o Insured that the initial pound (#) in C preprocessor directives is + always in column 1 (portability fix). Problem noted by Shamsher + Sran (ssran(a)bechtel.com) + +Nmap 2.54BETA37 [2002-07-10] + +o Made SYN scan the default for privileged (root) users. This offers + far better performance for Windows users due to their broken + connect() call, and is usually even preferred on UNIX because it is + more stealthy and less likely to crash applications listening on the + target host. + +o Fixed a problem noted by Ping Huang (pshuang(a)alum.mit.edu) relating + to -PI scans of a machine's own non-localhost interfaces (eg + scanning your ethernet address). + +o Applied patch from Patrice Goetghebeur (pgoetghebeur(a)mac.com) which + fixes PPP/SLIP support on Mac OS X. + +o Applied dozens of nmap-services portnumber mapping updates + researched and sent by palante(a)subterrain.net + +o Updated nmap-rpc to the latest version from Eilon Gishri + (eilon(a)aristo.tau.ac.il) + +o Fixed --resume option to better detect all of the previously scanned + hosts in an -oN file (bug report from Adam.Scott(a)predictive.com ) + +o Adjusted random IP generator (for -iR) to account for newly + allocated ip space from + http://www.iana.org/assignments/ipv4-address-space as noted by Chad + Loder (cloder(a)acm.org) + +o Updated config.sub and config.guess to the versions in + automake-1.6.2 . + +o Applied patch from Markus A. Nonym (g17m0(a)lycos.com) which checks + for a recent version of GTK+ in ./configure before even trying to + build NmapFE (avoids the previous ugly compiler errors). + +o Applied patch from benkj(a)gmx.it which fixes misbehavior when Nmap + would receive EOF (including ^D) in interactive mode. + +o Fixed format string bugs (not the security-related kind) found by + Takehiro YONEKURA (yonekura(a)obliguard.com) and Kuk-hyeon Lee + (errai(a)inzen.com) + +o Applied patch from Greg Steuck (greg-nmap-dev(a)nest.cx) which fixes + an alignment problem in charpool.c that could cause bus errors on + 64-bit platforms. + +o Applied portability fix patch from Matt Christian (mattc(a)visi.com) + +Nmap 2.54BETA36 [2002-06-13] + +o Fixed major connect scan problem introduced in BETA35 + +o Changed NmapFE to use the version number 2.54BETA36 rather than + 0.2.54BETA36. I had to do this because RedHat took the liberty of + releasing a so-called "2.54BETA31" version of nmap-frontend in their + 7.3 distribution. Thus my upgrades were failing to install on such + systems because a "later" version is already installed. + +Nmap 2.54BETA35 [2002-06-13] + +o Fixed an issue that could cause the abort message "Serious time + computation problem in adjust_timeout ...". If you still see this, + please let me know. + +o Fixed Windows compilation (and I really mean it this time -- tested + myself). + +o Applied configure script patch to recognize Solaris 2.10 when it + eventually becomes available (from James Carlson + (james.d.carlson(a)east.sun.com) + +o Applied some portability fixes from Albert Chin + (china(a)thewrittenword.com) + +o Applied libpcap aclocal.m4 patch to enable debugging (-g) when + compiling libpcap with gcc. Patch from Ping Huang + (pshuang(a)alum.mit.edu) + +o Restructured "TCP probe port" output message a bit as suggested by + Ping Huang (pshuang(a)alum.mit.edu) + +Nmap 2.54BETA34 [2002-05-02] + +o Windows compilation fixed thanks to new VC++ project file (nmap.dsp) sent + by Evan Sparks (gmplague(a)sdf.lonestar.org) (I had forgotten to include + the new main.c). + +o Various nmap-services updates + +o Fixed a bunch of typos and capitalization issues in + nmap-os-fingerprints by applying patch sent in by Royce Williams + (royce(a)alaska.net). + +Nmap 2.54BETA33 [2002-04-26] + +o Tons of OS fingerprint updates. More than 100 fingerprints added or + changed, including OpenBSD 3, FreeBSD 4.5, Solaris 9 pre-release, + Commodor 64 (with the TFE Ethernet Card and uIP stack), Compaq iPAQ, + Cisco IOS 12.2(8), AIX 5.1, IRIX 6.5.15, various + Redback/Racal/Juniper/BigIP/HP/Siemens/Brocade/Quantum devices, + numerous printers/switches, KRONOS network clock, WTI Network Power + Switch, Windows XP, and many more. Thanks to everyone who + contributed! + +o Applied fix for an important RPC scanning bug sent in by Pasi Eronen + (pasi.eronen(a)nixu.com) + +o Applied fix for nasty OS fingerprinting bug found by William + Robertson (wkr(a)cs.ucsb.edu) + +o Do not show uptime when obviously spoofed (eg OpenBSD 3.0) + +o Slightly changed (I hope improved) the whitespace in Nmap output so + that messages relating to the same host are kept together (and + different hosts different separated by newlines). + +o Moved main() function into a new file, cleverly named main.c. + +Nmap 2.54BETA32 [2002-04-01] + +o Applied Windows pinging fix and from Andy Lutomirski + (Luto(a)myrealbox.com) + +o Applied a few more Windows fixes from Andy. + +o Fixed a flaw in several error-checking statements noted by Giacomo + Cariello (jwk(a)bug.it) + +o Applied Win32 compilation fixes sent by Kirby Kuehl (kkuehl(a)cisco.com) + and jens.vogt(a)bluewin.ch + +Nmap 2.54BETA31 [2002-03-20] + +o Added ICMP Timestamp and Netmask ping types (-PP and -PM). These + (especially timestamp) can be useful against some hosts that do not + respond to normal ping (-PI) packets. + +o Documented the --data_length option and made it work with all the + ICMP ping types (echo request, netmask, and timestamp). + +o Added check for strings.h before including it in portlist.c . This + fixes a compilation problem on some versions of Windows. Problem + first noted by Michael Vorin (mvorin(a)hotmail.com) + +o Applied patch from Andy Lutomirski (Luto(a)myrealbox.com) which fixes + a crash on some Windows platforms when timeouts occur. + +o Fixed "grepable output" (-oG) so that it prints IPID sequence class + rather than printing the TCP ISN sequence index twice. Problem + noted by Russell Fulton (r.fulton(a)auckland.ac.nz) + +o Added mysterious, undocumented --scanflags option. + +o Applied patch from Andy Lutomirski (Luto(a)myrealbox.com) which fixes + some important Windows bugs. Apparently this can cause a dramatic + speedup in some circumstances. The patch had other misc. changes + too. + +o Fix bug noted by Chris V (iselldrugstokidsonline(a)yahoo.com) in which + Nmap could segmentation fault with the (bogus) command: './nmap -sO + -p 1-65535 hostname' (protocol only can go up to 255). That being + said, Nmap should never segfault just because of bogus options. + +o Fixed problem noted by Maximiliano (emax25(a)arnet.com.ar) where Nmap + would get stuck in a (nearly) infinite loop when you try to "resume" + a random host (-iR) scan. + +o Included a number of fingerprint updates, but I still have many more + web submissions to go through. Also made some nmap-services + portlist updates. + +o Included a bunch of fixes (mostly to prevent compiler warnings) from + William McVey (wam(a)cisco.com) + +Nmap 2.54BETA30 [2001-10-14] + +o Added a Document Type Definition (DTD) for the Nmap XML output + format (-oX) to the docs directory. This allows validating parsers + to check nmap XML output files for correctness. It is also useful + for application programmers to understand the XML output structure. + The DTD was written by William McVey (wam(a)cisco.com) of Cisco Secure + Consulting Services ( http://www.cisco.com/go/securityconsulting ). + +o Merged in a number of Windows fixes/updates from Andy Lutomirski + (Luto(a)myrealbox.com) + +o Merged in fixes/updates (mostly to the Windows functionality) from + Matt Hargett (matt(a)use.net) + +o Applied patch by Colin Phipps (cph(a)netcraft.com) which correctly + encodes special characters in the XML output. + +o Applied patch by William McVey (wam(a)cisco.com) which adds the uptime + information printed with -O to the XML output format. + +o Fixed byte-order bug in Windows packet matching code which caused + -PS and -PT to fail. Bug found and patch sent by Tim Adam. + +o Fixed segfault problem with "-sU -F". Nobody reported this until I + noticed it :(. Anytime you see "Segmentation Fault" in the latest + version of Nmap, it is probably a bug -- please mail me the command + you used, the OS/platform you are running on, and whether it is + reproducable. + +o Added a convenience option "-oA (basefilename)". This tells Nmap to + log in ALL the major formats (normal, grepable, and XML). You give + a base for the filename, and the output files will be base.nmap, + base.gnmap, and base.xml. + +o Documented the --append_output option which tells Nmap to append + scan results to any output files you have specified rather than + overwriting the files. + +o Integrate TIMEVAL_SEC_SUBTRACT() fix by Scott Renfro (scott(a)renfro.org) + which improves timing accuracy. + +Nmap 2.54BETA29 [2001-08-10] + +o Integrated William McVey's multi-portlist patch. This allows you to + specify different port numbers when scanning both TCP & UDP. For + example, if you want to UDP for 53,111 and 137 while TCP scanning + for 21-25,80,139,515,6000,8080 you could do: nmap -sSU -p + U:53,111,137,T:21-25,80,139,515,6000,8080 target.com . Prior to + this patch, you had to either use different Nmap executions or scan + both UDP & TCP of each port. See the man page for more usage info. + +o Added/updated a bunch of fingerprints, including Windows XP release + candidates #1 & #2, OpenBSD 2.9, various home gateways/cable modem, + MacOS X 10.0.4, Linux 2.4.7, Guantlet Firewall 4.0a, a few Cisco + routers, and, most importantly, the Alcatel Advanced Reflexes IP + Phone :). Many other fingerprints were updated as well. + +o Found and fixed some relatively major memory leaks based on reports + sent in by H D Moore (hdm(a)secureaustin.com), mugz + (mugz(a)x-mafia.org), and Steven Van Acker (deepstar(a)ulyssis.org) + +o Applied patch from Chad Loder (chad_loder(a)rapid7.com) which improves + random target host selection (-iR) by excluding more undesirable + addresses. + +o Fixed portscan timing bug found by H D Moore (hdm(a)secureaustin.com). + This bug can occur when you specify a --max_rtt_timeout but not + --initial_rtt_timeout and then scan certain firewalled hosts. + +o Fixed port number printing bug found by "Stephen Leavitt" + (stephen_j_leavitt(a)hotmail.com) + +o The Nmap source tarball now extracts with more lenient permissions + (sometimes world-readable or world-executable, but never + world-writable). If you don't want this, set your umask to 077 + (which is what I do). Suggested by Line Printer (lps(a)rahul.net) + +Nmap 2.54BETA28 [2001-07-28] + +o I hope that I have fixed the Libpcap "Unknown datalink type" problem that + many people reported. If you still receive this error, please send + me the following info: + - Full output of Nmap including the command you typed + - What OS/OS version you are using + - What type of interface is the scan going through (PPP, ISDN, ethernet, + PPPoE, etc) + - Whether you compiled from source or used the RPM version + +o Hopefully fixed Libpcap lex/yacc generated file problem that + plagued a few folks. + +o Various minor fixes/changes/updates + +Nmap 2.54BETA27 [2001-07-20] + +o Fixed bug that caused "adding open port" messages to be printed even + when verbose mode was not specified (patch sent by Doug Hoyte). + +o Fixed bug in zombie:port option parsing in Idlescan as well a few + other bugs in patch sent by Germano Caronni (gec(a)acm.org) + +o Fixed Windows compilation (I broke it when I added Idlescan). + +o Fixed a (Win32 only) port identification bug which would cause some + ports to be listed as "unknown" even when Nmap should know their + name. This was found at patched by David Griffiths + (davidg(a)intrinsica.co.uk). + +o Fixed more nmap-os-fingerprints syntax/grammar violations found by + Raymond Mercier of VIGILANTe + +o Fixed a memory leak in Nbase str*casecmp() functions by applying + patch sent by Matt (matt(a)use.net). I plan to kill this whole + strcasecmp.c file as soon as possible (it is a mess). + +Nmap 2.54BETA26 [2001-07-09] + +o Added Idlescan (IPID blind scan). The usage syntax is + "-sI [zombie]". + +o Fixed a bunch of fingerprints that were corrupt due to violations of + the fingerprint syntax/grammar (problems were found by Raymond + Mercier of VIGILANTe ) + +o Fixed command-line option parsing bug found + by "m r rao" (mrrao(a)del3.vsnl.net.in ) + +o Fixed an OS fingerprinting bug that caused many extra packets to be + sent if you request a lot of decoys. + +o Added some debug code to help diagnose the "Unknown datalink type" + error. If Nmap is giving you this error, please send the following + info to fyodor@insecure.org : 1) The full output from Nmap + (including the command arguments) 2) What OS and OS version are you + using 3) What type of adaptor are you using (modem, ethernet, FDDI, + etc) + +o Added a bunch of IDS sensor/console/agent port numbers from + Patrick Mueller (pmueller(a)neohapsis.com) + +Nmap 2.54BETA25 [2001-06-04] + +o Added a whole bunch of new OS fingerprints (and adjustments) ranging + from big important ones (Linux 2.4.X, OpenBSD 2.9, FreeBSD 4.3, + Cisco 12.2.1, MacOS X, etc) to some that are more obscure ( such as + Apple Color LaserWriter 12/660 PS and VirtualAccess LinxpeedPro 120 ) + +o Upgraded Libpcap to the latest version (0.6.2) from tcpdump.org. I + modified the build system slightly by shipping pre-generated + scanner.c/grammer.c (instead of using lex/yacc) and I also upgraded + to the newest config.sub/config.guess . + +o Fixed some issues with the new Libpcap under Linux (patches will be + sent to the developers). + +o Added "All zeros" IP.ID sequence classification to account for the + new Linux 2.4 scheme which seems to use 0 whenever the DF bit is set + (probably a good idea). + +o Tweaked TCP Timestamp and IP.ID sequence classification algorithms + +Nmap 2.54BETA24 [2001-06-02] + +o Fixed compilation problems on MacOS X publis release. Thanks to + Nicolas Dawson (nizcolas(a)myrealbox.com) for securing an account for + me. + +o On the suggestion of the ever-helpful LaMont Jones (lamont(a)hp.com), + I obtained the newest config.guess/config.sub from + http://subversions.gnu.org/cgi-bin/cvsweb/config and made + libpcap/nbase use symlinks rather than copeis of the file + +o Applied patch from LaMont Jones (lamont(a)hp.com) which makes Nmap + compatible with gcc 3.0 (apparently printf() is a macro in that + version) + +o Applied patch from Colin Phipps (cph(a)netcraft.com) which fixes a + problem that kept UDP RPC scanning from working unless you were also + doing a TCP scan. + +o Applied a patch from Chris Eagle (cseagle(a)redshift.com) which fixes + Windows compilation (I broke it with a recent change). + +o Updated Lithuanian translation of man page based on a newer version sent + by Aurimas Mikalauskas (inner(a)crazy.lt) + +o Killed carriage returns in nmap.c and nmapfe.c, which caused + problems for some (SGI) compilers. Problem noted by Artur + Niederstebruch (artur(a)sgi.com) + +o Updated to latest version of rpc program number list, maintained by + Eilon Gishri (eilon(a)aristo.tau.ac.il) + +o Fixed a quoting bug in the Nmap man page found by + Rasmus Andersson (rasmus(a)pole-position.org) + +o Applied RPM spec file changes from "Benjamin Reed" + (ranger(a)befunk.com) which allows you to avoid building the frontend + by adding "--define frontend 0" to the build command (eg --rebuild, + --ba, etc). + +Nmap 2.54BETA22 [2001-03-10] + +o Eliminated usage of u_int32_t (was causing compilation errors on + some Sun and HP boxes). Problem first noted by Nick Munger + (nmunger(a)Oswego.EDU) and Ralf Hildebrandt + (Ralf.Hildebrandt(a)innominate.com) and Antonin Sprinzl + (Antonin.Sprinzl(a)tuwien.ac.at) + +o Defined integer-width typedefs such as u32/s32/u16/etc. in Nbase. + Went through much of the Nmap code and substituted these in where + correct lengths are important (port numbers, IP addresses, etc). + +Nmap 2.54BETA21 [2001-03-09] + +o Cleaned up a few build/distribution issues that were reported by + LaMont Jones (lamont(a)hp.com) + +o Fixed compiler warning noted by Gabor Z. Papp (gzp(a)papp.hu) ) + +Nmap 2.54BETA20 [2001-03-05] + +o Added TCP Timestamp sequence checking for OS detection and + Netcraft-style uptime tests. + +o Found and fixed (I hope) byte alignment problem which was causing + bus errors on SPARC64 ( reported by H D Moore + (hdm(a)secureaustin.com) and Matthew Franz (mfranz(a)cisco.com) ) + +o Apple Darwin (Mac OS X) 1.2 portability patch from Rob Braun + (bbraun(a)synack.net) + +o Added IPID sequence number predictability report (also now used in + OS detection). + +o Show actual IPID, TCP ISN, and TCP timestamp values in XML format + output rather than just the cooked results. + +o Suppress IPID and TCP ISN predictability report unless you use -v + (you need -O as well). + +o Applied Solaris 8 compilation fixes from Germano Caronni ( + gec(a)acm.org ) + +o Applied configure.in variable name typo fixes from Christian + Weisgerber (naddy(a)openbsd.org) + +o Applied some more changes from Andy Lutomirski + (Luto(a)mailandnews.com) which provides better detection and + reporting from some heinous errors. + +o Added -n and -R (always/never DNS resolve) options to the man page. + +Nmap 2.54BETA19 [2001-01-02] + +o I ported NmapFE to Windows so that Win32 users can use the graphical + interface. It generally works, although I haven't tested much. + Patches welcome! + +o Various little fixes and cleanups, especially to the Windows port. + +o Applied patch from Andy Lutomirski (Luto(a)mailandnews.com) which + enhances some of the Win* error messages and adds the --win_trace + debugging option. + +o Applied some patches from Jay Freeman (saurik(a)saurik.com) + - New --data_length option adds indicated number of random data + bytes to send with scan packet and tcp ping packet (does not + currently work with ICMP ping packet). Does not affect OS + detection, RPC, or connect() scan packets. + - Windows portability fixes + - Various other little fixes. + +o Renamed rpc.h and error.h because they conflict with Windows include + files. By the way, this was a pain to figure out because VC++ is + such a crappy compiler! It basically just says problem in + "foobar.h" without giving you any idea how foobar.h got included! + gcc gives you a nice message tracing the chain of include files! + +Nmap 2.54BETA16 [2000-12-07] + +o Upgraded to latest version of WinPcap ( 2.1-beta ) + +o Merged in Windows port code from Ryan Permeh ( ryan(a)eeye.com) and + Andy Lutomirski ( Luto(a)mailandnews.com ). + +o Took out C++ compiler test from nbase configure script. It was + inserted accidently, but I found it interesting that only 2 people + complained about this causing them problems. I guess most everyone + already has C++ compilers. + +o Applied patch from Steve Bleazard (steve(a)bleazard.com) which fixed + bug in internal Smoothed Round Trim Time calculations. + +o Fixed CFLAGS computation error in configure. Problem discovered and + patched by Fredrik Lundholm (exce7(a)ce.chalmers.se) + +o Added more debugging code for "Unknown datalink type" error -- if + you get this, please send me the full error msg including hex + values. + +o Added Portuguese man page translations from Antonio Pires de Castro + Junior (apcastro(a)ic.unicamp.br). + +o Capitalized all references to God in error messages. + +Nmap 2.54BETA7 [2000-10-08] + +o Applied patch from Hubert Feyrer + (hubert.feyrer(a)informatik.fh-regensburg.de) which adds support for + the new NetBSD DLT_PPP_* types. + +o Updated to Eilon Gishri's (eilon(a)aristo.tau.ac.il) newest version + of nmap-rpc at ftp://ftp.tau.ac.il/pub/users/eilon/rpc/rpc + +o Moved a bunch of the scanning engine related functions to new files + (scan_engine.c and scan_engine.h ). Timing functions were moved to + the new timing.c/timing.h . Other stuff was shifted to + tcpip.c/tcpip.h. At some point, nmap.c will only contain the Nmap + command line UI. + +o Updated Russian version of man page from Alex Volkov (topcat(a)nm.ru) + +Nmap 2.54BETA6 [2000-10-08] + +o Added XML output (-oX). Hopefully this will help those of you + writing Nmap front ends and other tools that utilize Nmap. The + "machine-readable" output has been renamed "grepable" (-oG) to + emphasize that XML is now the preferred machine-readable output + format. But don't worry if your tool uses -oM , that format (and + the deprecated -oM flag) won't go away any time soon (if ever). + Thanks to Stou Sandalski (tangui(a)cell2000.net) and Fredrick Paul + Eisele (phreed(a)gmail.com) for sending proposals that inspired the + format used. + +o Applied patch from Stefan Rapp (s.rapp(a)hrz.uni-dortmund.de) which + fixes a variable argument integer promotion problem in the new + snprintf compatibility file. This is important for Redhat 7 + systems. + +o Reorganized output-related routines so that they now reside in + output.c & output.h. Let me know if I accidently screwed up the + behavior of any scan types in the process. + +Nmap 2.54BETA5 [2000-09-17] + +o Revamped the 'compatibility libraries' subsystem. Moved all of that + to a new library called 'libnbase' and changed Nmap and NmapFE to + use that. I included a better version of *snprintf and some other + compatibility files. Obviously I cannot test these changes on every + whacked OS that needs this compatibility cruft, so please let me + know if you run into compilation problems. + +o Fixed a problem found by Martyn Tovey (martyn(a)netcraft.com) when + using Nmap on platforms that dislike division by zero. + +o Removed 128.210.*.* addresses from Nmap man page due to complaints + from Purdue security staff. + +o Fixed FreeBSD (some versions) compilation problem found by Martyn + Tovey (martyn(a)netcraft.com) + +Nmap 2.54BETA4 [2000-09-04] + +o Upgraded to the very latest Libpcap version ( the 9/3/00 CVS + snapshot ). This version is from the tcpdump.org group rather than + the Lawrence Livermore crew. The most important advantage is Linux + Socket Filter support (so you won't have that annoying syslog + message about Nmap using the obsolete SOCK_PACKET interface). + +o I tried to install Nmap on yet another machine without lex/yacc or + flex/bison. That was the last straw! I am now shipping the + generated C files, which eliminates the lex/yacc requirement. + +o Applied patch by Jay Freeman (saurik) (saurik(a)saurik.com) to make + Nmap C++-clean (this was lot of tedious work! Thanks!). Note that + Nmap still uses a normal C compiler by default, but Nmap derivatives + may appreciate C++ compatibility. Note that this only applies to + "Nmap proper", not libpcap. + +o Added a HACKING file for people who want to help with Nmap + development. It describes preferred patch formats, development + resources, and offers a number of useful changes that would likely + be accepted into the main tree. + +o Fixed a configure.in error found by Vacuum + (vacuum(a)technotronic.com) which could cause compilation errors. + +o Fingerprint file adjustments for better Win* detection + +o Ensure libpcap is not configured and/or installed if you already + have a "new enough" version (0.4a6+) installed. + +o Included Italian translation of Nmap man page from Giorgio Zoppi + (deneb(a)supereva.it) . + +o Fixed a SYN scan problem that could cause a major slowdown on some + busy networks. + +o Fixed a crash problem in NmapFE reported by sverre ( sverre(a)gmx.net ) + +o Added an "SInfo" line to most printed fingerprints. It looks + similar to this: + SInfo(V=2.54BETA4%P=i686-pc-linux-gnu%D=9/4%Time=9681031%O=7%C=1) + and contains information useful when fingerprints are reported (Nmap + version/platform, scan date, and open/closed ports used) + +o Fixed RPCGrind (-sR) scan. It has been almost completely broken + since 2.54BETA2 (which has been out for two weeks) and nobody + reported it! I noticed the problem myself during testing of + something else. I am disappointed that nobody bothered to even let + me know that this was broken. Does anyone even use RPC Scan? + +o Various other small fixes/improvements + +Nmap 2.54BETA3 [2000-08-14] + +o Went through and added/adjusted a bunch of fingerprints. A lot of + people submitted Windows Millenium Edition (WinME) beta + fingerprints, but nobody submitted IPs for them. So please let me + know if this version detects your WinME boxes. + +o Applied NmapFE patch from Michael Fischer v. Mollard (mfvm(a)gmx.de) + which made did the following: + - Added delete event so that NmapFE always quits when you kill it + with your window manager + - added the menubar to the vbox instead to the fixed widget + +o Various small fixes/improvements + +Nmap 2.54BETA2 [2000-08-01] + +o Added a shortcut which can make single port SYN scans of a network + much faster. For example, if a new sendmail vulnerability is found, + this reduces the time it takes to scan your whole network for port + 25. This shortcut takes effect when you do "-PS[port] -sS + -p[port]". For example 'nmap -n -sS -p25 -PS25 24.0.0.0/8". This + optimization doubled the scan speed in a 30,000 IP test I performed. + +o Added -sL (List scan). Just as ping scan (-sP) allows you to short + circuit the scan right after pinging, -sL allows you to short + circuit the scan right after target selection. This allows you to + see what hosts WOULD be scanned without actually doing it. The + hosts will be resolved unles you use -n. Primary uses: + - Get all the IPs in a network (like A.B.C.D/16) and take out + machines that are too fragile to be scanned safely before + calling Nmap with the new list (using -iL). + - Test that a complex spec like 128.4,5,7-9.*.7 does what you + expect before actual scanning. + - When all you want to do is resolve a bunch of IPs. + - You just want results of a zone transfer (if it is implemented). + +o Added some new fingerprints and adjusted some others based on + submissions to the DB (I still have a lot more to go through so + don't worry if your submission is still not detected). + +o Added a warning when you scan 0 hosts (eg "nmap -v"). There are + various other output tweaks as well. + +o Ensured that 0.0.0.0 can be scanned by nmap (although on some OSs, + like Linux, it won't work due to what seem to be kernel bugs). Oh + well. I'll look into it later. + +Nmap 2.54BETA1 [2000-05-29] + +o Added an extremely cool scan type by Gerhard Rieger ( rieger at + iue.tuwien.ac.at ) -- IP Protocol scanning. Basically it sends a + bunch of IP headers (no data) with different "protocol" fields to + the host. The host then (usually) sends back a protocol unreachable + for those that it does not support. By exclusion, nmap can make a + list of those that are supported. This is similar in concept to + (and is implemented using most of the same scanning routines as) UDP + scanning. Note that some hosts do not send back protocol + unreachables -- in that case all protocols will appear "open". + +o Fixed an uninitialized variable problem in NmapFE (found by Alvin + Starr (alvin at iplink.net ) + +o Fixed a packaging problem that lead to the Nmap man page being + included twice in the .tgz . + +o Fixed dangling nroff include in xnmap man page (noted by Debian Nmap + package maintainer LaMont Jones (lamont(a)security.hp.com) + +o Give a warning when no targets at all are specified + +o Updated 'make uninstall' so that it deletes all relevant files + +o Included latest nmap-rpc from Eilon Gishri (eilon at aristo.tau.ac.il) + +o Eliminated -I. from Nmap's and NmapFE's makefiles (suggested by "Jay + Freeman (saurik)" (saurik at saurik.com) + +o Added Russian documentation by Alex Volkov + +o Added Lithuanian documentation from Aurimas Mikalauskas (inner(a)dammit.lt) + +Nmap 2.53 [2000-05-08] + +o Fixed a commenting issue that could cause trouble for non-GNU + compilers (first found by Jan-Frode Myklebust (janfrode at + parallab.uib.no)) + +o A few new services to nmap-services + +Nmap 2.52 [2000-05-03] + +o Added very simple man pages for xnmap/nmapfe (lack of man pages for + these was noticed by LaMont Jones (lamont(a)hp.com), the Debian Nmap + package maintainer, based on bug report by Adrian Bunk + (bunk(a)fs.tum.de ). + +o Fixed a "Status: Down" machine name output problem in machine + parseable logs found by Alek O. Komarnitsky (alek(a)ast.lmco.com) + +o Took some wierd files out of the doc directory (cd, grep, vi, and + .swp) + +o Fixed some typos found by Thomas Klausner (wiz(a)danbala.ifoer.tuwien.ac.at) + +o Updated nmap-rpc with new entries found in the latest version of + Eilon Gishri's rpc list. + +Nmap 2.51 [2000-04-29] + +o Fixed target parsing bug found by Steve Horsburgh (shorsburgh(a)horsburgh.com). + +o Changed makefile/rpm to store fingerprint, rpc, and services file in + $prefix/share/nmap rather than $prefix/lib/nmap , since these files + are architecture independent. You should now use ./configure + --datadir instead of ./configure --libdir to change the default + location. Suggested by Thomas Klausner + (wiz(a)danbala.ifoer.tuwien.ac.at). + +o I am now including Eilon Gishri's (eilon(a)aristo.tau.ac.il) rpc + number list (which he recently merged with the Nmap 2.50 rpc list). + +o Included Spanish and French HTML versions of the Nmap man page (may + not always be up to date). + +Nmap 2.50 [2000-04-28] + +o Fixed an IP calculation error which could occur in some cases where + you scan machines on different devices (like lo and eth0). This + problem was discoved by Jonathan Fine (jfine(a)psu.edu). + +o Fixed a problem that could, in rare cases, cause a SYN scan scan to + crash (the error message was "attempt to add port number X with + illegal state 0"). This problem was reported by Erik Benner + (erik(a)xyzzy.net) + +o Changed the .spec file so that RPM versions create a xnmap link to + nmapfe ( the normal make install has done this for a long time ). + +Nmap 2.3BETA21 [2000-04-24] + +o A number of people reported problems with nmapfe in various + environments (specifically gdk errors, hangs, and crashes). I think + that is now fixed. Let me know if you still have the problem (make + sure the title bar says BETA21). + +o Added a bunch of OS fingerprints based on all the contributions in + the last month or so. + +o Fixed a bug that completely broke RPC scanning in BETA19. + +o Added list of ports scanned near the top of each machine log WHEN + -v was specified. Here is an example of the format: + # Ports scanned: TCP(13;1-10,22,25) UDP(0;) + The "13" above is the number of TCP ports being scanned. + +o Got rid of a snprintf() from nmapfe sine some systems don't have it + :( and I'm to lazy to integrate in the snprintf that comes with nmap + right now. + +o Fixed important target IP range parsing bug found by Jean-Yves Simon + ( lethalwp(a)linuxbe.org ). + +o Applied patch by albert chin (china at thewrittenword.com) which + adds --with-libpcap[=DIR] option to configure and and adds an + elegant approach for -lnsl and -lsocket checking to configure . + +o Fixed a bug which could cause Nmap to mark a port filtered based on + ICMP dest. unreachable packets relating to a different host than the + one being scanned. + +o Fixed output problem relating to ident scan noted by Peter Marschall + ( peter.marschall at mayn.de ) + +o Applied patch to services.c by Andrew Brown (atatat(a)atatdot.net) + which prevents some useless debugging (-d) output when reading some + kindss of /etc/services files. + +o Added "Host: [machinename] (ip) Status: Down" to machine logs when + the verbose option is given (just like down hosts are reported to + stdout when verbose is given). Suggested by Alek Komarnitsky. + +o Applied NetBSD compatibility patch provided by Mipam (reinoud at + ibbnet.org) which changes an autoconf macro to check for + getopt_long_only instead of getopt_long. + +o Nmap used to print an inaccuracy warning when no open TCP ports were + found on the target machine. Due to a bug, this was not always + being printed. Problem found by Matt (matt at use.net) and Ajay + Gupta2 (Ajay.Gupta2 at ey.com). + +o Added the number of ports in the ignored state right after the state + name in machine parseable logs. It used to looke like: "Ignored + State: closed" whereas now it looks like: "Ignored State: closed + (1508)" Meaning that 1508 ports were closed and thus are not + specifically enumerated. + +o Changed all nmapfe calls to gdk_font_load into gdk_fontset_load . + Bennett Feitell (bfeitell at panix.com) suggested that this fixed + some nmapfe font problems. + +Nmap 2.3BETA20 [2000-04-10] + +o Applied patch sent in by s.rapp(a)hrz.uni-dortmund.de which fixes a + memory alignment bug in osscan.c which could cause core dumps on + machines which require aligned access (like SPARC). + +o Fixed a compilation problem on machines that do not have MAP_FAILED + defined (as a return value to mmap). Problem noted by Phil + Stracchino (alaric(a)babcom.com). + +Nmap 2.3BETA19 [2000-04-10] + +o Tweaked the output so that it now tells how many ports are not shown + and what state the ignored ports are in. This info could be + inferred before by people who had studied the manpage, but now the + info is explicitly available. I cleaned up a bunch of stuff + internally to make this happen. I hope I didn't break anything! + +o Changed NmapFE so that it always kills any running Nmap process when + you press exit. Problem noted by Marc Renner + (mrenner(a)ci.marysville.wa.us) + +o Apparently some Linux (glibc) systems now come with a "strcasestr" + function. So I have made autoconf look for this and use the native + version if supported (problem noted by Sami Farin + (sfarin(a)ratol.fi)). + +o Added a new attribute "Ignored State: xxx" to the machine parseable + logs, where xxx is the state (closed, filtered, or UNfiltered) that + is being ignored. Ports in that state are not listed (they weren't + listed in earlier versions either). Perhaps I should list ALL ports + for machine parseable output. Opinions? + +o Merged in a patch sent in by Mipam (reinoud(a)ibbnet.org) which is + apparently part of the OpenBSD Nmap "port". Although Nmap seems to + work fine for me on my OpenBSD 2.4 box, a couple OpenBSD users have + complained of problems. Hopefully this will help (it adds DLT_LOOP + and DLT_ENC offset cases when reading from libpcap). + +o A few really minor bugfixes. + +Nmap 2.3BETA18 [2000-04-06] + +o Fixed a very important bug that occurred when SYN scanning + localhost. Many thanks to Dries Schellekens ( + gwyllion(a)ace.ulyssis.student.kuleuven.ac.be ) for first reporting + the problem. + +o Uros Prestor from TurboLinux informed us that the latest versions of + Nmap work with Linux on the upcoming Intel Merced/Itanium IA-64 + processors. He also said that the TurboLinux distribution includes + Nmap. Kudos to them! As well as the other distros that support + Nmap (Debian, Red Hat, Suse, Trinux) and of course FreeBSD, NetBSD, + & OpenBSD. Does anyone know if Nmap ships with the latest from + Mandrake or Corel? The latest Solaris includes some Free software. + If anyone can get them to ship Nmap, I will buy you a case of beer + :). + +o Added a #define to change vsnprintf to vsprintf on machines which do + not support the former (mostly Solaris 2.5.1 and earlier). This + function is less safe. For people who care about security, we + recommend an upgrade to Solaris 8 (or Linux/*BSD). + +o Changed the NmapFE version to 0.[nmap_version] rather than always + leaving it at 0.9.5 (which was confusing). Thanks to J.D.K. Chipps + (jdkc(a)woptura.com) for noticing this. + +o Added support for "-vv" (means the same as "-v -v"). Older versions + of Nmap supported it (noted by George Kurtz). + +Nmap 2.3BETA17 [2000-03-26] + +o Added ACK scanning. This scan technique (which van Houser and + others have been bugging me to add for years :), is great for + testing firewall rulesets. It can NOT find open ports, but it can + distinguish between filtered/unfilterd by sending an ACK packet to + each port and waiting for a RST to come back. Filtered ports will + not send back a RST (or will send ICMP unreachables). This scan + type is activated with -sA . + +o Documented the Window scan (-sW) which Lamont Granquist added in + September 99. + +o Added a whole bunch of OS fingerprints that people have submitted. + +o "Protocol" field in output eliminated. It is now printed right next + to the number (/etc/services style). Like "22/tcp". I wonder what + I should put in the extra white space this leaves on the report :). + +o Added --resume option to continue a large network scan where you + left off. This is useful for recovering from errors (modem drops + carrier, network outage, etc). It also allows you to start and stop + for policy reasons (like if a client only wants you to scan on + weekends or at night) or if you want to run the scan on a different + host. Usage is 'nmap --resume logfile' where logfile can be either + normal (-oN) or machine parseable (-oM) logfile from the scan that + was aborted. No other options can be given (the options in the + logfile from the original scan will be used). Nmap will start off + with the host after the last one successfully scanned in the log + file. + +o Added --append_output option which causes -oN/-oM/-oS to APPEND to + the output file you specify rather than overwriting it. + +o Various internal code cleanup, makefile fixes, etc. + +o Changed version number from 2.3BETA* to 2.30BETA* to appease various + packaging systems that thought 2.3BETA was < 2.12 . + +o Nmap output to files now correctly flushes output after scanning for + each host is finished. + +o Fixed compiler -L flags error found by Ralf Hildebrandt + (R.Hildebrandt(a)tu-bs.de) + +o Fixed configure scripts so that options you give to the Nmap + configure (like --prefix ) are also passed to the nmapfe configure + script. This problem was noted by Ralf Hildebrandt + (R.Hildebrandt(a)tu-bs.de). While I was at it, I added some other + cleanups to the system. + +o Added --noninteractive option for when nmap is called from scripts + (where stuff like prompting users for info is unacceptable). It + does not currently do anything (Nmap never prompts) and script + writers should probably wait until at least May '2000 so their + scripts still work with earlier versions of Nmap. + +o Updated to the latest config.guess and config.sub from Autoconf 2.13 + +o Applied patch by Sven (s.carstens(a)gmx.de> which fixes a + segmentation fault problem in Nmapfe colored mode as well as some + output niceties. + +o Changed some C++ comments to C-style for portability (noticed by + "Sergei V. Rousakov" (sergei(a)cas.Vanderbilt.Edu) ) + +Nmap 2.3BETA14 [2000-01-28] + +o Peter Kosinar (goober(a)gjh.sk) performed some cleanup of the output + routines and as a bonus he added skript kiddie output mode!!! Try + it out by adding "-oS - " to your nmap command line. Note that + using '-' to represent stdout instead of a filename is something you + can do with any of the output modes. + +o Ensured that Nmap always gives up on ident scan after the first port + attempt finds it to be closed (problem noticed by Matt + (matt(a)use.net)) + +o Changed strsep's in nmapfe to more portable strtok's (should + especially help Nmapfe compiles on Solaris) + +o Changed permutation algorithm to make port order and host order + shuffling more random. + +o Various minor changes and internal code cleanup. + +o Fixed integer overflow that was limiting the max --host_timeout + value to about 2,000,000 milliseconds (~1/2 hour). The limit is now + about 4,000,000,000 milliseconds (~1 month). I really hope you + don't need more than that :). + +Nmap 2.3BETA13 [2000-01-17] + +o I made Nmap smarter about detecting filtering during UDP, Xmas, + NULL, and FIN scans. + +o Updated Nmapfe to 0.9.5 (+ a patch from NmapFE author Zach Smith) + +o Fixed a problem where NmapFE would fail to honor $PATH (Noticed by + K. Scott Rowe (kscott(a)nmt.edu) + +o Added a couple ICMP unreachable messages Nmap was missing (found by + Bifrost (bifrost(a)minions.com)). + +o Internal cleanup that improves the way some port lists are stored. + +o Added some more RPC numbers from (mmmorris(a)netscape.net) + +o Relaxed the dependency requirements of nmapfe rpm (now will accept + any version of Nmap). + +Nmap 2.3BETA12 [2000-01-01] + +o Added interactive mode which adds convenience for managing nmap + sessions and also enhances privacy. Get to it with --interactive + and then type 'h' for help. + +o Added/modified many fingerprints including the latest 2.3.X Linux + releases, the latest Win2000 builds, the Apple Airport Wireless + device, and several dozen more. + +o Migrated to RPM .spec file sent in by Tim Powers + (timp(a)redhat.com). That is the file they will be using to package + Nmap with the power tools CD in the next Redhat release. The most + important changes are that Nmap (only the RPM version) now installs + in /usr/* instead of /usr/local/* and the frontend is now + dynamically linked with GTK and comes in a separate rpm. + +o The -i (input from list) option has been deprecated. From now on + you should use -iL [filename] to read from a list or -iR to have + Nmap generate random IPs to scan. This -iR option is new. + +o The -o and -m options have been deprecated. From now on, you should + use -oN for normal (human readable) output and -oM for machine + parseable output. At some point I might add -oH (HTML output) or + -oSK (sKr|pt kiDdi3 0uTPut). + +o Added --randomize_hosts option, which causes hosts be be scanned in + non-sequential order. This makes scans less conspicuous. For + efficiency reasons, the hosts are chopped into groups of 2048 and + then each group is internally shuffled (the groups still go in + order). + +o Rearranged the help ('nmap -h' or 'nmap' or 'nmap --help') screen to + be shorter (37 -> 23 lines!) and include some of the new features of + this release. The man page was updated as well. + +o Fixed longstanding bug where nmap -sS mylocalnetwork/24 would not + successfully scan the host running nmap. + +o Internal improvements to make scanning faster with -i (input list) + or when you specify multiple machines on the command line. + +o Uses faster GCD algorithm and fixed several typos (sent in by Peter + Kosinar). + +o Provide more information in machine/human readable output files + (start time, end time, RPC program name, Nmap version number) + +o Killed the -A option (if you don't know what that is then you won't + miss it. In fact, even if you do know what it is you won't miss + it.) + +Nmap 2.3BETA10 [1999-12-12] + +o Added about 70 new OS fingerprints so that Nmap can detect more + systems. The most important new fingerprints are probably: + * The new SP5+ NT boxes -- After all these years MS FINALLY made + sequence prediction harder (on NT anyway). + * Solaris 8 Pre-Release + * Sega Dreamcast (Hack that!) + * Latest Windows 2000 builds + * OpenBSD 2.6 + +Nmap 2.3BETA9 [1999-12-07] + +o Applied patch by Mark Abene (Phiber Optik) to fix several type + length issues so that it works on Linux/Alpha. + +o Applied patch by Matthieu Verbert (mve(a)zurich.ibm.com) to speed up OSScan + +Nmap 2.3BETA8 [1999-11-21] + +o Added "firewall mode" timing optimizations which can decrease the + ammount of time neccessary to SYN or connect scan some heavily + filtered hosts. + +o Added min_rtt_timeout timing option (see man page for details) + +o Changed "TCP Ping" to use a random ACK value rather than 0 (an IDS + called Snort was using this to detect Nmap TCP Pings). + +o Some changes for better Alpha/Linux support based on investigation + by Bill Beers (wbeers(a)carolina.rr.com) + +o Applied changes for FDDI support by Tobias J. Nijweide (tobias(a)mesa.nl) + +o Applied a socket binding patch from LaMont Jones + (lamont(a)security.hp.com) which can be useful when using -S to + specify one of multiple interfaces on a machine. + +o Made OS detection smart enough to first check scan results for a + known closed port instead of immediately resorting to a random one. + This improves OS detection against some machines behind packet + filters (suggested by van Hauser). + +o Applied a shortcut suggestion by Thomas Reinke which can lead to a + tremendous speedup against some firewalled hosts. + +o Added some ports commonly used for RPC to nmap-services + +o Fixed a problem with the timing of an RPC scan (could come before + the UDP scans they rely on) + +o Added a number of new ports to nmap-services + +Nmap 2.3BETA6 [1999-09-19] + +o Added sophisticated timing controls to give the user much more + control over Nmap's speed. This allows you to make Nmap much more + aggressive to scan hosts faster, or you can make Nmap more "polite" + -- slower but less likely to wreak havoc on your Network. You can + even enforce large delays between sending packets to sneak under IDS + thresholds and prevent detection. See the new "Timing Options" + section of the Nmap man page for more information on using this. + +o Applied Lamont Granquist's (lamontg(a)u.washington.edu) Window scan + patch (I changed the name from ACK scan to Window scan since I may + add another scan that uses ACK packets and I don't want them to be + confused). -sW activates this scan type. It is mostly effective + against BSD, AIX, Digital UNIX, and various older HP/UX, SunOS, and + VAX (See nmap-hackers mailing list archives for an extensive list). + +o Added various long options people expect to see like --version , + --help , --usage , etc. Some of the new timing options are also long. + I had to add getopt_long C files since most non-Linux boxes don't + support getopt_long in libc. + +o Human readable (-o) output changed to include the time/date of the + scan. Suggested by van Hauser. + +Nmap 2.3BETA5 [1999-09-07] + +o Changed RPC output based on suggestions by David O'Brien + (obrien(a)NUXI.com) and Lance Spitzner (lance(a)spitzner.net). I + got rid of the "(Non-RPC)" unnecessary clutter which appeared after + each non RPC port and the "(untested)" that appeard after each + "filtered" port. + +o Added a ton of new OS fingerprints people submitted. I had about + 400 in my inbox. Of course, almost 100 of them were submissions for + www.windows2000test.com :). + +o Changed the machine parseable output of RPC information to include + the version information. If we figured out the RPC info, it is now + provided as "program-num*lowversion-highversion". If we didn't get + the number, but we think the port is RPC, the field simply contains + "R". If we believe the port is NOT RPC, then the field contains + "N". If the field is empty, we did not RPC scan the port. Thanks + to H D Moore (nlog(a)ings.com) for making me aware how much the + earlier machine parseable RPC logging sucked :). + +Nmap 2.3BETA4 [1999-08-30] + +o Added direct (non-portmapper) RPC scanning to determine what RPC + program is listening on a particular port. This works for UDP and + TCP ports and is currently implemented using sockets (which means + you can't use decoys, but on the other hand you don't have to be + root). Thanks go to ga (ga(a)capyork.com) for writing sample code + to demonstrate the technique. The RPC services list included with + nmap was compiled by Vik Bajaj (vbajaj(a)sas.upenn.edu) with help + from various members of the nmap-hackers list. + +o Fixed a problem that could cause freezes when you scan machines on + at least two different types of interfaces as part of the same + command. + +o Identified and found workaround for Linux kernel bug which allows + connect() to sometimes succeed inapropriately when scanning closed + ports on localhost. + +o Fixed problems relating to people who specify the same port more + than once on the command line. While the right answer is "well, + don't do that!", I decided to fix nmap to handle this gracefully. + +o Tweaked UDP scanning to be more effective against Solaris ICMP error + limiting. + +o Fixed strtol() integer overflow problem found by Renaud Deraison + (deraison(a)cvs.nessus.org) + +o The HTML translation of the Man page at + https://nmap.org/book/man.html should now be + complete (man2html was dropping lines before). + +o Added a note in the man page that Nmap 2.0+ is believed to be + COMPLETELY Y2K COMPLIANT! I've been getting a lot of letters from + laywers about that recently. You should still be able to port scan + on Jan 1st (well ... as long as you have electricity and gangs of + looting thugs haven't stolen your computers :) + +Nmap 2.2-Beta4 [1999-05-07] + +o Integrated nmapfe code from Zach Smith to allow the nmapfe output + window to resize when you resize the nmapfe window. + +o Integrated patch sent in by Stefan Erben (stefan(a)erben.com) which + allows nmap to recognize and ignore null interfaces. If you were + getting a bogus error like "eth0 not found in /proc/net/route" then + this should solve your problem. + +o Applied patch from Alexander Savelyev (fano(a)ham.kiev.ua) which + gives nmap the parameters necessary to support SLIP and PPP on BSDI + systems. + +o Upgraded to a new version of shtool (1.2.3) + +Nmap 2.2-Beta3 [1999-05-02] + +o Adopted Ralf S. Engelschall's excellent shtool script for + simplifying the nmap makefile and making it more portable + +o Various other minor changes to nmapfe. + +Nmap 2.2-Beta2 + +o Cleaned up build environment more, fixed up RPM and Makefile.in, + eliminated the automake stuff. + +o Added nmapfe feature to show nmap command as you change options + +o Changed nmapfe to use a global MyWidgets struct rather than tons of + global vars all over the place. + +o Made nmapfe much smarter about rejecting stupid option attempts. It + now tries to correct things when you specify illegal options. + +o GTK+ 1.0 compatibility fixes + +o Integrated nmapfe changes from Zach + +Nmap 2.2-BETA1 + +o Integrated in nmapfe -- a cool front end wrottem by Zach Smith (matrxweb(a)hotmail.com) + +Nmap 2.12 [1999-04-04] + +o Changed the way tcp connect() scan determines the results of a + connect() call. Hopefully this will make nmap a little more + portable. + +o Got rid of the security warning message for people who are missing + /dev/random and /dev/urandom due to complaints about the warning. + This only silences the warnings -- it still uses relatively weak + random number generation under Solaris and other systems that lack + this functionality. + +o Eliminated pow() calls on Linux boxes. I think some sort of glibc + bug was causing nmap to sigsegv in some cases inside of pow(). Most + people weren't affected, but those who were would almost always + SIGSEGV with -O. + +o Fixed an rpm problem noted by Mark Smith (marks(a)senet.com.au) + +Nmap 2.11 [1999-04-03] + +o Many new fingerprints added. I received more than 300 submissions + between this release and the last one. + +o Fixed IRIX problems which prevented OS scanning from working on that + platform. The problem was researched and solution found by Lamont + Granquist (lamontg(a)u.washington.edu). You can also thank him for + porting nmap to almost every UNIX around. + +o Added support for '-m -' to redirect machine readable logs to stdout + for shell pipelining, etc. I also changed machine readable output + to show service names now that we use a nmap specific services file + rather than /etc/services. These features were suggested by Dan + Farmer. You can also thank him for SATAN (the auditing tool). + +o Fixed a link-list bug that could cause hangs in UDP,FIN,NULL, and + XMAS scans. Also fixed a ptr problem that could cause SIGSEGV. + These problem were discovered and tracked down by Ben Laurie + (ben(a)algroup.co.uk). You can also thank him for Apache, OpenSSL, + and Apache-SSL. + +o Fixed installation problem for people without a /usr/local/man/man1 + directory. Found by Jeffrey Robertson (a-jeffro(a)microsoft.com). + I guess you can thank him for Win98 ;). + +o Several other little fixes to the installation script and minor + scanner tweaks. + +Nmap 2.10 + +o Private test release + +Nmap 2.09 + +o Private test release + +Nmap 2.08 [1999-02-16] + +o Bugfix for problem that can cause nmap to appear to "freeze up" for + long periods of time when run on some busy networks (found by + Lamont Granquist). + +Nmap 2.07 [1999-02-08] + +o Fixed a lockup on Solaris (and perhaps other proprietary UNIX + systems) caused by a lack of /dev/random & /dev/urandom and a rand() + that only returns values up to 65535. Users of Free operating + systems like Linux, FreeBSD, or OpenBSD probably shouldn't bother + upgrading. + +Nmap 2.06 [1999-02-08] + +o Fixed compile problems on machines which lack snprintf() (found by + Ken Williams (jkwilli2(a)unity.ncsu.edu)) + +o Added the squid proxy to nmap-services (suggested by Holger Heimann) + +o Fixed a problem where the new memory allocation system was handing + out misaligned pointers. + +o Fixed another memory allocation bug which probably doesn't cause any + real-life problems. + +o Made nmap look in more places for nmap-os-fingerprints + +Nmap 2.05 [1999-02-08] + +o Tons of new fingerprints. The number has grown by more than 25%. + In particular, Charles M. Hannum (root(a)ihack.net) fixed several + problems with NetBSD that made it easy to fingerprint and he sent me + a huge new batch of fingerprints for various NetBSD releases down to + 1.2. Other people sent NetBSD fingerprints down to 1.0. I finally + got some early Linux fingerprints in (down to 1.09). + +o Nmap now comes with its own nmap-services which I created by merging + the /etc/services from a bunch of OS' and then adding Netbus, Back + Orifice, etc. + +o Random number generation now takes advantage of the /dev/urandom or + /dev/random that most Free operating systems offer. + +o Increased the maximum number of OS guesses nmap will make, told nmap + never to give you two matches where the OS names are byte-to-byte + equivalent. Fixed nmap to differentiate between "no OS matches + found" and "too many OS matches to list". + +o Fixed an information leak in the packet TTL values (found by HD + Moore (hdmoore(a)usa.net)) + +o Fixed the problem noted by Savva Uspensky about offsets used for + various operating systems' PPP/SLIP headers. Due to lack of + responses regarding other operating systems, I have made assumptions + about what works for BSDI, NetBSD, and SOLARIS. If this version no + longer works on your modem, please let me know (and tell me whether + you are using SLIP/PPP and what OS you are running). + +o Machine parseable logs are now more machine parseable (I now use a + tab to seperate test result fields rather than the more ambiguous + spaces. This may break a few things which rely on the old format. + Sorry. They should be easy to fix. + +o Added my nmap-fingerprintinting-article.txt to the distribution in + the docs directory. + +o Fixed problem where nmap -sS (my_ethernet_or_ppp_ip_address) would + not correctly scan localhost (due to the kernel rerouting the + traffic through localhost). Nmap should now detect and work around + this behavior. + +o Applied patch sent to my by Bill Fenner (fenner(a)parc.xerox.com) + which fixes various SunOS compatibility problems. + +o Changed the makefile 'all' target to use install-sh rather than + mkdir -p (doesn't work on some systems) + +o Documentation updated and clarified slightly. + +o Added this CHANGELOG file to the distribution. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..36fcc0d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,49 @@ +# Table of Contents +--- + + * [Introduction](#intro) + * [Code Repository](#repo) + * [Bug Reports](#bug) + * [Pull Requests](#pr) + * [issues.nmap.org redirector](#issues) + * [The HACKING file](#hacking) + +## Introduction + +This file serves as a supplement to the [HACKING file](HACKING). It contains information specifically about Nmap's use of Github and how contributors can use Github services to participate in Nmap development. + +## Code Repository + +The authoritative code repository is still the Subversion repository at [https://svn.nmap.org/nmap](https://svn.nmap.org/nmap). The Github repository is synchronized once per hour. All commits are made directly to Subversion, so Github is a read-only mirror. + +## Bug Reports + +Nmap uses Github Issues to keep track of bug reports. Please be sure to include the version of Nmap that you are using, steps to reproduce the bug, and a description of what you expect to be the correct behavior. + +## Pull Requests + +Nmap welcomes your code contribution in the form of a Github Pull Request. Since the Github repository is currently read-only, we cannot merge directly from the PR. Instead, we will convert your PR into a patch and apply it to the Subversion repository. We will be sure to properly credit you in the CHANGELOG file, and the commit message will reference the PR number. + +Because not all Nmap committers use Github daily, it is helpful to send a +notification email to [dev@nmap.org](mailto:dev@nmap.org) referencing the PR and including a short +description of the functionality of the patch. + +Using pull requests has several advantages over emailed patches: + +1. It allows Travis CI build tests to run and check for code issues. + +2. Github's interface makes it easy to have a threaded discussion of code +changes. + +3. Referencing contributions by PR number is more convenient than tracking by +[seclists.org](http://seclists.org/) mail archive URL, especially when the discussion spans more than +one quarter year. + +## issues.nmap.org redirector + +For convenience, you may use [issues.nmap.org](http://issues.nmap.org) to redirect to issues (bug reports and pull requests) by number (e.g. [http://issues.nmap.org/34](http://issues.nmap.org/34)) or to link to the new-issue page: [http://issues.nmap.org/new](http://issues.nmap.org/new). + +## The HACKING file + +General information about hacking Nmap and engaging with our community of +developers and users can be found in the [HACKING file](HACKING). It describes how to get started, licensing, style guidance, and how to use the dev mailing list. diff --git a/FPEngine.cc b/FPEngine.cc new file mode 100644 index 0000000..261a6f1 --- /dev/null +++ b/FPEngine.cc @@ -0,0 +1,2741 @@ + +/*************************************************************************** + * FPEngine.cc -- Routines used for IPv6 OS detection via TCP/IP * + * fingerprinting. * For more information on how this works in Nmap, see * + * https://nmap.org/osdetect/ * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#include "FPEngine.h" +#include "Target.h" +#include "FingerPrintResults.h" +#include "NmapOps.h" +#include "nmap_error.h" +#include "osscan.h" +#include "linear.h" +#include "FPModel.h" +#include "tcpip.h" +#include "string_pool.h" +extern NmapOps o; +#ifdef WIN32 +/* Need DnetName2PcapName */ +#include "libnetutil/netutil.h" +/* from libdnet's intf-win32.c */ +extern "C" int g_has_npcap_loopback; +#endif + +#include + + +/****************************************************************************** + * Globals. * + ******************************************************************************/ + +/* This is the global network controller. FPHost classes use it to request + * network resources and schedule packet transmissions. */ +FPNetworkControl global_netctl; + + +/****************************************************************************** + * Implementation of class FPNetworkControl. * + ******************************************************************************/ +FPNetworkControl::FPNetworkControl() { + memset(&this->nsp, 0, sizeof(nsock_pool)); + memset(&this->pcap_nsi, 0, sizeof(pcap_nsi)); + memset(&this->pcap_ev_id, 0, sizeof(nsock_event_id)); + this->nsock_init = false; + this->rawsd = -1; + this->probes_sent = 0; + this->responses_recv = 0; + this->probes_timedout = 0; + this->cc_cwnd = 0; + this->cc_ssthresh = 0; +} + + +FPNetworkControl::~FPNetworkControl() { + if (this->nsock_init) { + nsock_event_cancel(this->nsp, this->pcap_ev_id, 0); + nsock_pool_delete(this->nsp); + this->nsock_init = false; + } +} + + +/* (Re)-Initialize object's state (default parameter setup and nsock + * initialization). */ +void FPNetworkControl::init(const char *ifname, devtype iftype) { + + /* Init congestion control parameters */ + this->cc_init(); + + /* If there was a previous nsock pool, delete it */ + if (this->pcap_nsi) { + nsock_iod_delete(this->pcap_nsi, NSOCK_PENDING_SILENT); + } + if (this->nsock_init) { + nsock_event_cancel(this->nsp, this->pcap_ev_id, 0); + nsock_pool_delete(this->nsp); + } + + /* Create a new nsock pool */ + if ((this->nsp = nsock_pool_new(NULL)) == NULL) + fatal("Unable to obtain an Nsock pool"); + + nmap_set_nsock_logger(); + nmap_adjust_loglevel(o.packetTrace()); + + nsock_pool_set_device(nsp, o.device); + + if (o.proxy_chain) + nsock_pool_set_proxychain(this->nsp, o.proxy_chain); + + /* Allow broadcast addresses */ + nsock_pool_set_broadcast(this->nsp, 1); + + /* Allocate an NSI for packet capture */ + this->pcap_nsi = nsock_iod_new(this->nsp, NULL); + this->first_pcap_scheduled = false; + + /* Flag it as already initialized so we free this nsp next time */ + this->nsock_init = true; + + /* Obtain raw socket or check that we can obtain an eth descriptor. */ + if ((o.sendpref & PACKET_SEND_ETH) && (iftype == devt_ethernet +#ifdef WIN32 + || (g_has_npcap_loopback && iftype == devt_loopback) +#endif + ) && ifname != NULL) { + /* We don't need to store the eth handler because FPProbes come with a + * suitable one (FPProbes::getEthernet()), we just attempt to obtain one + * to see if it fails. */ + if (eth_open_cached(ifname) == NULL) + fatal("dnet: failed to open device %s", ifname); + this->rawsd = -1; + } else { +#ifdef WIN32 + win32_fatal_raw_sockets(ifname); +#endif + if (this->rawsd >= 0) + close(this->rawsd); + rawsd = nmap_raw_socket(); + if (rawsd < 0) + pfatal("Couldn't obtain raw socket in %s", __func__); + } + + /* De-register existing callers */ + while (this->callers.size() > 0) { + this->callers.pop_back(); + } + return; +} + + +/* This function initializes the controller's congestion control parameters. + * The network controller uses TCP's Slow Start and Congestion Avoidance + * algorithms from RFC 5681 (slightly modified for convenience). + * + * As the OS detection process does not open full TCP connections, we can't just + * use ACKs (or the lack of ACKs) to increase or decrease the congestion window + * so we use probe responses. Every time we get a response to an OS detection + * probe, we treat it as if it was a TCP ACK in TCP's congestion control. + * + * Note that the initial Congestion Window is set to the number of timed + * probes that we send to each target. This is necessary since we need to + * know for sure that we can send that many packets in order to transmit them. + * Otherwise, we could fail to deliver the probes 100ms apart. */ +int FPNetworkControl::cc_init() { + this->probes_sent = 0; + this->responses_recv = 0; + this->probes_timedout = 0; + this->cc_cwnd = OSSCAN_INITIAL_CWND; + this->cc_ssthresh = OSSCAN_INITIAL_SSTHRESH; + return OP_SUCCESS; +} + + +/* This method is used to indicate that we have scheduled the transmission of + * one or more packets. This is used in congestion control to determine the + * number of outstanding probes (number of probes sent but not answered yet) + * and therefore, the effective transmission window. @param pkts indicates the + * number of packets that were scheduled. Returns OP_SUCCESS on success and + * OP_FAILURE in case of error. */ +int FPNetworkControl::cc_update_sent(int pkts = 1) { + if (pkts <= 0) + return OP_FAILURE; + this->probes_sent+=pkts; + return OP_SUCCESS; +} + + +/* This method is used to indicate that a drop has occurred. In TCP, drops are + * detected by the absence of an ACK. However, we can't use that, since it is + * very likely that our targets do not respond to some of our OS detection + * probes intentionally. For this reason, we consider that a drop has occurred + * when we receive a response for a probe that has already suffered one + * retransmission (first transmission got dropped in transit, some later + * transmission made it to the host and it responded). So when we detect a drop + * we do the same as TCP, adjust the congestion window and the slow start + * threshold. */ +int FPNetworkControl::cc_report_drop() { +/* FROM RFC 5681 + + When a TCP sender detects segment loss using the retransmission timer + and the given segment has not yet been resent by way of the + retransmission timer, the value of ssthresh MUST be set to no more + than the value given in equation (4): + + ssthresh = max (FlightSize / 2, 2*SMSS) (4) + + where, as discussed above, FlightSize is the amount of outstanding + data in the network. + + On the other hand, when a TCP sender detects segment loss using the + retransmission timer and the given segment has already been + retransmitted by way of the retransmission timer at least once, the + value of ssthresh is held constant. + */ + int probes_outstanding = this->probes_sent - this->responses_recv - this->probes_timedout; + this->cc_ssthresh = (float)MAX(probes_outstanding, OSSCAN_INITIAL_CWND); + this->cc_cwnd = OSSCAN_INITIAL_CWND; + return OP_SUCCESS; +} + + +/* This method is used to indicate that a response to a previous probe was + * received. For us this is like getting and ACK in TCP congestion control, so + * we update the congestion window (increase by one packet if we are in slow + * start or increase it by a small percentage of a packet if we are in + * congestion avoidance). */ +int FPNetworkControl::cc_update_received() { + this->responses_recv++; + /* If we are in Slow Start, increment congestion window by one packet. + * (Note that we treat probe responses the same way TCP CC treats ACKs). */ + if (this->cc_cwnd < this->cc_ssthresh) { + this->cc_cwnd += 1; + /* Otherwise we are in Congestion Avoidance and CWND is incremented slowly, + * approximately one packet per RTT */ + } else { + this->cc_cwnd = this->cc_cwnd + 1/this->cc_cwnd; + } + if (o.debugging > 3) { + log_write(LOG_PLAIN, "[FPNetworkControl] Congestion Control Parameters: cwnd=%f ssthresh=%f sent=%d recv=%d tout=%d outstanding=%d\n", + this->cc_cwnd, this->cc_ssthresh, this->probes_sent, this->responses_recv, this->probes_timedout, + this->probes_sent - this->responses_recv - this->probes_timedout); + } + return OP_SUCCESS; +} + + +/* This method is public and can be called by FPHosts to inform the controller + * that a probe has experienced a final timeout. In other words, that no + * response was received for the probe after doing the necessary retransmissions + * and waiting for the RTO. This is used to decrease the number of outstanding + * probes. Otherwise, if no host responded to the probes, the effective + * transmission window could reach zero and prevent new probes from being sent, + * clogging the engine. */ +int FPNetworkControl::cc_report_final_timeout() { + this->probes_timedout++; + return OP_SUCCESS; +} + + +/* This method is used by FPHosts to request permission to transmit a number of + * probes. Permission is granted if the current congestion window allows the + * transmission of new probes. It returns true if permission is granted and + * false if it is denied. */ +bool FPNetworkControl::request_slots(size_t num_packets) { + int probes_outstanding = this->probes_sent - this->responses_recv - this->probes_timedout; + if (o.debugging > 3) + log_write(LOG_PLAIN, "[FPNetworkControl] Slot request for %u packets. ProbesOutstanding=%d cwnd=%f ssthresh=%f\n", + (unsigned int)num_packets, probes_outstanding, this->cc_cwnd, this->cc_ssthresh); + /* If we still have room for more outstanding probes, let the caller + * schedule transmissions. */ + if ((probes_outstanding + num_packets) <= this->cc_cwnd) { + this->cc_update_sent(num_packets); + return true; + } + return false; +} + + +/* This method lets FPHosts register themselves in the network controller so + * the controller can call them back every time a packet they are interested + * in is captured.*/ +int FPNetworkControl::register_caller(FPHost *newcaller) { + this->callers.push_back(newcaller); + return OP_SUCCESS; +} + + +/* This method lets FPHosts unregister themselves in the network controller so + * the controller does not call them back again. This is called by hosts that + * have already finished their OS detection. */ +int FPNetworkControl::unregister_caller(FPHost *oldcaller) { + for (size_t i = 0; i < this->callers.size(); i++) { + if (this->callers[i] == oldcaller) { + this->callers.erase(this->callers.begin() + i); + return OP_SUCCESS; + } + } + return OP_FAILURE; +} + + +/* This method gets the controller ready for packet capture. Basically it + * obtains a pcap descriptor from nsock and sets an appropriate BPF filter. */ +int FPNetworkControl::setup_sniffer(const char *iface, const char *bpf_filter) { + char pcapdev[128]; + int rc; + +#ifdef WIN32 + /* Nmap normally uses device names obtained through dnet for interfaces, but + Pcap has its own naming system. So the conversion is done here */ + if (!DnetName2PcapName(iface, pcapdev, sizeof(pcapdev))) { + /* Oh crap -- couldn't find the corresponding dev apparently. Let's just go + with what we have then ... */ + Strncpy(pcapdev, iface, sizeof(pcapdev)); + } +#else + Strncpy(pcapdev, iface, sizeof(pcapdev)); +#endif + + /* Obtain a pcap descriptor */ + rc = nsock_pcap_open(this->nsp, this->pcap_nsi, pcapdev, 8192, 0, bpf_filter); + if (rc) + fatal("Error opening capture device %s\n", pcapdev); + + /* Store the pcap NSI inside the pool so we can retrieve it inside a callback */ + nsock_pool_set_udata(this->nsp, (void *)&(this->pcap_nsi)); + + return OP_SUCCESS; +} + + +/* This method makes the controller process pending events (like packet + * transmissions or packet captures). */ +void FPNetworkControl::handle_events() { + nmap_adjust_loglevel(o.packetTrace()); + nsock_loop(nsp, 50); +} + + +/* This method lets FPHosts to schedule the transmission of an OS detection + * probe. It takes an FPProbe pointer and the amount of milliseconds the + * controller should wait before injecting the probe into the wire. */ +int FPNetworkControl::scheduleProbe(FPProbe *pkt, int in_msecs_time) { + nsock_timer_create(this->nsp, probe_transmission_handler_wrapper, in_msecs_time, (void*)pkt); + return OP_SUCCESS; +} + + +/* This is the handler for packet transmission. It is called by nsock whenever a timer expires, + * which means that a new packet needs to be transmitted. Note that this method is not + * called directly by Nsock but by the wrapper function probe_transmission_handler_wrapper(). + * The reason for that is because C++ does not allow to use class methods as callback + * functions, so this is a small hack to make that happen. */ +void FPNetworkControl::probe_transmission_handler(nsock_pool nsp, nsock_event nse, void *arg) { + assert(nsock_pool_get_udata(nsp) != NULL); + nsock_iod nsi_pcap = *((nsock_iod *)nsock_pool_get_udata(nsp)); + enum nse_status status = nse_status(nse); + enum nse_type type = nse_type(nse); + FPProbe *myprobe = (FPProbe *)arg; + u8 *buf; + size_t len; + int result; + + if (status == NSE_STATUS_SUCCESS) { + switch(type) { + /* Timer events mean that we need to send a packet. */ + case NSE_TYPE_TIMER: + + /* The first time a packet is sent, we schedule a pcap event. After that + * we don't have to worry since the response reception handler schedules + * a new capture event for each captured packet. */ + if (!this->first_pcap_scheduled) { + this->pcap_ev_id = nsock_pcap_read_packet(nsp, nsi_pcap, response_reception_handler_wrapper, -1, NULL); + this->first_pcap_scheduled = true; + } + + /* Send the packet*/ + for (int decoy = 0; decoy < o.numdecoys; decoy++) { + result = myprobe->changeSourceAddress(&((struct sockaddr_in6 *)&o.decoys[decoy])->sin6_addr); + assert(result == OP_SUCCESS); + assert(myprobe->host != NULL); + buf = myprobe->getPacketBuffer(&len); + if (send_ip_packet(this->rawsd, myprobe->getEthernet(), myprobe->host->getTargetAddress(), buf, len) == -1) { + if (decoy == o.decoyturn) { + myprobe->setFailed(); + this->cc_report_final_timeout(); + myprobe->host->fail_one_probe(); + gh_perror("Unable to send packet in %s", __func__); + } + } + if (decoy == o.decoyturn) { + myprobe->setTimeSent(); + } + free(buf); + } + /* Reset the address to the original one if decoys were present and original Address wasn't last one */ + if ( o.numdecoys != o.decoyturn+1 ) { + result = myprobe->changeSourceAddress(&((struct sockaddr_in6 *)&o.decoys[o.decoyturn])->sin6_addr); + assert(result == OP_SUCCESS); + } + + break; + + default: + fatal("Unexpected Nsock event in probe_transmission_handler()"); + break; + } /* switch(type) */ + } else if (status == NSE_STATUS_EOF) { + if (o.debugging) + log_write(LOG_PLAIN, "probe_transmission_handler(): EOF\n"); + } else if (status == NSE_STATUS_ERROR || status == NSE_STATUS_PROXYERROR) { + if (o.debugging) + log_write(LOG_PLAIN, "probe_transmission_handler(): %s failed: %s\n", nse_type2str(type), strerror(socket_errno())); + } else if (status == NSE_STATUS_TIMEOUT) { + if (o.debugging) + log_write(LOG_PLAIN, "probe_transmission_handler(): %s timeout: %s\n", nse_type2str(type), strerror(socket_errno())); + } else if (status == NSE_STATUS_CANCELLED) { + if (o.debugging) + log_write(LOG_PLAIN, "probe_transmission_handler(): %s canceled: %s\n", nse_type2str(type), strerror(socket_errno())); + } else if (status == NSE_STATUS_KILL) { + if (o.debugging) + log_write(LOG_PLAIN, "probe_transmission_handler(): %s killed: %s\n", nse_type2str(type), strerror(socket_errno())); + } else { + if (o.debugging) + log_write(LOG_PLAIN, "probe_transmission_handler(): Unknown status code %d\n", status); + } + return; +} + + +/* This is the handler for packet capture. It is called by nsock whenever libpcap + * captures a packet from the network interface. This method basically captures + * the packet, extracts its source IP address and tries to find an FPHost that + * is targeting such address. If it does, it passes the packet to that FPHost + * via callback() so the FPHost can determine if the packet is actually the + * response to a FPProbe that it sent before. Note that this method is not + * called directly by Nsock but by the wrapper function + * response_reception_handler_wrapper(). See doc in probe_transmission_handler() + * for details. */ +void FPNetworkControl::response_reception_handler(nsock_pool nsp, nsock_event nse, void *arg) { + nsock_iod nsi = nse_iod(nse); + enum nse_status status = nse_status(nse); + enum nse_type type = nse_type(nse); + const u8 *rcvd_pkt = NULL; /* Points to the captured packet */ + size_t rcvd_pkt_len = 0; /* Length of the captured packet */ + struct timeval pcaptime; /* Time the packet was captured */ + struct sockaddr_storage sent_ss; + struct sockaddr_storage rcvd_ss; + struct sockaddr_in *rcvd_ss4 = (struct sockaddr_in *)&rcvd_ss; + struct sockaddr_in6 *rcvd_ss6 = (struct sockaddr_in6 *)&rcvd_ss; + memset(&rcvd_ss, 0, sizeof(struct sockaddr_storage)); + IPv4Header ip4; + IPv6Header ip6; + int res = -1; + + struct timeval tv; + gettimeofday(&tv, NULL); + + if (status == NSE_STATUS_SUCCESS) { + switch(type) { + + case NSE_TYPE_PCAP_READ: + + /* Schedule a new pcap read operation */ + this->pcap_ev_id = nsock_pcap_read_packet(nsp, nsi, response_reception_handler_wrapper, -1, NULL); + + /* Get captured packet */ + nse_readpcap(nse, NULL, NULL, &rcvd_pkt, &rcvd_pkt_len, NULL, &pcaptime); + + /* Extract the packet's source address */ + ip4.storeRecvData(rcvd_pkt, rcvd_pkt_len); + if (ip4.validate() != OP_FAILURE && ip4.getVersion() == 4) { + ip4.getSourceAddress(&(rcvd_ss4->sin_addr)); + rcvd_ss4->sin_family = AF_INET; + } else { + ip6.storeRecvData(rcvd_pkt, rcvd_pkt_len); + if (ip6.validate() != OP_FAILURE && ip6.getVersion() == 6) { + ip6.getSourceAddress(&(rcvd_ss6->sin6_addr)); + rcvd_ss6->sin6_family = AF_INET6; + } else { + /* If we get here it means that the received packet is not + * IPv4 or IPv6 so we just discard it returning. */ + return; + } + } + + /* Check if we have a caller that expects packets from this sender */ + for (size_t i = 0; i < this->callers.size(); i++) { + + /* Obtain the target address */ + sent_ss = *this->callers[i]->getTargetAddress(); + + /* Check that the received packet is of the same address family */ + if (sent_ss.ss_family != rcvd_ss.ss_family) + continue; + + /* Check that the captured packet's source address matches the + * target address. If it matches, pass the received packet + * to the appropriate FPHost object through callback(). */ + if (sockaddr_storage_equal(&rcvd_ss, &sent_ss)) { + if ((res = this->callers[i]->callback(rcvd_pkt, rcvd_pkt_len, &tv)) >= 0) { + + /* If callback() returns >=0 it means that the packet we've just + * passed was successfully matched with a previous probe. Now + * update the count of received packets (so we can determine how + * many outstanding packets are out there). Note that we only do + * that if callback() returned >0 because 0 is a special case: a + * reply to a retransmitted timed probe that was already replied + * to in the past. We don't want to count replies to the same probe + * more than once, so that's why we only update when res > 0. */ + if (res > 0) + this->cc_update_received(); + + /* When the callback returns more than 1 it means that the packet + * was sent more than once before being answered. This means that + * we experienced congestion (first transmission got dropped), so + * we update our CC parameters to deal with the congestion. */ + if (res > 1) { + this->cc_report_drop(); + } + } + return; + } + } + break; + + default: + fatal("Unexpected Nsock event in response_reception_handler()"); + break; + + } /* switch(type) */ + + } else if (status == NSE_STATUS_EOF) { + if (o.debugging) + log_write(LOG_PLAIN, "response_reception_handler(): EOF\n"); + } else if (status == NSE_STATUS_ERROR || status == NSE_STATUS_PROXYERROR) { + if (o.debugging) + log_write(LOG_PLAIN, "response_reception_handler(): %s failed: %s\n", nse_type2str(type), strerror(socket_errno())); + } else if (status == NSE_STATUS_TIMEOUT) { + if (o.debugging) + log_write(LOG_PLAIN, "response_reception_handler(): %s timeout: %s\n", nse_type2str(type), strerror(socket_errno())); + } else if (status == NSE_STATUS_CANCELLED) { + if (o.debugging) + log_write(LOG_PLAIN, "response_reception_handler(): %s canceled: %s\n", nse_type2str(type), strerror(socket_errno())); + } else if (status == NSE_STATUS_KILL) { + if (o.debugging) + log_write(LOG_PLAIN, "response_reception_handler(): %s killed: %s\n", nse_type2str(type), strerror(socket_errno())); + } else { + if (o.debugging) + log_write(LOG_PLAIN, "response_reception_handler(): Unknown status code %d\n", status); + } + return; +} + + +/****************************************************************************** + * Implementation of class FPEngine. * + ******************************************************************************/ +FPEngine::FPEngine() { + this->osgroup_size = OSSCAN_GROUP_SIZE; +} + + +FPEngine::~FPEngine() { + +} + + +/* Returns a suitable BPF filter for the OS detection. If less than 20 targets + * are passed, the filter contains an explicit list of target addresses. It + * looks similar to this: + * + * dst host fe80::250:56ff:fec0:1 and (src host fe80::20c:29ff:feb0:2316 or src host fe80::20c:29ff:fe9f:5bc2) + * + * When more than 20 targets are passed, a generic filter based on the source + * address is used. The returned filter looks something like: + * + * dst host fe80::250:56ff:fec0:1 + */ +const char *FPEngine::bpf_filter(std::vector &Targets) { + static char pcap_filter[2048]; + /* 20 IPv6 addresses is max (46 byte addy + 14 (" or src host ")) * 20 == 1200 */ + char dst_hosts[1220]; + int filterlen = 0; + int len = 0; + unsigned int targetno; + memset(pcap_filter, 0, sizeof(pcap_filter)); + + /* If we have 20 or less targets, build a list of addresses so we can set + * an explicit BPF filter */ + if (Targets.size() <= 20) { + for (targetno = 0; targetno < Targets.size(); targetno++) { + len = Snprintf(dst_hosts + filterlen, + sizeof(dst_hosts) - filterlen, + "%ssrc host %s", (targetno == 0)? "" : " or ", + Targets[targetno]->targetipstr()); + + if (len < 0 || len + filterlen >= (int) sizeof(dst_hosts)) + fatal("ran out of space in dst_hosts"); + filterlen += len; + } + + len = Snprintf(pcap_filter, sizeof(pcap_filter), "dst host %s and (%s)", + Targets[0]->sourceipstr(), dst_hosts); + } else { + len = Snprintf(pcap_filter, sizeof(pcap_filter), "dst host %s", Targets[0]->sourceipstr()); + } + + if (len < 0 || len >= (int) sizeof(pcap_filter)) + fatal("ran out of space in pcap filter"); + + return pcap_filter; +} + + +/****************************************************************************** + * Implementation of class FPEngine6. * + ******************************************************************************/ +FPEngine6::FPEngine6() { + +} + + +FPEngine6::~FPEngine6() { + +} + +/* Not all operating systems allow setting the flow label in outgoing packets; + notably all Unixes other than Linux when using raw sockets. This function + finds out whether the flow labels we set are likely really being sent. + Otherwise, the operating system is probably filling in 0. Compare to the + logic in send_ipv6_packet_eth_or_sd. */ +static bool can_set_flow_label(const struct eth_nfo *eth) { + if (eth != NULL) + return true; +#if HAVE_IPV6_IPPROTO_RAW + return true; +#else + return false; +#endif +} + +void FPHost6::fill_FPR(FingerPrintResultsIPv6 *FPR) { + unsigned int i; + + FPR->begin_time = this->begin_time; + + for (i = 0; i < sizeof(this->fp_responses) / sizeof(this->fp_responses[0]); i++) { + const FPResponse *resp; + + resp = this->fp_responses[i]; + if (resp != NULL) { + FPR->fp_responses[i] = new FPResponse(resp->probe_id, resp->buf, resp->len, + resp->senttime, resp->rcvdtime); + } + } + + /* Were we actually able to set the flow label? */ + FPR->flow_label = 0; + for (i = 0; i < sizeof(this->fp_probes) / sizeof(this->fp_probes[0]); i++) { + const FPProbe& probe = fp_probes[0]; + if (probe.is_set()) { + if (can_set_flow_label(probe.getEthernet())) + FPR->flow_label = OSDETECT_FLOW_LABEL; + break; + } + } + + /* Did we fail to send some probe? */ + FPR->incomplete = this->incomplete_fp; +} + +static IPv6Header *find_ipv6(const PacketElement *pe) { + while (pe != NULL && pe->protocol_id() != HEADER_TYPE_IPv6) + pe = pe->getNextElement(); + + return (IPv6Header *) pe; +} + +static const TCPHeader *find_tcp(const PacketElement *pe) { + while (pe != NULL && pe->protocol_id() != HEADER_TYPE_TCP) + pe = pe->getNextElement(); + + return (TCPHeader *) pe; +} + +static const ICMPv6Header *find_icmpv6(const PacketElement *pe) { + while (pe != NULL && pe->protocol_id() != HEADER_TYPE_ICMPv6) + pe = pe->getNextElement(); + + return (ICMPv6Header *) pe; +} + +static double vectorize_plen(const PacketElement *pe) { + const IPv6Header *ipv6; + + ipv6 = find_ipv6(pe); + if (ipv6 == NULL) + return -1; + else + return ipv6->getPayloadLength(); +} + +static double vectorize_tc(const PacketElement *pe) { + const IPv6Header *ipv6; + + ipv6 = find_ipv6(pe); + if (ipv6 == NULL) + return -1; + else + return ipv6->getTrafficClass(); +} + +/* For reference, the dev@nmap.org email thread which contains the explanations for the + * design decisions of this vectorization method: + * http://seclists.org/nmap-dev/2015/q1/218 + */ +static int vectorize_hlim(const PacketElement *pe, int target_distance, enum dist_calc_method method) { + const IPv6Header *ipv6; + int hlim; + int er_lim; + + ipv6 = find_ipv6(pe); + if (ipv6 == NULL) + return -1; + hlim = ipv6->getHopLimit(); + + if (method != DIST_METHOD_NONE) { + if (method == DIST_METHOD_TRACEROUTE || method == DIST_METHOD_ICMP) { + if (target_distance > 0) + hlim += target_distance - 1; + } + er_lim = 5; + } else + er_lim = 20; + + if (32 - er_lim <= hlim && hlim <= 32+ 5 ) + hlim = 32; + else if (64 - er_lim <= hlim && hlim <= 64+ 5 ) + hlim = 64; + else if (128 - er_lim <= hlim && hlim <= 128+ 5 ) + hlim = 128; + else if (255 - er_lim <= hlim && hlim <= 255+ 5 ) + hlim = 255; + else + hlim = -1; + + return hlim; +} + +static double vectorize_isr(std::map& resps) { + const char * const SEQ_PROBE_NAMES[] = {"S1", "S2", "S3", "S4", "S5", "S6"}; + u32 seqs[NELEMS(SEQ_PROBE_NAMES)]; + struct timeval times[NELEMS(SEQ_PROBE_NAMES)]; + unsigned int i, j; + double sum, t; + + j = 0; + for (i = 0; i < NELEMS(SEQ_PROBE_NAMES); i++) { + const char *probe_name; + const FPPacket *fp; + const TCPHeader *tcp; + std::map::const_iterator it; + + probe_name = SEQ_PROBE_NAMES[i]; + it = resps.find(probe_name); + if (it == resps.end()) + continue; + + fp = &it->second; + tcp = find_tcp(fp->getPacket()); + if (tcp == NULL) + continue; + + seqs[j] = tcp->getSeq(); + times[j] = fp->getTime(); + j++; + } + + if (j < 2) + return -1; + + sum = 0.0; + for (i = 0; i < j - 1; i++) + sum += seqs[i + 1] - seqs[i]; + t = TIMEVAL_FSEC_SUBTRACT(times[j - 1], times[0]); + + return sum / t; +} + +static int vectorize_icmpv6_type(const PacketElement *pe) { + const ICMPv6Header *icmpv6; + + icmpv6 = find_icmpv6(pe); + if (icmpv6 == NULL) + return -1; + + return icmpv6->getType(); +} + +static int vectorize_icmpv6_code(const PacketElement *pe) { + const ICMPv6Header *icmpv6; + + icmpv6 = find_icmpv6(pe); + if (icmpv6 == NULL) + return -1; + + return icmpv6->getCode(); +} + +static struct feature_node *vectorize(const FingerPrintResultsIPv6 *FPR) { + const char * const IPV6_PROBE_NAMES[] = {"S1", "S2", "S3", "S4", "S5", "S6", "IE1", "IE2", "NS", "U1", "TECN", "T2", "T3", "T4", "T5", "T6", "T7"}; + const char * const TCP_PROBE_NAMES[] = {"S1", "S2", "S3", "S4", "S5", "S6", "TECN", "T2", "T3", "T4", "T5", "T6", "T7"}; + const char * const ICMPV6_PROBE_NAMES[] = {"IE1", "IE2", "NS"}; + + unsigned int nr_feature, i, idx; + struct feature_node *features; + std::map resps; + + for (i = 0; i < NUM_FP_PROBES_IPv6; i++) { + PacketElement *pe; + + if (FPR->fp_responses[i] == NULL) + continue; + pe = PacketParser::split(FPR->fp_responses[i]->buf, FPR->fp_responses[i]->len); + assert(pe != NULL); + resps[FPR->fp_responses[i]->probe_id].setPacket(pe); + resps[FPR->fp_responses[i]->probe_id].setTime(&FPR->fp_responses[i]->senttime); + } + + nr_feature = get_nr_feature(&FPModel); + features = new feature_node[nr_feature + 1]; + for (i = 0; i < nr_feature; i++) { + features[i].index = i + 1; + features[i].value = -1; + } + features[i].index = -1; + + idx = 0; + for (i = 0; i < NELEMS(IPV6_PROBE_NAMES); i++) { + const char *probe_name; + + probe_name = IPV6_PROBE_NAMES[i]; + features[idx++].value = vectorize_plen(resps[probe_name].getPacket()); + features[idx++].value = vectorize_tc(resps[probe_name].getPacket()); + features[idx++].value = vectorize_hlim(resps[probe_name].getPacket(), FPR->distance, FPR->distance_calculation_method); + } + /* TCP features */ + features[idx++].value = vectorize_isr(resps); + for (i = 0; i < NELEMS(TCP_PROBE_NAMES); i++) { + const char *probe_name; + const TCPHeader *tcp; + u16 flags; + u16 mask; + unsigned int j; + int mss; + int sackok; + int wscale; + + probe_name = TCP_PROBE_NAMES[i]; + + mss = -1; + sackok = -1; + wscale = -1; + + tcp = find_tcp(resps[probe_name].getPacket()); + if (tcp == NULL) { + /* 49 TCP features. */ + idx += 49; + continue; + } + features[idx++].value = tcp->getWindow(); + flags = tcp->getFlags16(); + for (mask = 0x001; mask <= 0x800; mask <<= 1) + features[idx++].value = (flags & mask) != 0; + + for (j = 0; j < 16; j++) { + nping_tcp_opt_t opt; + opt = tcp->getOption(j); + if (opt.value == NULL) + break; + features[idx++].value = opt.type; + /* opt.len includes the two (type, len) bytes. */ + if (opt.type == TCPOPT_MSS && opt.len == 4 && mss == -1) + mss = ntohs(*(u16 *) opt.value); + else if (opt.type == TCPOPT_SACKOK && opt.len == 2 && sackok == -1) + sackok = 1; + else if (opt.type == TCPOPT_WSCALE && opt.len == 3 && wscale == -1) + wscale = *(u8 *) opt.value; + } + for (; j < 16; j++) + idx++; + + for (j = 0; j < 16; j++) { + nping_tcp_opt_t opt; + opt = tcp->getOption(j); + if (opt.value == NULL) + break; + features[idx++].value = opt.len; + } + for (; j < 16; j++) + idx++; + + features[idx++].value = mss; + features[idx++].value = sackok; + features[idx++].value = wscale; + if (mss != 0 && mss != -1) + features[idx++].value = (float)tcp->getWindow() / mss; + else + features[idx++].value = -1; + } + /* ICMPv6 features */ + for (i = 0; i < NELEMS(ICMPV6_PROBE_NAMES); i++) { + const char *probe_name; + + probe_name = ICMPV6_PROBE_NAMES[i]; + features[idx++].value = vectorize_icmpv6_type(resps[probe_name].getPacket()); + features[idx++].value = vectorize_icmpv6_code(resps[probe_name].getPacket()); + } + + assert(idx == nr_feature); + + if (o.debugging > 2) { + log_write(LOG_PLAIN, "v = {"); + for (i = 0; i < nr_feature; i++) + log_write(LOG_PLAIN, "%.16g, ", features[i].value); + log_write(LOG_PLAIN, "};\n"); + } + + return features; +} + +static void apply_scale(struct feature_node *features, unsigned int num_features, + const double (*scale)[2]) { + unsigned int i; + + for (i = 0; i < num_features; i++) { + double val = features[i].value; + if (val < 0) + continue; + val = (val + scale[i][0]) * scale[i][1]; + features[i].value = val; + } +} + +/* (label, prob) pairs for purpose of sorting. */ +struct label_prob { + int label; + double prob; +}; + +int label_prob_cmp(const void *a, const void *b) { + const struct label_prob *la, *lb; + + la = (struct label_prob *) a; + lb = (struct label_prob *) b; + + /* Sort descending. */ + if (la->prob > lb->prob) + return -1; + else if (la->prob < lb->prob) + return 1; + else + return 0; +} + +/* Return a measure of how much the given feature vector differs from the other + members of the class given by label. + + This can be thought of as the distance from the given feature vector to the + mean of the class in multidimensional space, after scaling. Each dimension is + further scaled by the inverse of the sample variance of that feature. This is + an approximation of the Mahalanobis distance + (https://en.wikipedia.org/wiki/Mahalanobis_distance), which normally uses a + full covariance matrix of the features. If we take the features to be + pairwise independent (which they are not), then the covariance matrix is just + the diagonal matrix containing per-feature variances, leading to the same + calculation as is done below. Using only the per-feature variances rather + than covariance matrices is to save space; it requires only n entries per + class rather than n^2, where n is the length of a feature vector. + + It happens often that a feature's variance is undefined (because there is + only one example in the class) or zero (because there are two identical + values for that feature). Both these cases are mapped to zero by train.py, + and we handle them the same way: by using a small default variance. This will + tend to make small differences count a lot (because we probably want this + fingerprint in order to expand the class), while still allowing near-perfect + matches to match. */ +static double novelty_of(const struct feature_node *features, int label) { + const double *means, *variances; + int i, nr_feature; + double sum; + + nr_feature = get_nr_feature(&FPModel); + assert(0 <= label); + assert(label < nr_feature); + + means = FPmean[label]; + variances = FPvariance[label]; + + sum = 0.0; + for (i = 0; i < nr_feature; i++) { + double d, v; + + assert(i + 1 == features[i].index); + d = features[i].value - means[i]; + v = variances[i]; + if (v == 0.0) { + /* No variance? It means that samples were identical. Substitute a default + variance. This will tend to make novelty large in these cases, which + will hopefully encourage for submissions for this class. */ + v = 0.01; + } + sum += d * d / v; + } + + return sqrt(sum); +} + +static void classify(FingerPrintResultsIPv6 *FPR) { + int nr_class, i; + struct feature_node *features; + double *values; + struct label_prob *labels; + + nr_class = get_nr_class(&FPModel); + + features = vectorize(FPR); + values = new double[nr_class]; + labels = new struct label_prob[nr_class]; + + apply_scale(features, get_nr_feature(&FPModel), FPscale); + + predict_values(&FPModel, features, values); + for (i = 0; i < nr_class; i++) { + labels[i].label = i; + labels[i].prob = 1.0 / (1.0 + exp(-values[i])); + } + qsort(labels, nr_class, sizeof(labels[0]), label_prob_cmp); + for (i = 0; i < nr_class && i < MAX_FP_RESULTS; i++) { + FPR->matches[i] = &o.os_labels_ipv6[labels[i].label]; + FPR->accuracy[i] = labels[i].prob; + FPR->num_matches = i + 1; + if (labels[i].prob >= 0.90 * labels[0].prob) + FPR->num_perfect_matches = i + 1; + if (o.debugging > 2) { + printf("%7.4f %7.4f %3u %s\n", FPR->accuracy[i] * 100, + novelty_of(features, labels[i].label), labels[i].label, FPR->matches[i]->OS_name); + } + } + if (FPR->num_perfect_matches == 0) { + FPR->overall_results = OSSCAN_NOMATCHES; + } else if (FPR->num_perfect_matches == 1) { + double novelty; + + novelty = novelty_of(features, labels[0].label); + if (o.debugging > 1) + log_write(LOG_PLAIN, "Novelty of closest match is %.3f.\n", novelty); + + if (novelty < FP_NOVELTY_THRESHOLD) { + FPR->overall_results = OSSCAN_SUCCESS; + } else { + if (o.debugging > 0) { + log_write(LOG_PLAIN, "Novelty of closest match is %.3f > %.3f; ignoring.\n", + novelty, FP_NOVELTY_THRESHOLD); + } + FPR->overall_results = OSSCAN_NOMATCHES; + FPR->num_perfect_matches = 0; + } + } else { + FPR->overall_results = OSSCAN_NOMATCHES; + FPR->num_perfect_matches = 0; + } + + delete[] features; + delete[] values; + delete[] labels; +} + + +/* This method is the core of the FPEngine class. It takes a list of IPv6 + * targets that need to be fingerprinted. The method handles the whole + * fingerprinting process, sending probes, collecting responses, analyzing + * results and matching fingerprints. If everything goes well, the internal + * state of the supplied target objects will be modified to reflect the results + * of the */ +int FPEngine6::os_scan(std::vector &Targets) { + bool osscan_done = false; + const char *bpf_filter = NULL; + std::vector curr_hosts; /* Hosts currently doing OS detection */ + std::vector done_hosts; /* Hosts for which we already did OSdetect */ + std::vector left_hosts; /* Hosts we have not yet started with */ + struct timeval begin_time; + + if (o.debugging) + log_write(LOG_PLAIN, "Starting IPv6 OS Scan...\n"); + + /* Initialize variables, timers, etc. */ + gettimeofday(&begin_time, NULL); + global_netctl.init(Targets[0]->deviceName(), Targets[0]->ifType()); + for (size_t i = 0; i < Targets.size(); i++) { + if (o.debugging > 3) { + log_write(LOG_PLAIN, "[FPEngine] Allocating FPHost6 for %s %s\n", + Targets[i]->targetipstr(), Targets[i]->sourceipstr()); + } + FPHost6 *newhost = new FPHost6(Targets[i], &global_netctl); + newhost->begin_time = begin_time; + fphosts.push_back(newhost); + } + + /* Build the BPF filter */ + bpf_filter = this->bpf_filter(Targets); + if (o.debugging) + log_write(LOG_PLAIN, "[FPEngine] Interface=%s BPF:%s\n", Targets[0]->deviceName(), bpf_filter); + + /* Set up the sniffer */ + global_netctl.setup_sniffer(Targets[0]->deviceName(), bpf_filter); + + /* Divide the targets into two groups, the ones we are going to start + * processing, and the ones we leave for later. */ + for (size_t i = 0; i < Targets.size() && i < this->osgroup_size; i++) { + curr_hosts.push_back(fphosts[i]); + } + for (size_t i = curr_hosts.size(); i < Targets.size(); i++) { + left_hosts.push_back(fphosts[i]); + } + + /* Do the OS detection rounds */ + while (!osscan_done) { + osscan_done = true; /* It will remain true only when all hosts are .done() */ + if (o.debugging > 3) { + log_write(LOG_PLAIN, "[FPEngine] CurrHosts=%d, LeftHosts=%d, DoneHosts=%d\n", + (int) curr_hosts.size(), (int) left_hosts.size(), (int) done_hosts.size()); + } + +#ifdef WIN32 + // Reset system idle timer to avoid going to sleep + SetThreadExecutionState(ES_SYSTEM_REQUIRED); +#endif + /* Go through the list of hosts and ask them to schedule their probes */ + for (unsigned int i = 0; i < curr_hosts.size(); i++) { + + /* If the host is not done yet, call schedule() to let it schedule + * new probes, retransmissions, etc. */ + if (!curr_hosts[i]->done()) { + osscan_done = false; + curr_hosts[i]->schedule(); + if (o.debugging > 3) + log_write(LOG_PLAIN, "[FPEngine] CurrHost #%u not done\n", i); + + /* If the host is done, take it out of the curr_hosts group and add it + * to the done_hosts group. If we still have hosts left in the left_hosts + * group, take the first one and insert it into curr_hosts. This way we + * always have a full working group of hosts (unless we ran out of hosts, + * of course). */ + } else { + if (o.debugging > 3) + log_write(LOG_PLAIN, "[FPEngine] CurrHost #%u done\n", i); + if (o.debugging > 3) + log_write(LOG_PLAIN, "[FPEngine] Moving done host %u to the done_hosts list\n", i); + done_hosts.push_back(curr_hosts[i]); + curr_hosts.erase(curr_hosts.begin() + i); + + /* If we still have hosts left, add one to the current group */ + if (left_hosts.size() > 0) { + if (o.debugging > 3) + log_write(LOG_PLAIN, "[FPEngine] Inserting one new hosts in the curr_hosts list.\n"); + curr_hosts.push_back(left_hosts[0]); + left_hosts.erase(left_hosts.begin()); + osscan_done = false; + } + + i--; /* Decrement i so we don't miss the host that is now in the + * position of the host we've just removed from the list */ + } + } + + /* Handle scheduled events */ + global_netctl.handle_events(); + + } + + /* Once we've finished with all fphosts, check which ones were correctly + * fingerprinted, and update the Target objects. */ + for (size_t i = 0; i < this->fphosts.size(); i++) { + fphosts[i]->finish(); + + fphosts[i]->fill_FPR((FingerPrintResultsIPv6 *) Targets[i]->FPR); + classify((FingerPrintResultsIPv6 *) Targets[i]->FPR); + } + + /* Cleanup and return */ + while (this->fphosts.size() > 0) { + FPHost6 *tmp = fphosts.back(); + delete tmp; + fphosts.pop_back(); + } + + if (o.debugging) + log_write(LOG_PLAIN, "IPv6 OS Scan completed.\n"); + return OP_SUCCESS; +} + + +/****************************************************************************** + * Implementation of class FPHost. * + ******************************************************************************/ +FPHost::FPHost() { + this->__reset(); +} + + +FPHost::~FPHost() { + +} + + +void FPHost::__reset() { + this->total_probes = 0; + this->timed_probes = 0; + this->probes_sent = 0; + this->probes_answered = 0; + this->probes_unanswered = 0; + this->incomplete_fp = false; + this->detection_done = false; + this->timedprobes_sent = false; + this->target_host = NULL; + this->netctl = NULL; + this->netctl_registered = false; + this->tcpSeqBase = 0; + this->open_port_tcp = -1; + this->closed_port_tcp = -1; + this->closed_port_udp = -1; + this->tcp_port_base = -1; + this->udp_port_base = -1; + /* Retransmission time-out parameters. + * + * From RFC 2988: + * Until a round-trip time (RTT) measurement has been made for a segment + * sent between the sender and receiver, the sender SHOULD set + * RTO <- 3 seconds */ + this->rto = OSSCAN_INITIAL_RTO; + this->rttvar = -1; + this->srtt = -1; + + this->begin_time.tv_sec = 0; + this->begin_time.tv_usec = 0; +} + + +/* Returns the IP address of the target associated with the FPHost in + * struct sockaddr_storage format. */ +const struct sockaddr_storage *FPHost::getTargetAddress() { + return this->target_host->TargetSockAddr(); +} + +/* Marks one probe as unanswerable, making the fingerprint incomplete and + * ineligible for submission */ +void FPHost::fail_one_probe() { + this->probes_unanswered++; + this->incomplete_fp = true; +} + +/* Accesses the Target object associated with the FPHost to extract the port + * numbers to be used in OS detection. In particular it extracts: + * + * - An open TCP port. + * - A closed TCP port. + * - A closed UDP port. + * + * When not enough information is found in the Target, the necessary port + * numbers are generated randomly. */ +int FPHost::choose_osscan_ports() { + Port *tport = NULL; + Port port; + /* Choose an open TCP port: First, check if the host already has a + * FingerPrintResults object that defines an open port. */ + if (this->target_host->FPR != NULL && this->target_host->FPR->osscan_opentcpport > 0) { + this->open_port_tcp = this->target_host->FPR->osscan_opentcpport; + + /* Otherwise, get the first open port that we've found open */ + } else if ((tport = this->target_host->ports.nextPort(NULL, &port, IPPROTO_TCP, PORT_OPEN))) { + this->open_port_tcp = tport->portno; + /* If it is zero, let's try another one if there is one */ + if (tport->portno == 0) { + if ((tport = this->target_host->ports.nextPort(tport, &port, IPPROTO_TCP, PORT_OPEN))) + this->open_port_tcp = tport->portno; + } + if (this->target_host->FPR != NULL) { + this->target_host->FPR->osscan_opentcpport = this->open_port_tcp; + } + } else { + /* If we don't have an open port, set it to -1 so we don't send probes that + * target TCP open ports */ + this->open_port_tcp = -1; + } + + /* Choose a closed TCP port. */ + if (this->target_host->FPR != NULL && this->target_host->FPR->osscan_closedtcpport > 0) { + this->closed_port_tcp = this->target_host->FPR->osscan_closedtcpport; + } else if ((tport = this->target_host->ports.nextPort(NULL, &port, IPPROTO_TCP, PORT_CLOSED))) { + this->closed_port_tcp = tport->portno; + /* If it is zero, let's try another one if there is one */ + if (tport->portno == 0) + if ((tport = this->target_host->ports.nextPort(tport, &port, IPPROTO_TCP, PORT_CLOSED))) + this->closed_port_tcp = tport->portno; + if (this->target_host->FPR != NULL) { + this->target_host->FPR->osscan_closedtcpport = this->closed_port_tcp; + } + } else if ((tport = this->target_host->ports.nextPort(NULL, &port, IPPROTO_TCP, PORT_UNFILTERED))) { + /* Well, we will settle for unfiltered */ + this->closed_port_tcp = tport->portno; + /* But again we'd prefer not to have zero */ + if (tport->portno == 0) + if ((tport = this->target_host->ports.nextPort(tport, &port, IPPROTO_TCP, PORT_UNFILTERED))) + this->closed_port_tcp = tport->portno; + } else { + /* If we don't have a closed port, set it to -1 so we don't send probes that + * target TCP closed ports. */ + this->closed_port_tcp = -1; + } + + /* Closed UDP port */ + if (this->target_host->FPR != NULL && this->target_host->FPR->osscan_closedudpport > 0) { + this->closed_port_udp = this->target_host->FPR->osscan_closedudpport; + } else if ((tport = this->target_host->ports.nextPort(NULL, &port, IPPROTO_UDP, PORT_CLOSED))) { + this->closed_port_udp = tport->portno; + /* Not zero, if possible */ + if (tport->portno == 0) + if ((tport = this->target_host->ports.nextPort(tport, &port, IPPROTO_UDP, PORT_CLOSED))) + this->closed_port_udp = tport->portno; + if (this->target_host->FPR != NULL) { + this->target_host->FPR->osscan_closedudpport = this->closed_port_udp; + } + } else if ((tport = this->target_host->ports.nextPort(NULL, &port, IPPROTO_UDP, PORT_UNFILTERED))) { + /* Well, we will settle for unfiltered */ + this->closed_port_udp = tport->portno; + /* But not zero, please */ + if (tport->portno == 0) + if ((tport = this->target_host->ports.nextPort(NULL, &port, IPPROTO_UDP, PORT_UNFILTERED))) + this->closed_port_udp = tport->portno; + } else { + /* Pick one at random. Shrug. */ + this->closed_port_udp = (get_random_uint() % 14781) + 30000; + } + + this->tcpSeqBase = get_random_u32(); + this->tcp_port_base = o.magic_port_set ? o.magic_port : o.magic_port + get_random_u8(); + this->udp_port_base = o.magic_port_set ? o.magic_port : o.magic_port + get_random_u8(); + this->icmp_seq_counter = 0; + + return OP_SUCCESS; +} + + +/* This method is called whenever we receive a response to a probe. It + * recomputes the host's retransmission timer based on the new RTT measure. + * @param measured_rtt_usecs is the new RTT observation in MICROseconds. + * @param retransmission indicates whether the observed RTT correspond to + * a packet that was transmitted more than once or not. It is used to + * avoid using RTT samples obtained from retransmissions (Karn's algorithm) */ +int FPHost::update_RTO(int measured_rtt_usecs, bool retransmission) { +/* RFC 2988: TCP MUST use Karn's algorithm [KP87] for taking RTT samples. That + * is, RTT samples MUST NOT be made using segments that were + * retransmitted (and thus for which it is ambiguous whether the reply + * was for the first instance of the packet or a later instance).*/ + if (retransmission == true) + return OP_SUCCESS; + +/* RFC 2988: When the first RTT measurement R is made, the host MUST set + * + * SRTT <- R + * RTTVAR <- R/2 + * RTO <- SRTT + max (G, K*RTTVAR) + * + * where K = 4, and G is the clock granularity.. */ + if (this->srtt == -1 && this->rttvar == -1) { + this->srtt = measured_rtt_usecs; + this->rttvar = measured_rtt_usecs/2; + this->rto = this->srtt + MAX(500000, 4*this->rttvar); /* Assume a granularity of 1/2 sec */ + } else { + + /* RFC 2988: When a subsequent RTT measurement R' is made, a host MUST set + * + * RTTVAR <- (1 - beta) * RTTVAR + beta * |SRTT - R'| + * SRTT <- (1 - alpha) * SRTT + alpha * R' + * + * The above SHOULD be computed using alpha = 1/8 and beta = 1/4. + * After the computation, a host MUST update + * + * RTO <- SRTT + max (G, K*RTTVAR) + */ + this->rttvar += (ABS(this->srtt - measured_rtt_usecs) - this->rttvar) >> 2; + this->srtt += (measured_rtt_usecs - this->srtt) >> 3; + this->rto = this->srtt + MAX(500000, 4*this->rttvar); + } + +/* RFC 2988: Whenever RTO is computed, if it is less than 1 second then the RTO + * SHOULD be rounded up to 1 second. + * [NOTE: In Nmap we find this excessive, so we set a minimum of 100ms + * (100,000 usecs). It may seem aggressive but waiting too long can cause + * the engine to fail to detect drops until many probes later on extremely + * low-latency networks (such as localhost scans). */ + if (this->rto < (MIN_RTT_TIMEOUT*1000)) + this->rto = (MIN_RTT_TIMEOUT*1000); + return this->rto; +} + + +/****************************************************************************** + * Implementation of class FPHost6. * + ******************************************************************************/ + +FPHost6::FPHost6(Target *tgt, FPNetworkControl *fpnc) { + this->init(tgt, fpnc); + return; +} + + +FPHost6::~FPHost6() { + this->reset(); +} + + +void FPHost6::reset() { + this->__reset(); + for (unsigned int i = 0; i < NUM_FP_PROBES_IPv6; i++) { + this->fp_probes[i].reset(); + if (this->fp_responses[i]) { + delete this->fp_responses[i]; + this->fp_responses[i] = NULL; + } + } +} + + +void FPHost6::init(Target *tgt, FPNetworkControl *fpnc) { + this->target_host = tgt; + this->netctl = fpnc; + this->total_probes = 0; + this->timed_probes = 0; + + /* Set state in the supplied Target */ + if (this->target_host->FPR == NULL) + this->target_host->FPR = new FingerPrintResultsIPv6; + this->target_host->osscanSetFlag(OS_PERF); + + /* Choose TCP/UDP ports for the probes. */ + this->choose_osscan_ports(); + + /* Build the list of OS detection probes */ + this->build_probe_list(); + + for (unsigned int i = 0; i < NUM_FP_PROBES_IPv6; i++) + this->fp_responses[i] = NULL; + + for (unsigned int i = 0; i < NUM_FP_TIMEDPROBES_IPv6; i++) + this->aux_resp[i] = NULL; +} + +/* Get the hop limit encapsulated in an ICMPv6 error reply. Return -1 if it + * can't be found. */ +static int get_encapsulated_hoplimit(const PacketElement *pe) { + /* Check that it's IPv6. */ + if (pe == NULL || pe->protocol_id() != HEADER_TYPE_IPv6) + return -1; + /* Find the ICMPv6 payload. */ + pe = pe->getNextElement(); + for (; pe != NULL; pe = pe->getNextElement()) { + if (pe->protocol_id() == HEADER_TYPE_ICMPv6) + break; + } + if (pe == NULL) + return -1; + /* Check that encapsulated is IPv6. */ + pe = pe->getNextElement(); + if (pe == NULL || pe->protocol_id() != HEADER_TYPE_IPv6) + return -1; + + return ((IPv6Header *) pe)->getHopLimit(); +} + +void FPHost6::finish() { + /* These probes are likely to get an ICMPv6 error (allowing us to calculate + distance. */ + const char * const DISTANCE_PROBE_NAMES[] = { "IE2", "U1" }; + int distance = -1; + int hoplimit_distance = -1; + enum dist_calc_method distance_calculation_method = DIST_METHOD_NONE; + unsigned int i; + + /* Calculate distance based on hop limit difference. */ + for (i = 0; i < NELEMS(DISTANCE_PROBE_NAMES); i++) { + const FPProbe *probe; + const FPResponse *resp; + const PacketElement *probe_pe; + PacketElement *resp_pe; + int sent_ttl, rcvd_ttl; + const char *probe_name; + + probe_name = DISTANCE_PROBE_NAMES[i]; + probe = this->getProbe(probe_name); + resp = this->getResponse(probe_name); + if (probe == NULL || resp == NULL) + continue; + probe_pe = probe->getPacket(); + if (probe_pe->protocol_id() != HEADER_TYPE_IPv6) + continue; + sent_ttl = ((IPv6Header *) probe_pe)->getHopLimit(); + + resp_pe = PacketParser::split(resp->buf, resp->len); + assert(resp_pe != NULL); + rcvd_ttl = get_encapsulated_hoplimit(resp_pe); + if (rcvd_ttl != -1) { + if (o.debugging > 1) { + log_write(LOG_PLAIN, "Hop limit distance from %s probe: %d - %d + 1 == %d\n", + probe_name, sent_ttl, rcvd_ttl, sent_ttl - rcvd_ttl + 1); + } + /* Set only if not already set. */ + if (hoplimit_distance == -1) + hoplimit_distance = sent_ttl - rcvd_ttl + 1; + + /* Special case: for the U1 probe, mark that we found the port closed. */ + if (this->target_host->FPR->osscan_closedudpport == -1 && strcmp(probe_name, "U1") == 0) { + const PacketElement *udp; + u16 portno; + + udp = probe_pe->getNextElement(); + assert(udp != NULL); + assert(udp->protocol_id() == HEADER_TYPE_UDP); + portno = ((UDPHeader *) udp)->getDestinationPort(); + this->target_host->FPR->osscan_closedudpport = portno; + } + } + PacketParser::freePacketChain(resp_pe); + } + + if (islocalhost(this->target_host->TargetSockAddr())) { + /* scanning localhost */ + distance = 0; + distance_calculation_method = DIST_METHOD_LOCALHOST; + } else if (this->target_host->directlyConnected()) { + /* on the same network segment */ + distance = 1; + distance_calculation_method = DIST_METHOD_DIRECT; + } else if (hoplimit_distance != -1) { + distance = hoplimit_distance; + distance_calculation_method = DIST_METHOD_ICMP; + } + + this->target_host->distance = this->target_host->FPR->distance = distance; + this->target_host->distance_calculation_method = + this->target_host->FPR->distance_calculation_method = + distance_calculation_method; +} + +struct tcp_desc { + const char *id; + u16 win; + u8 flags; + u16 dstport; + u16 urgptr; + const char *opts; + unsigned int optslen; +}; + +static u8 get_hoplimit() { + if (o.ttl != -1) + return o.ttl; + else + return (get_random_uint() % 23) + 37; +} + +static IPv6Header *make_tcp(const struct sockaddr_in6 *src, + const struct sockaddr_in6 *dst, + u32 fl, u16 win, u32 seq, u32 ack, u8 flags, u16 srcport, u16 dstport, + u16 urgptr, const char *opts, unsigned int optslen) { + IPv6Header *ip6; + TCPHeader *tcp; + + /* Allocate an instance of the protocol headers */ + ip6 = new IPv6Header(); + tcp = new TCPHeader(); + + ip6->setSourceAddress(src->sin6_addr); + ip6->setDestinationAddress(dst->sin6_addr); + + ip6->setFlowLabel(fl); + ip6->setHopLimit(get_hoplimit()); + ip6->setNextHeader("TCP"); + ip6->setNextElement(tcp); + + tcp->setWindow(win); + tcp->setSeq(seq); + tcp->setAck(ack); + tcp->setFlags(flags); + tcp->setSourcePort(srcport); + tcp->setDestinationPort(dstport); + tcp->setUrgPointer(urgptr); + tcp->setOptions((u8 *) opts, optslen); + + ip6->setPayloadLength(tcp->getLen()); + tcp->setSum(); + + return ip6; +} + +/* This method generates the list of OS detection probes to be sent to the + * target. It also sets up the list of responses. It is defined private + * because it is called by the constructor when the class is instantiated. */ +int FPHost6::build_probe_list() { +#define OPEN 1 +#define CLSD 0 + /* TCP Options: + * S1-S6: six sequencing probes. + * TECN: ECN probe. + * T2-T7: other non-sequencing probes. + * + * option 0: WScale (10), Nop, MSS (1460), Timestamp, SackP + * option 1: MSS (1400), WScale (0), SackP, T(0xFFFFFFFF,0x0), EOL + * option 2: T(0xFFFFFFFF, 0x0), Nop, Nop, WScale (5), Nop, MSS (640) + * option 3: SackP, T(0xFFFFFFFF,0x0), WScale (10), EOL + * option 4: MSS (536), SackP, T(0xFFFFFFFF,0x0), WScale (10), EOL + * option 5: MSS (265), SackP, T(0xFFFFFFFF,0x0) + * option 6: WScale (10), Nop, MSS (1460), SackP, Nop, Nop + * option 7-11: WScale (10), Nop, MSS (265), T(0xFFFFFFFF,0x0), SackP + * option 12: WScale (15), Nop, MSS (265), T(0xFFFFFFFF,0x0), SackP */ + const struct tcp_desc TCP_DESCS[] = { + { "S1", 1, 0x02, OPEN, 0, + "\x03\x03\x0A\x01\x02\x04\x05\xb4\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x04\x02", 20 }, + { "S2", 63, 0x02, OPEN, 0, + "\x02\x04\x05\x78\x03\x03\x00\x04\x02\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x00", 20 }, + { "S3", 4, 0x02, OPEN, 0, + "\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x01\x01\x03\x03\x05\x01\x02\x04\x02\x80", 20 }, + { "S4", 4, 0x02, OPEN, 0, + "\x04\x02\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x03\x03\x0A\x00", 16 }, + { "S5", 16, 0x02, OPEN, 0, + "\x02\x04\x02\x18\x04\x02\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x03\x03\x0A\x00", 20 }, + { "S6", 512, 0x02, OPEN, 0, + "\x02\x04\x01\x09\x04\x02\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00", 16 }, + { "TECN", 3, 0xc2, OPEN, 63477, + "\x03\x03\x0A\x01\x02\x04\x05\xb4\x04\x02\x01\x01", 12 }, + { "T2", 128, 0x00, OPEN, 0, + "\x03\x03\x0A\x01\x02\x04\x01\x09\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x04\x02", 20 }, + { "T3", 256, 0x2b, OPEN, 0, + "\x03\x03\x0A\x01\x02\x04\x01\x09\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x04\x02", 20 }, + { "T4", 1024, 0x10, OPEN, 0, + "\x03\x03\x0A\x01\x02\x04\x01\x09\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x04\x02", 20 }, + { "T5", 31337, 0x02, CLSD, 0, + "\x03\x03\x0A\x01\x02\x04\x01\x09\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x04\x02", 20 }, + { "T6", 32768, 0x10, CLSD, 0, + "\x03\x03\x0A\x01\x02\x04\x01\x09\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x04\x02", 20 }, + { "T7", 65535, 0x29, CLSD, 0, + "\x03\x03\x0f\x01\x02\x04\x01\x09\x08\x0A\xff\xff\xff\xff\x00\x00\x00\x00\x04\x02", 20 }, + }; + + const sockaddr_in6 *ss6 = NULL; + IPv6Header *ip6; + ICMPv6Header *icmp6; + UDPHeader *udp; + DestOptsHeader *dstopts; + RoutingHeader *routing; + HopByHopHeader *hopbyhop1, *hopbyhop2; + RawData *payload; + int i; + char payloadbuf[300]; + + assert(this->target_host != NULL); + + /* Set timed TCP probes */ + for (i = 0; i < NUM_FP_PROBES_IPv6_TCP && i < NUM_FP_TIMEDPROBES_IPv6; i++) { + /* If the probe is targeted to a TCP port and we don't have + * any port number for that particular state, skip the probe. */ + if (TCP_DESCS[i].dstport == OPEN && this->open_port_tcp < 0) + continue; + if (TCP_DESCS[i].dstport == CLSD && this->closed_port_tcp < 0) + continue; + + ip6 = make_tcp((struct sockaddr_in6 *) this->target_host->SourceSockAddr(), + (struct sockaddr_in6 *) this->target_host->TargetSockAddr(), + OSDETECT_FLOW_LABEL, TCP_DESCS[i].win, this->tcpSeqBase + i, get_random_u32(), + TCP_DESCS[i].flags, this->tcp_port_base + i, + TCP_DESCS[i].dstport == OPEN ? this->open_port_tcp : this->closed_port_tcp, + TCP_DESCS[i].urgptr, TCP_DESCS[i].opts, TCP_DESCS[i].optslen); + + /* Store the probe in the list so we can send it later */ + this->fp_probes[this->total_probes].host = this; + this->fp_probes[this->total_probes].setPacket(ip6); + this->fp_probes[this->total_probes].setProbeID(TCP_DESCS[i].id); + this->fp_probes[this->total_probes].setEthernet(this->target_host->SrcMACAddress(), this->target_host->NextHopMACAddress(), this->target_host->deviceName()); + /* Mark as a timed probe. */ + this->fp_probes[this->total_probes].setTimed(); + this->timed_probes++; + this->total_probes++; + } + + + /* Set ICMPv6 probes */ + + memset(payloadbuf, 0, 120); + + /* ICMP Probe #1: Echo Request with hop-by-hop options */ + /* This one immediately follows the timed seq TCP probes, to allow testing for + shared flow label sequence. */ + ip6 = new IPv6Header(); + icmp6 = new ICMPv6Header(); + hopbyhop1 = new HopByHopHeader(); + payload = new RawData(); + ss6 = (const sockaddr_in6 *) this->target_host->SourceSockAddr(); + ip6->setSourceAddress(ss6->sin6_addr); + ss6 = (const sockaddr_in6 *) this->target_host->TargetSockAddr(); + ip6->setDestinationAddress(ss6->sin6_addr); + ip6->setFlowLabel(OSDETECT_FLOW_LABEL); + ip6->setHopLimit(get_hoplimit()); + ip6->setNextHeader((u8) HEADER_TYPE_IPv6_HOPOPT); + ip6->setNextElement(hopbyhop1); + hopbyhop1->setNextHeader(HEADER_TYPE_ICMPv6); + hopbyhop1->setNextElement(icmp6); + icmp6->setNextElement(payload); + payload->store((u8 *) payloadbuf, 120); + icmp6->setType(ICMPv6_ECHO); + icmp6->setCode(9); // But is supposed to be 0. + icmp6->setIdentifier(0xabcd); + icmp6->setSequence(this->icmp_seq_counter++); + icmp6->setTargetAddress(ss6->sin6_addr); // Should still contain target's addr + ip6->setPayloadLength(); + icmp6->setSum(); + this->fp_probes[this->total_probes].host = this; + this->fp_probes[this->total_probes].setPacket(ip6); + this->fp_probes[this->total_probes].setProbeID("IE1"); + this->fp_probes[this->total_probes].setEthernet(this->target_host->SrcMACAddress(), this->target_host->NextHopMACAddress(), this->target_host->deviceName()); + this->total_probes++; + + /* ICMP Probe #2: Echo Request with badly ordered extension headers */ + ip6 = new IPv6Header(); + hopbyhop1 = new HopByHopHeader(); + dstopts = new DestOptsHeader(); + routing = new RoutingHeader(); + hopbyhop2 = new HopByHopHeader(); + icmp6 = new ICMPv6Header(); + payload = new RawData(); + ss6 = (const sockaddr_in6 *) this->target_host->SourceSockAddr(); + ip6->setSourceAddress(ss6->sin6_addr); + ss6 = (const sockaddr_in6 *) this->target_host->TargetSockAddr(); + ip6->setDestinationAddress(ss6->sin6_addr); + ip6->setFlowLabel(OSDETECT_FLOW_LABEL); + ip6->setHopLimit(get_hoplimit()); + ip6->setNextHeader((u8) HEADER_TYPE_IPv6_HOPOPT); + ip6->setNextElement(hopbyhop1); + hopbyhop1->setNextHeader(HEADER_TYPE_IPv6_OPTS); + hopbyhop1->setNextElement(dstopts); + dstopts->setNextHeader(HEADER_TYPE_IPv6_ROUTE); + dstopts->setNextElement(routing); + routing->setNextHeader(HEADER_TYPE_IPv6_HOPOPT); + routing->setNextElement(hopbyhop2); + hopbyhop2->setNextHeader(HEADER_TYPE_ICMPv6); + hopbyhop2->setNextElement(icmp6); + icmp6->setType(ICMPv6_ECHO); + icmp6->setCode(0); + icmp6->setIdentifier(0xabcd); + icmp6->setSequence(this->icmp_seq_counter++); + icmp6->setTargetAddress(ss6->sin6_addr); // Should still contain target's addr + ip6->setPayloadLength(); + icmp6->setSum(); + this->fp_probes[this->total_probes].host = this; + this->fp_probes[this->total_probes].setPacket(ip6); + this->fp_probes[this->total_probes].setProbeID("IE2"); + this->fp_probes[this->total_probes].setEthernet(this->target_host->SrcMACAddress(), this->target_host->NextHopMACAddress(), this->target_host->deviceName()); + this->total_probes++; + + /* ICMP Probe #3: Neighbor Solicitation. (only sent to on-link targets) */ + if (this->target_host->directlyConnected() +#ifdef WIN32 + && !(g_has_npcap_loopback && this->target_host->ifType() == devt_loopback) +#endif + ) { + ip6 = new IPv6Header(); + icmp6 = new ICMPv6Header(); + ss6 = (const sockaddr_in6 *) this->target_host->SourceSockAddr(); + ip6->setSourceAddress(ss6->sin6_addr); + ss6 = (const sockaddr_in6 *) this->target_host->TargetSockAddr(); + ip6->setDestinationAddress(ss6->sin6_addr); + ip6->setFlowLabel(OSDETECT_FLOW_LABEL); + /* RFC 2461 section 7.1.1: "A node MUST silently discard any received + Neighbor Solicitation messages that do not satisfy all of the following + validity checks: - The IP Hop Limit field has a value of 255 ... */ + ip6->setHopLimit(255); + ip6->setNextHeader("ICMPv6"); + ip6->setNextElement(icmp6); + icmp6->setType(ICMPv6_NGHBRSOLICIT); + icmp6->setCode(0); + icmp6->setTargetAddress(ss6->sin6_addr); // Should still contain target's addr + icmp6->setSum(); + ip6->setPayloadLength(); + this->fp_probes[this->total_probes].host = this; + this->fp_probes[this->total_probes].setPacket(ip6); + this->fp_probes[this->total_probes].setProbeID("NS"); + this->fp_probes[this->total_probes].setEthernet(this->target_host->SrcMACAddress(), this->target_host->NextHopMACAddress(), this->target_host->deviceName()); + this->total_probes++; + } + + /* Set UDP probes */ + + memset(payloadbuf, 0x43, 300); + + ip6 = new IPv6Header(); + udp = new UDPHeader(); + payload = new RawData(); + ss6 = (const sockaddr_in6 *) this->target_host->SourceSockAddr(); + ip6->setSourceAddress(ss6->sin6_addr); + ss6 = (const sockaddr_in6 *) this->target_host->TargetSockAddr(); + ip6->setDestinationAddress(ss6->sin6_addr); + ip6->setFlowLabel(OSDETECT_FLOW_LABEL); + ip6->setHopLimit(get_hoplimit()); + ip6->setNextHeader("UDP"); + ip6->setNextElement(udp); + udp->setSourcePort(this->udp_port_base); + udp->setDestinationPort(this->closed_port_udp); + payload->store((u8 *) payloadbuf, 300); + udp->setNextElement(payload); + udp->setTotalLength(); + udp->setSum(); + ip6->setPayloadLength(udp->getLen()); + this->fp_probes[this->total_probes].host = this; + this->fp_probes[this->total_probes].setPacket(ip6); + this->fp_probes[this->total_probes].setProbeID("U1"); + this->fp_probes[this->total_probes].setEthernet(this->target_host->SrcMACAddress(), this->target_host->NextHopMACAddress(), this->target_host->deviceName()); + this->total_probes++; + + /* Set TECN probe */ + if ((TCP_DESCS[i].dstport == OPEN && this->open_port_tcp >= 0) + || (TCP_DESCS[i].dstport == CLSD && this->closed_port_tcp >= 0)) { + ip6 = make_tcp((struct sockaddr_in6 *) this->target_host->SourceSockAddr(), + (struct sockaddr_in6 *) this->target_host->TargetSockAddr(), + OSDETECT_FLOW_LABEL, TCP_DESCS[i].win, this->tcpSeqBase + i, 0, + TCP_DESCS[i].flags, tcp_port_base + i, + TCP_DESCS[i].dstport == OPEN ? this->open_port_tcp : this->closed_port_tcp, + TCP_DESCS[i].urgptr, TCP_DESCS[i].opts, TCP_DESCS[i].optslen); + + /* Store the probe in the list so we can send it later */ + this->fp_probes[this->total_probes].host = this; + this->fp_probes[this->total_probes].setPacket(ip6); + this->fp_probes[this->total_probes].setProbeID(TCP_DESCS[i].id); + this->fp_probes[this->total_probes].setEthernet(this->target_host->SrcMACAddress(), this->target_host->NextHopMACAddress(), this->target_host->deviceName()); + this->total_probes++; + } + i++; + + /* Set untimed TCP probes */ + for (; i < NUM_FP_PROBES_IPv6_TCP; i++) { + /* If the probe is targeted to a TCP port and we don't have + * any port number for that particular state, skip the probe. */ + if (TCP_DESCS[i].dstport == OPEN && this->open_port_tcp < 0) + continue; + if (TCP_DESCS[i].dstport == CLSD && this->closed_port_tcp < 0) + continue; + + ip6 = make_tcp((struct sockaddr_in6 *) this->target_host->SourceSockAddr(), + (struct sockaddr_in6 *) this->target_host->TargetSockAddr(), + OSDETECT_FLOW_LABEL, TCP_DESCS[i].win, this->tcpSeqBase + i, get_random_u32(), + TCP_DESCS[i].flags, tcp_port_base + i, + TCP_DESCS[i].dstport == OPEN ? this->open_port_tcp : this->closed_port_tcp, + TCP_DESCS[i].urgptr, TCP_DESCS[i].opts, TCP_DESCS[i].optslen); + + /* Store the probe in the list so we can send it later */ + this->fp_probes[this->total_probes].host = this; + this->fp_probes[this->total_probes].setPacket(ip6); + this->fp_probes[this->total_probes].setProbeID(TCP_DESCS[i].id); + this->fp_probes[this->total_probes].setEthernet(this->target_host->SrcMACAddress(), this->target_host->NextHopMACAddress(), this->target_host->deviceName()); + this->total_probes++; + } + + return OP_SUCCESS; +} + +/* Indicates whether the OS detection process has finished for this host. + * Note that when "true" is returned the caller cannot assume that the host + * has been accurately fingerprinted, only that the OS detection process + * was carried out. In other words, when true is returned it means that the + * fingerprinting engine sent all OS detection probes, performed the necessary + * retransmission and attempted to capture the target's replies. In order to + * check if the detection was successful (if we actually know what OS the target + * is running), the status() method should be used. */ +bool FPHost6::done() { + if (this->probes_sent == this->total_probes) { + if (this->probes_answered + this->probes_unanswered == this->total_probes) + return true; + } + return false; +} + + +/* Asks the host to schedule the transmission of probes (if they need to do so). + * This method is called repeatedly by the FPEngine to make the host request + * the probe transmissions that it needs. From the hosts point of view, it + * determines if new transmissions need to be scheduled based on the number + * of probes sent, the number of answers received, etc. Also, in order to + * transmit a packet, the network controller must approve it (hosts may not + * be able to send packets any time they want due to congestion control + * restrictions). */ +int FPHost6::schedule() { + struct timeval now; + unsigned int timed_probes_answered = 0; + unsigned int timed_probes_timedout = 0; + + /* The first time we are asked to schedule a packet, register ourselves in + * the network controller so it can call us back when packets that match our + * target are captured. */ + if (this->netctl_registered == false && this->netctl != NULL) { + this->netctl->register_caller(this); + this->netctl_registered = true; + } + + /* Make sure we have things to do, otherwise, just return. */ + if (this->detection_done || (this->probes_answered + this->probes_unanswered == this->total_probes)) { + /* Update our internal state to indicate we have finished */ + if (!this->detection_done) + this->set_done_and_wrap_up(); + return OP_SUCCESS; + } + + /* If we have not yet sent the timed probes (and we have timed probes to send) + * request permission from the network controller and schedule the transmission + * for all of them, 100ms apart from each other. We don't want all the hosts + * to schedule their transmission for the same exact time so we add a random + * offset (between 0 and 100ms) to the first transmission. All subsequent + * ones are sent 100ms apart from the first. Note that if we did not find + * and open port, then we just don't send the timed probes. */ + if (this->timed_probes > 0 && this->timedprobes_sent == false) { + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] %u Tx slots requested\n", this->target_host->targetipstr(), this->timed_probes); + if (this->netctl->request_slots(this->timed_probes) == true) { + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Slots granted!\n", this->target_host->targetipstr()); + this->timedprobes_sent = true; + int whentostart = get_random_u16()%100; + for (size_t i = 0; i < this->timed_probes; i++) { + this->netctl->scheduleProbe(&(this->fp_probes[i]), whentostart + i*100); + this->probes_sent++; + } + return OP_SUCCESS; + } + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Slots denied.\n", this->target_host->targetipstr()); + return OP_FAILURE; + } else if (this->timed_probes > 0 && this->timedprobes_sent && this->fp_probes[this->timed_probes - 1].getTimeSent().tv_sec == 0) { + /* If the sent time for the last timed probe has not been set, it means + * that we haven't sent all the timed probes yet, so we don't schedule + * any other probes, we just wait until our schedule() gets called again. + * We do this because we don't want to mess with the target's stack + * in the middle of our timed probes. Otherwise, we can screw up the + * TCP sequence generation tests, etc. We also get here when timed probes + * suffer a retransmission. In that case, we also stop sending packets + * to our target until we have sent all of them. */ + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Waiting for all timed probes to be sent...\n", this->target_host->targetipstr()); + return OP_FAILURE; + } else { + /* If we get here it means that either we have sent all the timed probes or + * we don't even have to send them (because no open port was found). + * At this point if we have other probes to transmit, schedule the next one. + * Also, check for timedout probes so we can retransmit one of them. */ + if (o.debugging > 3 && this->timed_probes > 0 && this->probes_sent == this->timed_probes) + log_write(LOG_PLAIN, "[%s] All timed probes have been sent.\n", this->target_host->targetipstr()); + + if (this->probes_sent < this->total_probes) { + if (this->netctl->request_slots(1) == true) { + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Scheduling probe %s\n", this->target_host->targetipstr(), this->fp_probes[this->probes_sent].getProbeID()); + this->netctl->scheduleProbe(&(this->fp_probes[this->probes_sent]), 0); + this->probes_sent++; + } else { + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Can't schedule probe %s\n", this->target_host->targetipstr(), this->fp_probes[this->probes_sent].getProbeID()); + } + } + + /************************************************************************** + * PROBE TIMEOUT HANDLING * + **************************************************************************/ + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Checking for regular probe timeouts...\n", this->target_host->targetipstr()); + + /* Determine if some regular probe (not timed probes) has timedout. In that + * case, choose some outstanding probe to retransmit. */ + gettimeofday(&now, NULL); + for (unsigned int i = this->timed_probes; i < this->probes_sent; i++) { + + /* Skip probes that have already been answered */ + if (this->fp_responses[i]) { + continue; + } + + /* Skip probes that we have scheduled but have not been yet transmitted */ + if (this->fp_probes[i].getTimeSent().tv_sec == 0) + continue; + + /* Skip probes for which we didn't get a response after all + * retransmissions. */ + if (this->fp_probes[i].probeFailed()) { + continue; + } + + /* Check if the probe timedout */ + if (TIMEVAL_SUBTRACT(now, this->fp_probes[i].getTimeSent()) >= this->rto) { + + /* If we have reached the maximum number of retransmissions, mark the + * probe as failed. Otherwise, schedule its transmission. */ + if (this->fp_probes[i].getRetransmissions() >= o.maxOSTries()) { + if (o.debugging > 3) { + log_write(LOG_PLAIN, "[%s] Probe #%d (%s) failed after %d retransmissions.\n", + this->target_host->targetipstr(), i, this->fp_probes[i].getProbeID(), + this->fp_probes[i].getRetransmissions()); + } + this->fp_probes[i].setFailed(); + /* Let the network controller know that we don't expect a response + * for the probe anymore so the number of outstanding probes is + * reduced and the effective window is incremented. */ + this->netctl->cc_report_final_timeout(); + /* Also, increase our unanswered counter so we can later decide + * if the process has finished. */ + this->probes_unanswered++; + continue; + /* Otherwise, retransmit the packet.*/ + } else { + /* Note that we do not request permission to re-transmit (we don't + * call request_slots(). In TCP one can retransmit timedout + * probes even when CWND is zero, as CWND only applies for new packets. */ + if (o.debugging > 3) { + log_write(LOG_PLAIN, "[%s] Retransmitting probe #%d (%s) (retransmitted %d times already).\n", + this->target_host->targetipstr(), i, this->fp_probes[i].getProbeID(), + this->fp_probes[i].getRetransmissions()); + } + this->fp_probes[i].incrementRetransmissions(); + this->netctl->scheduleProbe(&(this->fp_probes[i]), 0); + break; + } + } + } + + /* Now let's check the state of the timed probes. We iterate over the list + * of timed probes to count how many have been answered and how many have + * timed out. If answered + timeout == total_timed_probes, it's time to + * retransmit them. */ + + /* Make sure we are actually sending timed probes. */ + if (this->timed_probes <= 0) + return OP_SUCCESS; + + bool timed_failed = false; + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Checking for timed probe timeouts...\n", this->target_host->targetipstr()); + for (unsigned int i = 0; i < this->timed_probes; i++) { + assert(this->fp_probes[i].isTimed()); + + /* Skip probes that have already been answered, but count how many of + * them are there. */ + if (this->fp_responses[i]) { + timed_probes_answered++; + continue; + } + + /* If there is some timed probe for which we have already scheduled its + * retransmission but it hasn't been sent yet, break the loop. We don't + * have to worry about retransmitting these probes yet.*/ + if (this->fp_probes[i].getTimeSent().tv_sec == 0) + return OP_SUCCESS; + + /* If we got a total timeout for any of the timed probes, we shouldn't + * attempt more retransmissions. We set a flag to indicate that but we + * still stay in the loop because we want to mark as "failed" any other + * probes we have not yet checked. */ + if (this->fp_probes[i].probeFailed()) { + timed_failed = true; + continue; + } + + /* Now check if the timed probe has timed out. If it suffered a total + * time out (max retransmissions done and still no answer) then mark + * it as such. Otherwise, count it so we can retransmit the whole + * group of timed probes later if appropriate. */ + if (TIMEVAL_SUBTRACT(now, this->fp_probes[i].getTimeSent()) >= this->rto) { + if (o.debugging > 3) { + log_write(LOG_PLAIN, "[%s] timed probe %d (%s) timedout\n", + this->target_host->targetipstr(), i, this->fp_probes[i].getProbeID()); + } + if (this->fp_probes[i].getRetransmissions() >= o.maxOSTries()) { + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Timed probe #%d (%s) failed after %d retransmissions.\n", this->target_host->targetipstr(), i, this->fp_probes[i].getProbeID(), this->fp_probes[i].getRetransmissions()); + this->fp_probes[i].setFailed(); + /* Let the network controller know that we don't expect a response + * for the probe anymore so the number of outstanding probes is + * reduced and the effective window is incremented. */ + this->netctl->cc_report_final_timeout(); + /* Also, increase our unanswered counter so we can later decide + * if the process has finished. */ + this->probes_unanswered++; + } else { + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Timed probe #%d (%s) has timed out (%d retransmissions done).\n", this->target_host->targetipstr(), i, this->fp_probes[i].getProbeID(), this->fp_probes[i].getRetransmissions()); + timed_probes_timedout++; + } + } + } + + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Timed_probes=%d, answered=%u, timedout=%u\n", this->target_host->targetipstr(), this->timed_probes, timed_probes_answered, timed_probes_timedout); + + /* If the probe that has timed out is a "timed probe" it means that + * we need to retransmit all timed probes, not only this one. For + * that, we wait until all timed probes have either timed out or + * been responded. When that happens, we do the following: + * 1) Store the responses we have received the last time we sent + * the timed probes in an aux array (this->aux_resp). + * 2) Clear the responses to the timed probes from the main + * response array (this->fp_responses). + * 3) Schedule the retransmission of all timed probes, 100ms apart. */ + if (this->timed_probes > 0 && timed_failed == false && timed_probes_timedout > 0 && (timed_probes_answered + timed_probes_timedout == this->timed_probes)) { + + /* Count the number of responses we have now and the number + * of responses we stored in the aux buffer last time. */ + unsigned int responses_stored = 0; + unsigned int responses_now = 0; + for (unsigned int j = 0; j < this->timed_probes; j++) { + if (this->aux_resp[j] != NULL) + responses_stored++; + if (this->fp_responses[j] != NULL) + responses_now++; + } + + /* If now we have more responses than before, copy our current + * set of responses to the aux array. Otherwise, just + * delete the current set of responses. */ + for (unsigned int k = 0; k < this->timed_probes; k++) { + if (responses_now > responses_stored) { + /* Free previous allocations */ + if (this->aux_resp[k] != NULL) { + delete this->aux_resp[k]; + } + /* Move the current response to the aux array */ + this->aux_resp[k] = this->fp_responses[k]; + this->fp_responses[k] = NULL; + } else { + delete this->fp_responses[k]; + this->fp_responses[k] = NULL; + } + } + + /* Update answer count because now we expect new answers to the timed probes. */ + assert(((int)this->probes_answered - (int)timed_probes_answered) >= 0); + this->probes_answered-= timed_probes_answered; + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Adjusting answer count: before=%d, after=%d\n", this->target_host->targetipstr(), this->probes_answered + timed_probes_answered, this->probes_answered); + + + /* Finally do the actual retransmission. Like the first time, + * we schedule them 100ms apart, starting at same random point + * between right now and 99ms. */ + int whentostart = get_random_u16()%100; + for (size_t l = 0; l < this->timed_probes; l++) { + this->fp_probes[l].incrementRetransmissions(); + this->netctl->scheduleProbe(&(this->fp_probes[l]), whentostart + l*100); + } + if (o.debugging > 3 && this->timed_probes > 0) + log_write(LOG_PLAIN, "[%s] Retransmitting timed probes (rcvd_before=%u, rcvd_now=%u times=%d).\n", this->target_host->targetipstr(), responses_stored, responses_now, this->fp_probes[0].getRetransmissions()); + + /* Reset our local counters. */ + timed_probes_answered = 0; + timed_probes_timedout = 0; + } + } + return OP_FAILURE; +} + + +/* This method is called when we detect that the OS detection process for this + * host is completed. It basically updates the host's internal state to + * indicate that the processed finished and unregisters the host from the + * network controller so we don't get any more callbacks. Here we also handle + * the special case of the retransmitted "timed probes". When we have to + * retransmit such probes, we usually have two sets of responses: the ones we + * got for the last retransmission, and the ones we got in the best try before + * that. So what we have to do is to decide which set is the best and discard + * the other one.*/ +int FPHost6::set_done_and_wrap_up() { + assert(this->probes_answered + this->probes_unanswered == this->total_probes); + + /* Inform the network controller that we do not wish to continue + * receiving callbacks (it could happen if the system had some other + * connections established with the target) */ + this->netctl->unregister_caller(this); + + /* Set up an internal flag to indicate we have finished */ + this->detection_done = true; + + /* Check the state of the timed probe retransmissions. In particular if we + * retransmitted timed probes, we should have two sets of responses, + * the ones we got last time we retransmitted, and the best set of responses + * we got out of all previous retransmissions but the last one. So now, we + * determine which set is the best and discard the other one. Btw, none of + * these loops run if timed_probes == 0, so it's safe in all cases. */ + + /* First count the number of responses in each set. */ + unsigned int stored = 0; + unsigned int current = 0; + for (unsigned int i = 0; i < this->timed_probes; i++) { + if (this->aux_resp[i] != NULL) + stored++; + if (this->fp_responses[i] != NULL) + current++; + } + /* If we got more responses in a previous try, use them and get rid of + * the current ones. */ + if (stored > current) { + for (unsigned int i = 0; i < this->timed_probes; i++) { + if (this->fp_responses[i] != NULL) + delete this->fp_responses[i]; + this->fp_responses[i] = this->aux_resp[i]; + this->aux_resp[i] = NULL; + } + /* Otherwise, get rid of the stored responses, use the current set */ + } else { + for (unsigned int i = 0; i < this->timed_probes; i++) { + if (this->aux_resp[i] != NULL) { + delete this->aux_resp[i]; + this->aux_resp[i] = NULL; + } + } + } + + return OP_SUCCESS; +} + + +/* This function is called by the network controller every time a packet of + * interest is captured. A "packet of interest" is a packet whose source + * address matches the IP address of the target associated with the FPHost + * instance. Inside the method, the received packet is processed in order to + * determine if it corresponds to a response to a previous FPProbe sent to + * that target. If the packet is a proper response, it will be stored for + * later processing, as it is part of the target's stack fingerprint. Returns + * a positive integer when the supplied packet could be successfully matched with + * a previously sent probe. The returned value indicates how many times the + * probe was sent before getting a reply: a return value of 1 means that we + * got a normal reply, value two means that we had to retransmit the packet + * once to get the reply, and so on. A return value of zero is a special case + * that indicates that the supplied packet is a response to a timed probed + * for which we already had received a reply in the past. This is necessary + * because we need to indicate the network controller that this is not a normal + * response to a retransmitted probe, and so, it should not be used to alter + * congestion control parameters. A negative return value indicates that the + * supplied packet is not a response to any probe sent by this host. */ +int FPHost6::callback(const u8 *pkt, size_t pkt_len, const struct timeval *tv) { + PacketElement *rcvd = NULL; + /* Dummy packet to ensure destruction of rcvd. */ + FPPacket dummy; + bool match_found = false; + int times_tx = 0; + + /* Make sure we still expect callbacks */ + if (this->detection_done) + return -1; + + if (o.debugging > 3) + log_write(LOG_PLAIN, "[%s] Captured %lu bytes\n", this->target_host->targetipstr(), (unsigned long)pkt_len); + + /* Convert the ugly raw buffer into a nice chain of PacketElement objects, so + * it's easier to parse the captured packet */ + if ((rcvd = PacketParser::split(pkt, pkt_len, false)) == NULL) + return -2; + dummy.setPacket(rcvd); + + /* Iterate over the list of sent probes and determine if the captured + * packet is a response to one of them. */ + for (unsigned int i = 0; i < this->probes_sent; i++) { + /* Skip probes for which we already got a response */ + if (this->fp_responses[i]) + continue; + + /* See if the received packet is a response to a probe */ + if (this->fp_probes[i].isResponse(rcvd)) { + struct timeval now, time_sent; + + gettimeofday(&now, NULL); + this->fp_responses[i] = new FPResponse(this->fp_probes[i].getProbeID(), + pkt, pkt_len, fp_probes[i].getTimeSent(), *tv); + this->fp_probes[i].incrementReplies(); + match_found = true; + + /* If the response that we've received is for a timed probe, we + * need to do a special handling. We don't want to report that + * we've received a response after N retransmissions because we + * may have re-sent the packet even if we got a response in the past. + * This happens when one of the timed probes times out and we + * retransmit all of them. We don't want the network controller to + * think there is congestion, so we only return the number of + * retransmissions if we didn't get a response before and we did now. */ + if (this->fp_probes[i].isTimed() && this->fp_probes[i].getRetransmissions() > 0 && this->fp_probes[i].getReplies() > 1) { + times_tx = 0; // Special case. + } else { + times_tx = this->fp_probes[i].getRetransmissions()+1; + } + this->probes_answered++; + /* Recompute the Retransmission Timeout based on this new RTT observation. */ + time_sent = this->fp_probes[i].getTimeSent(); + assert(time_sent.tv_sec > 0); + this->update_RTO(TIMEVAL_SUBTRACT(now, time_sent), this->fp_probes[i].getRetransmissions() != 0); + break; + } + } + + if (match_found) { + if (o.packetTrace()) { + log_write(LOG_PLAIN, "RCVD "); + rcvd->print(stdout, LOW_DETAIL); + log_write(LOG_PLAIN, "\n"); + } + /* Here, check if with this match we completed the OS detection */ + if (this->probes_answered + this->probes_unanswered == this->total_probes) { + /* Update our internal state to indicate we have finished */ + this->set_done_and_wrap_up(); + } + /* Return the number of times that the packet was transmitted before + * getting the reply. */ + return times_tx; + } else { + return -3; + } +} + + +const FPProbe *FPHost6::getProbe(const char *id) { + unsigned int i; + + for (i = 0; i < NUM_FP_PROBES_IPv6; i++) { + if (!this->fp_probes[i].is_set()) + continue; + if (strcmp(this->fp_probes[i].getProbeID(), id) == 0) + return &this->fp_probes[i]; + } + + return NULL; +} + +const FPResponse *FPHost6::getResponse(const char *id) { + unsigned int i; + + for (i = 0; i < NUM_FP_PROBES_IPv6; i++) { + if (this->fp_responses[i] == NULL) + continue; + if (strcmp(this->fp_responses[i]->probe_id, id) == 0) + return this->fp_responses[i]; + } + + return NULL; +} + + +/****************************************************************************** + * Implementation of class FPPacket. * + ******************************************************************************/ +FPPacket::FPPacket() { + this->pkt = NULL; + this->__reset(); +} + + +FPPacket::~FPPacket() { + this->__reset(); +} + + +/* Resets all internal state, freeing any previously stored packets */ +void FPPacket::__reset() { + this->link_eth = false; + memset(&(this->eth_hdr), 0, sizeof(struct eth_nfo)); + + PacketElement *me = this->pkt, *aux = NULL; + while (me != NULL) { + aux = me->getNextElement(); + delete me; + me = aux; + } + this->pkt = NULL; + memset(&this->pkt_time, 0, sizeof(struct timeval)); +} + + +/* Returns true if the FPPacket has been associated with a packet (through a + * call to setPacket(). This is equivalent to the following conditional: + * fppacket.getPacket() != NULL */ +bool FPPacket::is_set() const { + if (this->pkt != NULL) + return true; + else + return false; +} + + +/* Associates de FPPacket instance with the first protocol header of a networkj + * packet. Such header may be linked to others through the setNextElement() + * mechanism. Note that FPPacket does NOT make a copy of the contents of the + * supplied pointer, it just stores the memory address. Therefore, the caller + * MUST ensure that the supplied pointer remains valid during the lifetime of + * the FPPacket instance. + * + * After calling this function, the FPPacket takes ownership of pkt and will + * delete pkt in its destructor. */ +int FPPacket::setPacket(PacketElement *pkt) { + assert(pkt != NULL); + this->pkt = pkt; + return OP_SUCCESS; +} + + +/* Returns a newly allocated byte array with packet contents. The caller is + * responsible for freeing the buffer. */ +u8 *FPPacket::getPacketBuffer(size_t *pkt_len) const { + u8 *pkt_buff; + + pkt_buff = (u8 *)safe_malloc(this->pkt->getLen()); + this->pkt->dumpToBinaryBuffer(pkt_buff, this->pkt->getLen()); + + *pkt_len = (size_t)this->pkt->getLen(); + + return pkt_buff; +} + + +/* Returns a pointer to first header of the packet associated with the FPPacket + * instance. Note that this method will return NULL unless a previous call to + * setPacket() has been made. */ +const PacketElement *FPPacket::getPacket() const { + return this->pkt; +} + + +/* Returns the length of the packet associated with the FPPacket instance. Note + * that this method will return zero unless an actual packet was associated + * with the FPPacket object through a call to setPacket(). */ +size_t FPPacket::getLength() const { + if (this->pkt != NULL) + return this->pkt->getLen(); + else + return 0; +} + + +/* This method associates some link layer information with the packet. If + * sending at the ethernet level is not required, just call it passing NULL + * values, like this: instance.setEthernet(NULL, NULL, NULL); + * Otherwise, pass the source address, the next hop address and the name of + * the network interface the packet should be injected through. */ +int FPPacket::setEthernet(const u8 *src_mac, const u8 *dst_mac, const char *devname) { + if (src_mac == NULL || dst_mac == NULL) { + memset(&(this->eth_hdr), 0, sizeof(struct eth_nfo)); + this->link_eth = false; + return OP_FAILURE; + } + memcpy(this->eth_hdr.srcmac, src_mac, 6); + memcpy(this->eth_hdr.dstmac, dst_mac, 6); + this->link_eth = true; + if (devname != NULL) { + strncpy(this->eth_hdr.devname, devname, sizeof(this->eth_hdr.devname)-1); + if ((this->eth_hdr.ethsd = eth_open_cached(devname)) == NULL) + fatal("%s: Failed to open ethernet device (%s)", __func__, devname); + } else { + this->eth_hdr.devname[0] = '\0'; + this->eth_hdr.ethsd = NULL; + } + return OP_SUCCESS; +} + + +/* Returns an eth_nfo structure that contains the necessary parameters to + * allow the transmission of the packet at the Ethernet level. Note that + * such structure is only returned if a previous call to setEthernet() has + * been made. If it hasn't, this means that the packet should be sent at + * the IP layer, and only NULL will be returned. */ +const struct eth_nfo *FPPacket::getEthernet() const { + if (this->link_eth == true) + return &(this->eth_hdr); + else + return NULL; +} + + +/* Sets the internal time holder to the current time. */ +int FPPacket::setTime(const struct timeval *tv) { + if (tv != NULL) { + this->pkt_time = *tv; + return 0; + } else { + return gettimeofday(&this->pkt_time, NULL); + } +} + + +/* Returns the value of the internal time holder */ +struct timeval FPPacket::getTime() const { + return this->pkt_time; +} + + +/* Sets the internal time holder to zero. */ +int FPPacket::resetTime() { + memset(&this->pkt_time, 0, sizeof(struct timeval)); + return OP_SUCCESS; +} + + + +/****************************************************************************** + * Implementation of class FPProbe. * + ******************************************************************************/ +FPProbe::FPProbe() { + this->probe_id = NULL; + this->host = NULL; + this->reset(); +} + + +FPProbe::~FPProbe() { +} + + +void FPProbe::reset() { + this->probe_no = 0; + this->retransmissions = 0; + this->times_replied = 0; + this->failed = false; + this->timed = false; + this->probe_id = NULL; + + /* Also call FPPacket::__reset() to free any existing packet information */ + this->__reset(); +} + + +/* Returns true if the supplied packet is a response to this FPProbe. This + * method handles IPv4, IPv6, ICMPv4, ICMPv6, TCP and UDP. Basically it uses + * PacketParser::is_response(). Check there for a list of matched packets and + * some usage examples.*/ +bool FPProbe::isResponse(PacketElement *rcvd) { + /* If we don't have a record of even sending this probe, no packet can be a + response. */ + if (this->pkt_time.tv_sec == 0 && this->pkt_time.tv_usec == 0) + return false; + + bool is_response = PacketParser::is_response(this->pkt, rcvd); + if (o.debugging > 2 && is_response) + printf("Received response to probe %s\n", this->getProbeID()); + + return is_response; +} + + +/* Store this probe's textual identifier. Note that this method makes a copy + * of the supplied string, so you can safely change its contents without + * affecting the object's state. */ +int FPProbe::setProbeID(const char *id) { + this->probe_id = string_pool_insert(id); + return OP_SUCCESS; +} + + +/* Returns a pointer to probe's textual identifier. */ +const char *FPProbe::getProbeID() const { + return this->probe_id; +} + + +/* Returns the number of times the probe has been scheduled for retransmission. */ +int FPProbe::getRetransmissions() const { + return this->retransmissions; +} + + +/* Increment the number of times the probe has been scheduled for retransmission + * by one unit. It returns the current value of the retransmission counter. */ +int FPProbe::incrementRetransmissions() { + this->retransmissions++; + return this->retransmissions; +} + + +/* Returns the number of times the probe has been replied. This applies for + * timed probes, which may be retransmitted even if we got a reply (because + * another timed probe timeout and we had to retransmit all of them to keep + * the timing accurate). */ +int FPProbe::getReplies() const { + return this->times_replied; +} + + +/* Increment the number of times the probe has been replied. It returns the + * current value of the reply counter. */ +int FPProbe::incrementReplies() { + this->times_replied++; + return this->times_replied; +} + + +/* Sets the time at which the probe was sent */ +int FPProbe::setTimeSent() { + return this->setTime(); +} + + +/* Returns the time at which te packet was sent */ +struct timeval FPProbe::getTimeSent() const { + return this->getTime(); +} + + +/* Sets the time at which the probe was sent to zero. */ +int FPProbe::resetTimeSent() { + return this->resetTime(); +} + +/* Returns true if this FPProbe did not receive any response after all + * necessary retransmissions. When it returns true, callers should not + * attempt to change the state of the FPProbe. */ +bool FPProbe::probeFailed() const { + return this->failed; +} + + +/* This method should be called when the probe has been retransmitted as many + * times as we could and it still timed out without a response. Once this + * method is called, the state is irreversible (unless a call to FPProbe::reset() + * is made, in which case all internal state disappears) */ +int FPProbe::setFailed() { + this->failed = true; + return OP_SUCCESS; +} + + +/* Returns true if the probe is one of the "timed probes". */ +bool FPProbe::isTimed() const { + return this->timed; +} + + +/* Marks the probe as "timed". This is used to indicate that this probe has + * specific timing requirements (it must be sent exactly 100ms after the + * previous probe)., */ +int FPProbe::setTimed() { + this->timed = true; + return OP_SUCCESS; +} + +/* Changes source address for packet element associated with current FPProbe. */ +int FPProbe::changeSourceAddress(struct in6_addr *addr) { + if (!is_set()) + return OP_FAILURE; + else{ + IPv6Header *ip6 = find_ipv6(getPacket()); + if (ip6 != NULL) + return ip6->setSourceAddress(*addr); + } + return OP_FAILURE; +} + +/****************************************************************************** + * Implementation of class FPResponse. * + ******************************************************************************/ +FPResponse::FPResponse(const char *probe_id, const u8 *buf, size_t len, + struct timeval senttime, struct timeval rcvdtime) { + this->probe_id = string_pool_insert(probe_id); + this->buf = (u8 *) safe_malloc(len); + memcpy(this->buf, buf, len); + this->len = len; + this->senttime = senttime; + this->rcvdtime = rcvdtime; +} + + +FPResponse::~FPResponse() { + free(buf); +} + + +/****************************************************************************** + * Nsock handler wrappers. * + ******************************************************************************/ + +/* This handler is a wrapper for the FPNetworkControl::probe_transmission_handler() + * method. We need this because C++ does not allow to use class methods as + * callback functions for things like signal() or the Nsock lib. */ +void probe_transmission_handler_wrapper(nsock_pool nsp, nsock_event nse, void *arg) { + global_netctl.probe_transmission_handler(nsp, nse, arg); + return; +} + + +/* This handler is a wrapper for the FPNetworkControl:response_reception_handler() + * method. We need this because C++ does not allow to use class methods as + * callback functions for things like signal() or the Nsock lib. */ +void response_reception_handler_wrapper(nsock_pool nsp, nsock_event nse, void *arg) { + global_netctl.response_reception_handler(nsp, nse, arg); + return; +} diff --git a/FPEngine.h b/FPEngine.h new file mode 100644 index 0000000..e4ce0a1 --- /dev/null +++ b/FPEngine.h @@ -0,0 +1,413 @@ + +/*************************************************************************** + * FPEngine.h -- Header info for IPv6 OS detection via TCP/IP * + * fingerprinting. For more information on how this works in Nmap, see * + * http://insecure.org/osdetect/ * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#ifndef __FPENGINE_H__ +#define __FPENGINE_H__ 1 + +#include "nsock.h" +#include +#include "libnetutil/npacket.h" + +/* Mention some classes here so we don't have to place the declarations in + * the right order (otherwise the compiler complains). */ +class FPHost; +class FPHost6; +class FPProbe; + +class Target; +class FingerPrintResultsIPv6; +struct FingerMatch; + +/****************************************************************************** + * CONSTANT DEFINITIONS * + ******************************************************************************/ + +#define NELEMS(a) (sizeof(a) / sizeof((a)[0])) + +#define NUM_FP_PROBES_IPv6_TCP 13 +#define NUM_FP_PROBES_IPv6_ICMPv6 4 +#define NUM_FP_PROBES_IPv6_UDP 1 +/* Total number of IPv6 OS detection probes. */ +#define NUM_FP_PROBES_IPv6 (NUM_FP_PROBES_IPv6_TCP+NUM_FP_PROBES_IPv6_ICMPv6+NUM_FP_PROBES_IPv6_UDP) + +/* Even with a successful classification, we may not consider a match good if it + is too different from other members of the class. */ +#define FP_NOVELTY_THRESHOLD 15.0 + +const unsigned int OSDETECT_FLOW_LABEL = 0x12345; + + + +/* Number of timed probes for IPv6 OS scan. This is, the number of probes that + * have specific timing requirements and need to be processed together. This + * are the probes that are sent 100ms apart. */ +#define NUM_FP_TIMEDPROBES_IPv6 6 + +/* Initial congestion window. It is set to the number of timed probes because + * hosts need to be able to schedule all of them at once. */ +#define OSSCAN_INITIAL_CWND (NUM_FP_TIMEDPROBES_IPv6) + +/* Initial Slow Start threshold. It is set to four times the initial CWND. */ +#define OSSCAN_INITIAL_SSTHRESH (4 * OSSCAN_INITIAL_CWND) + +/* Host group size is the number of osscan hosts that are processed in parallel. + * Note that this osscan engine always keeps a working group of this many hosts. + * in other words, if one host in the group finishes, another is added to it + * dynamically. */ +#define OSSCAN_GROUP_SIZE 10 + +/* Initial retransmission timeout. This is the time we initially wait for a + * probe response before retransmitting the original probe. Note that this is + * only the initial RTO, used only when no RTT measures have been taken yet. + * The actual RTO varies each time we get a response to a probe. + * It is set to 3 seconds (3*10^6 usecs) as per RFC 2988. */ +#define OSSCAN_INITIAL_RTO (3*1000000) + + +/****************************************************************************** + * CLASS DEFINITIONS * + ******************************************************************************/ + +/* This class handles the access to the network. It handles packet transmission + * scheduling, packet capture and congestion control. Every FPHost should be + * linked to the same instance of this class, so the access to the network can + * be managed globally (for the whole OS detection process). */ +class FPNetworkControl { + + private: + nsock_pool nsp; /* Nsock pool. */ + nsock_iod pcap_nsi; /* Nsock Pcap descriptor. */ + nsock_event_id pcap_ev_id; /* Last pcap read event that was scheduled. */ + bool first_pcap_scheduled; /* True if we scheduled the first pcap read event. */ + bool nsock_init; /* True if the nsock pool has been initialized. */ + int rawsd; /* Raw socket. */ + std::vector callers; /* List of users of this instance (used for callbacks).*/ + int probes_sent; /* Number of unique probes sent (not retransmissions). */ + int responses_recv; /* Number of probe responses received. */ + int probes_timedout; /* Number of probes that timeout after all retransms. */ + float cc_cwnd; /* Current congestion window. */ + float cc_ssthresh; /* Current Slow Start threshold. */ + + int cc_init(); + int cc_update_sent(int pkts); + int cc_report_drop(); + int cc_update_received(); + + public: + FPNetworkControl(); + ~FPNetworkControl(); + void init(const char *ifname, devtype iftype); + int register_caller(FPHost *newcaller); + int unregister_caller(FPHost *oldcaller); + int setup_sniffer(const char *iface, const char *bfp_filter); + void handle_events(); + int scheduleProbe(FPProbe *pkt, int in_msecs_time); + void probe_transmission_handler(nsock_pool nsp, nsock_event nse, void *arg); + void response_reception_handler(nsock_pool nsp, nsock_event nse, void *arg); + bool request_slots(size_t num_packets); + int cc_report_final_timeout(); + +}; + +/* +-----------+ + | FPEngine | + +-----------+ + | | + +-----+-----+ + | + +-------+-------+ + | | + | | + +-----------+ +-----------+ + | FPEngine4 | | FPEngine6 | + +-----------+ +-----------+ + | | | | + +-----------+ +-----------+ */ +/* This class is the generic fingerprinting engine. */ +class FPEngine { + + protected: + size_t osgroup_size; + + public: + FPEngine(); + virtual ~FPEngine(); + void reset(); + virtual int os_scan(std::vector &Targets) = 0; + const char *bpf_filter(std::vector &Targets); + +}; + + +/* This class handles IPv6 OS fingerprinting. Using it is very simple, just + * instance it and then call os_scan() with the list of IPv6 targets to + * fingerprint. If everything goes well, the internal state of the supplied + * target objects will be modified to reflect the results of the fingerprinting + * process. */ +class FPEngine6 : public FPEngine { + + private: + std::vector fphosts; /* Information about each target to fingerprint */ + + public: + FPEngine6(); + ~FPEngine6(); + void reset(); + int os_scan(std::vector &Targets); + +}; + + +/* +----------+ + | FPPacket | + +----------+ + | | + +-----+----+ + | + | + +-----------+ + | FPProbe | + +-----------+ + | | + +-----+-----+ */ +/* This class represents a generic packet for the OS fingerprinting process */ +class FPPacket { + + protected: + PacketElement *pkt; /* Actual packet associated with this FPPacket */ + bool link_eth; /* Ethernet layer required? */ + struct eth_nfo eth_hdr; /* Eth info, valid when this->link_eth==true */ + struct timeval pkt_time; /* Time at which the packet was sent or received */ + + int resetTime(); + void __reset(); + + public: + FPPacket(); + ~FPPacket(); + int setTime(const struct timeval *tv = NULL); + struct timeval getTime() const; + int setPacket(PacketElement *pkt); + int setEthernet(const u8 *src_mac, const u8 *dst_mac, const char *devname); + const struct eth_nfo *getEthernet() const; + const PacketElement *getPacket() const; + size_t getLength() const; + u8 *getPacketBuffer(size_t *pkt_len) const; + bool is_set() const; + +}; + +/* This class represents a generic OS fingerprinting probe. In other words, it + * represents a network packet that Nmap sends to a target in order to + * obtain information about the target's TCP/IP stack. */ +class FPProbe : public FPPacket { + + private: + const char *probe_id; + int probe_no; + int retransmissions; + int times_replied; + bool failed; + bool timed; + + public: + FPHost *host; + + FPProbe(); + ~FPProbe(); + void reset(); + bool isResponse(PacketElement *rcvd); + int setProbeID(const char *id); + const char *getProbeID() const; + int getRetransmissions() const; + int incrementRetransmissions(); + int getReplies() const; + int incrementReplies(); + int setTimeSent(); + int resetTimeSent(); + struct timeval getTimeSent() const; + bool probeFailed() const; + int setFailed(); + bool isTimed() const; + int setTimed(); + int changeSourceAddress(struct in6_addr *addr); + +}; + +/* This class represents a generic received packet. */ +struct FPResponse { + const char *probe_id; + u8 *buf; + size_t len; + struct timeval senttime, rcvdtime; + + FPResponse(const char *probe_id, const u8 *buf, size_t len, + struct timeval senttime, struct timeval rcvdtime); + ~FPResponse(); +}; + + +/* +-----------+ + | FPHost | + +-----------+ + | | + +-----+-----+ + | + +-------+-------+ + | | + | | + +-----------+ +-----------+ + | FPHost4 | | FPHost6 | + +-----------+ +-----------+ + | | | | + +-----------+ +-----------+ */ +/* This class represents a generic host to be fingerprinted. */ +class FPHost { + + protected: + unsigned int total_probes; /* Number of different OS scan probes to be sent to targets */ + unsigned int timed_probes; /* Number of probes that have specific timing requirements */ + unsigned int probes_sent; /* Number of FPProbes sent (not counting retransmissions) */ + unsigned int probes_answered; /* Number of FPResponses received */ + unsigned int probes_unanswered; /* Number of FPProbes that timedout (after all retransmissions) */ + bool incomplete_fp; /* True if we were unable to send all attempted probes */ + bool detection_done; /* True if the OS detection process has been completed. */ + bool timedprobes_sent; /* True if the probes that have timing requirements were sent */ + Target *target_host; /* Info about the host to fingerprint */ + FPNetworkControl *netctl; /* Link to the network manager (for scheduling and CC) */ + bool netctl_registered; /* True if we are already registered in the network controller */ + u32 tcpSeqBase; /* Base for sequence numbers set in outgoing probes */ + int open_port_tcp; /* Open TCP port to be used in the OS detection probes */ + int closed_port_tcp; /* Closed TCP port for the OS detection probes. */ + int closed_port_udp; /* Closed UDP port. */ + int tcp_port_base; /* Send TCP probes starting with this port number. */ + int udp_port_base; /* Send UDP probes with this port number. */ + u16 icmp_seq_counter; /* ICMPv6 sequence number counter. */ + int rto; /* Retransmission timeout for the host */ + int rttvar; /* Round-Trip Time variation (RFC 2988) */ + int srtt; /* Smoothed Round-Trip Time (RFC 2988) */ + + void __reset(); + int update_RTO(int measured_rtt_usecs, bool retransmission); + int choose_osscan_ports(); + + private: + virtual int build_probe_list() = 0; + + public: + struct timeval begin_time; + + FPHost(); + virtual ~FPHost(); + virtual bool done() = 0; + virtual int schedule() = 0; + virtual int callback(const u8 *pkt, size_t pkt_len, const struct timeval *tv) = 0; + const struct sockaddr_storage *getTargetAddress(); + void fail_one_probe(); + +}; + +/* This class represents IPv6 hosts to be fingerprinted. The class performs + * OS detection asynchronously. To use it, schedule() must be called at regular + * intervals until done() returns true. After that, status() will indicate + * whether the host was successfully matched with a particular OS or not. */ +class FPHost6 : public FPHost { + + private: + FPProbe fp_probes[NUM_FP_PROBES_IPv6]; /* OS detection probes to be sent.*/ + FPResponse *fp_responses[NUM_FP_PROBES_IPv6]; /* Received responses. */ + FPResponse *aux_resp[NUM_FP_TIMEDPROBES_IPv6]; /* Aux vector for timed responses */ + + int build_probe_list(); + int set_done_and_wrap_up(); + + public: + FPHost6(Target *tgt, FPNetworkControl *fpnc); + ~FPHost6(); + void reset(); + void init(Target *tgt, FPNetworkControl *fpnc); + void finish(); + bool done(); + int schedule(); + int callback(const u8 *pkt, size_t pkt_len, const struct timeval *tv); + const FPProbe *getProbe(const char *id); + const FPResponse *getResponse(const char *id); + + void fill_FPR(FingerPrintResultsIPv6 *FPR); + +}; + + +/****************************************************************************** + * Nsock handler wrappers. * + ******************************************************************************/ + +void probe_transmission_handler_wrapper(nsock_pool nsp, nsock_event nse, void *arg); +void response_reception_handler_wrapper(nsock_pool nsp, nsock_event nse, void *arg); + + +std::vector load_fp_matches(); + + +#endif /* __FPENGINE_H__ */ + diff --git a/FPModel.cc b/FPModel.cc new file mode 100644 index 0000000..7663e02 --- /dev/null +++ b/FPModel.cc @@ -0,0 +1,3838 @@ +/* This file is automatically generated. */ + +#include "FingerPrintResults.h" +#include "linear.h" + +/* Scale parameters are pairs (a, b). A scaled value x' is calculated from + a, b, and an observed x by x' = (x + a) * b. */ +double FPscale[][2] = { + { -20, 0.0416667 }, /* S1.PLEN */ + { -0, 0.00520833 }, /* S1.TC */ + { -64, 0.0052356 }, /* S1.HLIM */ + { -20, 0.0416667 }, /* S2.PLEN */ + { -0, 0.00520833 }, /* S2.TC */ + { -64, 0.0052356 }, /* S2.HLIM */ + { -20, 0.05 }, /* S3.PLEN */ + { -0, 0.00520833 }, /* S3.TC */ + { -64, 0.0052356 }, /* S3.HLIM */ + { -20, 0.0416667 }, /* S4.PLEN */ + { -0, 0.00520833 }, /* S4.TC */ + { -64, 0.0052356 }, /* S4.HLIM */ + { -20, 0.0416667 }, /* S5.PLEN */ + { -0, 0.00520833 }, /* S5.TC */ + { -64, 0.0052356 }, /* S5.HLIM */ + { -20, 0.05 }, /* S6.PLEN */ + { -0, 0.00520833 }, /* S6.TC */ + { -64, 0.0052356 }, /* S6.HLIM */ + { -128, 0.0333333 }, /* IE1.PLEN */ + { -0, 1 }, /* IE1.TC */ + { -64, 0.0052356 }, /* IE1.HLIM */ + { -80, 0.0625 }, /* IE2.PLEN */ + { -0, 1 }, /* IE2.TC */ + { -64, 0.0052356 }, /* IE2.HLIM */ + { -24, 0.125 }, /* NS.PLEN */ + { -0, 0.00416667 }, /* NS.TC */ + { -255, 1 }, /* NS.HLIM */ + { -356, 0.125 }, /* U1.PLEN */ + { -0, 0.03125 }, /* U1.TC */ + { -64, 0.0052356 }, /* U1.HLIM */ + { -20, 0.0833333 }, /* TECN.PLEN */ + { -0, 0.00520833 }, /* TECN.TC */ + { -64, 0.0052356 }, /* TECN.HLIM */ + { -20, 0.0147059 }, /* T2.PLEN */ + { -0, 0.00520833 }, /* T2.TC */ + { -64, 0.0052356 }, /* T2.HLIM */ + { -20, 0.0147059 }, /* T3.PLEN */ + { -0, 0.00520833 }, /* T3.TC */ + { -64, 0.0052356 }, /* T3.HLIM */ + { -20, 0.030303 }, /* T4.PLEN */ + { -0, 0.00520833 }, /* T4.TC */ + { -64, 0.0052356 }, /* T4.HLIM */ + { -20, 0.03125 }, /* T5.PLEN */ + { -0, 0.00520833 }, /* T5.TC */ + { -64, 0.0052356 }, /* T5.HLIM */ + { -20, 0.030303 }, /* T6.PLEN */ + { -0, 0.00520833 }, /* T6.TC */ + { -64, 0.0052356 }, /* T6.HLIM */ + { -20, 0.0147059 }, /* T7.PLEN */ + { -0, 0.00520833 }, /* T7.TC */ + { -64, 0.0052356 }, /* T7.HLIM */ + { -675903, 1.65005e-11 }, /* TCP_ISR */ + { -0, 1.5259e-05 }, /* S1.TCP_WINDOW */ + { -0, 1 }, /* S1.TCP_FLAG_F */ + { -0, 1 }, /* S1.TCP_FLAG_S */ + { -0, 1 }, /* S1.TCP_FLAG_R */ + { -0, 1 }, /* S1.TCP_FLAG_P */ + { -0, 1 }, /* S1.TCP_FLAG_A */ + { -0, 1 }, /* S1.TCP_FLAG_U */ + { -0, 1 }, /* S1.TCP_FLAG_E */ + { -0, 1 }, /* S1.TCP_FLAG_C */ + { -0, 1 }, /* S1.TCP_FLAG_RES8 */ + { -0, 1 }, /* S1.TCP_FLAG_RES9 */ + { -0, 1 }, /* S1.TCP_FLAG_RES10 */ + { -0, 1 }, /* S1.TCP_FLAG_RES11 */ + { -1, 0.333333 }, /* S1.TCP_OPT_0 */ + { -1, 0.142857 }, /* S1.TCP_OPT_1 */ + { -1, 0.142857 }, /* S1.TCP_OPT_2 */ + { -1, 0.333333 }, /* S1.TCP_OPT_3 */ + { -1, 0.142857 }, /* S1.TCP_OPT_4 */ + { -1, 0.142857 }, /* S1.TCP_OPT_5 */ + { -1, 0.142857 }, /* S1.TCP_OPT_6 */ + { -0, 1 }, /* S1.TCP_OPT_7 */ + { -0, 0.125 }, /* S1.TCP_OPT_8 */ + { -0, 1 }, /* S1.TCP_OPT_9 */ + { -0, 1 }, /* S1.TCP_OPT_10 */ + { -0, 1 }, /* S1.TCP_OPT_11 */ + { -0, 1 }, /* S1.TCP_OPT_12 */ + { -0, 1 }, /* S1.TCP_OPT_13 */ + { -0, 1 }, /* S1.TCP_OPT_14 */ + { -0, 1 }, /* S1.TCP_OPT_15 */ + { -1, 0.333333 }, /* S1.TCP_OPTLEN_0 */ + { -1, 0.111111 }, /* S1.TCP_OPTLEN_1 */ + { -1, 0.111111 }, /* S1.TCP_OPTLEN_2 */ + { -1, 0.333333 }, /* S1.TCP_OPTLEN_3 */ + { -1, 0.111111 }, /* S1.TCP_OPTLEN_4 */ + { -1, 0.111111 }, /* S1.TCP_OPTLEN_5 */ + { -1, 0.111111 }, /* S1.TCP_OPTLEN_6 */ + { -1, 1 }, /* S1.TCP_OPTLEN_7 */ + { -1, 0.111111 }, /* S1.TCP_OPTLEN_8 */ + { -0, 1 }, /* S1.TCP_OPTLEN_9 */ + { -0, 1 }, /* S1.TCP_OPTLEN_10 */ + { -0, 1 }, /* S1.TCP_OPTLEN_11 */ + { -0, 1 }, /* S1.TCP_OPTLEN_12 */ + { -0, 1 }, /* S1.TCP_OPTLEN_13 */ + { -0, 1 }, /* S1.TCP_OPTLEN_14 */ + { -0, 1 }, /* S1.TCP_OPTLEN_15 */ + { -516, 1.53941e-05 }, /* S1.TCP_MSS */ + { -1, 1 }, /* S1.TCP_SACKOK */ + { -0, 0.111111 }, /* S1.TCP_WSCALE */ + { -0.125116, 0.0186595 }, /* S1.TCP_CORR_WINDOW_MSS */ + { -0, 1.5259e-05 }, /* S2.TCP_WINDOW */ + { -0, 1 }, /* S2.TCP_FLAG_F */ + { -0, 1 }, /* S2.TCP_FLAG_S */ + { -0, 1 }, /* S2.TCP_FLAG_R */ + { -0, 1 }, /* S2.TCP_FLAG_P */ + { -0, 1 }, /* S2.TCP_FLAG_A */ + { -0, 1 }, /* S2.TCP_FLAG_U */ + { -0, 1 }, /* S2.TCP_FLAG_E */ + { -0, 1 }, /* S2.TCP_FLAG_C */ + { -0, 1 }, /* S2.TCP_FLAG_RES8 */ + { -0, 1 }, /* S2.TCP_FLAG_RES9 */ + { -0, 1 }, /* S2.TCP_FLAG_RES10 */ + { -0, 1 }, /* S2.TCP_FLAG_RES11 */ + { -1, 0.333333 }, /* S2.TCP_OPT_0 */ + { -1, 0.142857 }, /* S2.TCP_OPT_1 */ + { -1, 0.142857 }, /* S2.TCP_OPT_2 */ + { -1, 0.333333 }, /* S2.TCP_OPT_3 */ + { -1, 0.142857 }, /* S2.TCP_OPT_4 */ + { -1, 0.142857 }, /* S2.TCP_OPT_5 */ + { -1, 0.142857 }, /* S2.TCP_OPT_6 */ + { -0, 1 }, /* S2.TCP_OPT_7 */ + { -0, 0.125 }, /* S2.TCP_OPT_8 */ + { -0, 1 }, /* S2.TCP_OPT_9 */ + { -0, 1 }, /* S2.TCP_OPT_10 */ + { -0, 1 }, /* S2.TCP_OPT_11 */ + { -0, 1 }, /* S2.TCP_OPT_12 */ + { -0, 1 }, /* S2.TCP_OPT_13 */ + { -0, 1 }, /* S2.TCP_OPT_14 */ + { -0, 1 }, /* S2.TCP_OPT_15 */ + { -1, 0.333333 }, /* S2.TCP_OPTLEN_0 */ + { -1, 0.111111 }, /* S2.TCP_OPTLEN_1 */ + { -1, 0.111111 }, /* S2.TCP_OPTLEN_2 */ + { -1, 0.333333 }, /* S2.TCP_OPTLEN_3 */ + { -1, 0.111111 }, /* S2.TCP_OPTLEN_4 */ + { -1, 0.111111 }, /* S2.TCP_OPTLEN_5 */ + { -1, 0.111111 }, /* S2.TCP_OPTLEN_6 */ + { -1, 1 }, /* S2.TCP_OPTLEN_7 */ + { -1, 0.111111 }, /* S2.TCP_OPTLEN_8 */ + { -0, 1 }, /* S2.TCP_OPTLEN_9 */ + { -0, 1 }, /* S2.TCP_OPTLEN_10 */ + { -0, 1 }, /* S2.TCP_OPTLEN_11 */ + { -0, 1 }, /* S2.TCP_OPTLEN_12 */ + { -0, 1 }, /* S2.TCP_OPTLEN_13 */ + { -0, 1 }, /* S2.TCP_OPTLEN_14 */ + { -0, 1 }, /* S2.TCP_OPTLEN_15 */ + { -516, 1.53941e-05 }, /* S2.TCP_MSS */ + { -1, 1 }, /* S2.TCP_SACKOK */ + { -0, 0.111111 }, /* S2.TCP_WSCALE */ + { -0.125116, 0.0186595 }, /* S2.TCP_CORR_WINDOW_MSS */ + { -0, 1.5259e-05 }, /* S3.TCP_WINDOW */ + { -0, 1 }, /* S3.TCP_FLAG_F */ + { -0, 1 }, /* S3.TCP_FLAG_S */ + { -0, 1 }, /* S3.TCP_FLAG_R */ + { -0, 1 }, /* S3.TCP_FLAG_P */ + { -0, 1 }, /* S3.TCP_FLAG_A */ + { -0, 1 }, /* S3.TCP_FLAG_U */ + { -0, 1 }, /* S3.TCP_FLAG_E */ + { -0, 1 }, /* S3.TCP_FLAG_C */ + { -0, 1 }, /* S3.TCP_FLAG_RES8 */ + { -0, 1 }, /* S3.TCP_FLAG_RES9 */ + { -0, 1 }, /* S3.TCP_FLAG_RES10 */ + { -0, 1 }, /* S3.TCP_FLAG_RES11 */ + { -1, 1 }, /* S3.TCP_OPT_0 */ + { -1, 0.5 }, /* S3.TCP_OPT_1 */ + { -1, 0.142857 }, /* S3.TCP_OPT_2 */ + { -1, 0.142857 }, /* S3.TCP_OPT_3 */ + { -1, 1 }, /* S3.TCP_OPT_4 */ + { -3, 0.2 }, /* S3.TCP_OPT_5 */ + { -0, 1 }, /* S3.TCP_OPT_6 */ + { -0, 1 }, /* S3.TCP_OPT_7 */ + { -0, 1 }, /* S3.TCP_OPT_8 */ + { -0, 1 }, /* S3.TCP_OPT_9 */ + { -0, 1 }, /* S3.TCP_OPT_10 */ + { -0, 1 }, /* S3.TCP_OPT_11 */ + { -0, 1 }, /* S3.TCP_OPT_12 */ + { -0, 1 }, /* S3.TCP_OPT_13 */ + { -0, 1 }, /* S3.TCP_OPT_14 */ + { -0, 1 }, /* S3.TCP_OPT_15 */ + { -1, 0.333333 }, /* S3.TCP_OPTLEN_0 */ + { -1, 0.5 }, /* S3.TCP_OPTLEN_1 */ + { -1, 0.111111 }, /* S3.TCP_OPTLEN_2 */ + { -1, 0.111111 }, /* S3.TCP_OPTLEN_3 */ + { -1, 1 }, /* S3.TCP_OPTLEN_4 */ + { -3, 0.142857 }, /* S3.TCP_OPTLEN_5 */ + { -0, 1 }, /* S3.TCP_OPTLEN_6 */ + { -0, 1 }, /* S3.TCP_OPTLEN_7 */ + { -0, 1 }, /* S3.TCP_OPTLEN_8 */ + { -0, 1 }, /* S3.TCP_OPTLEN_9 */ + { -0, 1 }, /* S3.TCP_OPTLEN_10 */ + { -0, 1 }, /* S3.TCP_OPTLEN_11 */ + { -0, 1 }, /* S3.TCP_OPTLEN_12 */ + { -0, 1 }, /* S3.TCP_OPTLEN_13 */ + { -0, 1 }, /* S3.TCP_OPTLEN_14 */ + { -0, 1 }, /* S3.TCP_OPTLEN_15 */ + { -516, 1.53941e-05 }, /* S3.TCP_MSS */ + { -0, 1 }, /* S3.TCP_SACKOK */ + { -0, 0.111111 }, /* S3.TCP_WSCALE */ + { -0.125116, 0.00977776 }, /* S3.TCP_CORR_WINDOW_MSS */ + { -0, 1.5259e-05 }, /* S4.TCP_WINDOW */ + { -0, 1 }, /* S4.TCP_FLAG_F */ + { -0, 1 }, /* S4.TCP_FLAG_S */ + { -0, 1 }, /* S4.TCP_FLAG_R */ + { -0, 1 }, /* S4.TCP_FLAG_P */ + { -0, 1 }, /* S4.TCP_FLAG_A */ + { -0, 1 }, /* S4.TCP_FLAG_U */ + { -0, 1 }, /* S4.TCP_FLAG_E */ + { -0, 1 }, /* S4.TCP_FLAG_C */ + { -0, 1 }, /* S4.TCP_FLAG_RES8 */ + { -0, 1 }, /* S4.TCP_FLAG_RES9 */ + { -0, 1 }, /* S4.TCP_FLAG_RES10 */ + { -0, 1 }, /* S4.TCP_FLAG_RES11 */ + { -1, 0.333333 }, /* S4.TCP_OPT_0 */ + { -1, 0.142857 }, /* S4.TCP_OPT_1 */ + { -1, 0.142857 }, /* S4.TCP_OPT_2 */ + { -1, 0.333333 }, /* S4.TCP_OPT_3 */ + { -1, 0.142857 }, /* S4.TCP_OPT_4 */ + { -1, 0.142857 }, /* S4.TCP_OPT_5 */ + { -1, 0.142857 }, /* S4.TCP_OPT_6 */ + { -0, 1 }, /* S4.TCP_OPT_7 */ + { -0, 0.125 }, /* S4.TCP_OPT_8 */ + { -0, 1 }, /* S4.TCP_OPT_9 */ + { -0, 1 }, /* S4.TCP_OPT_10 */ + { -0, 1 }, /* S4.TCP_OPT_11 */ + { -0, 1 }, /* S4.TCP_OPT_12 */ + { -0, 1 }, /* S4.TCP_OPT_13 */ + { -0, 1 }, /* S4.TCP_OPT_14 */ + { -0, 1 }, /* S4.TCP_OPT_15 */ + { -1, 0.333333 }, /* S4.TCP_OPTLEN_0 */ + { -1, 0.111111 }, /* S4.TCP_OPTLEN_1 */ + { -1, 0.111111 }, /* S4.TCP_OPTLEN_2 */ + { -1, 0.333333 }, /* S4.TCP_OPTLEN_3 */ + { -1, 0.111111 }, /* S4.TCP_OPTLEN_4 */ + { -1, 0.111111 }, /* S4.TCP_OPTLEN_5 */ + { -1, 0.111111 }, /* S4.TCP_OPTLEN_6 */ + { -1, 1 }, /* S4.TCP_OPTLEN_7 */ + { -1, 0.111111 }, /* S4.TCP_OPTLEN_8 */ + { -0, 1 }, /* S4.TCP_OPTLEN_9 */ + { -0, 1 }, /* S4.TCP_OPTLEN_10 */ + { -0, 1 }, /* S4.TCP_OPTLEN_11 */ + { -0, 1 }, /* S4.TCP_OPTLEN_12 */ + { -0, 1 }, /* S4.TCP_OPTLEN_13 */ + { -0, 1 }, /* S4.TCP_OPTLEN_14 */ + { -0, 1 }, /* S4.TCP_OPTLEN_15 */ + { -516, 1.53941e-05 }, /* S4.TCP_MSS */ + { -1, 1 }, /* S4.TCP_SACKOK */ + { -0, 0.111111 }, /* S4.TCP_WSCALE */ + { -0.125116, 0.00849301 }, /* S4.TCP_CORR_WINDOW_MSS */ + { -0, 1.5259e-05 }, /* S5.TCP_WINDOW */ + { -0, 1 }, /* S5.TCP_FLAG_F */ + { -0, 1 }, /* S5.TCP_FLAG_S */ + { -0, 1 }, /* S5.TCP_FLAG_R */ + { -0, 1 }, /* S5.TCP_FLAG_P */ + { -0, 1 }, /* S5.TCP_FLAG_A */ + { -0, 1 }, /* S5.TCP_FLAG_U */ + { -0, 1 }, /* S5.TCP_FLAG_E */ + { -0, 1 }, /* S5.TCP_FLAG_C */ + { -0, 1 }, /* S5.TCP_FLAG_RES8 */ + { -0, 1 }, /* S5.TCP_FLAG_RES9 */ + { -0, 1 }, /* S5.TCP_FLAG_RES10 */ + { -0, 1 }, /* S5.TCP_FLAG_RES11 */ + { -1, 0.333333 }, /* S5.TCP_OPT_0 */ + { -1, 0.142857 }, /* S5.TCP_OPT_1 */ + { -1, 0.142857 }, /* S5.TCP_OPT_2 */ + { -1, 0.333333 }, /* S5.TCP_OPT_3 */ + { -1, 0.142857 }, /* S5.TCP_OPT_4 */ + { -1, 0.142857 }, /* S5.TCP_OPT_5 */ + { -1, 0.142857 }, /* S5.TCP_OPT_6 */ + { -0, 1 }, /* S5.TCP_OPT_7 */ + { -0, 0.125 }, /* S5.TCP_OPT_8 */ + { -0, 1 }, /* S5.TCP_OPT_9 */ + { -0, 1 }, /* S5.TCP_OPT_10 */ + { -0, 1 }, /* S5.TCP_OPT_11 */ + { -0, 1 }, /* S5.TCP_OPT_12 */ + { -0, 1 }, /* S5.TCP_OPT_13 */ + { -0, 1 }, /* S5.TCP_OPT_14 */ + { -0, 1 }, /* S5.TCP_OPT_15 */ + { -1, 0.333333 }, /* S5.TCP_OPTLEN_0 */ + { -1, 0.111111 }, /* S5.TCP_OPTLEN_1 */ + { -1, 0.111111 }, /* S5.TCP_OPTLEN_2 */ + { -1, 0.333333 }, /* S5.TCP_OPTLEN_3 */ + { -1, 0.111111 }, /* S5.TCP_OPTLEN_4 */ + { -1, 0.111111 }, /* S5.TCP_OPTLEN_5 */ + { -1, 0.111111 }, /* S5.TCP_OPTLEN_6 */ + { -1, 1 }, /* S5.TCP_OPTLEN_7 */ + { -1, 0.111111 }, /* S5.TCP_OPTLEN_8 */ + { -0, 1 }, /* S5.TCP_OPTLEN_9 */ + { -0, 1 }, /* S5.TCP_OPTLEN_10 */ + { -0, 1 }, /* S5.TCP_OPTLEN_11 */ + { -0, 1 }, /* S5.TCP_OPTLEN_12 */ + { -0, 1 }, /* S5.TCP_OPTLEN_13 */ + { -0, 1 }, /* S5.TCP_OPTLEN_14 */ + { -0, 1 }, /* S5.TCP_OPTLEN_15 */ + { -516, 1.53941e-05 }, /* S5.TCP_MSS */ + { -1, 1 }, /* S5.TCP_SACKOK */ + { -0, 0.111111 }, /* S5.TCP_WSCALE */ + { -0.125116, 0.0081872 }, /* S5.TCP_CORR_WINDOW_MSS */ + { -0, 1.5259e-05 }, /* S6.TCP_WINDOW */ + { -0, 1 }, /* S6.TCP_FLAG_F */ + { -0, 1 }, /* S6.TCP_FLAG_S */ + { -0, 1 }, /* S6.TCP_FLAG_R */ + { -0, 1 }, /* S6.TCP_FLAG_P */ + { -0, 1 }, /* S6.TCP_FLAG_A */ + { -0, 1 }, /* S6.TCP_FLAG_U */ + { -0, 1 }, /* S6.TCP_FLAG_E */ + { -0, 1 }, /* S6.TCP_FLAG_C */ + { -0, 1 }, /* S6.TCP_FLAG_RES8 */ + { -0, 1 }, /* S6.TCP_FLAG_RES9 */ + { -0, 1 }, /* S6.TCP_FLAG_RES10 */ + { -0, 1 }, /* S6.TCP_FLAG_RES11 */ + { -1, 0.333333 }, /* S6.TCP_OPT_0 */ + { -1, 0.142857 }, /* S6.TCP_OPT_1 */ + { -1, 0.142857 }, /* S6.TCP_OPT_2 */ + { -2, 0.166667 }, /* S6.TCP_OPT_3 */ + { -1, 0.333333 }, /* S6.TCP_OPT_4 */ + { -0, 1 }, /* S6.TCP_OPT_5 */ + { -0, 0.125 }, /* S6.TCP_OPT_6 */ + { -0, 1 }, /* S6.TCP_OPT_7 */ + { -0, 1 }, /* S6.TCP_OPT_8 */ + { -0, 1 }, /* S6.TCP_OPT_9 */ + { -0, 1 }, /* S6.TCP_OPT_10 */ + { -0, 1 }, /* S6.TCP_OPT_11 */ + { -0, 1 }, /* S6.TCP_OPT_12 */ + { -0, 1 }, /* S6.TCP_OPT_13 */ + { -0, 1 }, /* S6.TCP_OPT_14 */ + { -0, 1 }, /* S6.TCP_OPT_15 */ + { -1, 0.333333 }, /* S6.TCP_OPTLEN_0 */ + { -1, 0.111111 }, /* S6.TCP_OPTLEN_1 */ + { -1, 0.111111 }, /* S6.TCP_OPTLEN_2 */ + { -2, 0.125 }, /* S6.TCP_OPTLEN_3 */ + { -1, 1 }, /* S6.TCP_OPTLEN_4 */ + { -1, 1 }, /* S6.TCP_OPTLEN_5 */ + { -1, 0.111111 }, /* S6.TCP_OPTLEN_6 */ + { -0, 1 }, /* S6.TCP_OPTLEN_7 */ + { -0, 1 }, /* S6.TCP_OPTLEN_8 */ + { -0, 1 }, /* S6.TCP_OPTLEN_9 */ + { -0, 1 }, /* S6.TCP_OPTLEN_10 */ + { -0, 1 }, /* S6.TCP_OPTLEN_11 */ + { -0, 1 }, /* S6.TCP_OPTLEN_12 */ + { -0, 1 }, /* S6.TCP_OPTLEN_13 */ + { -0, 1 }, /* S6.TCP_OPTLEN_14 */ + { -0, 1 }, /* S6.TCP_OPTLEN_15 */ + { -128, 1.53027e-05 }, /* S6.TCP_MSS */ + { -1, 1 }, /* S6.TCP_SACKOK */ + { -0, 1 }, /* S6.TCP_WSCALE */ + { -0.125116, 0.00404569 }, /* S6.TCP_CORR_WINDOW_MSS */ + { -0, 1.5259e-05 }, /* TECN.TCP_WINDOW */ + { -0, 1 }, /* TECN.TCP_FLAG_F */ + { -0, 1 }, /* TECN.TCP_FLAG_S */ + { -0, 1 }, /* TECN.TCP_FLAG_R */ + { -0, 1 }, /* TECN.TCP_FLAG_P */ + { -0, 1 }, /* TECN.TCP_FLAG_A */ + { -0, 1 }, /* TECN.TCP_FLAG_U */ + { -0, 1 }, /* TECN.TCP_FLAG_E */ + { -0, 1 }, /* TECN.TCP_FLAG_C */ + { -0, 1 }, /* TECN.TCP_FLAG_RES8 */ + { -0, 1 }, /* TECN.TCP_FLAG_RES9 */ + { -0, 1 }, /* TECN.TCP_FLAG_RES10 */ + { -0, 1 }, /* TECN.TCP_FLAG_RES11 */ + { -1, 1 }, /* TECN.TCP_OPT_0 */ + { -1, 1 }, /* TECN.TCP_OPT_1 */ + { -1, 0.5 }, /* TECN.TCP_OPT_2 */ + { -1, 0.333333 }, /* TECN.TCP_OPT_3 */ + { -0, 0.333333 }, /* TECN.TCP_OPT_4 */ + { -0, 0.25 }, /* TECN.TCP_OPT_5 */ + { -0, 1 }, /* TECN.TCP_OPT_6 */ + { -0, 1 }, /* TECN.TCP_OPT_7 */ + { -0, 1 }, /* TECN.TCP_OPT_8 */ + { -0, 1 }, /* TECN.TCP_OPT_9 */ + { -0, 1 }, /* TECN.TCP_OPT_10 */ + { -0, 1 }, /* TECN.TCP_OPT_11 */ + { -0, 1 }, /* TECN.TCP_OPT_12 */ + { -0, 1 }, /* TECN.TCP_OPT_13 */ + { -0, 1 }, /* TECN.TCP_OPT_14 */ + { -0, 1 }, /* TECN.TCP_OPT_15 */ + { -1, 0.333333 }, /* TECN.TCP_OPTLEN_0 */ + { -1, 1 }, /* TECN.TCP_OPTLEN_1 */ + { -1, 0.333333 }, /* TECN.TCP_OPTLEN_2 */ + { -1, 1 }, /* TECN.TCP_OPTLEN_3 */ + { -1, 0.5 }, /* TECN.TCP_OPTLEN_4 */ + { -1, 0.5 }, /* TECN.TCP_OPTLEN_5 */ + { -0, 1 }, /* TECN.TCP_OPTLEN_6 */ + { -0, 1 }, /* TECN.TCP_OPTLEN_7 */ + { -0, 1 }, /* TECN.TCP_OPTLEN_8 */ + { -0, 1 }, /* TECN.TCP_OPTLEN_9 */ + { -0, 1 }, /* TECN.TCP_OPTLEN_10 */ + { -0, 1 }, /* TECN.TCP_OPTLEN_11 */ + { -0, 1 }, /* TECN.TCP_OPTLEN_12 */ + { -0, 1 }, /* TECN.TCP_OPTLEN_13 */ + { -0, 1 }, /* TECN.TCP_OPTLEN_14 */ + { -0, 1 }, /* TECN.TCP_OPTLEN_15 */ + { -516, 1.53941e-05 }, /* TECN.TCP_MSS */ + { -1, 1 }, /* TECN.TCP_SACKOK */ + { -0, 0.111111 }, /* TECN.TCP_WSCALE */ + { -0.125116, 0.0186595 }, /* TECN.TCP_CORR_WINDOW_MSS */ + { -0, 0.000121936 }, /* T2.TCP_WINDOW */ + { -0, 1 }, /* T2.TCP_FLAG_F */ + { -0, 1 }, /* T2.TCP_FLAG_S */ + { -1, 1 }, /* T2.TCP_FLAG_R */ + { -0, 1 }, /* T2.TCP_FLAG_P */ + { -1, 1 }, /* T2.TCP_FLAG_A */ + { -0, 1 }, /* T2.TCP_FLAG_U */ + { -0, 1 }, /* T2.TCP_FLAG_E */ + { -0, 1 }, /* T2.TCP_FLAG_C */ + { -0, 1 }, /* T2.TCP_FLAG_RES8 */ + { -0, 1 }, /* T2.TCP_FLAG_RES9 */ + { -0, 1 }, /* T2.TCP_FLAG_RES10 */ + { -0, 1 }, /* T2.TCP_FLAG_RES11 */ + { -0, 1 }, /* T2.TCP_OPT_0 */ + { -0, 1 }, /* T2.TCP_OPT_1 */ + { -0, 1 }, /* T2.TCP_OPT_2 */ + { -0, 1 }, /* T2.TCP_OPT_3 */ + { -0, 1 }, /* T2.TCP_OPT_4 */ + { -0, 1 }, /* T2.TCP_OPT_5 */ + { -0, 1 }, /* T2.TCP_OPT_6 */ + { -0, 1 }, /* T2.TCP_OPT_7 */ + { -0, 1 }, /* T2.TCP_OPT_8 */ + { -0, 1 }, /* T2.TCP_OPT_9 */ + { -0, 1 }, /* T2.TCP_OPT_10 */ + { -0, 1 }, /* T2.TCP_OPT_11 */ + { -0, 1 }, /* T2.TCP_OPT_12 */ + { -0, 1 }, /* T2.TCP_OPT_13 */ + { -0, 1 }, /* T2.TCP_OPT_14 */ + { -0, 1 }, /* T2.TCP_OPT_15 */ + { -0, 1 }, /* T2.TCP_OPTLEN_0 */ + { -0, 1 }, /* T2.TCP_OPTLEN_1 */ + { -0, 1 }, /* T2.TCP_OPTLEN_2 */ + { -0, 1 }, /* T2.TCP_OPTLEN_3 */ + { -0, 1 }, /* T2.TCP_OPTLEN_4 */ + { -0, 1 }, /* T2.TCP_OPTLEN_5 */ + { -0, 1 }, /* T2.TCP_OPTLEN_6 */ + { -0, 1 }, /* T2.TCP_OPTLEN_7 */ + { -0, 1 }, /* T2.TCP_OPTLEN_8 */ + { -0, 1 }, /* T2.TCP_OPTLEN_9 */ + { -0, 1 }, /* T2.TCP_OPTLEN_10 */ + { -0, 1 }, /* T2.TCP_OPTLEN_11 */ + { -0, 1 }, /* T2.TCP_OPTLEN_12 */ + { -0, 1 }, /* T2.TCP_OPTLEN_13 */ + { -0, 1 }, /* T2.TCP_OPTLEN_14 */ + { -0, 1 }, /* T2.TCP_OPTLEN_15 */ + { -0, 1 }, /* T2.TCP_MSS */ + { -0, 1 }, /* T2.TCP_SACKOK */ + { -0, 1 }, /* T2.TCP_WSCALE */ + { -0, 1 }, /* T2.TCP_CORR_WINDOW_MSS */ + { -0, 1.5259e-05 }, /* T3.TCP_WINDOW */ + { -0, 1 }, /* T3.TCP_FLAG_F */ + { -0, 1 }, /* T3.TCP_FLAG_S */ + { -0, 1 }, /* T3.TCP_FLAG_R */ + { -0, 1 }, /* T3.TCP_FLAG_P */ + { -1, 1 }, /* T3.TCP_FLAG_A */ + { -0, 1 }, /* T3.TCP_FLAG_U */ + { -0, 1 }, /* T3.TCP_FLAG_E */ + { -0, 1 }, /* T3.TCP_FLAG_C */ + { -0, 1 }, /* T3.TCP_FLAG_RES8 */ + { -0, 1 }, /* T3.TCP_FLAG_RES9 */ + { -0, 1 }, /* T3.TCP_FLAG_RES10 */ + { -0, 1 }, /* T3.TCP_FLAG_RES11 */ + { -1, 0.333333 }, /* T3.TCP_OPT_0 */ + { -1, 0.142857 }, /* T3.TCP_OPT_1 */ + { -1, 0.142857 }, /* T3.TCP_OPT_2 */ + { -1, 0.333333 }, /* T3.TCP_OPT_3 */ + { -1, 0.142857 }, /* T3.TCP_OPT_4 */ + { -1, 0.142857 }, /* T3.TCP_OPT_5 */ + { -1, 0.333333 }, /* T3.TCP_OPT_6 */ + { -0, 1 }, /* T3.TCP_OPT_7 */ + { -0, 0.125 }, /* T3.TCP_OPT_8 */ + { -0, 1 }, /* T3.TCP_OPT_9 */ + { -0, 1 }, /* T3.TCP_OPT_10 */ + { -0, 1 }, /* T3.TCP_OPT_11 */ + { -0, 1 }, /* T3.TCP_OPT_12 */ + { -0, 1 }, /* T3.TCP_OPT_13 */ + { -0, 1 }, /* T3.TCP_OPT_14 */ + { -0, 1 }, /* T3.TCP_OPT_15 */ + { -1, 0.333333 }, /* T3.TCP_OPTLEN_0 */ + { -1, 0.111111 }, /* T3.TCP_OPTLEN_1 */ + { -1, 0.111111 }, /* T3.TCP_OPTLEN_2 */ + { -1, 1 }, /* T3.TCP_OPTLEN_3 */ + { -1, 0.111111 }, /* T3.TCP_OPTLEN_4 */ + { -1, 0.111111 }, /* T3.TCP_OPTLEN_5 */ + { -1, 1 }, /* T3.TCP_OPTLEN_6 */ + { -1, 1 }, /* T3.TCP_OPTLEN_7 */ + { -1, 0.111111 }, /* T3.TCP_OPTLEN_8 */ + { -0, 1 }, /* T3.TCP_OPTLEN_9 */ + { -0, 1 }, /* T3.TCP_OPTLEN_10 */ + { -0, 1 }, /* T3.TCP_OPTLEN_11 */ + { -0, 1 }, /* T3.TCP_OPTLEN_12 */ + { -0, 1 }, /* T3.TCP_OPTLEN_13 */ + { -0, 1 }, /* T3.TCP_OPTLEN_14 */ + { -0, 1 }, /* T3.TCP_OPTLEN_15 */ + { -265, 1.53692e-05 }, /* T3.TCP_MSS */ + { -1, 1 }, /* T3.TCP_SACKOK */ + { -0, 0.111111 }, /* T3.TCP_WSCALE */ + { -0.251492, 0.00404776 }, /* T3.TCP_CORR_WINDOW_MSS */ + { -0, 0.00012207 }, /* T4.TCP_WINDOW */ + { -0, 1 }, /* T4.TCP_FLAG_F */ + { -0, 1 }, /* T4.TCP_FLAG_S */ + { -1, 1 }, /* T4.TCP_FLAG_R */ + { -0, 1 }, /* T4.TCP_FLAG_P */ + { -0, 1 }, /* T4.TCP_FLAG_A */ + { -0, 1 }, /* T4.TCP_FLAG_U */ + { -0, 1 }, /* T4.TCP_FLAG_E */ + { -0, 1 }, /* T4.TCP_FLAG_C */ + { -0, 1 }, /* T4.TCP_FLAG_RES8 */ + { -0, 1 }, /* T4.TCP_FLAG_RES9 */ + { -0, 1 }, /* T4.TCP_FLAG_RES10 */ + { -0, 1 }, /* T4.TCP_FLAG_RES11 */ + { -0, 1 }, /* T4.TCP_OPT_0 */ + { -0, 1 }, /* T4.TCP_OPT_1 */ + { -0, 1 }, /* T4.TCP_OPT_2 */ + { -0, 1 }, /* T4.TCP_OPT_3 */ + { -0, 1 }, /* T4.TCP_OPT_4 */ + { -0, 1 }, /* T4.TCP_OPT_5 */ + { -0, 1 }, /* T4.TCP_OPT_6 */ + { -0, 1 }, /* T4.TCP_OPT_7 */ + { -0, 1 }, /* T4.TCP_OPT_8 */ + { -0, 1 }, /* T4.TCP_OPT_9 */ + { -0, 1 }, /* T4.TCP_OPT_10 */ + { -0, 1 }, /* T4.TCP_OPT_11 */ + { -0, 1 }, /* T4.TCP_OPT_12 */ + { -0, 1 }, /* T4.TCP_OPT_13 */ + { -0, 1 }, /* T4.TCP_OPT_14 */ + { -0, 1 }, /* T4.TCP_OPT_15 */ + { -0, 1 }, /* T4.TCP_OPTLEN_0 */ + { -0, 1 }, /* T4.TCP_OPTLEN_1 */ + { -0, 1 }, /* T4.TCP_OPTLEN_2 */ + { -0, 1 }, /* T4.TCP_OPTLEN_3 */ + { -0, 1 }, /* T4.TCP_OPTLEN_4 */ + { -0, 1 }, /* T4.TCP_OPTLEN_5 */ + { -0, 1 }, /* T4.TCP_OPTLEN_6 */ + { -0, 1 }, /* T4.TCP_OPTLEN_7 */ + { -0, 1 }, /* T4.TCP_OPTLEN_8 */ + { -0, 1 }, /* T4.TCP_OPTLEN_9 */ + { -0, 1 }, /* T4.TCP_OPTLEN_10 */ + { -0, 1 }, /* T4.TCP_OPTLEN_11 */ + { -0, 1 }, /* T4.TCP_OPTLEN_12 */ + { -0, 1 }, /* T4.TCP_OPTLEN_13 */ + { -0, 1 }, /* T4.TCP_OPTLEN_14 */ + { -0, 1 }, /* T4.TCP_OPTLEN_15 */ + { -0, 1 }, /* T4.TCP_MSS */ + { -0, 1 }, /* T4.TCP_SACKOK */ + { -0, 1 }, /* T4.TCP_WSCALE */ + { -0, 1 }, /* T4.TCP_CORR_WINDOW_MSS */ + { -0, 1 }, /* T5.TCP_WINDOW */ + { -0, 1 }, /* T5.TCP_FLAG_F */ + { -0, 1 }, /* T5.TCP_FLAG_S */ + { -1, 1 }, /* T5.TCP_FLAG_R */ + { -0, 1 }, /* T5.TCP_FLAG_P */ + { -1, 1 }, /* T5.TCP_FLAG_A */ + { -0, 1 }, /* T5.TCP_FLAG_U */ + { -0, 1 }, /* T5.TCP_FLAG_E */ + { -0, 1 }, /* T5.TCP_FLAG_C */ + { -0, 1 }, /* T5.TCP_FLAG_RES8 */ + { -0, 1 }, /* T5.TCP_FLAG_RES9 */ + { -0, 1 }, /* T5.TCP_FLAG_RES10 */ + { -0, 1 }, /* T5.TCP_FLAG_RES11 */ + { -0, 1 }, /* T5.TCP_OPT_0 */ + { -0, 1 }, /* T5.TCP_OPT_1 */ + { -0, 1 }, /* T5.TCP_OPT_2 */ + { -0, 1 }, /* T5.TCP_OPT_3 */ + { -0, 1 }, /* T5.TCP_OPT_4 */ + { -0, 1 }, /* T5.TCP_OPT_5 */ + { -0, 1 }, /* T5.TCP_OPT_6 */ + { -0, 1 }, /* T5.TCP_OPT_7 */ + { -0, 1 }, /* T5.TCP_OPT_8 */ + { -0, 1 }, /* T5.TCP_OPT_9 */ + { -0, 1 }, /* T5.TCP_OPT_10 */ + { -0, 1 }, /* T5.TCP_OPT_11 */ + { -0, 1 }, /* T5.TCP_OPT_12 */ + { -0, 1 }, /* T5.TCP_OPT_13 */ + { -0, 1 }, /* T5.TCP_OPT_14 */ + { -0, 1 }, /* T5.TCP_OPT_15 */ + { -0, 1 }, /* T5.TCP_OPTLEN_0 */ + { -0, 1 }, /* T5.TCP_OPTLEN_1 */ + { -0, 1 }, /* T5.TCP_OPTLEN_2 */ + { -0, 1 }, /* T5.TCP_OPTLEN_3 */ + { -0, 1 }, /* T5.TCP_OPTLEN_4 */ + { -0, 1 }, /* T5.TCP_OPTLEN_5 */ + { -0, 1 }, /* T5.TCP_OPTLEN_6 */ + { -0, 1 }, /* T5.TCP_OPTLEN_7 */ + { -0, 1 }, /* T5.TCP_OPTLEN_8 */ + { -0, 1 }, /* T5.TCP_OPTLEN_9 */ + { -0, 1 }, /* T5.TCP_OPTLEN_10 */ + { -0, 1 }, /* T5.TCP_OPTLEN_11 */ + { -0, 1 }, /* T5.TCP_OPTLEN_12 */ + { -0, 1 }, /* T5.TCP_OPTLEN_13 */ + { -0, 1 }, /* T5.TCP_OPTLEN_14 */ + { -0, 1 }, /* T5.TCP_OPTLEN_15 */ + { -0, 1 }, /* T5.TCP_MSS */ + { -0, 1 }, /* T5.TCP_SACKOK */ + { -0, 1 }, /* T5.TCP_WSCALE */ + { -0, 1 }, /* T5.TCP_CORR_WINDOW_MSS */ + { -0, 3.05176e-05 }, /* T6.TCP_WINDOW */ + { -0, 1 }, /* T6.TCP_FLAG_F */ + { -0, 1 }, /* T6.TCP_FLAG_S */ + { -1, 1 }, /* T6.TCP_FLAG_R */ + { -0, 1 }, /* T6.TCP_FLAG_P */ + { -0, 1 }, /* T6.TCP_FLAG_A */ + { -0, 1 }, /* T6.TCP_FLAG_U */ + { -0, 1 }, /* T6.TCP_FLAG_E */ + { -0, 1 }, /* T6.TCP_FLAG_C */ + { -0, 1 }, /* T6.TCP_FLAG_RES8 */ + { -0, 1 }, /* T6.TCP_FLAG_RES9 */ + { -0, 1 }, /* T6.TCP_FLAG_RES10 */ + { -0, 1 }, /* T6.TCP_FLAG_RES11 */ + { -0, 1 }, /* T6.TCP_OPT_0 */ + { -0, 1 }, /* T6.TCP_OPT_1 */ + { -0, 1 }, /* T6.TCP_OPT_2 */ + { -0, 1 }, /* T6.TCP_OPT_3 */ + { -0, 1 }, /* T6.TCP_OPT_4 */ + { -0, 1 }, /* T6.TCP_OPT_5 */ + { -0, 1 }, /* T6.TCP_OPT_6 */ + { -0, 1 }, /* T6.TCP_OPT_7 */ + { -0, 1 }, /* T6.TCP_OPT_8 */ + { -0, 1 }, /* T6.TCP_OPT_9 */ + { -0, 1 }, /* T6.TCP_OPT_10 */ + { -0, 1 }, /* T6.TCP_OPT_11 */ + { -0, 1 }, /* T6.TCP_OPT_12 */ + { -0, 1 }, /* T6.TCP_OPT_13 */ + { -0, 1 }, /* T6.TCP_OPT_14 */ + { -0, 1 }, /* T6.TCP_OPT_15 */ + { -0, 1 }, /* T6.TCP_OPTLEN_0 */ + { -0, 1 }, /* T6.TCP_OPTLEN_1 */ + { -0, 1 }, /* T6.TCP_OPTLEN_2 */ + { -0, 1 }, /* T6.TCP_OPTLEN_3 */ + { -0, 1 }, /* T6.TCP_OPTLEN_4 */ + { -0, 1 }, /* T6.TCP_OPTLEN_5 */ + { -0, 1 }, /* T6.TCP_OPTLEN_6 */ + { -0, 1 }, /* T6.TCP_OPTLEN_7 */ + { -0, 1 }, /* T6.TCP_OPTLEN_8 */ + { -0, 1 }, /* T6.TCP_OPTLEN_9 */ + { -0, 1 }, /* T6.TCP_OPTLEN_10 */ + { -0, 1 }, /* T6.TCP_OPTLEN_11 */ + { -0, 1 }, /* T6.TCP_OPTLEN_12 */ + { -0, 1 }, /* T6.TCP_OPTLEN_13 */ + { -0, 1 }, /* T6.TCP_OPTLEN_14 */ + { -0, 1 }, /* T6.TCP_OPTLEN_15 */ + { -0, 1 }, /* T6.TCP_MSS */ + { -0, 1 }, /* T6.TCP_SACKOK */ + { -0, 1 }, /* T6.TCP_WSCALE */ + { -0, 1 }, /* T6.TCP_CORR_WINDOW_MSS */ + { -0, 1.5259e-05 }, /* T7.TCP_WINDOW */ + { -0, 1 }, /* T7.TCP_FLAG_F */ + { -0, 1 }, /* T7.TCP_FLAG_S */ + { -1, 1 }, /* T7.TCP_FLAG_R */ + { -0, 1 }, /* T7.TCP_FLAG_P */ + { -1, 1 }, /* T7.TCP_FLAG_A */ + { -0, 1 }, /* T7.TCP_FLAG_U */ + { -0, 1 }, /* T7.TCP_FLAG_E */ + { -0, 1 }, /* T7.TCP_FLAG_C */ + { -0, 1 }, /* T7.TCP_FLAG_RES8 */ + { -0, 1 }, /* T7.TCP_FLAG_RES9 */ + { -0, 1 }, /* T7.TCP_FLAG_RES10 */ + { -0, 1 }, /* T7.TCP_FLAG_RES11 */ + { -0, 1 }, /* T7.TCP_OPT_0 */ + { -0, 1 }, /* T7.TCP_OPT_1 */ + { -0, 1 }, /* T7.TCP_OPT_2 */ + { -0, 1 }, /* T7.TCP_OPT_3 */ + { -0, 1 }, /* T7.TCP_OPT_4 */ + { -0, 1 }, /* T7.TCP_OPT_5 */ + { -0, 1 }, /* T7.TCP_OPT_6 */ + { -0, 1 }, /* T7.TCP_OPT_7 */ + { -0, 1 }, /* T7.TCP_OPT_8 */ + { -0, 1 }, /* T7.TCP_OPT_9 */ + { -0, 1 }, /* T7.TCP_OPT_10 */ + { -0, 1 }, /* T7.TCP_OPT_11 */ + { -0, 1 }, /* T7.TCP_OPT_12 */ + { -0, 1 }, /* T7.TCP_OPT_13 */ + { -0, 1 }, /* T7.TCP_OPT_14 */ + { -0, 1 }, /* T7.TCP_OPT_15 */ + { -0, 1 }, /* T7.TCP_OPTLEN_0 */ + { -0, 1 }, /* T7.TCP_OPTLEN_1 */ + { -0, 1 }, /* T7.TCP_OPTLEN_2 */ + { -0, 1 }, /* T7.TCP_OPTLEN_3 */ + { -0, 1 }, /* T7.TCP_OPTLEN_4 */ + { -0, 1 }, /* T7.TCP_OPTLEN_5 */ + { -0, 1 }, /* T7.TCP_OPTLEN_6 */ + { -0, 1 }, /* T7.TCP_OPTLEN_7 */ + { -0, 1 }, /* T7.TCP_OPTLEN_8 */ + { -0, 1 }, /* T7.TCP_OPTLEN_9 */ + { -0, 1 }, /* T7.TCP_OPTLEN_10 */ + { -0, 1 }, /* T7.TCP_OPTLEN_11 */ + { -0, 1 }, /* T7.TCP_OPTLEN_12 */ + { -0, 1 }, /* T7.TCP_OPTLEN_13 */ + { -0, 1 }, /* T7.TCP_OPTLEN_14 */ + { -0, 1 }, /* T7.TCP_OPTLEN_15 */ + { -0, 1 }, /* T7.TCP_MSS */ + { -0, 1 }, /* T7.TCP_SACKOK */ + { -0, 1 }, /* T7.TCP_WSCALE */ + { -0, 1 }, /* T7.TCP_CORR_WINDOW_MSS */ + { -129, 1 }, /* IE1.ICMPV6_TYPE */ + { -0, 0.111111 }, /* IE1.ICMPV6_CODE */ + { -4, 1 }, /* IE2.ICMPV6_TYPE */ + { -0, 0.5 }, /* IE2.ICMPV6_CODE */ + { -136, 1 }, /* NS.ICMPV6_TYPE */ + { -0, 1 }, /* NS.ICMPV6_CODE */ +}; + +double FPmean[][695] = { + /* Linux 2.6.38 - 3.2 */ + { 0.83333333, 0, 0.54545455, 0.83333333, 0, 0.63636364, 1, 0, 0.63636364, 0.83333333, 0, 0.63636364, 0.83333333, 0, 0.63636364, 0.8, 0, 0.63636364, -0.090909091, -0.090909091, 0.45454545, -0.18181818, -0.45454545, 0, -0.36363636, -0.36363636, -0.36363636, -0.090909091, -0.090909091, 0.81818182, 1, 0, 1, -1, -1, -1, 0.29411765, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0.13855179, 0.21456959, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013888267, 0, 0.61616162, 0.18267763, 0.21456959, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013888267, 0, 0.61616162, 0.18267763, 0.21456959, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013888267, -1, 0.61616162, 0.095724645, 0.21456959, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013888267, 0, 0.61616162, 0.083147435, 0.21456959, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013888267, 0, 0.61616162, 0.080153456, 0.21456959, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019743249, 0, -1, 0.039607595, 0.21640067, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013888267, 0, 0.61616162, 0.18426007, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.21456959, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.017723535, 0, 0.61616162, 0.039116317, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.090909091, 0.81818182, -0.45454545, -0.18181818, -0.36363636, -0.36363636, }, + /* Linux 2.6.38 - 2.6.39 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0.16666667, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, -0.16666667, -0.16666667, -0.16666667, 0, -0.33333333, -0.33333333, -0.5, -0.5, -0.5, -0.16666667, -0.16666667, -0.16666667, 1, 0, 0, -1, -1, -1, 0.29411765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.016454858, 0.2173902, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014172824, 0, 0.7037037, 0.18270147, 0.2173902, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014172824, 0, 0.7037037, 0.18270147, 0.2173902, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014172824, -1, 0.7037037, 0.095737134, 0.2173902, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014172824, 0, 0.7037037, 0.083158282, 0.2173902, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014172824, 0, 0.7037037, 0.080163913, 0.2173902, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020026117, 0, -1, 0.039612762, 0.21922128, 0, 1, 0, 0, 1, 0, 0.83333333, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014172824, 0, 0.7037037, 0.18426007, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.2173902, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018007633, 0, 0.7037037, 0.039121486, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.16666667, 0.66666667, -0.33333333, 0, -0.5, -0.5, }, + /* Linux 2.6.32 - 2.6.39 */ + { 0.83333333, 0, 0.5, 0.83333333, 0, 0.5, 1, 0, 0.5, 0.83333333, 0, 0.5, 0.83333333, 0, 0.5, 0.8, 0, 0.5, -0.5, -0.5, -0.125, -0.625, -0.75, -0.625, -0.75, -0.75, -0.75, -0.875, -0.875, -0.875, 1, 0, 0.5, -0.75, -0.875, -0.875, -0.26470588, -0.5, -0.125, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.11400522, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.625, 0.18270512, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.625, 0.18270512, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.625, 0.095739046, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.625, 0.083159944, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.625, 0.080165515, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.039613553, 0.21972992, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.625, 0.18426007, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.54328794, -0.625, -0.25, -0.625, -0.625, -0.625, -0.625, -0.625, -0.625, -0.625, -0.625, -0.625, -0.625, -0.5, -0.46428571, -0.25, -0.625, -0.51785714, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.25, -0.58333333, -0.25, -0.625, -0.54166667, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.61822793, -0.625, -0.41666667, -0.61032915, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, 0, -0.75, -0.625, -0.75, -0.75, }, + /* HP ProCurve 2520G switch */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.70866514, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.11111111, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.11111111, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 0.11111111, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.11111111, 0.45515936, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0.11111111, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 0.33333333, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.84686555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, -1, -1, -1, -1, }, + /* OpenIndiana oi_148 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 1, 0, 1, 1, 0, 1, -1, -1, -1, 0, 0, 1, 1, 0, 0, -1, -1, -1, 0.29411765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 1.4997224e-05, 0.98054475, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.83034414, 0.98484779, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.83399829, 0.97743191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.14285714, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 0.33333333, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.11111111, 0.43372227, 0.97694362, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.376547, 0.97947662, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.36393207, 0.99987793, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.18359227, 0.97779812, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.82801171, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.97671473, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018058864, 0, 0.11111111, 0.17890764, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, -1, -1, }, + /* Microsoft Windows 7 Professional SP1 */ + { 0.5, 0, 0.2513089, 0.5, 0, 0.2513089, 0.6, 0, 0.2513089, 0.125, -0.25, 0.0013089005, -0.083333333, -0.25, 0.0013089005, -0.05, -0.25, 0.0013089005, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.41666667, 0, 0.2513089, -1, -1, -1, -1, -1, -1, -0.75, -0.75, -0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.37491868, 0.53125048, 0, 0.5, 0.25, 0, 0.75, 0, 0, 0, 0, 0, 0, 0, -0.083333333, -0.14285714, 0.32142857, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25, -0.22222222, 0.30555556, -0.66666667, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.49288793, -0.5, -0.52777778, -0.26232936, 0.53125048, 0, 0.5, 0.25, 0, 0.75, 0, 0, 0, 0, 0, 0, 0, -0.083333333, -0.14285714, 0.32142857, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25, -0.22222222, 0.30555556, -0.66666667, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.49288793, -0.5, -0.52777778, -0.26232936, 0.53125048, 0, 0.5, 0.25, 0, 0.75, 0, 0, 0, 0, 0, 0, 0, 0.25, -0.25, 0.071428571, -0.25, -0.75, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25, -0.25, 0.055555556, -0.25, -0.75, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.49288793, -1, -0.52777778, -0.37545855, 0.031250477, -0.25, 0.25, 0, -0.25, 0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.33333333, -0.39285714, -0.17857143, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -0.47222222, -0.19444444, -0.66666667, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.49288793, -0.5, -0.52777778, -0.39182198, 0, -0.25, 0, 0.25, -0.25, 0, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.66666667, -0.64285714, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.72222222, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.74644397, -0.75, -1, -0.65710521, -0.21874952, -0.25, 0, 0.25, -0.25, 0, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.66666667, -0.64285714, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.72222222, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.74498072, -0.75, -1, -0.74437268, 0.53125048, 0, 0.5, 0.25, 0, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, -0.5, -0.25, -0.25, -0.66666667, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -0.5, -0.33333333, -0.25, -0.75, -0.625, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.49288793, -0.5, -0.52777778, -0.26232936, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, }, + /* Linux 2.6.11 - 2.6.15 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0.5, 0, 0, -0.125, -0.5, -0.5, -1, -1, -1, 0, 0, 0, 1, 0, 0, -1, -1, -1, 0.29411765, 0, 0, 0, 0, 0, 0, 0.0026041667, 0, 0, 0, 0, 0, 0.0026041667, 0, 0.25236881, 0.083497368, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, 0, 0.13888889, 0.071651052, 0.083497368, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, 0, 0.13888889, 0.071651052, 0.083497368, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, -1, 0.13888889, 0.037545765, 0.083497368, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, 0, 0.13888889, 0.032612647, 0.083497368, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, 0, 0.13888889, 0.031438329, 0.083497368, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019158964, 0, -1, 0.015535158, 0.084229801, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, 0, 0.13888889, 0.072303265, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.083497368, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.017136709, 0, 0.13888889, 0.015031565, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0.5, -0.5, -0.25, -1, -1, }, + /* VMware ESXi 5 */ + { 0.83333333, 0.078125, 0, 0.83333333, 0.078125, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, -1, -1, -1, 1, 0.010416667, 0, -1, -1, -1, 0.29411765, 0.010416667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.041302883, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 1, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, 0, 1, 0.87112841, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 1, 0.38545878, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 1, 0.84686555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, }, + /* Linux 2.4.21 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.5, 0, 0, -1, -1, -1, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.4774745, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.071681282, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.071681282, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.037561606, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.032626407, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.031451593, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.015541712, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.072303265, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, -1, -1, }, + /* Equinox CCM4850 remote management appliance or Nokia 5530 XpressMusic phone */ + { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, -0.5, 0.5, 0, -0.5, 1, 0, 0, 0, 0, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, -0.5, 0, 0, -0.5, 0, 0, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0.5, 0, 0.5, 0, 0, }, + /* HP LaserJet P2055dn printer, TP-LINK TL-SG-series switch, or Zoom 5352 modem */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, -1, -1, -1, 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 0.66666667, 0, 0, -1, -1, -1, 0.29411765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.31098874, 0.2349279, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.1971662, 0.23309682, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.19561125, 0.23424125, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.10301123, 0.2351873, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.089842308, 0.23352407, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.085987533, 0.23229191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, -1, -1, 0.042263619, 0.23547723, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.19763269, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.23229191, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018058864, -1, 0, 0.0417737, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0.5, 0, 0, }, + /* Microsoft Windows Vista SP2, Windows 7, Windows 8, Server 2008 R2, or Server 2012 R2 */ + { 0.83333333, 0, 0.16753927, 0.83333333, 0, 0.16753927, 1, 0, 0.16753927, 0.83333333, 0, 0.16753927, 0.83333333, 0, 0.16753927, 0.8, 0, 0.16753927, -0.33333333, -0.33333333, -0.2495637, -1, -1, -1, 0.83333333, -0.083333333, -0.083333333, -1, -1, -1, 1, 0.00086805556, 0.16753927, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.38391489, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014147167, 0, 0.88888889, 0.10420164, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014147167, 0, 0.88888889, 0.10420164, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014147167, -1, 0.88888889, 0.054602552, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014147167, 0, 0.88888889, 0.047428352, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014147167, 0, 0.88888889, 0.045720548, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020000612, 0, -1, 0.022592675, 0.12500191, 0, 1, 0, 0, 1, 0, 0.083333333, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014147167, 0, 0.88888889, 0.10420164, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.33333333, -0.33333333, -1, -1, -0.083333333, -0.083333333, }, + /* Brother MFC-9440CN printer */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0.5, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.048692565, 0.12890822, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, 0, 0, 0.10867609, 0.12707713, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, 0, 0, 0.10866257, 0.13415732, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 0, 0.13309809, 0.12890822, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, 0, 0, 0.049464938, 0.12793164, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0, 0.12703833, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, 0, 0, }, + /* Cisco 2600 router */ + { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, 0, 0, 0, 0.93333333, 0, 0, 0, 0, 0.33333333, 1, 0, 0, 1, 0, -1, -1, -1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.051155868, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, 0, 0, }, + /* Cisco 3750G switch */ + { 0.16666667, 1, 0, 0.16666667, 1, 0, 0.2, 1, 0, 0.16666667, 1, 0, 0.16666667, 1, 0, 0.2, 1, 0, 0.26666667, 0, 0, 0.5, 0, 0, 0, 0.93333333, 0, 0, 0, 0, 0.33333333, 1, 0, 0, 1, 0, 0.058823529, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0.18216266, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.051155868, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, -1, -1, 0.052684167, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, -1, 0.061842947, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 0.066881634, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, -1, -1, 0.062029411, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, -1, -1, 0.062514944, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.051155868, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.062989242, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018058864, -1, -1, 0.01058559, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, 0, 0, }, + /* Cisco IOS 15.0 */ + { 0.16666667, 1, 1, 0.16666667, 1, 1, 0.2, 1, 1, 0.16666667, 1, 1, 0.16666667, 1, 1, 0.2, 1, 1, 0, 0, 0, 0.5, 0, 0, -0.5, -0.033333333, -0.5, 0, 0, 0, 0.33333333, 1, 1, -1, -1, -1, -0.47058824, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, -0.5, 0, -0.5, 0.41916629, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.007112069, -1, -1, 0.099048502, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0068041872, -1, -1, 0.099812651, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0009544335, -1, -1, 0.06942068, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 0.066881634, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00015394089, -1, -1, 0.063251383, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, -1, -1, 0.062514944, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.007112069, -1, -1, 0.099048502, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.46850538, -0.5, 0, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.49097057, -1, -1, -0.4947072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, -0.5, -0.5, }, + /* FreeBSD 8.1 - 8.2 */ + { 0.83333333, 0, -0.33333333, 0.83333333, 0.026041667, -0.33333333, 1, 0, -0.33333333, 0.83333333, 0.026041667, -0.33333333, 0.83333333, 0, -0.33333333, 0.8, 0, -0.33333333, -1, -1, -1, -1, -1, -1, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -0.66666667, 1, 0.012152778, -0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.33333333, -0.33333333, -0.33333333, -1, -1, -1, -1, -1, -1, 0.31029986, 0.99843849, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013721264, 0, 0.48148148, 0.86621056, 0.99843849, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013310755, 0, 0.48148148, 0.88234791, 0.99843849, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 0.48148148, 0.99843658, 0.99843849, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013721264, 0, 0.48148148, 0.39426384, 0.99843849, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0.48148148, 0.99843689, 0.99843849, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 0.9984377, 0.99843849, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013721264, 0, 0.48148148, 0.86621056, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.33333333, -0.33333333, }, + /* HP LaserJet P1606dn or M1212nf printer */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.5, 0, 0, 0.75, 0, 0, 1, 0, 0, -0.5, -0.5, -0.5, 0.66666667, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.42528052, 0.1307393, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.10868923, 0.12707713, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, 0, -1, 0.10866257, 0.13415732, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, -1, 0.13309809, 0.1307393, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.049470919, 0.12793164, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, -1, 0.12703833, 0.12739757, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 0.33333333, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 0.12695588, 0.13183795, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.1096222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, 0, 0, }, + /* FreeBSD 6.1-RELEASE */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, 0, 0, 0, 1, 0.020833333, 0, -1, -1, -1, 0.35294118, 0.026041667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33799, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.11111111, 0.4437648, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.38545878, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.37157915, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.18361475, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.84686555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.018058864, 0, 0.11111111, 0.18319713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, -1, -1, }, + /* Linux 2.6.23 - 2.6.33 (embedded) */ + { 0.5, 0, 0, 0.5, 0, 0, 0.4, 0, 0, 0.5, 0, 0, 0.5, 0, 0, 0.4, 0, 0, 0.5, 0, 0, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, -1, -1, 0.17647059, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.016636222, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.38888889, 0.072303265, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.38888889, 0.072303265, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.38888889, 0.03788753, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.38888889, 0.032909508, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.38888889, 0.0317245, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.015676568, 0.087891966, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.38888889, 0.072303265, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.087891966, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018058864, 0, 0.38888889, 0.015173048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0.5, 0, 0.5, 0, 0, }, + /* Thecus N4100PRO NAS device (Linux 2.6.33) */ + { 0.33333333, 0, 0, 0.33333333, 0, 0, 0.2, 0, 0, 0.33333333, 0, 0, 0.33333333, 0, 0, 0.4, 0, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 0.66666667, 0, 0, -1, -1, -1, 0.11764706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.016193789, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.072303265, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.072303265, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.03788753, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.032909508, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.0317245, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.015676568, 0.087891966, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.072303265, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.087891966, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018058864, 0, -1, 0.015173048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, 0, 0, }, + /* Oracle Solaris 10 or Sun OpenSolaris svn_111b */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0.5, 0, 1, 0.75, 0, 1, 0, -0.5, -0.5, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 1.3390798e-05, 0.76264591, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.33333333, 0, 0.28571429, 0, 1, 0.5, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.64530442, 0.76246281, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.33333333, 0, 0.28571429, 0, 1, 0.5, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.64514892, 0.75703059, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.14285714, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 0.33333333, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.3356463, 0.75574884, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.33333333, 0, 0.28571429, 0, 1, 0.5, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.29105048, 0.75159838, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.33333333, 0, 0.28571429, 0, 1, 0.5, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.27902384, 0.75280385, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 0.25, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.13810076, 0.7690547, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.65074677, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0.5, 0, 0.5, -0.5, -0.5, }, + /* Oracle Solaris 11 or OpenIndiana */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, -0.66666667, -0.66666667, -0.33333333, -0.5, -0.66666667, -0.33333333, 1, 0, 0, 0, 0, 1, 1, 0, 0, -1, -1, -1, 0.29411765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 1.3775929e-05, 0.98054475, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.83034414, 0.98484779, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.83399829, 0.97743191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.14285714, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 0.33333333, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.11111111, 0.43372227, 0.97694362, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.376547, 0.97947662, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.36393207, 0.99987793, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.18359227, 0.97779812, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.11111111, 0.82801171, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.97671473, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018058864, 0, 0.11111111, 0.17890764, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.66666667, -0.33333333, -0.66666667, -0.5, 0, 0, }, + /* Microsoft Windows 7 SP0 - SP1 */ + { 0.83333333, 0, 0.16753927, 0.83333333, 0, 0.16753927, 1, 0, 0.16753927, 0.83333333, 0, 0.16753927, 0.83333333, 0, 0.16753927, 0.8, 0, 0.16753927, 1, 0, 0.16753927, 1, 0, 0.16753927, 1, 0, 0, 0, 0, 0.16753927, 1, 0, 0.16753927, 0, 0, 0.16753927, 0, 0, 0.16753927, 0, 0, 0.16753927, 0, 0, 0.16753927, 0, 0, 0.16753927, 0, 0, 0.16753927, 0.42919843, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.10381703, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.10381703, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.88888889, 0.054401015, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.047253294, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.045551794, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.022509285, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.10381703, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, 0, 0, }, + /* OpenBSD 4.4 - 4.8 */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, -0.5, -0.5, -0.5, -0.5, -0.5, 1, 0, 0, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, 0.42178693, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.012192118, 0, 0, 0.23245652, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.012192118, 0, 0, 0.23245652, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012192118, -1, 0, 0.12180921, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.012192118, 0, 0, 0.10580476, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.012192118, 0, 0, 0.10199494, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 0.33333333, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018057171, 0, -1, 0.050400499, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012192118, 0, 0, 0.23245652, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, -0.5, -0.5, }, + /* Cisco 1841 or 2509 router (IOS 12.3 - 15.4) */ + { 0.16666667, 1, 0.66666667, 0.16666667, 1, 0.66666667, 0.2, 1, 0.66666667, 0.16666667, 1, 0.66666667, 0.16666667, 1, 0.66666667, 0.2, 1, 0.66666667, 0.66666667, 0, 0, 0.83333333, 0, 0, 0, 0.93333333, 0, 0, 0, 0, 0.33333333, 1, 0.66666667, 0, 1, 0, -1, -1, -1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0.37114277, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.051155868, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, -1, -1, 0.052684167, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, -1, 0.061842947, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 0.066881634, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, -1, -1, 0.062029411, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, -1, -1, 0.062514944, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.051155868, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0.33333333, 0, 0.5, 0, 0, }, + /* Cisco IOS 12 */ + { 0.16666667, 0.25, 0.25, 0.16666667, 0.25, 0.25, 0.2, 0.25, 0.25, 0.16666667, 0.25, 0.25, 0.16666667, 0.25, 0.25, 0.2, 0.25, 0.25, -0.75, -0.75, -0.75, -1, -1, -1, -1, -1, -1, -0.25, -0.25, -0.25, 0.33333333, 0.25, 0.25, -1, -1, -1, -1, -1, -1, 0, 0.25, 0, -0.25, 0, -0.25, -0.25, 0, -0.25, -0.25, 0, -0.25, 0.35488134, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0035560345, -1, -1, 0.12299482, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0034020936, -1, -1, 0.12337689, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00047721675, -1, -1, 0.073209547, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 0.066881634, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 7.6970443e-05, -1, -1, 0.063862369, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, -1, -1, 0.062514944, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0035560345, -1, -1, 0.12299482, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.75, -0.5, -1, -1, -1, -1, }, + /* Apple Mac OS X 10.6.8 - 10.7.3 (Snow Leopard - Lion) (Darwin 10.8.0 - 11.3.0) */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, 0.5, 0, 0, -1, -1, -1, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.32753444, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.24334975, 0, 0.33333333, 0.072576458, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.24334975, 0, 0.33333333, 0.072576458, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24334975, -1, 0.33333333, 0.038030686, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.24334975, 0, 0.33333333, 0.033033854, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.24334975, 0, 0.33333333, 0.031844369, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24784232, 0, -1, 0.015735801, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24334975, 0, 0.33333333, 0.072576458, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0.5, -1, -1, }, + /* Apple Mac OS X 10.4.11 - 10.7 (Tiger - Lion) or iOS 4.3.3 (Darwin 8.11.1 - 11.3.0) */ + { 0.78571429, -0.071428571, -0.071428571, 0.78571429, -0.071428571, -0.071428571, 0.8, -0.071428571, -0.071428571, 0.78571429, -0.071428571, -0.071428571, 0.75, -0.071428571, -0.071428571, 0.77142857, -0.071428571, -0.071428571, -1, -1, -1, -0.14285714, -0.42857143, -0.42857143, -0.5, -0.5, -0.5, -0.21428571, -0.21428571, -0.21428571, 0.78571429, -0.071428571, -0.071428571, -1, -1, -1, -1, -1, -1, -0.071428571, -0.071428571, -0.071428571, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, 0.2342554, 0.85714286, -0.071428571, 0.71428571, -0.071428571, -0.071428571, 0.85714286, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, 0.19047619, -0.071428571, 0.29591837, -0.21428571, -0.21428571, 0.57142857, 0.12244898, -0.21428571, -0.21428571, -1, -1, -1, -1, -1, -1, -1, 0.71428571, -0.071428571, 0.24603175, -0.21428571, -0.21428571, 0.57142857, -0.12698413, -0.21428571, -0.21428571, -1, -1, -1, -1, -1, -1, -1, -0.20359342, -0.21428571, -0.015873016, 0.47298499, 0.85714286, -0.071428571, 0.71428571, -0.071428571, -0.071428571, 0.85714286, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, 0.19047619, -0.071428571, 0.29591837, -0.21428571, -0.21428571, 0.57142857, 0.12244898, -0.21428571, -0.21428571, -1, -1, -1, -1, -1, -1, -1, 0.71428571, -0.071428571, 0.24603175, -0.21428571, -0.21428571, 0.57142857, -0.12698413, -0.21428571, -0.21428571, -1, -1, -1, -1, -1, -1, -1, -0.20359342, -0.21428571, -0.015873016, 0.47298499, 0.85714286, -0.071428571, 0.71428571, -0.071428571, -0.071428571, 0.85714286, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, 0.71428571, -0.071428571, 0.29591837, -0.21428571, -0.21428571, 0.57142857, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.71428571, -0.071428571, 0.24603175, -0.21428571, -0.21428571, 0.57142857, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.20359342, -1, -0.015873016, 0.14585003, 0.85714286, -0.071428571, 0.71428571, -0.071428571, -0.071428571, 0.85714286, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, 0.19047619, -0.071428571, 0.29591837, -0.21428571, -0.21428571, 0.57142857, 0.12244898, -0.21428571, -0.21428571, -1, -1, -1, -1, -1, -1, -1, 0.71428571, -0.071428571, 0.24603175, -0.21428571, -0.21428571, 0.57142857, -0.12698413, -0.21428571, -0.21428571, -1, -1, -1, -1, -1, -1, -1, -0.20359342, -0.21428571, -0.015873016, 0.098531983, 0.85714286, -0.071428571, 0.64285714, -0.071428571, -0.071428571, 0.85714286, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, 0.16666667, -0.071428571, 0.34693878, -0.28571429, -0.28571429, 0.42857143, 0.020408163, -0.28571429, -0.28571429, -1, -1, -1, -1, -1, -1, -1, 0.64285714, -0.071428571, 0.3015873, -0.28571429, -0.28571429, 0.42857143, -0.20634921, -0.28571429, -0.28571429, -1, -1, -1, -1, -1, -1, -1, -0.276038, -0.28571429, -0.11111111, -0.010701918, 0.85714286, -0.071428571, 0.64285714, -0.071428571, -0.071428571, 0.85714286, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, 0.16666667, -0.071428571, 0.14285714, 0.42857143, 0.42857143, -0.28571429, -0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.64285714, -0.071428571, 0.14285714, 0.42857143, 0.42857143, -0.28571429, -0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.27185442, -0.28571429, -1, -0.14981773, 0.85714286, -0.071428571, 0.78571429, -0.071428571, -0.071428571, 0.85714286, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, 0.71428571, -0.14285714, 0.71428571, 0.71428571, -0.14285714, -0.14285714, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.71428571, -0.14285714, 0.42857143, 0.71428571, -0.14285714, -0.14285714, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.13114884, -0.14285714, 0.079365079, 0.60490396, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -0.071428571, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.42857143, -0.14285714, -0.5, -0.5, }, + /* HP OfficeJet 8500 printer */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0.5, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.14528668, 0.043579767, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.034673338, 0.042359045, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, 0, 0, 0.034664452, 0.038330663, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 0, 0.037154201, 0.043579767, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.015781894, 0.03198291, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0, 0.030991317, 0.034744793, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 0.33333333, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 0.034256198, 0.043945983, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.034984329, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, 0, 0, }, + /* Brother HL-L5200W or HP LaserJet CP1525nw or CP2025dn printer */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0.5, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, 0.26709535, 0.13261921, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.013866995, 0, 0, 0.11237095, 0.12968948, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.013374384, 0, 0, 0.11234962, 0.13415732, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 0, 0.13309809, 0.13261921, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.013866995, 0, 0, 0.051146689, 0.12793164, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0, 0.12703833, 0.12739757, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 0.33333333, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 0.12695588, 0.13375448, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013866995, 0, 0, 0.11335409, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, 0, 0, }, + /* AVM FRITZ!Box 7390 WAP or Cisco SA520 Security Appliance */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, -1, -1, 0.29411765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.15027169, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.22222222, 0.071681282, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.22222222, 0.071681282, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.22222222, 0.037561606, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.22222222, 0.032626407, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.22222222, 0.031451593, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.015541712, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.22222222, 0.072303265, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.087159533, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018058864, 0, 0.22222222, 0.015038123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, 0, 0, }, + /* Linux 2.6.18 - 2.6.34 */ + { 0.83333333, 0, 0.1, 0.83333333, 0, 0.1, 1, 0, 0.1, 0.83333333, 0, 0.1, 0.83333333, 0, 0.1, 0.8, 0, 0.1, 0, 0, 0.1, 0.35, -0.1, 0, -0.1, -0.1, -0.1, 0, 0, 0.1, 1, 0, 0.1, -1, -1, -1, 0.29411765, 0, 0.1, 0, 0, 0.1, -0.2, -0.2, -0.1, -0.2, -0.2, -0.1, -0.2, -0.2, -0.1, 0.20072708, 0.086707866, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014110222, 0, 0.75555556, 0.071677947, 0.086707866, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014110222, 0, 0.75555556, 0.071677947, 0.086707866, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014110222, -1, 0.75555556, 0.037559859, 0.086707866, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014110222, 0, 0.75555556, 0.032624889, 0.086707866, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014110222, 0, 0.75555556, 0.031450129, 0.086707866, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019963886, 0, -1, 0.015540989, 0.087440299, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014110222, 0, 0.75555556, 0.072303265, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.086707866, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.017945132, 0, 0.75555556, 0.0150374, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, -0.1, 0.35, -0.1, -0.1, }, + /* Linux 2.6.18 - 2.6.34 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.5, 0, 0, -0.5, -0.5, -0.5, -1, -1, -1, 1, 0, 0, -1, -1, -1, -0.35294118, -0.5, -0.5, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.29193441, 0.080445563, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012530788, 0, 0.72222222, 0.071625202, 0.080445563, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012530788, 0, 0.72222222, 0.071625202, 0.080445563, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012530788, -1, 0.72222222, 0.03753222, 0.080445563, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012530788, 0, 0.72222222, 0.032600881, 0.080445563, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012530788, 0, 0.72222222, 0.031426986, 0.080445563, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.01839383, 0, -1, 0.015529553, 0.081177996, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012530788, 0, 0.72222222, 0.072303265, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.45642023, -0.5, 0, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.33333333, -0.28571429, 0, -0.5, -0.35714286, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -0.44444444, 0, -0.5, -0.38888889, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.49097057, -0.5, -0.11111111, -0.49248094, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, -0.5, -0.5, }, + /* Linux 2.6.23 - 2.6.32 */ + { 0.46666667, -0.2, -0.2, 0.46666667, -0.2, -0.2, 0.6, -0.2, -0.2, 0.46666667, -0.2, -0.2, 0.46666667, -0.2, -0.2, 0.44, -0.2, -0.2, 0, 0, 0, 0.2, -0.2, -0.2, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, 0.6, -0.2, -0.2, -0.6, -0.8, -0.8, -0.6, -0.8, -0.8, -0.2, -0.2, -0.2, 0, 0, 0, 0, 0, 0, -0.4, -0.6, -0.6, 0.0023693677, -0.13295796, -0.2, 0.6, -0.2, -0.2, 0.6, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, 0.066666667, 0.14285714, 0.6, -0.2, 0.028571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.6, -0.11111111, 0.6, -0.2, -0.022222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.18929803, -0.2, 0.33333333, -0.14267741, -0.13295796, -0.2, 0.6, -0.2, -0.2, 0.6, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, 0.066666667, 0.14285714, 0.6, -0.2, 0.028571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.6, -0.11111111, 0.6, -0.2, -0.022222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.18929803, -0.2, 0.33333333, -0.14267741, -0.13295796, -0.2, 0.6, -0.2, -0.2, 0.6, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, 0.6, -0.2, -0.2, 0.6, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.6, -0.2, -0.2, 0.6, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.18929803, -1, 0.33333333, -0.16996247, -0.13295796, -0.2, 0.6, -0.2, -0.2, 0.6, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, 0.066666667, 0.14285714, 0.6, -0.2, 0.028571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.6, -0.11111111, 0.6, -0.2, -0.022222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.18929803, -0.2, 0.33333333, -0.17390908, -0.13295796, -0.2, 0.6, -0.2, -0.2, 0.6, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, 0.066666667, 0.14285714, 0.6, -0.2, 0.028571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.6, -0.11111111, 0.6, -0.2, -0.022222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.18929803, -0.2, 0.33333333, -0.17484857, -0.13295796, -0.2, 0.6, -0.2, -0.2, 0.6, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, 0.066666667, 0.14285714, 0.6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.6, -0.11111111, 0.6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.18461162, -0.2, -1, -0.18757149, -0.13237201, -0.2, 0.6, -0.2, -0.2, 0.6, -0.2, 0.4, -0.2, -0.2, -0.2, -0.2, -0.2, 0.6, -0.2, -0.2, 0.6, 0.066666667, 0.4, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.6, -0.2, -0.2, 0.6, -0.2, 0.6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.18929803, -0.2, 0.33333333, -0.14215739, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.2, 0.2, 0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.2, 0.2, 0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, -0.2, 0.2, -0.4, -0.4, }, + /* Microsoft Windows XP SP3 or Windows Server 2003 SP1 */ + { 0.16666667, 0, 0.083769634, 0.16666667, 0, 0.083769634, 0.2, 0, 0.083769634, 0.16666667, 0, 0.083769634, 0.16666667, 0, 0.083769634, 0.2, 0, 0.083769634, 0, 0, 0.083769634, 0.5, 0, 0.083769634, 0.5, -0.25, -0.25, 0, 0, 0.083769634, 0.33333333, 0, 0.083769634, 0, 0, 0.083769634, 0.058823529, 0, 0.083769634, 0, 0, 0.083769634, 0, 0, 0.083769634, 0, 0, 0.083769634, 0, 0, 0.083769634, 0.35391633, 0.26349279, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014208744, -1, -1, 0.22157901, 0.25635157, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014208744, -1, -1, 0.21551078, 0.25391012, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014208744, -1, -1, 0.11184233, 0.26062409, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014208744, -1, -1, 0.099744323, 0.25354391, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014208744, -1, -1, 0.093512783, 0.25070573, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020061823, -1, -1, 0.045686135, 0.26349279, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014208744, -1, -1, 0.22157901, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25070573, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018043495, -1, -1, 0.045197966, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, -0.25, -0.25, }, + /* Microsoft Windows 7 SP1 */ + { 0.83333333, 0, 0.33507853, 0.83333333, 0, 0.33507853, 1, 0, 0.33507853, 0.83333333, 0, 0.33507853, 0.83333333, 0, 0.33507853, 0.8, 0, 0.33507853, 0, 0, 0.33507853, -1, -1, -1, 1, 0, 0, -1, -1, -1, 1, 0, 0.33507853, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0.33507853, -1, -1, -1, -1, -1, -1, 0.38854589, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.10381703, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.10381703, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.88888889, 0.054401015, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.047253294, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.045551794, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.022509285, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.10381703, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, -1, -1, 0, 0, }, + /* FreeBSD 7.4 - 8.2 */ + { 0.83333333, 0.018229167, 0, 0.83333333, 0.013020833, 0, 1, 0.018229167, 0, 0.83333333, 0.014322917, 0, 0.83333333, 0.0026041667, 0, 0.8, 0.0091145833, 0, -0.5, -0.75, -0.75, 0.625, 0, 0, -0.25, -0.25, -0.25, 0, 0, 0, 1, 0.01171875, 0, -1, -1, -1, 0.29411765, 0.0026041667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.41463941, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.33333333, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, 0, 0.33333333, 0.87112841, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 0.33333333, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.33333333, 0.38545878, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0.33333333, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.33333333, 0.84686555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0.33333333, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.75, -0.75, 0, 0.5, -0.25, -0.25, }, + /* Linux 2.6.32 - 2.6.37 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, -0.058823529, -0.058823529, -0.058823529, 0.32352941, -0.11764706, -0.11764706, -0.23529412, -0.23529412, -0.23529412, 0, 0, 0, 1, 0, 0, -1, -1, -1, 0.29411765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.037230615, 0.085805968, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014206027, 0, 0.64052288, 0.070592298, 0.085805968, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014206027, 0, 0.64052288, 0.070592298, 0.085805968, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014206027, -1, 0.64052288, 0.036990969, 0.085805968, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014206027, 0, 0.64052288, 0.032130745, 0.085805968, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014206027, 0, 0.64052288, 0.030973779, 0.085805968, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020059122, 0, -1, 0.015305602, 0.08652763, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014206027, 0, 0.64052288, 0.071205649, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.085805968, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018040783, 0, 0.64052288, 0.014801892, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.058823529, 0.88235294, -0.11764706, 0.32352941, -0.23529412, -0.23529412, }, + /* Linux 2.6.16 - 3.2 */ + { 0.83333333, 0, 0.0625, 0.83333333, 0, 0.0625, 1, 0, 0.0625, 0.83333333, 0, 0.0625, 0.83333333, 0, 0.0625, 0.8, 0, 0.0625, 0, 0, 0.0625, 0.5, 0, 0.0625, -1, -1, -1, 0, 0, 0.0625, 1, 0, 0.0625, -1, -1, -1, 0.29411765, 0, 0.0625, 0, 0, 0.0625, 0, 0, 0.0625, 0, 0, 0.0625, 0, 0, 0.0625, 0.061254214, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, 0, 0.75694444, 0.034956982, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, 0, 0.75694444, 0.034956982, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, -1, 0.75694444, 0.018317758, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, 0, 0.75694444, 0.015910998, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, 0, 0.75694444, 0.015338074, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24863806, 0, -1, 0.0075792639, 0.49976349, 0, 1, 0, 0, 1, 0, 0.8125, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, 0, 0.75694444, 0.034984329, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.49939727, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24761392, 0, 0.75694444, 0.0070716018, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, -1, -1, }, + /* Linux 2.6.32 - 3.2 */ + { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0.1875, 0.40625, -0.0625, 0.0625, -0.125, -0.125, -0.125, -0.0625, -0.0625, 0.125, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.0625, -0.0625, 0.125, -0.0625, -0.0625, 0.125, -0.0625, -0.0625, 0.125, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -0.0625, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0.9375, -0.0625, 0.40625, -0.125, -0.125, }, + /* IBM AIX 7.1 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0.66666667, 0, 0, -1, -1, -1, 0.29411765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.39552389, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, 0.22222222, 0.016383413, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, 0.33333333, 0.016383413, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, 0.33333333, 0.0085850489, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, 0.22222222, 0.0074570639, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, 0.33333333, 0.0071885494, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99776581, -1, -1, 0.0035522005, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, 0.33333333, 0.016383413, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, 0.22222222, 0.0030424784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, 0, 0, }, + /* IBM AIX 6.1 */ + { 0.16666667, 0, 0, 0.16666667, 0, 0, 0.2, 0, 0, 0.16666667, 0, 0, 0.16666667, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0.33333333, 0, 0, -1, -1, -1, 0.058823529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.47674708, 0.26733806, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, -1, 0.0026694326, 0.25635157, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, -1, 0.0024637872, 0.25391012, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, -1, 0.0012670989, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, -1, 0.001067335, 0.25354391, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, -1, 0.0010579767, 0.25070573, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99776581, -1, -1, 0.00051127768, 0.26733806, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99775246, -1, -1, 0.0026694326, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25070573, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, 0, 0, }, + /* IBM AIX 6.1 - 7.1 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0.66666667, 0, 0, -1, -1, -1, 0.29411765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.32125875, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25123153, -1, 0.11111111, 0.070298336, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25123153, -1, 0.11111111, 0.070298336, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25123153, -1, 0.11111111, 0.03683693, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25123153, -1, 0.11111111, 0.031996946, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25123153, -1, 0.11111111, 0.030844797, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.2556773, -1, -1, 0.015241866, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25123153, -1, 0.22222222, 0.070298336, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.25468378, -1, 0.11111111, 0.014738124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, 0, 0, }, + /* IBM AIX 6.1 - 7.1 */ + { 0.16666667, 0, 0, 0.16666667, 0, 0, 0.2, 0, 0, 0.16666667, 0, 0, 0.16666667, 0, 0, 0.2, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33377212, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.4437648, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.38545878, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.37157915, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, -1, -1, 0.18361475, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, }, + /* Microsoft Windows Vista, Windows 7 SP1, Windows Server 2008 R2 or Windows 8.1 */ + { 0.83333333, 0, 0.30414089, 0.83333333, 0, 0.30414089, 1, 0, 0.30414089, 0.83333333, 0, 0.30414089, 0.83333333, 0, 0.30414089, 0.8, 0, 0.30414089, 0, 0, 0.30414089, 0.090909091, -0.27272727, -0.059971442, 0.45454545, -0.27272727, -0.27272727, 0, 0, 0.30414089, 1, 0, 0.30414089, 0, 0, 0.30414089, 0, 0, 0.30414089, 0, 0, 0.30414089, 0, 0, 0.30414089, 0, 0, 0.30414089, 0, 0, 0.30414089, 0.39199627, 0.20454719, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, 0, 0.80808081, 0.17310709, 0.20454719, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, 0, 0.80808081, 0.17310709, 0.20454719, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, -1, 0.80808081, 0.090709598, 0.20454719, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, 0, 0.80808081, 0.078791312, 0.20454719, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, 0, 0.80808081, 0.075954189, 0.20454719, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019771072, 0, -1, 0.037532539, 0.20454719, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, 0, 0.80808081, 0.17310709, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, -0.27272727, 0.090909091, -0.27272727, -0.27272727, }, + /* Linux 2.6.32 - 3.2 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.5, 0, 0, -1, -1, -1, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.39422389, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, 0, 0.62962963, 0.034956982, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, 0, 0.62962963, 0.034956982, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, -1, 0.62962963, 0.018317758, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, 0, 0.62962963, 0.015910998, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, 0, 0.62962963, 0.015338074, 0.49939727, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24863806, 0, -1, 0.0075792639, 0.49976349, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24415025, 0, 0.62962963, 0.034984329, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, -1, -1, }, + /* Linux 3.2 - 3.8 */ + { 0.83333333, 0, 0.42857143, 0.83333333, 0, 0.42857143, 1, 0, 0.42857143, 0.83333333, 0, 0.42857143, 0.83333333, 0, 0.42857143, 0.8, 0, 0.42857143, -0.57142857, -0.57142857, -0.14285714, -0.35714286, -0.57142857, -0.14285714, 0, 0, 0, 0, 0, 0.42857143, 1, 0, 0.42857143, -1, -1, -1, -1, -1, -1, 0, 0, 0.42857143, 0, 0, 0.42857143, 0, 0, 0.42857143, 0, 0, 0.42857143, 0.4421236, 0.21641653, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014074595, 0, 0.63492063, 0.18269433, 0.21641653, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014074595, 0, 0.63492063, 0.18269433, 0.21641653, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014074595, -1, 0.63492063, 0.095733393, 0.21641653, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014074595, 0, 0.63492063, 0.083155033, 0.21641653, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014074595, 0, 0.63492063, 0.080160781, 0.21641653, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019928471, 0, -1, 0.039611214, 0.21824761, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014074595, 0, 0.63492063, 0.18426007, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.57142857, -0.14285714, -0.57142857, -0.35714286, 0, 0, }, + /* Linux 3.7 - 4.15 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, -0.36363636, -0.36363636, -0.36363636, -0.045454545, -0.36363636, -0.36363636, -0.45454545, -0.45454545, -0.45454545, -0.090909091, -0.090909091, -0.090909091, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, 0.38279784, 0.66666667, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.74747475, 0.010116248, 0.66666667, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.74747475, 0.010116248, 0.66666667, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, 0.74747475, 0.0053010006, 0.66666667, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.74747475, 0.004604505, 0.66666667, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.74747475, 0.0044387056, 0.66666667, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, -1, 0.0021933733, 0.66666667, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.74747475, 0.010116248, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -0.18181818, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.36363636, 0.27272727, -0.36363636, -0.045454545, -0.45454545, -0.45454545, }, + /* Linux 3.7 - 3.9 */ + { 0.83333333, 0, -0.25, 0.83333333, 0, -0.25, 1, 0, -0.25, 0.83333333, 0, -0.25, 0.83333333, 0, -0.25, 0.8, 0, -0.25, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, -0.25, 1, 0, -0.25, -1, -1, -1, -1, -1, -1, 0, 0, -0.25, 0, 0, -0.25, 0, 0, -0.25, 0, 0, -0.25, 0.32736434, 0.20889601, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013315887, 0, 0.77777778, 0.18263356, 0.20889601, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013315887, 0, 0.77777778, 0.18263356, 0.20889601, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013315887, -1, 0.77777778, 0.09570155, 0.20889601, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013315887, 0, 0.77777778, 0.083127374, 0.20889601, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013315887, 0, 0.77777778, 0.080134118, 0.20889601, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019174267, 0, -1, 0.039598039, 0.21072709, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013315887, 0, 0.77777778, 0.18426007, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, }, + /* Linux 2.6.39 - 3.5 */ + { 0.83333333, 0.033333333, 0.2, 0.83333333, 0.033333333, 0.2, 1, 0.033333333, 0.2, 0.83333333, 0.033333333, 0.2, 0.83333333, 0.033333333, 0.2, 0.8, 0.033333333, 0.2, -0.6, -0.6, -0.6, -1, -1, -1, -0.8, -0.8, -0.8, -0.4, -0.2, -0.4, 1, 0.033333333, 0.4, -1, -1, -1, -1, -1, -1, -0.2, -0.16666667, 0, 0, 0.033333333, 0.4, -0.2, -0.16666667, 0, -1, -1, -1, 0.30279924, 0.21667811, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, 0, 0.53333333, 0.18269636, 0.21667811, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, 0, 0.53333333, 0.18269636, 0.21667811, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, -1, 0.53333333, 0.095734456, 0.21667811, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, 0, 0.53333333, 0.083155956, 0.21667811, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, 0, 0.53333333, 0.080161671, 0.21667811, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019954704, 0, -1, 0.039611654, 0.21850919, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, 0, 0.53333333, 0.18426007, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.6, -0.2, -1, -1, -0.8, -0.8, }, + /* OpenWrt (Linux 3.3 - 3.10) */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, -0.25, -0.25, -0.25, -0.25, -0.5, -0.5, -0.5, -0.5, -0.5, 0.25, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.40086444, 0.2168307, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014116379, 0, 0.33333333, 0.18269741, 0.2168307, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014116379, 0, 0.33333333, 0.18269741, 0.2168307, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014116379, -1, 0.33333333, 0.095735007, 0.2168307, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014116379, 0, 0.33333333, 0.083156435, 0.2168307, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014116379, 0, 0.33333333, 0.080162132, 0.2168307, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019970007, 0, -1, 0.039611882, 0.21866178, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014116379, 0, 0.33333333, 0.18426007, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.25, 0.5, -0.5, -0.25, -0.5, -0.5, }, + /* Citrix NetScaler load balancer (NS9.3) */ + { 0.5, 0, 1, 0.5, 0, 1, 0.4, 0, 1, 0.5, 0, 1, 0.5, 0, 1, 0.4, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 1, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.44902251, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.10379112, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012992611, 0, 0.44444444, 0.11003381, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, -1, 0.44444444, 0.14817876, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0.44444444, 0.12870963, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0.44444444, 0.12407505, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, -1, 0.25835461, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.10379112, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.12530709, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, }, + /* Citrix NetScaler load balancer (NS9.2) */ + { 0.16666667, 0, 1, 0.16666667, 0, 1, 0.2, 0, 1, 0.16666667, 0, 1, 0.16666667, 0, 1, 0.2, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 0, 1, -1, -1, -1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.47905612, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.10379112, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012992611, -1, -1, 0.11003381, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, -1, -1, 0.14817876, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, -1, -1, 0.12870963, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, -1, -1, 0.12407505, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 0.25835461, 0.12497139, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.10379112, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.12530709, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, }, + /* Linux 2.6.18 */ + { 0.83333333, 0, -0.33333333, 0.83333333, 0, -0.33333333, 1, 0, -0.33333333, 0.83333333, 0, -0.33333333, 0.83333333, 0, -0.33333333, 0.8, 0, -0.33333333, 0, 0, -0.33333333, -1, -1, -1, -1, -1, -1, -0.33333333, -0.33333333, -0.66666667, 1, 0, -0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.66666667, -0.66666667, -0.66666667, -1, -1, -1, -1, -1, -1, 0.47494468, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013721264, 0, 0.77777778, 0.073482961, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013721264, 0, 0.77777778, 0.073482961, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013721264, -1, 0.77777778, 0.038505701, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013721264, 0, 0.77777778, 0.033446457, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013721264, 0, 0.77777778, 0.032242115, 0.087159533, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019577238, 0, -1, 0.015932346, 0.087891966, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013721264, 0, 0.77777778, 0.074120083, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, -1, -1, -1, -1, }, + /* NetBSD */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -0.33333333, -0.66666667, -0.66666667, 0.66666667, 0, 0, -0.33333333, -0.33333333, -0.33333333, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0.35294118, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.003360364, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.22222222, 0.42227195, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.22222222, 0.42227195, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.22222222, 0.22127412, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.22222222, 0.19220103, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.22222222, 0.18528024, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 1, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.091555687, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0.33333333, 0.25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.22222222, 0.42227195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.50000763, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 1, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.018058864, 0, 0.22222222, 0.091090982, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.66666667, -0.66666667, 0, 0.5, -0.33333333, -0.33333333, }, + /* F5 BIG-IP load balancer */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.323808, 0.066834516, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.054421275, 0.064087892, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.052088841, 0.029297322, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.011813608, 0.024536507, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.0084212671, 0.024536507, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.0081180335, 0.012130922, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.0017273746, 0.066834516, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.054421275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, }, + /* Microsoft Windows Vista SP2 */ + { 0.66666667, 0, 0, 0.66666667, 0, 0, 0.8, 0, 0, 0.66666667, 0, 0, 0.66666667, 0, 0, 0.8, 0, 0, 0, 0, 0, -1, -1, -1, 1, 0, 0, -0.5, -0.5, -0.5, 0.66666667, 0, 0, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, 0.29669776, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.10381703, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.10381703, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.054401015, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.047253294, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.045551794, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.022509285, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.10381703, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, 0, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, -1, -1, 0, 0, }, + /* Microsoft Windows Server 2008 R2 */ + { 0.66666667, 0, 0.33507853, 0.66666667, 0, 0.33507853, 0.8, 0, 0.33507853, 0.66666667, 0, 0.33507853, 0.66666667, 0, 0.33507853, 0.8, 0, 0.33507853, 0, 0, 0.33507853, 0.5, 0, 0.33507853, 1, 0, 0, 0, 0, 0.33507853, 0.66666667, 0, 0.33507853, 0, 0, 0.33507853, 0, 0, 0.33507853, 0, 0, 0.33507853, 0, 0, 0.33507853, 0, 0, 0.33507853, 0, 0, 0.33507853, 0.28838051, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.10381703, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.10381703, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.054401015, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.047253294, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.045551794, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.022509285, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, -1, 0.10381703, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, 0, 0, }, + /* FreeBSD 9.0 - 11.1 */ + { 0.83333333, 0.0026041667, 0, 0.83333333, 0.0026041667, 0, 1, 0.003125, 0, 0.83333333, 0.0041666667, 0, 0.83333333, 0.0046875, 0, 0.8, 0.011979167, 0, -1, -1, -1, 0.05, -0.3, -0.3, -0.8, -0.8, -0.8, -0.5, -0.5, -0.5, 1, 0.0041666667, 0, -1, -1, -1, -0.35294118, -0.49947917, -0.5, -0.2, -0.1984375, -0.2, -0.3, -0.3, -0.3, -0.5, -0.5, -0.5, -0.6, -0.6, -0.6, 0.40295645, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014096367, 0, 0.7, 0.85247, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013480603, 0, 0.7, 0.87663315, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 0.7, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.059859914, 0, 0.7, 0.31858368, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0.7, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 1, 1, 0, 1, 0, 0, 1, 0, 0.1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014096367, 0, 0.7, 0.85247, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -0.5, 0, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.33333333, -0.5, -0.35714286, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -0.5, -0.38888889, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.16666667, 0, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.3, -0.3, -0.3, -0.3, -0.3, -0.3, -0.3, -0.3, -0.3, -0.3, -0.3, -0.3, -0.3, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.3, 0.05, -0.8, -0.8, }, + /* Juniper JUNOS 13 */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0, 0, -1, -1, -1, 0.35294118, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.37081221, 0.62500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.03708436, 0, 0.055555556, 0.45692723, 0.62500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.03708436, 0, 0.055555556, 0.45692723, 0.62500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.03708436, -1, 0.055555556, 0.23943378, 0.62500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.03708436, 0, 0.055555556, 0.20797471, 0.62500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.03708436, 0, 0.055555556, 0.20048594, 0.62500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.042801616, 0, -1, 0.099069537, 0.62500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.03708436, 0, 0.055555556, 0.45692723, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.62500191, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.040882195, 0, 0.055555556, 0.098608676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, }, + /* NetComm NP805N wireless ADSL router */ + { 0.33333333, 0, 0, 0.33333333, 0, 0, 0.4, 0, 0, 0.33333333, 0, 0, 0.33333333, 0, 0, 0.2, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.66666667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.35701729, 0.087403677, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, -1, 0.11111111, 0.075115706, 0.087403677, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, -1, 0.11111111, 0.075115706, 0.087403677, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, -1, 0.11111111, 0.039361274, 0.087403677, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, -1, 0.11111111, 0.034189617, 0.087403677, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, -1, 0.11111111, 0.032958515, 0.087403677, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019158964, -1, -1, 0.016286353, 0.087403677, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013300493, -1, 0.11111111, 0.075115706, 0.015607853, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0039063096, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, -1, -1, -1, -1, }, + /* OpenBSD 5.3 - 6.1 */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -0.4, -0.4, -0.4, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, 0, 0, 0, -0.2, -0.2, -0.2, -1, -1, -1, 0.30601795, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.014054803, 0, 0.46666667, 0.21165483, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.014054803, 0, 0.46666667, 0.21165483, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014054803, -1, 0.46666667, 0.11090895, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.014054803, 0, 0.46666667, 0.096336679, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 0.28571429, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.014054803, 0, 0.46666667, 0.092867781, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 0.33333333, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019908796, 0, -1, 0.045890341, 0.25000381, 0, 1, 0, 0, 1, 0, 0.4, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014054803, 0, 0.46666667, 0.21165483, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, -0.2, -0.2, 0.6, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.2, -0.2, -0.2, -0.2, -0.2, 0.6, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.4, -0.4, }, + /* FreeBSD 9.1 - 11.0 */ + { 0.83333333, 0.022135417, 0, 0.83333333, 0.022135417, 0, 1, 0.020833333, 0, 0.83333333, 0.032552083, 0, 0.83333333, 0.03515625, 0, 0.8, 0.044270833, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.25, -0.25, -0.25, 1, 0.029947917, 0, -1, -1, -1, 0.29411765, 0.026041667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.35478155, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.66666667, 0.84694747, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, 0, 0.66666667, 0.87112841, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 0.66666667, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.071428571, 0, 0.66666667, 0.29871354, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0.66666667, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 1, 1, 0, 1, 0, 0, 1, 0, 0.25, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.66666667, 0.84694747, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0.66666667, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, }, + /* BlackBerry 10 */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0.35294118, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.30128069, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.44444444, 0.4437648, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.38545878, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.37157915, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 1, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.18361475, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0.33333333, 0.25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.84686555, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 1, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.018058864, 0, 0.44444444, 0.18319713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0.5, 0, 0, }, + /* IBM AIX 7.1 */ + { 0.16666667, 0, 0, 0.16666667, 0, 0, 0.2, 0, 0, 0.16666667, 0, 0, 0.16666667, 0, 0, 0.2, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0, 0, 0, 0.33333333, 0, 0, -1, -1, -1, 0.058823529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.34488432, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.4437648, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.38545878, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.37157915, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, -1, -1, 0.18361475, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, -1, 0.84686555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018058864, -1, -1, 0.18319713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, -1, -1, }, + /* HP HP-UX B.11.23 */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, -1, 0.5, 0, 0, -1, -1, -1, 0, 0, 0, 1, 0, 0, 0.088235294, 0, 0, 0.35294118, 0, 0, 0.18181818, 0, 0, 0.34375, 0, 0, 0.54545455, 0, 0, 0.26470588, 0, 0, 0, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0.28571429, 0, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0.22222222, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.42227195, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0.28571429, 0, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0.22222222, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, 0, 0, 0.43440356, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 1, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 0, 0.49939596, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0.28571429, 0, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0.22222222, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0, 0.51815315, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0.28571429, 0, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0.33333333, 0.22222222, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0, 0.49949546, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 0.33333333, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 0.49975454, 0.50000763, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0.25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.42227195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.50000763, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0.28571429, 0, 0, 1, 1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0.22222222, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.49949865, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0, -1, -1, }, + /* Cisco IOS XR */ + { 0.16666667, 0, 1, 0.16666667, 0, 1, 0.2, 0, 1, 0.16666667, 0, 1, 0.16666667, 0, 1, 0.2, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.33333333, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.35278634, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012130542, -1, -1, 0.056734629, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012130542, -1, -1, 0.056734629, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, -1, 0.061842947, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 0.066881634, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, -1, -1, 0.062029411, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, -1, -1, 0.062514944, 0.062989242, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.012130542, -1, -1, 0.056734629, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, }, + /* Joyent SmartOS */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0, 0, 1, 0.5, 0, 1, -1, -1, -1, 0, 0, 1, 1, 0, 0, -1, -1, -1, 0.29411765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 1.2376658e-05, 0.50055695, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.55555556, 0.49939095, 0.50055695, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.55555556, 0.49939095, 0.50008392, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.14285714, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 0.33333333, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.010837438, -1, 0.55555556, 0.26143669, 0.50055695, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.55555556, 0.22730247, 0.50022126, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.55555556, 0.21897011, 0.99987793, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.016710534, 0, -1, 0.21679035, 0.50029755, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.55555556, 0.49913094, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.50005341, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0.14285714, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.33333333, 1, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.01467763, 0, 0.55555556, 0.10771075, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, -1, -1, }, + /* Linux 3.12 - 4.14 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, -0.42857143, -0.42857143, -0.42857143, -0.14285714, -0.42857143, -0.42857143, -0.57142857, -0.57142857, -0.57142857, -0.71428571, -0.71428571, -0.71428571, 1, 0, 0, -1, -1, -1, -0.71428571, -0.85714286, -0.85714286, -0.57142857, -0.57142857, -0.57142857, -0.85714286, -0.85714286, -0.85714286, -1, -1, -1, -1, -1, -1, 0.33634198, 0.4258575, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.01372273, 0, 0.71428571, 0.36766224, 0.4258575, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.01372273, 0, 0.71428571, 0.36766224, 0.4258575, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.01372273, -1, 0.71428571, 0.19265816, 0.4258575, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.01372273, 0, 0.71428571, 0.16734491, 0.4258575, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.01372273, 0, 0.71428571, 0.16131914, 0.4258575, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019578695, 0, -1, 0.079715381, 0.42951967, 0, 1, 0, 0, 1, 0, 0.71428571, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.01372273, 0, 0.71428571, 0.37085475, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.57142857, -0.57142857, -0.57142857, -0.57142857, -0.57142857, -0.57142857, -0.57142857, -0.57142857, -0.57142857, -0.57142857, -0.57142857, -0.57142857, -0.57142857, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.85714286, -0.85714286, -0.85714286, -0.85714286, -0.85714286, -0.85714286, -0.85714286, -0.85714286, -0.85714286, -0.85714286, -0.85714286, -0.85714286, -0.85714286, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.42857143, 0.14285714, -0.42857143, -0.14285714, -0.57142857, -0.57142857, }, + /* Apple OS X 10.9 (Mavericks) - 10.15 (Catalina) or iOS 6 - 12.4 (Darwin 13.0.0 - 19.3.0) */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0.91304348, -0.043478261, -0.043478261, 1, 0, 0, -1, -1, -1, 0.36956522, -0.086956522, -0.086956522, -0.2173913, -0.2173913, -0.2173913, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.086956522, -0.086956522, -0.086956522, -0.13043478, -0.13043478, -0.13043478, 0.32234792, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.023872885, 0, 0.5410628, 0.827249, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.023872885, 0, 0.5410628, 0.827249, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.023872885, -1, 0.5410628, 0.43348557, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.023872885, 0, 0.5410628, 0.37653013, 0.91304348, -0.043478261, 0.91304348, -0.043478261, -0.043478261, 0.91304348, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, 0.27536232, -0.043478261, 0.22981366, -0.043478261, -0.043478261, 0.91304348, 0.36645963, -0.043478261, -0.043478261, -1, -1, -1, -1, -1, -1, -1, 0.91304348, -0.043478261, 0.16908213, -0.043478261, -0.043478261, 0.91304348, 0.062801932, -0.043478261, -0.043478261, -1, -1, -1, -1, -1, -1, -1, -0.0301858, -0.043478261, 0.46859903, 0.31810921, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.029668584, 0, -1, 0.17936155, 1, 0, 1, 0, 0, 1, 0, 0.17391304, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.023872885, 0, 0.5410628, 0.827249, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -0.043478261, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.086956522, -0.086956522, -0.086956522, -0.086956522, -0.086956522, -0.086956522, -0.086956522, -0.086956522, -0.086956522, -0.086956522, -0.086956522, -0.086956522, -0.086956522, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.13043478, -0.13043478, -0.13043478, -0.13043478, -0.13043478, -0.13043478, -0.13043478, -0.13043478, -0.13043478, -0.13043478, -0.13043478, -0.13043478, -0.13043478, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.086956522, 0.36956522, -0.2173913, -0.2173913, }, + /* Dell SonicWALL firewall (SonicOS 5.9) */ + { 0.5, 0, 0, 0.5, 0, 0, 0.4, 0, 0, 0.5, 0, 0, 0.5, 0, 0, 0.4, 0, 0, 0, 0, 0, 0.5, 0, 0, 1, 0, 0, -1, -1, -1, 1, 0, 0, -1, -1, -1, -1, -1, -1, 1, 0, 1, 1, 0, 1, 1, 0, 1, -1, -1, -1, 0.47399265, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.14285714, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0.33333333, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.14285714, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0.33333333, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, 0, 0, 0.87112841, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.14285714, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0.33333333, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00061576355, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.14285714, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0.33333333, 0.33333333, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.14285714, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0.33333333, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.5, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0, 0.84686555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, 0, 0, }, + /* Linux 3.13 - 4.6 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, -0.41176471, -0.41176471, -0.41176471, -0.29411765, -0.52941176, -0.52941176, -0.58823529, -0.58823529, -0.58823529, -0.23529412, -0.23529412, -0.23529412, 1, 0, 0, -0.88235294, -0.94117647, -0.94117647, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -0.29411765, -0.29411765, -0.29411765, 0.38972513, 0.43048394, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0139561, 0, 0.74509804, 0.36770194, 0.43048394, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0139561, 0, 0.74509804, 0.36770194, 0.43048394, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0139561, -1, 0.74509804, 0.19267897, 0.43048394, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0139561, 0, 0.74509804, 0.16736298, 0.43048394, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0139561, 0, 0.74509804, 0.16133656, 0.43048394, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019810679, 0, -1, 0.079723989, 0.4341461, 0, 1, 0, 0, 1, 0, 0.94117647, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0139561, 0, 0.74509804, 0.37085475, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.058823529, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.058823529, 0.058823529, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.29411765, -0.29411765, -0.29411765, -0.29411765, -0.29411765, -0.29411765, -0.29411765, -0.29411765, -0.29411765, -0.29411765, -0.29411765, -0.29411765, -0.29411765, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.41176471, 0.17647059, -0.52941176, -0.29411765, -0.58823529, -0.58823529, }, + /* Android 7.1 (Linux 3.18) */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.5, 0, 0, -1, -1, -1, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.29600769, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.88888889, 0.4437648, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.38545878, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.37157915, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.18361475, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.88888889, 0.84686555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, -1, -1, }, + /* Linux 4.19 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, -0.5, -0.5, -0.5, -0.25, -0.5, -0.5, -0.5, -0.5, -0.5, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, 0.2794147, 0.98054475, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.72222222, 0.83034414, 0.98054475, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.72222222, 0.83034414, 0.98054475, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.72222222, 0.43510745, 0.98054475, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.72222222, 0.37793891, 0.98054475, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.72222222, 0.36433006, 0.98054475, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.18003263, 0.98878462, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.72222222, 0.83734144, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, 0, -0.5, -0.25, -0.5, -0.5, }, + /* VMware ESXi 6.0.0 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -1, -1, -1, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -0.5, -0.5, -0.5, 0.04443401, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 1, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, 0, 1, 0.87112841, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 1, 0.38545878, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, 0, -1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 1, 0.84686555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, }, + /* Apple Time Capsule NAS device */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -0.5, -0.5, -0.5, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0.35294118, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0033769199, 0.75000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.33333333, 0.63456875, 0.75000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.33333333, 0.63456875, 0.75000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.33333333, 0.33251946, 0.75000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.33333333, 0.28882991, 0.75000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.33333333, 0.2784297, 0.75000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 1, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.13758522, 0.75000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0.33333333, 0.25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.33333333, 0.63456875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.75000381, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 1, 1, 0.125, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.018058864, 0, 0.33333333, 0.13714406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.5, }, + /* IBM i 7.2 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.5, 0, 0, 1, 0, 0, 0, 0, 0, 0.66666667, 0, 0, 0, 0, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.5715095e-05, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013608374, -1, 0, 0.87112841, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.001908867, -1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.38545878, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.00030788177, -1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.0020964681, -1, -1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0, 0.84686555, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, 0, 0, }, + /* Apple OS X 10.9 (Mavericks) - 10.12 (Sierra) (Darwin 13.0.0 - 16.6.0) */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, 0.5, 0, 0, -1, -1, -1, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.32002435, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.24334975, 0, 0.54166667, 0.072576458, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.24334975, 0, 0.54166667, 0.072576458, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24334975, -1, 0.54166667, 0.038030686, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.24334975, 0, 0.54166667, 0.033033854, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0.42857143, 0, 0, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0.11111111, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0.24334975, 0, 0.54166667, 0.031844369, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24784232, 0, -1, 0.015735801, 1, 0, 1, 0, 0, 1, 0, 0.125, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.24334975, 0, 0.54166667, 0.072576458, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0.5, -1, -1, }, + /* Cisco IOS XE 15 */ + { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0.93333333, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0, 1, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, -1, -1, 0, 0, }, + /* Microsoft Windows 8.1 or Windows 10 */ + { 0.83333333, 0, 0.33507853, 0.83333333, 0, 0.33507853, 1, 0, 0.33507853, 0.83333333, 0, 0.33507853, 0.83333333, 0, 0.33507853, 0.8, 0, 0.33507853, 0, 0, 0.33507853, 0.5, 0, 0.33507853, -1, -1, -1, 0, 0, 0.33507853, 1, 0, 0.33507853, 0, 0, 0.33507853, 0, 0, 0.33507853, 0, 0, 0.33507853, 0, 0, 0.33507853, 0, 0, 0.33507853, 0, 0, 0.33507853, 0.3313806, 0.30000153, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, 0, 0.88888889, 0.0032683921, 0.30000153, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, 0, 0.88888889, 0.0032683921, 0.30000153, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, -1, 0.88888889, 0.0017126655, 0.30000153, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, 0, 0.88888889, 0.0014876393, 0.30000153, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, 0, 0.88888889, 0.0014340722, 0.29907683, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.9999847, 0, -1, 0.00070489812, 0.30000153, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, 0, 0.88888889, 0.0032683921, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, -1, -1, }, + /* OpenBSD 6.0 */ + { 0.83333333, 0, 1, 0.83333333, 0, 1, 1, 0, 1, 0.83333333, 0, 1, 0.83333333, 0, 1, 0.8, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.66666667, 0, 1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0.30596722, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, -1, 0.33333333, 0.21295886, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, -1, 0.33333333, 0.21295886, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, -1, 0.33333333, 0.11159227, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, -1, 0.33333333, 0.096930218, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, -1, 0.33333333, 0.093439948, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019771072, -1, -1, 0.046173076, 0.25000381, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013916256, -1, 0.33333333, 0.21295886, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, }, + /* DragonFly 4.7 */ + { 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0.015625, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0.015625, 0, -1, -1, -1, 0.35294118, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.45487363, 0.87501335, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0, 1, 0.5, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.55555556, 0.87472156, 0.87501335, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0, 1, 0.5, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.55555556, 0.87472156, 0.87501335, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.010837438, -1, 0.55555556, 0.45836159, 0.87501335, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0, 1, 0.5, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.55555556, 0.39813771, 0.87501335, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0, 1, 0.5, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.55555556, 0.38380154, 0.87501335, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, 0, 1, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.016710534, 0, -1, 0.1896544, 0.87501335, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.010837438, 0, 0.55555556, 0.87472156, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.87501335, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, 0, 1, 0.5, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, 0.01467763, 0, 0.55555556, 0.18923988, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, }, + /* Windows 10 */ + { 0.56666667, 0, 0.2, 0.56666667, 0, 0.2, 0.52, 0, 0.2, 0.56666667, 0, 0.2, 0.56666667, 0, 0.2, 0.48, 0, 0.2, -0.4, -0.4, -0.4, -0.7, -0.8, -0.8, 0.6, -0.2, -0.2, -0.8, -0.8, -0.8, 1, 0, 0.2, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, 0.37664854, 0.82500038, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0.2, 0.2, 0.14285714, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.066666667, 0.2, -0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014137931, 0, 0.88888889, 0.70159678, 0.82500038, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0.2, 0.2, 0.14285714, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.066666667, 0.2, -0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014137931, 0, 0.88888889, 0.70159678, 0.82500038, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, -0.8, -0.8, -0.6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, -0.8, -0.8, -0.6, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014137931, -1, 0.88888889, 0.36764273, 0.82500038, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0.2, 0.2, 0.14285714, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.066666667, 0.2, -0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014137931, 0, 0.88888889, 0.31933834, 0.82500038, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0.2, 0.2, 0.14285714, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.066666667, 0.2, -0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014137931, 0, 0.88888889, 0.30783959, 0.8160647, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.085714286, 0.2, 0.066666667, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.022222222, 0.2, -0.2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.01999143, 0, -1, 0.1504649, 0.82500038, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014137931, 0, 0.88888889, 0.70159678, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.8, -0.8, -0.8, -0.6, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.4, -0.4, -0.8, -0.7, -0.2, -0.2, }, + /* 3Com Switch (3Com OS 5) */ + { 0.83333333, 0, 1, 0.83333333, 0, 1, 1, 0, 1, 0.83333333, 0, 1, 0.83333333, 0, 1, 0.8, 0, 1, -1, -1, -1, 0.5, 0, 0, -1, -1, -1, 0, 0, 0, 0.66666667, 0, 1, -1, -1, -1, 0.17647059, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3.6332512e-06, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.007820197, -1, 0, 0.14694114, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.007820197, -1, 0, 0.14694114, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.007820197, -1, 0, 0.076998414, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.007820197, -1, 0, 0.066881634, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.007820197, -1, 0, 0.064473355, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013711208, -1, -1, 0.031859319, 0.12500191, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.007820197, -1, 0, 0.14694114, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.12500191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0.5, -1, -1, }, + /* Windows 10 */ + { 0.5, 0, 0.39005236, 0.5, 0, 0.39005236, 0.4, 0, 0.39005236, 0.5, 0, 0.39005236, 0.5, 0, 0.39005236, 0.4, 0, 0.39005236, 0, 0, 0.39005236, 0.5, 0, 0.39005236, -1, -1, -1, 0, 0, 0.39005236, 1, 0, 0.39005236, 0, 0, 0.39005236, 0, 0, 0.39005236, 0, 0, 0.39005236, 0, 0, 0.39005236, 0, 0, 0.39005236, 0, 0, 0.39005236, 0.39031058, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, 0, 0.88888889, 0.01634196, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, 0, 0.88888889, 0.01634196, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, -1, 0.88888889, 0.0085633273, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, 0, 0.88888889, 0.0074381963, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 0, 0, 0.42857143, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 0.11111111, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, 0, 0.88888889, 0.0071703612, 0.98664836, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0, 0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.9999847, 0, -1, 0.0034891468, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 0, 0, 0.5, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.99998461, 0, 0.88888889, 0.01634196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0.5, -1, -1, }, + /* Linux 4.4 */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0.40566319, 0.43579767, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.36774484, 0.43579767, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.36774484, 0.43579767, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.44444444, 0.19270145, 0.43579767, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.16738251, 0.43579767, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.16135538, 0.43579767, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.079733289, 0.43945983, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.44444444, 0.37085475, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, 0, 0, }, + /* FreeBSD 11.2 */ + { 0.83333333, 0, 0, 0.83333333, 0.0017361111, 0, 1, 0.0017361111, 0, 0.83333333, 0.0017361111, 0, 0.83333333, 0.0017361111, 0, 0.8, 0.0017361111, 0, -1, -1, -1, -1, -1, -1, -0.33333333, -0.33333333, -0.33333333, -1, -1, -1, 1, 0.0017361111, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.45138076, 0.99687699, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.74074074, 0.84421348, 0.99687699, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.74074074, 0.84421348, 0.99687699, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.74074074, 0.4423751, 0.99687699, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.74074074, 0.38425167, 0.99687699, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.74074074, 0.37041551, 0.99687699, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.18303974, 0.99687699, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.74074074, 0.84421348, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.33333333, -0.33333333, }, + /* Synology DSM 6.2.1 (Linux 3.2.40) */ + { 0.83333333, 0, 0, 0.83333333, 0, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.44529075, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.77777778, 0.18270512, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.77777778, 0.18270512, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.77777778, 0.095739046, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.77777778, 0.083159944, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.77777778, 0.080165515, 0.21789883, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.039613553, 0.21972992, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.77777778, 0.18426007, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, 0, 0, }, + /* Linux 5.0 */ + { 0.83333333, 0, 1, 0.83333333, 0, 1, 1, 0, 1, 0.83333333, 0, 1, 0.83333333, 0, 1, 0.8, 0, 1, 0, 0, 1, 0.5, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 0, 0, 1, 0, 0, 1, -1, -1, -1, 0.31308097, 0.99671931, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, 0, 0.77777778, 0.84880815, 0.99671931, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, 0, 0.77777778, 0.84880815, 0.99671931, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, -1, 0.77777778, 0.44478275, 0.99671931, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, 0, 0.77777778, 0.38634298, 0.99671931, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, 0, 0.28571429, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, 0, 0.22222222, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, 0, 0.77777778, 0.37243151, 0.99671931, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019954704, 0, -1, 0.18403594, 0.98329137, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014100985, 0, 0.77777778, 0.83734144, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 0, 0.5, 0, 0, }, + /* Linux 5.4 */ + { 0.72222222, 0, 0, 0.72222222, 0, 0, 0.8, 0, 0, 0.72222222, 0, 0, 0.72222222, 0, 0, 0.66666667, 0, 0, -0.33333333, -0.33333333, -0.33333333, -0.5, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -0.66666667, -0.33333333, -0.33333333, -0.33333333, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0.32022793, 0.98084993, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.28571429, 0.66666667, 0.33333333, 0.19047619, -0.57142857, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.074074074, 0.66666667, 0.11111111, 0.14814815, -0.59259259, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013711002, 0, 0.81481481, 0.85133604, 0.98084993, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.28571429, 0.66666667, 0.33333333, 0.19047619, -0.57142857, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.074074074, 0.66666667, 0.11111111, 0.14814815, -0.59259259, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013711002, 0, 0.81481481, 0.85133604, 0.98084993, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.095238095, 0.33333333, -0.33333333, -0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.074074074, 0.33333333, -0.33333333, -0.33333333, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013711002, -1, 0.81481481, 0.44610738, 0.98084993, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.28571429, 0.66666667, 0.33333333, 0.19047619, -0.57142857, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.074074074, 0.66666667, 0.11111111, 0.14814815, -0.59259259, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013711002, 0, 0.81481481, 0.38749357, 0.98084993, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.28571429, 0.66666667, 0.33333333, 0.19047619, -0.57142857, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.074074074, 0.66666667, 0.11111111, 0.14814815, -0.59259259, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013711002, 0, 0.81481481, 0.37354067, 0.98084993, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.28571429, 0.66666667, -0.55555556, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.074074074, 0.66666667, -0.66666667, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.019567036, 0, -1, 0.18458403, 0.98634318, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0.33333333, 0.75, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0, 1, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.013711002, 0, 0.81481481, 0.85600091, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.33333333, 0.33333333, -0.66666667, -0.5, -0.66666667, -0.66666667, }, + /* FreeBSD 12.0 - 12.1 */ + { 0.83333333, 0.010416667, 0, 0.83333333, 0.010416667, 0, 1, 0, 0, 0.83333333, 0, 0, 0.83333333, 0, 0, 0.8, 0.0026041667, 0, -1, -1, -1, -0.25, -0.5, -0.5, -1, -1, -1, 0, 0, 0, 1, 0, 0, -1, -1, -1, 0.29411765, 0.020833333, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24787971, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.66666667, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.66666667, 0.84686555, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0.28571429, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0, 0, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, -1, 0.66666667, 0.4437648, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.66666667, 0.38545878, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 0.33333333, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.66666667, 0.37157915, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0.42857143, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0.11111111, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.020077126, 0, -1, 0.18361475, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.66666667, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.014224138, 0, 0.66666667, 0.84686555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33333333, 0, 0.28571429, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, 0.22222222, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0.018058864, 0, 0.66666667, 0.18319713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -0.5, -0.25, -1, -1, }, +}; + +/* Variances are per-feature only, not considering correlation. Rows of this + array can be thought of as diagonals of a covariance matrices, under the + assumption that feature values are independent (which is not true in + general). This is an approximation to avoid having to store an n^2 covariance + matrix per OS class. */ +double FPvariance[][695] = { + /* Linux 2.6.38 - 3.2 */ + { 0, 0, 0.24793388, 0, 0, 0.23140496, 0, 0, 0.23140496, 0, 0, 0.23140496, 0, 0, 0.23140496, 0, 0, 0.23140496, 0.082644628, 0.082644628, 0.42975207, 0.55785124, 0.24793388, 0.90909091, 0.23140496, 0.23140496, 0.23140496, 0.082644628, 0.082644628, 0.33057851, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.029322176, 9.2211446e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.014284257, 0, 9.2211446e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.014284257, 0, 9.2211446e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.014284257, 0, 9.2211446e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.014284257, 0, 9.2211446e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.014284257, 0, 9.2211446e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9.2211446e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.014284257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9.2211446e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.014284257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.082644628, 0.33057851, 0.24793388, 0.55785124, 0.23140496, 0.23140496, }, + /* Linux 2.6.38 - 2.6.39 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0.13888889, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.13888889, 0.13888889, 0.13888889, 0.5, 0.22222222, 0.22222222, 0.25, 0.25, 0.25, 0.13888889, 0.13888889, 0.13888889, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.2935431e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.010973937, 0, 1.2935431e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.010973937, 0, 1.2935431e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.010973937, 0, 1.2935431e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.010973937, 0, 1.2935431e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.010973937, 0, 1.2935431e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.2935431e-06, 0, 0, 0, 0, 0, 0, 0.13888889, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.010973937, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.2935431e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.010973937, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.13888889, 0.55555556, 0.22222222, 0.5, 0.25, 0.25, }, + /* Linux 2.6.32 - 2.6.39 */ + { 0, 0, 0.25, 0, 0, 0.25, 0, 0, 0.25, 0, 0, 0.25, 0, 0, 0.25, 0, 0, 0.25, 0.25, 0.25, 0.859375, 0.421875, 0.1875, 0.484375, 0.1875, 0.1875, 0.1875, 0.109375, 0.109375, 0.109375, 0, 0, 0.25, 0.4375, 0.109375, 0.109375, 0.58737024, 0.25, 0.859375, 0, 0, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.030900636, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0059799383, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0059799383, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0059799383, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0059799383, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0059799383, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0059799383, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.34764318, 0.234375, 0.9375, 0.234375, 0.234375, 0.234375, 0.234375, 0.234375, 0.234375, 0.234375, 0.234375, 0.234375, 0.234375, 0.41666667, 0.47831633, 0.9375, 0.234375, 0.38743622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.9375, 0.28935185, 0.9375, 0.234375, 0.35011574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24291653, 0.234375, 0.56712963, 0.25307229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 1, 0.1875, 0.421875, 0.1875, 0.1875, }, + /* HP ProCurve 2520G switch */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* OpenIndiana oi_148 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Microsoft Windows 7 Professional SP1 */ + { 0.097222222, 0, 0.021052054, 0.097222222, 0, 0.021052054, 0.14, 0, 0.021052054, 0.51909722, 0.1875, 0.3342065, 0.35416667, 0.1875, 0.3342065, 0.4075, 0.1875, 0.3342065, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0, 0.021052054, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.6596771e-05, 0.2216793, 0, 0.25, 0.1875, 0, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0.29861111, 0.2755102, 0.66709184, 0.75, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6875, 0.2037037, 0.66898148, 0.33333333, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25716265, 0.25, 0.66898148, 0.61317312, 0.2216793, 0, 0.25, 0.1875, 0, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0.29861111, 0.2755102, 0.66709184, 0.75, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6875, 0.2037037, 0.66898148, 0.33333333, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25716265, 0.25, 0.66898148, 0.61317312, 0.2216793, 0, 0.25, 0.1875, 0, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0.6875, 0.1875, 0.51530612, 0.6875, 0.1875, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6875, 0.1875, 0.50925926, 0.6875, 0.1875, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25716265, 0, 0.66898148, 0.40900255, 0.50292978, 0.1875, 0.6875, 0.5, 0.1875, 0.6875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.44444444, 0.39158163, 0.73852041, 0.75, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.28009259, 0.72453704, 0.33333333, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25716265, 0.25, 0.66898148, 0.38417837, 0.5, 0.1875, 0.5, 0.6875, 0.1875, 0.5, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.33333333, 0.38265306, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.75, 0.23148148, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.19287199, 0.1875, 0, 0.35273051, 0.20605502, 0.1875, 0.5, 0.6875, 0.1875, 0.5, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.33333333, 0.38265306, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.75, 0.23148148, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1951045, 0.1875, 0, 0.19603598, 0.2216793, 0, 0.25, 0.1875, 0, 0.1875, 0, 0, 0, 0, 0, 0, 0, 1, 0.25, 0.6875, 0.6875, 0.33333333, 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.25, 0.5, 0.6875, 0.1875, 0.421875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25716265, 0.25, 0.66898148, 0.61317312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 2.6.11 - 2.6.15 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0.796875, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.0345052e-05, 0, 0, 0, 0, 0, 2.0345052e-05, 0, 0.021839252, 3.2038474e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.0380105e-06, 0, 0.0084876543, 0, 3.2038474e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.0380105e-06, 0, 0.0084876543, 0, 3.2038474e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.0380105e-06, 0, 0.0084876543, 0, 3.2038474e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.0380105e-06, 0, 0.0084876543, 0, 3.2038474e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.0380105e-06, 0, 0.0084876543, 0, 3.2038474e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.0138812e-06, 0, 0, 0, 3.2038474e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.0380105e-06, 0, 0.0084876543, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3.2038474e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.0314381e-06, 0, 0.0084876543, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.5625, 0, 0, }, + /* VMware ESXi 5 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 2.4.21 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Equinox CCM4850 remote management appliance or Nokia 5530 XpressMusic phone */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0.25, 0, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0.25, 0, 0, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, }, + /* HP LaserJet P2055dn printer, TP-LINK TL-SG-series switch, or Zoom 5352 modem */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0010468683, 0.0010936706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00078869058, 0.0010064961, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00072582552, 0.0010586227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0002096226, 0.0011076471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00016548114, 0.0010250375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00014230941, 0.00097454093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3.3037441e-05, 0.0011237458, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00081037903, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00097454093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3.307125e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Microsoft Windows Vista SP2, Windows 7, Windows 8, Server 2008 R2, or Server 2012 R2 */ + { 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0.22222222, 0.22222222, 0.2991207, 0, 0, 0, 0.30555556, 0.076388889, 0.076388889, 0, 0, 0, 0, 8.2887249e-06, 0.028069406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0020222952, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.6271513e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.6271513e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.076388889, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.6271513e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, 0, 0, 0.076388889, 0.076388889, }, + /* Brother MFC-9440CN printer */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Cisco 2600 router */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Cisco 3750G switch */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Cisco IOS 15.0 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.93444444, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.28027682, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 1, 0.25, 0.00028803505, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.0581525e-05, 0, 0, 0.0022937044, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.6296963e-05, 0, 0, 0.002221094, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.7422049e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.4932161e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.0581525e-05, 0, 0, 0.0022937044, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.28248653, 0.25, 1, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.44444444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25911096, 0, 0, 0.25532081, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, }, + /* FreeBSD 8.1 - 8.2 */ + { 0, 0, 0.22222222, 0, 0.0013563368, 0.22222222, 0, 0, 0.22222222, 0, 0.0013563368, 0.22222222, 0, 0, 0.22222222, 0, 0, 0.22222222, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0, 7.8366127e-05, 0.22222222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, 0.22222222, 0, 0, 0, 0, 0, 0, 0.006484842, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.043895748, 0.00091292158, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.043895748, 0.00035473105, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.043895748, 4.8885445e-06, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.043895748, 0.00018913001, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.043895748, 4.8866014e-06, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.8815437e-06, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.043895748, 0.00091292158, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, }, + /* HP LaserJet P1606dn or M1212nf printer */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0.0625, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.020081227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* FreeBSD 6.1-RELEASE */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 2.6.23 - 2.6.33 (embedded) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0.0625, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.077160494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.077160494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.077160494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.077160494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.077160494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.077160494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.077160494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, }, + /* Thecus N4100PRO NAS device (Linux 2.6.33) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Oracle Solaris 10 or Sun OpenSolaris svn_111b */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0.0625, 0, 0, 1, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0.25, 0.25, }, + /* Oracle Solaris 11 or OpenIndiana */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, 0.88888889, 0.5, 0.22222222, 0.88888889, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.88888889, 0.22222222, 0.5, 0, 0, }, + /* Microsoft Windows 7 SP0 - SP1 */ + { 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0, 0, 0.028069406, 0.00023670314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* OpenBSD 4.4 - 4.8 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0.0024344645, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.8351574e-06, 0, 0, 0.00024952452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.8351574e-06, 0, 0, 0.00024952452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.8351574e-06, 0, 0, 6.8515686e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.8351574e-06, 0, 0, 5.1694006e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.8351574e-06, 0, 0, 4.8038229e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.8134298e-06, 0, 0, 1.1730038e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.8351574e-06, 0, 0, 0.00024952452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, }, + /* Cisco 1841 or 2509 router (IOS 12.3 - 15.4) */ + { 0, 0, 0.22222222, 0, 0, 0.22222222, 0, 0, 0.22222222, 0, 0, 0.22222222, 0, 0, 0.22222222, 0, 0, 0.22222222, 0.22222222, 0, 0, 0.055555556, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0074919894, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0, 0, 0, 0, }, + /* Cisco IOS 12 */ + { 0, 0.1875, 0.1875, 0, 0.1875, 0.1875, 0, 0.1875, 0.1875, 0, 0.1875, 0.1875, 0, 0.1875, 0.1875, 0, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0.1875, 0, 0.1875, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0, 0.1875, 0.5, 0.1875, 0.1875, 0.5, 0.1875, 0.1875, 0.5, 0.1875, 0.0086550881, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3.7936144e-05, 0, 0, 0.0017202783, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3.4722723e-05, 0, 0, 0.0016658205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.3066537e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.1199121e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3.7936144e-05, 0, 0, 0.0017202783, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.75, 0, 0, 0, 0, }, + /* Apple Mac OS X 10.6.8 - 10.7.3 (Snow Leopard - Lion) (Darwin 10.8.0 - 11.3.0) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0034886137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Apple Mac OS X 10.4.11 - 10.7 (Tiger - Lion) or iOS 4.3.3 (Darwin 8.11.1 - 11.3.0) */ + { 0.2755102, 0.066326531, 0.066326531, 0.2755102, 0.066326531, 0.066326531, 0.26857143, 0.066326531, 0.066326531, 0.2755102, 0.066326531, 0.066326531, 0.27678571, 0.066326531, 0.066326531, 0.2677551, 0.066326531, 0.066326531, 0, 0, 0, 0.55102041, 0.24489796, 0.24489796, 0.25, 0.25, 0.25, 0.16836735, 0.16836735, 0.16836735, 0.31122449, 0.066326531, 0.066326531, 0, 0, 0, 0, 0, 0, 0.066326531, 0.066326531, 0.066326531, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.13055739, 0.26530612, 0.066326531, 0.34693878, 0.066326531, 0.066326531, 0.26530612, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.12244898, 0.066326531, 0.19085798, 0.16836735, 0.16836735, 0.67346939, 0.34360683, 0.16836735, 0.16836735, 0, 0, 0, 0, 0, 0, 0, 0.34693878, 0.066326531, 0.1925548, 0.16836735, 0.16836735, 0.67346939, 0.20786092, 0.16836735, 0.16836735, 0, 0, 0, 0, 0, 0, 0, 0.17298228, 0.16836735, 0.26958932, 0.59447314, 0.26530612, 0.066326531, 0.34693878, 0.066326531, 0.066326531, 0.26530612, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.12244898, 0.066326531, 0.19085798, 0.16836735, 0.16836735, 0.67346939, 0.34360683, 0.16836735, 0.16836735, 0, 0, 0, 0, 0, 0, 0, 0.34693878, 0.066326531, 0.1925548, 0.16836735, 0.16836735, 0.67346939, 0.20786092, 0.16836735, 0.16836735, 0, 0, 0, 0, 0, 0, 0, 0.17298228, 0.16836735, 0.26958932, 0.59447314, 0.26530612, 0.066326531, 0.34693878, 0.066326531, 0.066326531, 0.26530612, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.34693878, 0.066326531, 0.19085798, 0.16836735, 0.16836735, 0.67346939, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.34693878, 0.066326531, 0.1925548, 0.16836735, 0.16836735, 0.67346939, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.17298228, 0, 0.26958932, 0.35883597, 0.26530612, 0.066326531, 0.34693878, 0.066326531, 0.066326531, 0.26530612, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.12244898, 0.066326531, 0.19085798, 0.16836735, 0.16836735, 0.67346939, 0.34360683, 0.16836735, 0.16836735, 0, 0, 0, 0, 0, 0, 0, 0.34693878, 0.066326531, 0.1925548, 0.16836735, 0.16836735, 0.67346939, 0.20786092, 0.16836735, 0.16836735, 0, 0, 0, 0, 0, 0, 0, 0.17298228, 0.16836735, 0.26958932, 0.32968762, 0.26530612, 0.066326531, 0.37244898, 0.066326531, 0.066326531, 0.26530612, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.12301587, 0.066326531, 0.22365681, 0.20408163, 0.20408163, 0.81632653, 0.41649313, 0.20408163, 0.20408163, 0, 0, 0, 0, 0, 0, 0, 0.37244898, 0.066326531, 0.23003275, 0.20408163, 0.20408163, 0.81632653, 0.25195263, 0.20408163, 0.20408163, 0, 0, 0, 0, 0, 0, 0, 0.2096497, 0.20408163, 0.32098765, 0.39200023, 0.26530612, 0.066326531, 0.37244898, 0.066326531, 0.066326531, 0.26530612, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.12301587, 0.066326531, 0.26530612, 0.81632653, 0.81632653, 0.20408163, 0.20408163, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.37244898, 0.066326531, 0.26530612, 0.81632653, 0.81632653, 0.20408163, 0.20408163, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.21207969, 0.20408163, 0, 0.28924994, 0.26530612, 0.066326531, 0.31122449, 0.066326531, 0.066326531, 0.26530612, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.48979592, 0.12244898, 0.48979592, 0.48979592, 0.12244898, 0.12244898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.48979592, 0.12244898, 0.34013605, 0.48979592, 0.12244898, 0.12244898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.12581842, 0.12244898, 0.20005039, 0.43207781, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0.066326531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0.20408163, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24489796, 0.55102041, 0.25, 0.25, }, + /* HP OfficeJet 8500 printer */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Brother HL-L5200W or HP LaserJet CP1525nw or CP2025dn printer */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.012494264, 1.4136269e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.4220295e-05, 2.7297376e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.4377435e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.4136269e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.1232821e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.4692397e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.5708118e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* AVM FRITZ!Box 7390 WAP or Cisco SA520 Security Appliance */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.017813873, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 2.6.18 - 2.6.34 */ + { 0, 0, 0.09, 0, 0, 0.09, 0, 0, 0.09, 0, 0, 0.09, 0, 0, 0.09, 0, 0, 0.09, 0, 0, 0.09, 0.2025, 0.09, 0.2, 0.09, 0.09, 0.09, 0, 0, 0.09, 0, 0, 0.09, 0, 0, 0, 0, 0, 0.09, 0, 0, 0.09, 0.16, 0.16, 0.29, 0.16, 0.16, 0.29, 0.16, 0.16, 0.29, 0.035343231, 1.4426254e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0044444444, 0, 1.4426254e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0044444444, 0, 1.4426254e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0044444444, 0, 1.4426254e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0044444444, 0, 1.4426254e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0044444444, 0, 1.4426254e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.4426254e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0044444444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.4426254e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0044444444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.09, 0.2025, 0.09, 0.09, }, + /* Linux 2.6.18 - 2.6.34 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.41868512, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7.0433755e-05, 4.5077388e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.8674334e-06, 0, 0.0030864198, 0, 4.5077388e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.8674334e-06, 0, 0.0030864198, 0, 4.5077388e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.8674334e-06, 0, 0.0030864198, 0, 4.5077388e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.8674334e-06, 0, 0.0030864198, 0, 4.5077388e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.8674334e-06, 0, 0.0030864198, 0, 4.5077388e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.833484e-06, 0, 0, 0, 4.5077388e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.8674334e-06, 0, 0.0030864198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.29547896, 0.25, 1, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.44444444, 0.51020408, 1, 0.25, 0.41326531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.30864198, 1, 0.25, 0.37345679, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25911096, 0.25, 0.79012346, 0.2575756, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, }, + /* Linux 2.6.23 - 2.6.32 */ + { 0.53777778, 0.16, 0.16, 0.53777778, 0.16, 0.16, 0.64, 0.16, 0.16, 0.53777778, 0.16, 0.16, 0.53777778, 0.16, 0.16, 0.5184, 0.16, 0.16, 0, 0, 0, 0.36, 0.16, 0.16, 0.24, 0.24, 0.24, 0.24, 0.24, 0.24, 0.64, 0.16, 0.16, 0.64, 0.16, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0.64, 0.24, 0.24, 0.26939805, 0.18796752, 0.16, 0.64, 0.16, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.28444444, 0.32653061, 0.64, 0.16, 0.2644898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.64, 0.19753086, 0.64, 0.16, 0.23901235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16431114, 0.16, 0.45925926, 0.18375051, 0.18796752, 0.16, 0.64, 0.16, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.28444444, 0.32653061, 0.64, 0.16, 0.2644898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.64, 0.19753086, 0.64, 0.16, 0.23901235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16431114, 0.16, 0.45925926, 0.18375051, 0.18796752, 0.16, 0.64, 0.16, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.64, 0.16, 0.16, 0.64, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.64, 0.16, 0.16, 0.64, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16431114, 0, 0.45925926, 0.17224058, 0.18796752, 0.16, 0.64, 0.16, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.28444444, 0.32653061, 0.64, 0.16, 0.2644898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.64, 0.19753086, 0.64, 0.16, 0.23901235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16431114, 0.16, 0.45925926, 0.17060655, 0.18796752, 0.16, 0.64, 0.16, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.28444444, 0.32653061, 0.64, 0.16, 0.2644898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.64, 0.19753086, 0.64, 0.16, 0.23901235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16431114, 0.16, 0.45925926, 0.17021872, 0.18796752, 0.16, 0.64, 0.16, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.28444444, 0.32653061, 0.64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.64, 0.19753086, 0.64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16621625, 0.16, 0, 0.16501002, 0.18822163, 0.16, 0.64, 0.16, 0.16, 0.64, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0.64, 0.16, 0.16, 0.64, 0.28444444, 0.49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.64, 0.16, 0.16, 0.64, 0.16, 0.64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16431114, 0.16, 0.45925926, 0.18397349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.36, 0.24, 0.24, }, + /* Microsoft Windows XP SP3 or Windows Server 2003 SP1 */ + { 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0.75, 0.1875, 0.1875, 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0, 0, 0.021052054, 0.0096840956, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, }, + /* Microsoft Windows 7 SP1 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0020384396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* FreeBSD 7.4 - 8.2 */ + { 0, 0.00082058377, 0, 0, 0.00038655599, 0, 0, 0.00082058377, 0, 0, 0.00061543783, 0, 0, 6.781684e-06, 0, 0, 0.00016784668, 0, 0.75, 0.1875, 0.1875, 0.046875, 0, 0, 0.1875, 0.1875, 0.1875, 0, 0, 0, 0, 0.0004119873, 0, 0, 0, 0, 0, 6.781684e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.023672751, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0, 0, 0.1875, 0.1875, }, + /* Linux 2.6.32 - 2.6.37 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.055363322, 0.055363322, 0.055363322, 0.23356401, 0.10380623, 0.10380623, 0.1799308, 0.1799308, 0.1799308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0033256001, 2.6184872e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.039984621, 1.8955117e-05, 2.6184872e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.039984621, 1.8955117e-05, 2.6184872e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.039984621, 5.2047904e-06, 2.6184872e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.039984621, 3.9269324e-06, 2.6184872e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.039984621, 3.6492215e-06, 2.6184872e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.6626971e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.039984621, 1.9276165e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.6184872e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.039984621, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.055363322, 0.22145329, 0.10380623, 0.23356401, 0.1799308, 0.1799308, }, + /* Linux 2.6.16 - 3.2 */ + { 0, 0, 0.05859375, 0, 0, 0.05859375, 0, 0, 0.05859375, 0, 0, 0.05859375, 0, 0, 0.05859375, 0, 0, 0.05859375, 0, 0, 0.05859375, 0, 0, 0.05859375, 0, 0, 0, 0, 0, 0.05859375, 0, 0, 0.05859375, 0, 0, 0, 0, 0, 0.05859375, 0, 0, 0.05859375, 0, 0, 0.05859375, 0, 0, 0.05859375, 0, 0, 0.05859375, 0.014326567, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.001880787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.001880787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.001880787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.001880787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.001880787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.15234375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.001880787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.001880787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 2.6.32 - 3.2 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.15234375, 0.13183594, 0.05859375, 0.18359375, 0.109375, 0.109375, 0.109375, 0.05859375, 0.05859375, 0.234375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.05859375, 0.05859375, 0.234375, 0.05859375, 0.05859375, 0.234375, 0.05859375, 0.05859375, 0.234375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0.05859375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.05859375, 0.05859375, 0.13183594, 0.109375, 0.109375, }, + /* IBM AIX 7.1 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0014781413, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* IBM AIX 6.1 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00020996143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* IBM AIX 6.1 - 7.1 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0014233121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* IBM AIX 6.1 - 7.1 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00092421456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Microsoft Windows Vista, Windows 7 SP1, Windows Server 2008 R2 or Windows 8.1 */ + { 0, 0, 0.06985681, 0, 0, 0.06985681, 0, 0, 0.06985681, 0, 0, 0.06985681, 0, 0, 0.06985681, 0, 0, 0.06985681, 0, 0, 0.06985681, 0.44628099, 0.19834711, 0.40086802, 0.79338843, 0.19834711, 0.19834711, 0, 0, 0.06985681, 0, 0, 0.06985681, 0, 0, 0.06985681, 0, 0, 0.06985681, 0, 0, 0.06985681, 0, 0, 0.06985681, 0, 0, 0.06985681, 0, 0, 0.06985681, 0.010074176, 0.063274518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.065299459, 0.045425026, 0.063274518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.065299459, 0.045425026, 0.063274518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.065299459, 0.01247303, 0.063274518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.065299459, 0.0094107046, 0.063274518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.065299459, 0.0087451837, 0.063274518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0021354105, 0.063274518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.065299459, 0.045425026, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.19834711, 0.44628099, 0.19834711, 0.19834711, }, + /* Linux 2.6.32 - 3.2 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00077363726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01920439, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01920439, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01920439, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01920439, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01920439, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01920439, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 3.2 - 3.8 */ + { 0, 0, 0.24489796, 0, 0, 0.24489796, 0, 0, 0.24489796, 0, 0, 0.24489796, 0, 0, 0.24489796, 0, 0, 0.24489796, 0.24489796, 0.24489796, 0.97959184, 0.55102041, 0.24489796, 0.97959184, 0, 0, 0, 0, 0, 0.24489796, 0, 0, 0.24489796, 0, 0, 0, 0, 0, 0, 0, 0, 0.24489796, 0, 0, 0.24489796, 0, 0, 0.24489796, 0, 0, 0.24489796, 0.004846367, 6.7969616e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.027210884, 0, 6.7969616e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.027210884, 0, 6.7969616e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.027210884, 0, 6.7969616e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.027210884, 0, 6.7969616e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.027210884, 0, 6.7969616e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6.7969616e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.027210884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24489796, 0.97959184, 0.24489796, 0.55102041, 0, 0, }, + /* Linux 3.7 - 4.15 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.23140496, 0.23140496, 0.23140496, 0.52066116, 0.23140496, 0.23140496, 0.24793388, 0.24793388, 0.24793388, 0.082644628, 0.082644628, 0.082644628, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.0065272801, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0046933986, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0046933986, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0046933986, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0046933986, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0046933986, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0046933986, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0.14876033, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.23140496, 0.92561983, 0.23140496, 0.52066116, 0.24793388, 0.24793388, }, + /* Linux 3.7 - 3.9 */ + { 0, 0, 0.1875, 0, 0, 0.1875, 0, 0, 0.1875, 0, 0, 0.1875, 0, 0, 0.1875, 0, 0, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0, 0, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0, 0, 0.1875, 0, 0, 0.1875, 0, 0, 0.1875, 0.015089256, 0.00013157661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3391625e-06, 0, 0, 0, 0.00013157661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3391625e-06, 0, 0, 0, 0.00013157661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3391625e-06, 0, 0, 0, 0.00013157661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3391625e-06, 0, 0, 0, 0.00013157661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3391625e-06, 0, 0, 0, 0.00013157661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3233073e-06, 0, 0, 0, 0.00013157661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3391625e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 2.6.39 - 3.5 */ + { 0, 0.0044444444, 0.16, 0, 0.0044444444, 0.16, 0, 0.0044444444, 0.16, 0, 0.0044444444, 0.16, 0, 0.0044444444, 0.16, 0, 0.0044444444, 0.16, 0.24, 0.24, 0.24, 0, 0, 0, 0.16, 0.16, 0.16, 0.24, 0.56, 0.24, 0, 0.0044444444, 0.24, 0, 0, 0, 0, 0, 0, 0.16, 0.17777778, 0.4, 0, 0.0044444444, 0.24, 0.16, 0.17777778, 0.4, 0, 0, 0, 0.023765865, 2.2352424e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.016790123, 0, 2.2352424e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.016790123, 0, 2.2352424e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.016790123, 0, 2.2352424e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.016790123, 0, 2.2352424e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.016790123, 0, 2.2352424e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.2352424e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.016790123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24, 0.96, 0, 0, 0.16, 0.16, }, + /* OpenWrt (Linux 3.3 - 3.10) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0.1875, 0.5625, 0.25, 0.25, 0.25, 0.25, 0.25, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0074717286, 3.4227149e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.012345679, 0, 3.4227149e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.012345679, 0, 3.4227149e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.012345679, 0, 3.4227149e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.012345679, 0, 3.4227149e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.012345679, 0, 3.4227149e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3.4227149e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.012345679, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.75, 0.25, 0.5625, 0.25, 0.25, }, + /* Citrix NetScaler load balancer (NS9.3) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Citrix NetScaler load balancer (NS9.2) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 2.6.18 */ + { 0, 0, 0.22222222, 0, 0, 0.22222222, 0, 0, 0.22222222, 0, 0, 0.22222222, 0, 0, 0.22222222, 0, 0, 0.22222222, 0, 0, 0.22222222, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, 0.22222222, 0, 0, 0.22222222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, 0.22222222, 0, 0, 0, 0, 0, 0, 0.14114994, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6.4920899e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6.4920899e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.7826304e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3449665e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.2498511e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6.6016591e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* NetBSD */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.88888889, 0.22222222, 0.22222222, 0.055555556, 0, 0, 0.22222222, 0.22222222, 0.22222222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.024691358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.024691358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.024691358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.024691358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.024691358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.024691358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.024691358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, 0, 0, 0.22222222, 0.22222222, }, + /* F5 BIG-IP load balancer */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Microsoft Windows Vista SP2 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 1.6491779e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 1, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Microsoft Windows Server 2008 R2 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0030668966, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* FreeBSD 9.0 - 11.1 */ + { 0, 2.3057726e-05, 0, 0, 2.3057726e-05, 0, 0, 2.2786458e-05, 0, 0, 3.6892361e-05, 0, 0, 3.499349e-05, 0, 0, 0.00051025391, 0, 0, 0, 0, 0.4725, 0.21, 0.21, 0.16, 0.16, 0.16, 0.25, 0.25, 0.25, 0, 3.6892361e-05, 0, 0, 0, 0, 0.41868512, 0.25052327, 0.25, 0.16, 0.16064697, 0.16, 0.21, 0.21, 0.21, 0.25, 0.25, 0.25, 0.24, 0.24, 0.24, 0.011488873, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01, 0.00062466672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01, 0.0002727195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.008417444, 0, 0.01, 0.020498699, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.09, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01, 0.00062466672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.25, 1, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.44444444, 0.25, 0.41326531, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.25, 0.37345679, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.69444444, 1, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.21, 0.21, 0.21, 0.21, 0.21, 0.21, 0.21, 0.21, 0.21, 0.21, 0.21, 0.21, 0.21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24, 0.24, 0.24, 0.24, 0.24, 0.24, 0.24, 0.24, 0.24, 0.24, 0.24, 0.24, 0.24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.21, 0.4725, 0.16, 0.16, }, + /* Juniper JUNOS 13 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.002061009, 0.14062357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00052258974, 0, 0.0030864198, 0.15205189, 0.14062357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00052258974, 0, 0.0030864198, 0.15205189, 0.14062357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00052258974, 0, 0.0030864198, 0.041751166, 0.14062357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00052258974, 0, 0.0030864198, 0.031500597, 0.14062357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00052258974, 0, 0.0030864198, 0.029272889, 0.14062357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00051640246, 0, 0, 0.0071478925, 0.14062357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00052258974, 0, 0.0030864198, 0.15205189, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.14062357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00052090442, 0, 0.0030864198, 0.0071552073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* NetComm NP805N wireless ADSL router */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* OpenBSD 5.3 - 6.1 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24, 0.24, 0.24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0, 0, 0, 0.16, 0.16, 0.16, 0, 0, 0, 0.004510868, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.026666667, 1.1372586e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.026666667, 1.1372586e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.026666667, 3.1227412e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.026666667, 2.3560591e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.026666667, 2.1894396e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.026666667, 1.1372586e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24, 0.24, }, + /* FreeBSD 9.1 - 11.0 */ + { 0, 0.0010494656, 0, 0, 0.001063029, 0, 0, 0.0010986328, 0, 0, 0.0011444092, 0, 0, 0.0012664795, 0, 0, 0.00087483724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0.1875, 0.1875, 0, 0.001063029, 0, 0, 0, 0, 0, 0.0010172526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.017776935, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6.9588038e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0098523134, 0, 0, 0.023533505, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6.9588038e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* BlackBerry 10 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* IBM AIX 7.1 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* HP HP-UX B.11.23 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Cisco IOS XR */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Joyent SmartOS */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 3.12 - 4.14 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24489796, 0.24489796, 0.24489796, 0.55102041, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0.20408163, 0.20408163, 0.20408163, 0, 0, 0, 0, 0, 0, 0.48979592, 0.12244898, 0.12244898, 0.24489796, 0.24489796, 0.24489796, 0.12244898, 0.12244898, 0.12244898, 0, 0, 0, 0, 0, 0, 0.0079114564, 0.00054600737, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3892906e-06, 0, 0.010078105, 0, 0.00054600737, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3892906e-06, 0, 0.010078105, 0, 0.00054600737, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3892906e-06, 0, 0.010078105, 0, 0.00054600737, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3892906e-06, 0, 0.010078105, 0, 0.00054600737, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3892906e-06, 0, 0.010078105, 0, 0.00054600737, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3728419e-06, 0, 0, 0, 0.00054600737, 0, 0, 0, 0, 0, 0, 0.20408163, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.3892906e-06, 0, 0.010078105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0.24489796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.12244898, 0.12244898, 0.12244898, 0.12244898, 0.12244898, 0.12244898, 0.12244898, 0.12244898, 0.12244898, 0.12244898, 0.12244898, 0.12244898, 0.12244898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24489796, 0.97959184, 0.24489796, 0.55102041, 0.24489796, 0.24489796, }, + /* Apple OS X 10.9 (Mavericks) - 10.15 (Catalina) or iOS 6 - 12.4 (Darwin 13.0.0 - 19.3.0) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16635161, 0.041587902, 0.041587902, 0, 0, 0, 0, 0, 0, 0.17863894, 0.079395085, 0.079395085, 0.17013233, 0.17013233, 0.17013233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.079395085, 0.079395085, 0.079395085, 0.11342155, 0.11342155, 0.11342155, 0.010983023, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0021904527, 0, 0.004620878, 0.027732908, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0021904527, 0, 0.004620878, 0.027732908, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0021904527, 0, 0.004620878, 0.00761504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0021904527, 0, 0.004620878, 0.0057454278, 0.16635161, 0.041587902, 0.16635161, 0.041587902, 0.041587902, 0.16635161, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.073934047, 0.041587902, 0.068747348, 0.041587902, 0.041587902, 0.16635161, 0.084873269, 0.041587902, 0.041587902, 0, 0, 0, 0, 0, 0, 0, 0.16635161, 0.041587902, 0.062125137, 0.041587902, 0.041587902, 0.16635161, 0.051343089, 0.041587902, 0.041587902, 0, 0, 0, 0, 0, 0, 0, 0.042752702, 0.041587902, 0.10193937, 0.079328494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0021645185, 0, 0, 0.0013037118, 0, 0, 0, 0, 0, 0, 0, 0.1436673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0021904527, 0, 0.004620878, 0.027732908, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0.041587902, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.079395085, 0.079395085, 0.079395085, 0.079395085, 0.079395085, 0.079395085, 0.079395085, 0.079395085, 0.079395085, 0.079395085, 0.079395085, 0.079395085, 0.079395085, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.11342155, 0.11342155, 0.11342155, 0.11342155, 0.11342155, 0.11342155, 0.11342155, 0.11342155, 0.11342155, 0.11342155, 0.11342155, 0.11342155, 0.11342155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.079395085, 0.17863894, 0.17013233, 0.17013233, }, + /* Dell SonicWALL firewall (SonicOS 5.9) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 3.13 - 4.6 */ + { 0, 0, 0.11764706, 0, 0, 0.11764706, 0, 0, 0.11764706, 0, 0, 0.11764706, 0, 0, 0.11764706, 0, 0, 0.11764706, 0.24221453, 0.24221453, 0.35986159, 0.56055363, 0.24913495, 0.36678201, 0.24221453, 0.24221453, 0.24221453, 0.1799308, 0.1799308, 0.29757785, 0, 0, 0.11764706, 0.22145329, 0.055363322, 0.055363322, 0, 0, 0, 0, 0, 0.11764706, 0, 0, 0.11764706, 0, 0, 0.11764706, 0.20761246, 0.20761246, 0.32525952, 0.0072198611, 0.00025208997, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0040155496, 0, 0.00025208997, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0040155496, 0, 0.00025208997, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0040155496, 0, 0.00025208997, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0040155496, 0, 0.00025208997, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0040155496, 0, 0.00025208997, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00025208997, 0, 0, 0, 0, 0, 0, 0.055363322, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0040155496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.055363322, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.055363322, 0.055363322, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.20761246, 0.20761246, 0.20761246, 0.20761246, 0.20761246, 0.20761246, 0.20761246, 0.20761246, 0.20761246, 0.20761246, 0.20761246, 0.20761246, 0.20761246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24221453, 0.96885813, 0.24913495, 0.56055363, 0.24221453, 0.24221453, }, + /* Android 7.1 (Linux 3.18) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 4.19 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.5625, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.0062744735, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0030864198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0030864198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0030864198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0030864198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0030864198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0030864198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 1, 0.25, 0.5625, 0.25, 0.25, }, + /* VMware ESXi 6.0.0 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 4.3412235e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, }, + /* Apple Time Capsule NAS device */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.062498093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.045069931, 0.062498093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.045069931, 0.062498093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.012375526, 0.062498093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0093371396, 0.062498093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0086768212, 0.062498093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0021187176, 0.062498093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.045069931, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.062498093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0021208858, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.25, }, + /* IBM i 7.2 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Apple OS X 10.9 (Mavericks) - 10.12 (Sierra) (Darwin 13.0.0 - 16.6.0) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0098993348, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0013503086, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0013503086, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0013503086, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0013503086, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0013503086, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.109375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0013503086, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Cisco IOS XE 15 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Microsoft Windows 8.1 or Windows 10 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0050932745, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.2729547e-05, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.2729547e-05, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.1732892e-05, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8.8522822e-06, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8.2262527e-06, 0.12120831, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.9875254e-06, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.2729547e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* OpenBSD 6.0 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* DragonFly 4.7 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Windows 10 */ + { 0.017777778, 0, 0.16, 0.017777778, 0, 0.16, 0.0576, 0, 0.16, 0.017777778, 0, 0.16, 0.017777778, 0, 0.16, 0.0256, 0, 0.16, 0.24, 0.24, 0.24, 0.36, 0.16, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.0028770104, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.32653061, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.017777778, 0.16, 0.19753086, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.089354318, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.32653061, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.017777778, 0.16, 0.19753086, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.089354318, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.024535354, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.32653061, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.017777778, 0.16, 0.19753086, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.018511538, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.32653061, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.017777778, 0.16, 0.19753086, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01720241, 0.11940337, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.029387755, 0.16, 0.28444444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0019753086, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0040945072, 0.12249947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.089354318, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.64, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.24, 0.24, 0.16, 0.36, 0.16, 0.16, }, + /* 3Com Switch (3Com OS 5) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Windows 10 */ + { 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0, 0, 0.089377576, 0.0050202827, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 4.4 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* FreeBSD 11.2 */ + { 0, 0, 0, 0, 6.0281636e-06, 0, 0, 6.0281636e-06, 0, 0, 6.0281636e-06, 0, 0, 6.0281636e-06, 0, 0, 6.0281636e-06, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, 0.22222222, 0, 0, 0, 0, 6.0281636e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00010813955, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 3.5167197e-06, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 3.5167197e-06, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.8766056e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 3.5167197e-06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.22222222, }, + /* Synology DSM 6.2.1 (Linux 3.2.40) */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 5.0 */ + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, + /* Linux 5.4 */ + { 0.024691358, 0, 0, 0.024691358, 0, 0, 0.08, 0, 0, 0.024691358, 0, 0, 0.024691358, 0, 0, 0.035555556, 0, 0, 0.22222222, 0.22222222, 0.22222222, 0.5, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0.22222222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0054018567, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.040816327, 0.22222222, 0.22222222, 0.01814059, 0.36734694, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0.22222222, 0.024691358, 0.010973937, 0.33196159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0.00088131983, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.040816327, 0.22222222, 0.22222222, 0.01814059, 0.36734694, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0.22222222, 0.024691358, 0.010973937, 0.33196159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0.00088131983, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01814059, 0.88888889, 0.22222222, 0.22222222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.010973937, 0.88888889, 0.22222222, 0.22222222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0.00024199719, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.040816327, 0.22222222, 0.22222222, 0.01814059, 0.36734694, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0.22222222, 0.024691358, 0.010973937, 0.33196159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0.00018258307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.040816327, 0.22222222, 0.22222222, 0.01814059, 0.36734694, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0.22222222, 0.024691358, 0.010973937, 0.33196159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0.00016967088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.040816327, 0.22222222, 0.39506173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0.22222222, 0.22222222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.1430458e-05, 1.1921293e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0027434842, 0.00069635147, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.22222222, 0.88888889, 0.22222222, 0.5, 0.22222222, 0.22222222, }, + /* FreeBSD 12.0 - 12.1 */ + { 0, 0.00010850694, 0, 0, 0.00010850694, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6.781684e-06, 0, 0, 0, 0, 0.5625, 0.25, 0.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00043402778, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0035264345, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.25, 0.5625, 0, 0, }, +}; + +/* Regression coefficients. Columns are classes, rows are features. */ +static double _w[] = { + /* S1.PLEN */ + -0.00837729, -0.07161158, +0.01733401, -0.01819155, -0.02970658, +0.09373716, +0.06331205, -0.02813126, +0.07736689, -0.07944120, +0.01398799, +0.00822836, +0.05232474, -0.10639475, -0.02740008, -0.06313396, -0.02779515, +0.01715609, -0.00089609, -0.12007573, -0.08233371, +0.01421845, -0.00706503, +0.00491566, -0.00475646, -0.01434296, -0.09973219, +0.06126814, -0.20170336, +0.17205319, -0.03490876, +0.10459321, +0.00291280, +0.04661626, +0.18807016, -0.02933900, -0.00965721, +0.09063710, +0.08642081, -0.03203280, -0.12122648, +0.00364916, -0.06084475, +0.00832238, -0.01663193, +0.04544169, +0.06559764, +0.11530598, -0.01384930, +0.03849319, +0.03348795, +0.10082082, -0.04382101, -0.05879637, +0.03116349, +0.07392773, +0.04040952, +0.03953526, +0.00615305, -0.06768431, -0.00703896, -0.05445067, -0.01273278, -0.06144904, -0.02817606, -0.08962702, +0.00499723, -0.05442378, -0.00658783, +0.01292244, +0.05465457, -0.07708905, -0.00856245, -0.05078347, -0.05168196, -0.05054622, -0.01934151, +0.02263173, +0.00932634, -0.06058318, +0.04781113, -0.00862717, -0.01985628, -0.21470429, +0.00226950, -0.12315961, +0.01012350, -0.02974737, +0.02443181, -0.03336348, -0.13189098, -0.03488394, + /* S1.TC */ + -0.00361416, -0.10562387, +0.00188481, -0.00166382, +0.00132613, +0.07478240, +0.03119196, +0.07865525, +0.04690765, -0.03312592, +0.02295216, +0.02039874, +0.01632875, -0.09537429, +0.58446562, +0.48924666, +0.00212677, +0.00506811, +0.00192644, +0.00702739, -0.01186167, +0.00549922, +0.00144397, -0.00226222, +0.00800917, +0.29157300, -0.02265677, +0.01277569, -0.19364809, +0.09849439, +0.00149087, +0.02344110, +0.00737257, +0.04464888, +0.11814197, -0.59635499, +0.01559446, +0.21322791, +0.03947823, -0.00027165, -0.05514938, +0.00142845, -0.16204179, +0.00839305, +0.02645518, -0.00006396, +0.06772441, +0.07448779, +0.00156665, +0.04648918, +0.18257001, +0.05957658, +0.00432676, -0.01801424, +0.03405776, +0.03269564, +0.00937260, +0.03773543, -0.02048795, -0.23831934, +0.00211216, -0.01665513, +0.00301765, +0.03711161, +0.00093138, -0.10529895, +0.00171045, -0.10615787, +0.00863275, +0.00476462, +0.00299933, +0.01691289, -0.26990161, +0.00261023, +0.00078929, -0.01106765, +0.00091251, -0.03677161, +0.00309900, -0.02841428, +0.00138001, -0.01351040, +0.00173091, +0.00912695, -0.00262492, -0.00372476, +0.00846171, +0.00200508, +0.04185224, -0.00331788, -0.01086281, -0.02315119, + /* S1.HLIM */ + -0.06809644, -0.90323600, +0.47532027, -0.00639549, -0.02044931, +0.26281357, -0.13510897, -0.02185063, -0.06981208, -0.03627031, -0.26703355, +0.06968710, +0.00815013, -0.08572429, -0.36780850, +0.53709898, -0.65516046, -0.00329973, -0.00693769, -0.02646889, -0.02590606, -0.01403028, -0.03096610, -0.09733798, +0.00137948, +0.16681054, -0.19477770, -0.00540396, -0.35337396, +0.09408956, -0.00230806, -0.17852274, +0.08913220, -0.40321254, +0.00083255, -0.22156968, +0.22508078, -0.08315534, -0.18655242, -0.01949474, -0.07854001, -0.01715589, -0.16219023, -0.02152819, -0.04859290, -0.03827216, -0.18815325, +0.85246622, -0.06182420, -0.33379157, +0.78871642, -0.03990280, +0.19236153, +0.26061364, -0.35668634, +0.02652312, -0.01383231, -0.36636477, +0.26812357, +0.54219249, -0.01531896, -0.11600909, -0.00545369, -0.01514595, -0.00336292, -0.12920941, -0.00637127, +0.43570866, -0.05496876, -0.47515126, -0.09239202, -0.01195359, +0.38296237, -0.07656752, -0.15678143, -0.00818911, -0.00977773, -0.08593258, -0.04773246, -0.03164137, +0.00635682, +0.30064552, -0.00489362, -0.48855218, +0.38546200, +0.08533143, -0.43219637, -0.05602014, -0.30733376, +0.51963248, -0.32087790, -0.05998362, + /* S2.PLEN */ + -0.00837729, -0.07161158, +0.01733401, -0.01819155, -0.02970658, +0.09373716, +0.06331205, -0.02813126, +0.07736689, -0.07944120, +0.01398799, +0.00822836, +0.05232474, -0.10639475, -0.02740008, -0.06313396, -0.02779515, +0.01715609, -0.00089609, -0.12007573, -0.08233371, +0.01421845, -0.00706503, +0.00491566, -0.00475646, -0.01434296, -0.09973219, +0.06126814, -0.20170336, +0.17205319, -0.03490876, +0.10459321, +0.00291280, +0.04661626, +0.18807016, -0.02933900, -0.00965721, +0.09063710, +0.08642081, -0.03203280, -0.12122648, +0.00364916, -0.06084475, +0.00832238, -0.01663193, +0.04544169, +0.06559764, +0.11530598, -0.01384930, +0.03849319, +0.03348795, +0.10082082, -0.04382101, -0.05879637, +0.03116349, +0.07392773, +0.04040952, +0.03953526, +0.00615305, -0.06768431, -0.00703896, -0.05445067, -0.01273278, -0.06144904, -0.02817606, -0.08962702, +0.00499723, -0.05442378, -0.00658783, +0.01292244, +0.05465457, -0.07708905, -0.00856245, -0.05078347, -0.05168196, -0.05054622, -0.01934151, +0.02263173, +0.00932634, -0.06058318, +0.04781113, -0.00862717, -0.01985628, -0.21470429, +0.00226950, -0.12315961, +0.01012350, -0.02974737, +0.02443181, -0.03336348, -0.13189098, -0.03488394, + /* S2.TC */ + -0.00357092, -0.10548258, +0.00179857, -0.00168323, +0.00132456, +0.07454827, +0.03121536, +0.07975328, +0.04686788, -0.03312906, +0.02301702, +0.01977062, +0.01632451, -0.09537636, +0.58446556, +0.48924396, +0.05023741, +0.00505665, +0.00192873, +0.00708740, -0.01182799, +0.00548273, +0.00156915, -0.00226013, +0.00798851, +0.29156913, -0.02267680, +0.01276394, -0.19371555, +0.09849080, +0.00148792, +0.02388260, +0.00744031, +0.04455546, +0.11809803, -0.59635408, +0.01468029, +0.14887423, +0.03956074, -0.00022851, -0.05515297, +0.00143367, -0.16204241, +0.00840066, +0.02638557, -0.00017243, +0.06769572, +0.07447022, +0.00146764, +0.04637473, +0.18235315, +0.05949705, +0.00429803, -0.01802714, +0.03312850, +0.03269628, +0.00936431, +0.03771381, -0.02049128, -0.25749952, +0.00211147, -0.01666102, +0.00287962, +0.03605462, +0.00097359, -0.10529138, +0.00171996, -0.10616114, +0.00862555, +0.00351004, +0.00292333, +0.01686396, -0.27004656, +0.00250411, +0.00040511, -0.01236996, +0.00091333, -0.03679225, +0.00308599, -0.02841862, +0.00135949, -0.01353547, +0.00173046, +0.00878830, -0.00262639, -0.00373201, +0.00830576, +0.00398382, +0.04184314, -0.00333702, -0.01155167, -0.02160531, + /* S2.HLIM */ + +0.14269399, -0.98667779, +0.47082040, -0.00665538, -0.02102486, +0.26265403, -0.16877031, -0.02308755, -0.07054715, -0.03633593, -0.26735967, +0.06946836, +0.00792905, -0.08581466, -0.36793171, +0.53674624, -0.65537243, -0.00351272, -0.00726106, -0.02770171, -0.02670580, -0.01425289, -0.03210021, -0.09773722, +0.00126075, +0.16668987, -0.19497367, -0.00555094, -0.35353312, +0.09398898, -0.00237923, -0.18312497, +0.07120691, -0.40369559, +0.00031663, -0.22168029, +0.22471314, -0.08356637, -0.20980194, -0.07915122, -0.07878732, -0.01751384, -0.16243157, -0.02216757, -0.04868869, -0.04054285, -0.18899714, +0.85008387, -0.06269928, -0.33475933, +0.76246984, -0.04121256, +0.19214259, +0.26045219, -0.35727894, +0.02646229, -0.01397687, -0.36674213, +0.26767297, +0.54167632, -0.01638471, -0.11672365, -0.00559315, -0.02019046, -0.00345045, -0.12953085, -0.00670904, +0.43547215, -0.06016091, -0.47550291, -0.09248800, -0.01219502, +0.38062961, -0.07743905, -0.15740716, -0.00822100, -0.00988601, -0.08607468, -0.04789757, -0.03186913, +0.00569546, +0.30037165, -0.00547897, -0.48878882, +0.38431245, +0.08483167, -0.43258807, -0.05620429, -0.30765675, +0.51879025, -0.32151197, -0.06469331, + /* S3.PLEN */ + +0.00069307, -0.05445507, +0.03427890, -0.02591795, -0.02088952, +0.11666113, +0.08840550, -0.02602808, +0.11012632, -0.08362996, +0.04433422, +0.02654945, +0.04291900, -0.11195662, -0.03105749, -0.07289322, -0.01511636, -0.00369541, -0.02704764, -0.21257601, -0.15890926, +0.00005743, +0.00161935, +0.02357191, -0.01159241, -0.02097031, -0.11255197, +0.05482990, -0.19206631, +0.16719579, -0.04144637, +0.14876827, +0.01034732, +0.05735838, +0.22519149, -0.03457059, -0.00160192, +0.17939473, +0.12063062, -0.01135488, -0.13113338, +0.01719779, -0.07401669, +0.02898282, -0.02098021, +0.07995033, +0.07926121, +0.14212256, +0.00911576, +0.04969896, +0.05633294, +0.14084767, -0.08345746, -0.05565924, +0.03981744, +0.06760123, +0.02990659, +0.04519334, +0.01846814, -0.06217812, -0.02877895, -0.05115248, -0.02708970, -0.05894018, -0.03684506, -0.09980725, -0.00556634, -0.06087663, -0.00263898, +0.04684959, +0.05393751, -0.12524043, +0.01798844, -0.03050187, -0.02327141, -0.03858101, -0.02178247, +0.06004066, +0.00384635, -0.06560371, +0.11135106, +0.01808733, -0.03194520, -0.35317794, +0.02117623, -0.21045584, +0.04420975, -0.01435290, +0.02946847, -0.01788641, -0.17830813, -0.02821736, + /* S3.TC */ + -0.00315047, -0.02242460, +0.00186619, -0.00164576, +0.00139889, +0.07469045, +0.03140820, -0.03272263, +0.04693160, -0.03311737, +0.02316936, +0.02013256, +0.01634899, -0.09536635, +0.58447817, +0.48926141, +0.00158007, +0.00508916, +0.00196031, +0.00733498, -0.01176603, +0.00551335, +0.00232516, -0.00218582, +0.00801866, +0.29158316, -0.02264097, +0.01279147, -0.19363340, +0.09850286, +0.00149656, +0.02363335, +0.00782647, +0.04461262, +0.11816038, -0.59634271, +0.01563633, +0.22055129, +0.03994707, +0.00142025, -0.05514459, +0.00147719, -0.16202232, +0.00845207, +0.02646010, +0.00115589, +0.06774827, +0.07452737, +0.00159653, +0.04655241, +0.18259312, +0.05961426, +0.00433858, -0.01800186, +0.03404998, +0.03270348, +0.00938568, +0.03775252, -0.02047144, -0.14185240, +0.00223383, -0.01663095, +0.00303355, +0.13957939, +0.00100386, -0.10521144, +0.00177741, -0.10614069, +0.00869728, +0.00421502, +0.00301783, +0.01695186, -0.26986164, +0.00273039, +0.00062675, -0.00383199, +0.00093905, -0.03675327, +0.00311644, -0.02839219, +0.00148593, -0.01348769, +0.00183370, +0.00922259, -0.00259178, -0.00369213, +0.00848220, +0.00631160, +0.04186672, -0.00329609, -0.01082198, -0.05222159, + /* S3.HLIM */ + +0.12622452, +3.70884721, +0.46972916, -0.00679791, -0.02218232, +0.26250149, -0.22837399, -0.02392608, -0.07181633, -0.03641551, -0.26776316, +0.06925781, +0.00770482, -0.08590954, -0.36807843, +0.53647005, -0.65559396, -0.00374559, -0.00782044, -0.02956583, -0.02766486, -0.01449979, -0.03295875, -0.09821652, +0.00112441, +0.16657067, -0.19512743, -0.00571955, -0.35369672, +0.09388316, -0.00245722, -0.19446327, +0.04226348, -0.40488625, -0.00123532, -0.22180247, +0.22445180, -0.08446631, -1.20097749, -1.47923915, -0.07898978, -0.01785773, -0.16266561, -0.02268475, -0.04878568, -0.04098050, -0.19916653, +0.84941864, -0.06371891, -0.33570082, +0.76183016, -0.04228721, +0.19196488, +0.26031860, -0.35776254, +0.02638003, -0.01410334, -0.36703425, +0.26718144, +0.54085965, -0.01671487, -0.11712746, -0.00571113, -0.02068032, -0.00356746, -0.12992141, -0.00710603, +0.43532307, -0.06746864, -0.47606617, -0.09260041, -0.01244254, +0.37224383, -0.07961780, -0.15812230, -0.00823352, -0.00994613, -0.08622396, -0.04810492, -0.03195478, +0.00502282, +0.30016268, -0.00576905, -0.48902986, +0.38371497, +0.08440830, -0.43315682, -0.05639274, -0.30828811, +0.51831089, -0.32208828, -0.07050403, + /* S4.PLEN */ + -0.00819238, -0.07142486, +0.01935717, -0.01791297, -0.02911019, -0.10856589, +0.06373703, -0.02790186, +0.07791486, -0.07716709, +0.01507509, +0.00912490, +0.05341355, -0.10337845, -0.02715931, -0.06211816, -0.02713028, +0.01775035, -0.00072406, -0.11975726, -0.08181452, +0.01538225, -0.00614718, +0.00510096, -0.00430373, -0.01379927, -0.05592007, +0.06224645, +0.19978292, +0.17221990, -0.03473009, +0.10483650, +0.00323884, +0.05610857, +0.18982530, -0.02883147, -0.00919409, +0.09076522, +0.08666577, -0.03182724, -0.11381565, +0.00383020, -0.06033037, +0.00868694, -0.01290053, +0.04557272, +0.06595390, +0.11562628, -0.01349968, +0.03937916, +0.03572415, +0.10127227, -0.04190652, -0.05571756, +0.03221231, +0.07398499, +0.04087390, +0.04239967, +0.00655183, -0.06725396, -0.00568494, -0.05083227, -0.01212005, -0.06134232, -0.02808170, -0.08863591, +0.00516093, -0.05330472, -0.00617982, +0.01319129, +0.05548384, -0.07521835, -0.00823905, -0.05050765, -0.04933954, -0.05046496, -0.01927793, +0.02300008, +0.00967540, -0.05877269, +0.04799224, -0.00467332, -0.01965417, -0.20927286, +0.00277833, -0.12279165, +0.01061666, -0.02354288, +0.02457490, -0.03308772, -0.12896442, -0.03462069, + /* S4.TC */ + -0.00325317, -0.02284617, +0.00916241, -0.00153520, +0.00166268, -0.05437576, +0.03145228, -0.03811812, +0.04739548, -0.03161368, +0.02383007, +0.02041569, +0.01703938, -0.09336753, +0.58462795, +0.48991685, +0.05069530, +0.00541223, +0.00204008, +0.00742782, -0.01147759, +0.00583302, +0.00270034, -0.00210910, +0.00824315, +0.29193051, +0.00639913, +0.01359437, +0.03276476, +0.09859616, +0.00160638, +0.02393904, +0.00790886, +0.05180077, +0.11932983, -0.59601560, +0.01502497, +0.09993247, +0.03997826, +0.00123329, -0.05021538, +0.00157155, -0.16169751, +0.00866168, +0.02879459, +0.00026948, +0.06797826, +0.07473131, +0.00186029, +0.04705915, +0.18422464, +0.05990459, +0.00519670, -0.01599048, +0.03400169, +0.03273486, +0.00963793, +0.04004933, -0.02021321, -0.11791163, +0.00287059, -0.01425796, +0.00320693, +0.19322992, +0.00100836, -0.10468317, +0.00183194, -0.10541721, +0.00890436, +0.00511103, +0.00313343, +0.01785098, -0.26964871, +0.00279541, +0.00114046, -0.00558623, +0.00096239, -0.03653943, +0.00328921, -0.02720317, +0.00150886, -0.01079934, +0.00187036, +0.00999446, -0.00227996, -0.00351745, +0.00870670, +0.00461577, +0.04195079, -0.00313657, -0.01091753, -0.06915296, + /* S4.HLIM */ + +0.14282030, -0.98654511, +0.47816442, -0.00650868, -0.02070619, +0.13372453, -0.16847102, -0.02293768, -0.07002729, -0.03482427, -0.26663621, +0.07008856, +0.00863634, -0.08380880, -0.36777385, +0.53741467, -0.65492625, -0.00316480, -0.00715907, -0.02751373, -0.02637528, -0.01390796, -0.03158421, -0.09761447, +0.00151077, +0.16704750, -0.16590206, -0.00472585, -0.12706025, +0.09409110, -0.00226234, -0.18295736, +0.07144097, -0.39646441, +0.00153972, -0.22134500, +0.22502202, -0.08348281, -0.20963132, -0.07900681, -0.07385131, -0.01739494, -0.16209276, -0.02192511, -0.04628413, -0.04045839, -0.18872369, +0.85032710, -0.06232572, -0.33408685, +0.76432923, -0.04081713, +0.19303345, +0.26248349, -0.35641319, +0.02649820, -0.01370781, -0.36441401, +0.26794555, +0.54197474, -0.01555750, -0.11432836, -0.00527370, -0.02012353, -0.00339263, -0.12889887, -0.00660695, +0.43621167, -0.05990179, -0.47391221, -0.09229235, -0.01122878, +0.38100149, -0.07724588, -0.15666616, -0.00818460, -0.00984977, -0.08582925, -0.04770059, -0.03066688, +0.00581609, +0.30309890, -0.00536509, -0.48771018, +0.38464928, +0.08503534, -0.43219664, -0.05563796, -0.30755519, +0.51898132, -0.32090600, -0.06455266, + /* S5.PLEN */ + -0.00766535, -0.07093349, +0.03934551, -0.01592514, -0.02863599, -0.26310488, +0.06445383, -0.02716103, +0.08032243, -0.07666709, +0.01635623, +0.10921862, +0.05448950, -0.10278821, -0.02688755, -0.06142351, -0.02286794, +0.02010747, +0.00096272, -0.11896090, -0.08116552, +0.01737330, -0.00529408, +0.00578445, -0.00254973, -0.01310208, -0.05200218, +0.19537656, +0.17050873, +0.17412312, -0.03304943, +0.10541782, +0.00403031, +0.06057298, +0.19129154, -0.02855586, -0.00551694, +0.09117097, +0.08733933, -0.03109891, -0.11316101, +0.00452199, -0.05979502, +0.00961680, -0.01138472, +0.04607916, +0.06942803, +0.11701234, -0.01065850, +0.04285757, +0.03910709, +0.10324885, -0.03829247, -0.05389901, +0.03796283, +0.07495250, +0.04949657, +0.04482844, +0.00718618, -0.06296889, -0.00262189, -0.04988707, -0.00904320, -0.06105374, -0.02736400, -0.08789490, +0.00590735, -0.05266223, -0.00541034, +0.02343977, -0.52183975, -0.07356231, -0.00520686, -0.04866652, -0.04143134, -0.04991131, -0.01881303, +0.02471100, +0.17359951, -0.05830984, +0.04883986, -0.00043590, -0.01853591, -0.20325354, +0.00497738, -0.12095865, +0.01189439, +0.00123978, +0.02517429, -0.03215465, -0.12662348, -0.03055897, + /* S5.TC */ + -0.00299350, -0.02250626, +0.00942485, -0.00062355, +0.00183870, -0.05265826, +0.03170488, -0.03537827, +0.04829409, -0.03142894, +0.02453269, +0.02095503, +0.01746950, -0.09312663, +0.58473653, +0.49015512, +0.00277779, +0.00649238, +0.00284214, +0.00790255, -0.01113999, +0.00665766, +0.00336789, -0.00181539, +0.00889154, +0.29220051, +0.00731597, +0.07978441, +0.07547409, +0.09949626, +0.00237704, +0.02524502, +0.00838162, +0.05204496, +0.11973487, -0.59590507, +0.01617098, +0.01571976, +0.04043313, +0.00104933, -0.04997598, +0.00188927, -0.16148550, +0.00907501, +0.02903907, +0.00075784, +0.06955938, +0.07523213, +0.00287479, +0.04837836, +0.18478942, +0.06063818, +0.00543646, -0.01580969, +0.03512758, +0.03320856, +0.01381906, +0.04029761, -0.01998553, -0.00704387, +0.00423445, -0.01395981, +0.00420777, +0.20229002, +0.00150163, -0.10442086, +0.00217228, -0.10519756, +0.00915836, +0.00607139, -0.28589632, +0.01849553, -0.26848359, +0.00353609, +0.00198934, -0.00366292, +0.00118354, -0.03577908, +0.08508923, -0.02703936, +0.00182406, -0.00975617, +0.00235829, +0.01076469, -0.00130422, -0.00270082, +0.00920163, +0.00710988, +0.04218684, -0.00282225, -0.00959141, -0.07457867, + /* S5.HLIM */ + +0.14299447, -0.98639362, +0.47838826, -0.00562134, -0.02056301, +0.13530834, -0.16824526, -0.02271252, -0.06918184, -0.03464848, -0.26612619, +0.07029449, +0.00904904, -0.08357482, -0.36767469, +0.53763902, -0.65462095, -0.00211294, -0.00637776, -0.02721130, -0.02614144, -0.01310841, -0.03137399, -0.09739639, +0.00213390, +0.16730706, -0.16501065, +0.06144467, -0.08442318, +0.09498233, -0.00150017, -0.18276382, +0.07164944, -0.39626317, +0.00189244, -0.22124593, +0.22525109, -0.08333876, -0.20941357, -0.07875207, -0.07361835, -0.01710847, -0.16189803, -0.02155465, -0.04610768, -0.04031053, -0.18718181, +0.85078898, -0.06141551, -0.33289053, +0.76467587, -0.04018283, +0.19324437, +0.26264667, -0.35619692, +0.02696666, -0.00954091, -0.36419601, +0.26815714, +0.54249476, -0.01418164, -0.11404586, -0.00441323, -0.02000807, -0.00306321, -0.12862508, -0.00629782, +0.43642047, -0.05967854, -0.47364421, -0.38140576, -0.01066249, +0.38202001, -0.07651880, -0.15624418, -0.00757306, -0.00963141, -0.08510204, +0.03407861, -0.03051092, +0.00609307, +0.30410907, -0.00488309, -0.48724996, +0.38560620, +0.08582853, -0.43187237, -0.05538864, -0.30733770, +0.51926140, -0.32026379, -0.06316638, + /* S6.PLEN */ + -0.01324994, -0.09784338, +0.02736751, -0.01295907, -0.03075206, -0.23564917, +0.04518753, -0.02740909, +0.04604924, -0.07283370, +0.01186990, +0.10721182, -0.14596881, -0.10376553, -0.02363990, -0.05517378, -0.02652768, +0.06239326, +0.00575859, -0.16969215, -0.04842314, +0.02212572, -0.00756636, +0.00771617, -0.00005757, -0.00798016, -0.04466876, +0.02046650, +0.06021297, +0.22734696, +0.00937467, +0.06044887, +0.00326146, +0.05471340, +0.17224548, -0.02352447, -0.00669025, +0.05601278, +0.08629732, -0.02487391, -0.11175069, +0.00251586, -0.05128089, +0.00668951, -0.00665068, +0.04809600, +0.06163658, +0.09310370, -0.01075773, +0.03783138, +0.02020861, +0.05023110, -0.05715041, -0.04113163, +0.01994895, +0.07608748, +0.04390950, +0.08904463, +0.05383400, -0.06271378, -0.00048681, -0.11542880, -0.00518264, -0.06185945, -0.02544480, -0.08117716, +0.01034257, -0.03882242, -0.00559699, -0.01807236, +0.08191968, -0.09653190, -0.00654486, -0.04769448, -0.07138250, -0.05063325, -0.01768696, +0.01832565, +0.02485555, -0.05795133, +0.06523525, -0.00672783, -0.01453734, -0.25293979, +0.00361203, -0.15070198, +0.00352869, -0.00449251, +0.02544075, -0.03145453, -0.14645121, -0.03323657, + /* S6.TC */ + -0.00363902, -0.02485687, +0.00914436, -0.00202030, +0.00155480, -0.05424880, +0.03108258, -0.04853480, +0.04739731, -0.03161981, +0.02348069, +0.02072701, +0.01699127, -0.09337507, +0.58461389, +0.48989987, +0.00368629, +0.00539637, +0.00157948, +0.00707404, -0.01159001, +0.00581183, +0.00233034, -0.00218904, +0.00823582, +0.29192182, +0.00639313, +0.01353753, +0.03271239, +0.09857317, +0.00158340, +0.02401667, +0.00743614, +0.05179213, +0.11934991, -0.59603131, +0.01615423, -0.21697128, +0.03955909, -0.00022018, -0.05021862, +0.00149510, -0.16171955, +0.00854739, +0.02884354, -0.00063030, +0.06797379, +0.07471121, +0.00189290, +0.04709364, +0.18441962, +0.05993915, +0.00519171, -0.01599840, +0.03489929, +0.03253741, +0.00960923, +0.04005054, -0.02022899, +0.25041063, -0.00239153, -0.01428366, +0.00316252, +0.24499985, +0.00041457, -0.10492048, +0.00158937, -0.10543799, +0.00882966, +0.00591090, +0.00312722, +0.01785689, -0.26954605, +0.00270278, +0.00119481, -0.00492259, -0.00230209, -0.03654480, +0.00321480, -0.02721767, +0.00138439, -0.01081580, +0.01493248, +0.01023192, -0.00234299, -0.00356012, +0.00882849, +0.00753052, +0.04194335, -0.00314899, -0.01027213, -0.08953414, + /* S6.HLIM */ + +0.14282030, -0.98654511, +0.47816442, -0.00650868, -0.02070619, +0.13372453, -0.16847102, -0.02293768, -0.07002729, -0.03482427, -0.26663621, +0.07008856, +0.00863634, -0.08380880, -0.36777385, +0.53741467, -0.65492625, -0.00316480, -0.00715907, -0.02751373, -0.02637528, -0.01390796, -0.03158421, -0.09761447, +0.00151077, +0.16704750, -0.16590206, -0.00472585, -0.12706025, +0.09409110, -0.00226234, -0.18295736, +0.07144097, -0.39646441, +0.00153972, -0.22134500, +0.22502202, -0.08348281, -0.20963132, -0.07900681, -0.07385131, -0.01739494, -0.16209276, -0.02192511, -0.04628413, -0.04045839, -0.18872369, +0.85032710, -0.06232572, -0.33408685, +0.76432923, -0.04081713, +0.19303345, +0.26248349, -0.35641319, +0.02649820, -0.01370781, -0.36441401, +0.26794555, +0.54197474, -0.01555750, -0.11432836, -0.00527370, -0.02012353, -0.00339263, -0.12889887, -0.00660695, +0.43621167, -0.05990179, -0.47391221, -0.09229235, -0.01122878, +0.38100149, -0.07724588, -0.15666616, -0.00818460, -0.00984977, -0.08582925, -0.04770059, -0.03066688, +0.00581609, +0.30309890, -0.00536509, -0.48771018, +0.38464928, +0.08503534, -0.43219664, -0.05563796, -0.30755519, +0.51898132, -0.32090600, -0.06455266, + /* IE1.PLEN */ + -0.10939243, -0.19996123, -0.20772191, +1.01196132, +1.96679675, -0.44183345, +2.02840494, -0.12756135, +0.37906068, +0.94997689, -0.64016143, -0.10345095, +0.06292015, +0.00722586, +0.11390796, -0.01336208, -0.40986898, +0.22471020, +1.32101247, +0.36824562, +0.01541999, +0.24817149, -0.66520866, +5.54378098, +1.40124889, +0.44722868, -0.26719092, -0.53623489, -1.81535501, +0.03960216, -1.10125679, -0.07703763, +0.03151956, +0.30863335, +0.16177116, +0.14607824, +0.45719696, +1.43042689, -0.49914350, -0.01831052, +0.66258714, +0.11404021, +0.02736010, +0.41213066, -0.06133141, -3.45806955, +0.27315950, -1.07198588, -0.09396458, -0.62631447, +0.00548623, -0.38315495, -0.13089200, -0.07603887, +0.83339252, +0.51692517, -0.12239685, +0.47032396, +0.01133409, -1.23274445, -0.84520400, +0.11034352, -0.80455348, -0.26961739, -0.34845991, +0.11615408, +0.09361518, -0.46998166, -1.00126825, -0.91316167, -0.21626522, +0.09087040, +0.04690186, +0.27001785, -0.25134869, -0.17713393, -0.26252358, +0.16492732, -0.20572320, +0.06309522, -0.02142754, -0.10740459, -0.23678425, +0.47427178, -0.14089737, +0.10653244, +0.22475813, -0.33185446, +0.41776901, +0.08925257, +0.21934992, -0.48649354, + /* IE1.TC */ + -0.03781063, +0.29575534, -0.19942459, +0.35051310, +0.14099496, -0.43586038, +0.32758324, -0.11012627, +0.53049408, +0.95798231, -0.62078113, -0.08220171, +0.08069800, +0.02840354, +0.03214565, +0.12526659, -0.40239310, +0.13348385, +0.60474408, +0.14940368, +0.06497650, +0.15336330, -0.15347080, +0.04975578, +0.44371073, +0.07076312, -0.16143429, -0.37209455, -1.68595773, +0.13036196, +0.59852315, +0.15479178, +0.13412155, +0.33034244, +0.26138702, +0.35397728, +0.47825692, +0.39498621, -0.15738255, +0.32948925, +0.67259586, +0.12572972, +0.05060036, +0.46276643, -0.05410287, +0.35583218, +0.28752697, -1.05694503, -0.08324357, -0.61728696, +0.01769464, -0.34576128, -0.12266383, -0.06945958, +0.84544502, +0.12578005, -0.09759563, +0.48092606, +0.03716742, -0.73603861, -0.43293527, +0.13045009, -0.45641935, -0.14196011, -0.18483214, +0.15801414, +0.19016823, -0.42482278, +0.10849940, -0.89248905, -0.17674869, +0.11831568, +0.06411477, +0.31499596, -0.24163490, -0.16747051, -0.14341780, +0.20859380, -0.17068877, +0.06629185, +0.07563401, -0.09874947, -0.14491919, +0.52928050, -0.13089166, +0.12978708, +0.28161562, -0.32385665, +0.48572214, +0.11706811, +0.24778180, -0.39370255, + /* IE1.HLIM */ + -0.27334639, -0.03581162, +0.26618492, +0.33741271, +0.41105818, -0.47959666, +0.13312386, -0.13602139, +0.36331852, -0.05065630, -1.18321611, -0.09858454, +0.06525056, +0.00828223, -0.04493287, -0.11274925, -0.42978263, +0.11082760, +0.51550776, +0.04800484, -0.01054566, +0.51867040, -0.18429699, -0.05488867, +0.36022249, +0.03994004, -0.20944289, -0.39624691, -1.68531811, +0.10873148, +0.34547587, -0.08787839, +0.17031068, -0.14081375, +0.29230050, +0.19069207, +0.75211621, +0.23062133, -0.45069653, +0.08276432, +1.72458256, +0.28429063, +0.62135601, +1.04378593, -0.07617150, +0.35743130, -0.01068442, -0.26330232, -0.17639725, -0.61118236, -0.22965308, -0.58736973, -0.16838246, -0.09953571, +0.48598823, +0.28840359, -0.10682124, +0.17719211, +0.31129110, -0.84327831, -0.44613578, +0.07425051, -0.46537711, -0.15475218, -0.17302688, -0.09559894, -0.15894839, -0.46633718, +0.46391250, -0.09224871, -0.20898222, +0.05857888, -2.46524368, +0.21748901, -0.35812598, -0.19921531, -0.11189874, +0.10897295, -0.22604354, +0.00874502, +0.07870239, -0.12798265, -0.12982305, +0.22183785, -0.21126410, +0.22774624, -0.30005409, -0.35110163, +0.06044424, +0.56464351, -0.10905041, -0.46460342, + /* IE2.PLEN */ + -0.56569316, -0.34865590, -0.48383324, -0.70205234, +1.07963043, -0.10274493, +0.32498812, -0.78776902, +0.90754254, +0.35494099, +0.42458707, -0.18984632, +0.05750436, +0.02909536, -0.03965731, +0.69367712, -0.21610383, +0.11852077, +1.08065176, +0.23989789, +0.07529062, +0.18905287, -0.50689793, +3.05760461, +1.07732057, +0.46990654, -0.89937684, +0.78139909, -0.11657413, +0.08552362, +1.87687425, +0.41951292, -0.19768612, +0.82143602, +1.42991728, +0.73722450, -0.20483293, +0.97852502, +0.14574045, +0.64030174, +0.80881346, -0.06909086, -0.20379018, -0.27586250, -0.07616615, -1.99877608, +1.28993508, -1.15866968, -0.03107686, -0.42157428, -1.50673662, -1.27004424, -0.16993517, -0.10994732, -1.17164984, +1.57345480, -0.50420254, -1.41483607, +1.38999244, +2.31992529, -1.10522314, -0.37755889, -0.90392272, -1.92983658, +0.69428027, -0.11212069, +0.10009834, -0.54457412, -0.37590317, +1.47077175, +0.56867221, +0.11123288, +0.92515830, +0.55090001, -0.20665696, -0.77889273, -1.98193956, +0.13604869, +0.36700480, -1.45822511, +0.27727116, -0.40751601, -0.35789730, -0.19354966, +0.22681155, +0.15469480, +0.70340787, -0.15002283, +0.71534814, +0.24262108, -0.69282803, +0.04444317, + /* IE2.TC */ + -0.35863351, -0.16336029, -0.30409632, -0.43662588, +0.12296398, -0.04848349, -0.07897468, -0.50735214, +0.67580977, +0.25188505, +0.11884919, -0.09950394, +0.04797443, +0.03462597, +0.03386379, +0.42706577, -0.12123020, +0.05569176, +0.46849736, +0.07382681, +0.05851123, +0.09966711, -0.16121415, +0.21939554, +0.41180746, +0.18060324, -0.56590565, +0.59681724, -0.02948133, +0.09310745, +1.40487183, +0.35249575, -0.10397617, +0.57238252, +1.00889784, +0.35463163, -0.11371702, +0.31677934, +0.18467876, +0.54183160, +0.55684944, +0.03103289, +0.04995380, +0.04595138, -0.03636624, -0.05192698, +0.89251155, -0.74512000, -0.00138248, -0.25058033, -0.97639172, -0.81362918, -0.09957629, -0.05892283, -0.75499599, +0.91984154, -0.31948791, -0.92645470, +0.94546778, +1.74110068, -0.58844293, -0.23927048, -0.48240107, -1.22450135, +0.52898155, +0.15815015, +0.10320560, -0.34236457, +0.12952006, +1.02261481, +0.41775580, +0.09386161, +0.64152185, +0.40577234, -0.10637959, -0.49563530, -1.27166868, +0.09391804, +0.27880333, -0.95833741, +0.23333503, -0.25546905, -0.21173151, -0.10311806, +0.15230392, +0.11251383, +0.51002575, -0.07630657, +0.52357571, +0.19101521, -0.42879960, +0.07402053, + /* IE2.HLIM */ + -0.75983659, -0.31838683, -0.06056538, -0.47494223, +0.39420192, -0.05613014, -0.24218349, -0.52651656, +0.50973191, -0.69693336, -0.44286398, -0.11238429, +0.02791563, +0.01839588, -0.04522274, +0.19114403, -0.13108990, +0.03332969, +0.36498996, -0.03152863, -0.01717487, +0.46377679, -0.17837060, +0.17391974, +0.28939594, +0.15049814, -0.61178835, +0.57122330, +0.00189704, +0.06543751, +1.14534411, +0.11942683, +0.18353385, +0.18776716, +1.04629082, +0.18742772, -0.15257361, +0.13856287, -0.07036806, +0.35932271, +1.19346351, +0.19023671, +0.62201530, +0.62798598, -0.04483135, -0.19038540, +0.59507413, +0.06789232, -0.09774787, -0.24277143, -1.17397065, -1.06517645, -0.13603606, -0.08177701, -0.76390879, +0.90356743, -0.32981820, -1.22786152, +1.22082866, +1.64520885, -0.60584934, -0.29162146, -0.50231904, -1.23189543, +0.51279196, -0.09495958, +0.09136034, -0.38202498, +0.49666867, +0.98610245, +0.38549911, +0.03628428, -1.88710489, +0.30967644, -0.22201888, -0.50879271, -1.27549748, -0.00433140, +0.22241455, -0.95131122, +0.29332525, -0.28246255, -0.23069137, -0.28093823, +0.07414535, +0.21295988, -0.07293708, -0.08440309, +0.09737964, +0.64229636, -0.78403088, +0.00820544, + /* NS.PLEN */ + +0.05749987, -0.10963870, -0.16630733, -0.64584498, -1.23006300, -0.80555490, -1.34438947, +0.90311088, -1.17946963, +5.70356604, +0.24319525, +0.56832179, +0.20712585, +0.00637249, -0.27598379, -0.18110889, +0.46919798, +0.29588613, -0.23547436, +0.10558878, -0.01553712, -0.01093093, +1.90109433, +0.86504653, +0.23797549, +0.16934127, -0.29763401, -1.26000402, -0.62231723, +0.34381748, +3.41166446, +1.37184706, +0.68941540, -0.16109372, -0.10064789, +0.78334013, +0.88247877, +0.15696512, -0.03229325, -1.09084105, -4.26271402, +1.59010819, +0.61977158, -1.25505557, -0.07892561, -0.05002181, -1.76945480, +1.67937792, +0.14960969, -1.52835030, -0.26149106, +0.57232057, -0.20550054, -0.09136187, -0.88655960, -0.05380941, -0.26699192, +1.17785508, +0.31977482, -0.61126674, -0.26610845, -0.34089394, -0.29481835, -1.54284243, +0.54073485, -0.72890492, -0.18417414, -0.37270400, -0.91530956, +0.01729656, +0.22792089, +0.56962422, -0.46179039, -1.33249369, +1.09583397, +0.09501059, -0.05525639, +0.49167661, -0.79309590, -0.04892990, -0.82477966, -0.21664945, -0.19748141, +2.19387110, -0.33948051, -0.60103277, +0.47899757, -0.38757433, +0.41564534, +0.12772889, -0.42594917, -0.53020982, + /* NS.TC */ + +0.14009311, +0.43005268, -0.06922491, -0.34870744, -0.61596757, -0.44002191, -1.24899325, +0.94359181, -0.99843335, -0.06353319, -0.15348625, +0.08197336, +0.05793484, +0.22191964, +0.62764841, +0.15739919, +0.94974908, +0.07369967, -0.27885724, +0.12385834, +0.02488631, -0.05678795, +0.85966878, +0.38562777, -0.02307074, +0.65444526, -0.42292426, -0.93784821, -0.21821759, +0.09098612, +1.43951154, +1.62679824, +0.76186766, -0.07738256, +0.47508567, -0.83447470, +0.35205568, +0.44291343, +0.01170231, -1.07549946, -1.07389669, +0.24668054, +0.63210181, +0.74034077, -0.06156598, -0.12259386, -1.74808504, +1.92163815, +0.19641620, -1.50539986, -0.11742553, +0.86461688, -0.11427834, -0.08712780, -0.52073701, -0.02585133, -0.23770422, +0.53121910, +0.07154127, -0.48492554, -0.26107272, -0.24154851, +0.06692692, -1.53019973, +0.54566419, -0.73193287, -0.15347159, -0.33624826, -0.49669893, +0.32021590, +0.46643077, +0.22931520, -0.40971961, -1.30976016, +1.25140469, +0.19114522, -0.04875972, +0.02961452, -0.75430904, +1.03311032, -0.42483964, -0.16257969, -0.18539515, +0.76900415, -0.35495413, -0.36211850, +0.75246722, +0.05776275, +0.60455802, +0.23434194, -0.03327809, -0.49965245, + /* NS.HLIM */ + +0.15308269, +0.43599108, -0.06571973, -0.34542148, -0.61076450, -0.43279015, -1.23970709, +0.95018287, -0.98852043, +0.12974697, +0.40579072, +0.08503718, +0.07388275, +0.04157694, +0.14438521, +0.06493083, +0.95315989, +0.09387820, -0.19716067, +0.19584622, +0.10643109, -0.05248976, +0.87511014, +0.40122991, -0.02003576, +0.28856469, -0.22518753, -0.93070042, -0.07160463, +0.10637605, +1.45185681, +1.65551838, +0.77727255, -0.07352766, +0.58820656, +0.04707351, +0.35705965, +0.47514230, +0.03233207, -1.01338405, -0.11368013, +0.07346766, +0.20197132, +0.13796615, -0.04890862, -0.11105422, -1.74301952, +1.96555632, +0.21382948, -1.49996616, -0.11027120, +0.92786804, -0.10971275, -0.04614098, -0.51746120, +0.00143974, -0.21932921, +0.55060556, +0.10668803, -0.48036345, -0.24812069, -0.19605056, +0.06919432, -1.52771565, +0.55706484, -0.40730952, -0.14957863, -0.23209494, -0.49069206, +0.32324514, +0.47364578, +0.24013632, -0.40198879, -1.30542553, +1.25513245, +0.19360083, -0.04639237, +0.15226623, -0.74873561, +0.09457214, -0.41916596, -0.14193507, -0.17160468, +0.80088924, -0.30188083, -0.32536718, +0.75948498, +0.06045016, +0.60936376, +0.23963373, -0.02696272, -0.49319451, + /* U1.PLEN */ + -0.23006787, -1.15295360, -0.39487040, +0.02617407, +0.02789912, -0.09738708, +0.12157475, -0.94311740, -0.12082478, +0.19942636, +0.02075906, -0.13094913, +0.01576115, +0.01792206, +0.00897487, +0.38865459, +1.09397867, -0.08972701, +0.01227653, +0.03677267, +0.03057702, +0.04656649, +0.07459117, +0.03186115, -0.25721480, +0.13066009, -0.09075061, +0.18416571, +0.30913612, +0.01292733, +0.09666748, +0.06418886, +1.02659781, -2.06431401, -1.02509488, +0.01802386, -0.36222278, +0.17846928, +1.02810448, +0.12196482, +0.42972130, +0.00978962, +0.02057950, +0.01398179, -0.09848336, +0.16405356, +0.25780148, -0.00927437, +0.09402849, -1.30695593, +0.15692759, +3.74573494, -0.12922545, -0.17545172, +0.17017360, +0.00874523, +0.01760802, -0.04605307, +0.02108082, -0.60265944, +0.02818925, +0.02953359, +0.10967642, -0.21275833, +0.00546292, +0.06875525, +0.01496558, +0.12706821, +0.06582861, -1.96493586, +0.24903273, -0.34199569, -0.56939592, +0.14752894, +1.19622480, -0.80251040, +0.00939028, +0.02554654, +0.02002522, +0.09896396, +0.03025111, +0.08226213, +0.01284691, +0.00604036, +0.02684747, +0.05359891, +1.36612109, -0.14091555, +0.61468798, +0.17409764, +0.33882701, +0.74656314, + /* U1.TC */ + -0.22989359, -1.15250445, -0.39854628, +0.02634860, +0.02775795, -0.09757191, +0.12426299, -0.94307250, +0.12314657, +0.19943793, +0.02078851, -0.13107986, +0.01577995, +0.01793089, +0.00897992, +0.38858442, +1.09369605, -0.08964393, +0.01228576, +0.03679025, +0.03060236, +0.04623915, +0.07417586, +0.03191329, -0.25724738, +0.13068653, -0.08797773, +0.18431982, +0.30983850, +0.01295764, +0.09668513, +0.06435460, +1.02665570, -2.06451988, -1.04562484, +0.01803060, -0.36247365, +0.17849142, +1.02812645, +0.12211415, +0.42973915, +0.00979932, +0.02059275, +0.01399575, -0.09850440, +0.16602874, +0.26577321, +0.27658617, +0.10150627, +0.36838392, +1.68089293, +0.24307369, -0.12926438, -0.17546641, +0.16894272, +0.00874590, +0.01779337, -0.04607264, +0.02114076, -0.60305783, +0.02823567, +0.02962980, +0.10763453, -0.21273152, +0.00546517, +0.06877240, +0.01497681, +0.12710191, +0.06542078, -1.96751710, +0.24904894, -0.34225379, -0.99571760, +0.15001371, +1.20035196, -0.80138702, +0.00939372, +0.02558652, +0.02017489, +0.09904445, +0.03035138, +0.07973887, +0.01286165, +0.00597031, +0.02689484, +0.05364490, +1.33526816, -0.14105860, +0.61621056, +0.17163573, +0.27902364, +0.74650013, + /* U1.HLIM */ + +1.03753418, -2.28623279, -0.42597256, -0.01273037, +0.20794916, -0.10010159, -0.12095294, -0.98404583, -0.00316624, -0.79778065, -0.54448406, -0.10303168, -0.00679611, -0.00778790, -0.07165889, +0.15372249, +0.49055938, -0.11396862, -0.09266672, -0.07974759, -0.05373555, +0.40944332, +0.33648499, -0.07407080, -0.37983631, +0.09906045, -0.13021107, +0.15798378, +0.28930910, -0.02167242, -0.16343683, -0.28081433, +0.95894908, -2.04102611, -1.03912669, -0.15150710, -0.39776576, -0.00982271, +0.14034758, -0.15774605, +1.16130457, +0.16607127, +0.58884237, +0.59156511, -0.10701699, +0.15981112, +0.00376954, +1.04038493, +0.04720109, +0.05004265, -0.04924663, +0.14414995, -0.16534994, -0.19817488, -0.10555243, -0.00854612, +0.00505707, -0.32102406, +0.29245323, +0.00311901, +0.00523193, -0.02832251, +0.09034414, -0.22324732, -0.01187915, -0.18680818, +0.00110150, +0.08457437, +0.38205538, -1.08152426, +0.21758275, -0.40381552, +1.12116269, +0.06030602, +1.05863856, -0.80217320, +0.00365581, -0.07441202, -0.03641377, +0.04834969, +0.03128706, +0.05407699, -0.00876932, -0.16714531, -0.05412581, +0.14993917, +0.78586664, -0.10807530, +0.26233663, +0.62141327, -0.04076041, +0.65615120, + /* TECN.PLEN */ + -0.00916804, -0.04346888, +0.01980218, -0.02471645, -0.02677781, +0.11734399, +0.08119647, -0.02720101, +0.12713262, -0.11632633, -0.05689453, -0.00403888, -0.15922764, +0.20313332, -0.03626263, -0.05695233, -0.00361483, -0.04709615, -0.00240893, +0.08295277, -0.02880790, -0.00571715, -0.00311228, -0.00836374, -0.00709839, -0.04447988, +0.12496237, +0.11709444, +0.01127846, +0.20942695, +0.00241178, +0.14041498, +0.00599591, +0.06255227, +0.08980895, -0.04397910, -0.00627311, +0.06752952, +0.05540091, -0.04780297, -0.22857085, -0.04747148, -0.03713573, -0.05173777, -0.34659085, +0.02199504, +0.08505998, +0.15132154, -0.03111937, +0.04678810, +0.07254190, +0.17157528, +0.03108934, +0.04111651, +0.04844137, +0.04690772, +0.01234131, +0.00778662, -0.05571107, -0.07395825, -0.01538067, +0.01579424, -0.02535155, -0.05961898, -0.03454201, -0.05652234, -0.00460290, -0.06217982, -0.00748836, +0.01972211, -0.06394609, +0.02792005, -0.02588696, -0.06481442, -0.01516982, -0.05063955, -0.02579185, -0.07272544, -0.05778355, -0.12827994, -0.03692533, -0.08389576, -0.02351640, +0.09073607, -0.05925218, +0.02245671, +0.01564393, -0.03252698, +0.01698898, -0.04304363, -0.04359962, -0.03275456, + /* TECN.TC */ + -0.00364546, -0.03516660, +0.00229104, -0.00205425, +0.00102925, +0.16371770, +0.03050414, -0.02188054, +0.04515303, -0.08881513, +0.02226860, +0.02448935, +0.01556263, +0.38604804, +0.56849532, +0.49075504, +0.06923268, +0.00312846, +0.02336771, +0.00589284, -0.01384163, +0.00491660, +0.00209604, -0.00628470, +0.00808239, +0.22259148, +0.11460426, +0.01259716, -0.13914242, +0.08059434, +0.00071193, +0.02294232, +0.00729479, +0.04490156, -0.09037515, -0.63948368, +0.01540135, +0.06896935, +0.01760182, +0.00066205, -0.20621382, +0.00107341, -0.16229854, +0.00666570, -0.23104327, -0.00797517, +0.06643881, +0.07139791, +0.00139971, +0.04553305, +0.18257170, +0.05716307, +0.00692077, +0.06758397, +0.03532127, -0.01227692, -0.01149216, +0.03969001, -0.02284683, -0.06629453, -0.01094137, -0.02264849, +0.00294879, +0.16790473, -0.00020595, -0.08497920, +0.00116131, -0.10656766, +0.00823337, +0.00491207, +0.00272876, +0.01573440, -0.27693074, +0.00226740, +0.00068156, -0.00642111, -0.00257679, -0.04366554, +0.00276094, -0.12128995, +0.00100865, -0.01217795, +0.01424647, +0.01750142, -0.00302436, -0.00456707, +0.00738260, -0.02136541, +0.03876227, -0.00358947, -0.01054554, -0.06570221, + /* TECN.HLIM */ + +1.62464855, -1.53004434, +0.45949288, -0.00711464, -0.02235726, +0.35222734, -0.21862922, -0.03291670, -0.07583308, -0.06410628, -0.26926298, +0.06996363, +0.00674343, +0.15447101, -0.37640139, +0.53841968, -0.63952633, -0.00563067, -0.00851510, -0.03611571, -0.03273257, -0.01622167, -0.04921124, -0.10223783, +0.00093679, +0.13263506, -0.05528553, -0.00573177, -0.28487642, +0.08453092, -0.00312664, -0.28805112, -0.30983472, -0.40684366, -1.39681548, -0.24205264, +0.21825038, -0.08933447, -0.88478629, -0.12981020, -0.15293917, -0.01949874, -0.16280318, -0.02535650, -0.30642936, -0.05394882, -0.19379168, +0.67929946, -0.07293939, -0.33995163, +1.40821902, -0.07273514, +0.19427416, +0.34593151, -0.35958107, +0.00490456, -0.02495214, -0.37229642, +0.26319909, +0.54037606, -0.01875055, -0.12120087, -0.00635481, -0.02325032, -0.00402755, -0.10887440, -0.00810839, +0.43661723, -0.06495038, -0.47714938, -0.09293794, -0.01794727, -0.51234185, -0.08152085, -0.16282735, -0.01667808, -0.01037975, -0.09006155, -0.04855218, -0.07969312, +0.00365208, +0.30028105, -0.00690146, -0.47919543, +0.38264387, +0.08293308, -0.50655701, -0.05441199, -0.31441772, +0.49117986, -0.38710999, -0.07191206, + /* T2.PLEN */ + -0.03673710, -0.03180459, +1.18659341, -0.01674473, +0.02690720, +0.02993128, -0.08985481, +0.00177618, -0.08053451, -0.00907691, -0.04366195, -0.00660350, -0.02177577, +0.21326113, +0.32916509, -0.31847014, +0.04035514, -0.01932233, -0.38269120, -0.08242556, -0.05210387, -0.00082267, -0.00434906, +0.17713980, -0.01915851, +0.32430867, -0.28619471, -0.21804204, -0.40919363, -0.00757732, +0.00388731, -0.17380535, -0.04194594, -0.12156720, +1.20069168, +0.59551839, -0.05807952, -0.17502961, -0.01926990, -0.06842256, -0.03878660, -0.00513164, -0.22618254, -0.03045610, +0.01920160, +0.39082324, -0.25745775, -0.16822099, -0.17489466, -0.24162637, -0.51354423, -0.41578345, +0.26026102, -0.09398009, -0.11339276, +0.27487174, +0.44886370, +0.10813234, +0.18341762, +0.01411471, -0.35080546, +0.13856141, -0.01499231, +0.03191081, +0.19750647, -0.27885524, +0.17746420, +0.28380659, +0.00245554, -1.44601522, -0.06870482, -0.01062317, +1.29182574, -0.08969833, -0.07976262, -0.05872693, +0.51064541, +0.31982445, -0.12754893, -0.01914443, +0.19199724, -0.01893501, -0.29848012, +0.10777639, -0.03720982, +0.18180244, -0.10650090, +0.04504597, -0.13125517, +0.02252185, -0.03902707, -0.05953772, + /* T2.TC */ + -0.03651745, -0.01971376, +0.58142034, -0.01377095, +0.02655643, +0.02785990, -0.08846432, +0.00156181, -0.07354356, -0.03875421, -0.04667595, -0.00287255, -0.02510461, +0.42267572, +1.12476549, -0.62680748, +0.04090611, -0.03066726, -0.38187219, -0.08470459, -0.06912169, -0.00022080, -0.00472449, +0.16624189, -0.01595134, +0.74606655, -0.43881097, -0.21880884, -0.42563755, -0.01722185, +0.00121854, -0.17645707, -0.03665559, -0.04287054, +0.43513296, -0.05101107, -0.05719733, -0.17505722, -0.02925258, -0.06728837, -0.11752227, -0.00689244, -0.27622290, -0.03449222, +0.01330793, +0.38807277, -0.11204703, -0.16576160, -0.14769539, -0.10914605, -0.24216728, -0.29337066, +0.25940916, -0.10112030, -0.03013738, +0.26782332, +0.43300549, +0.10330952, +0.15525300, +0.01538069, -0.35066420, +0.10672831, -0.01384539, +0.03165084, +0.19949345, -0.30553500, +0.14687365, +0.19462742, +0.00452519, -0.67922681, -0.06913367, -0.01346284, +0.64211069, -0.02512858, -0.02732164, -0.04474066, +0.51355725, +0.26980485, -0.12783968, -0.06768378, +0.19174283, -0.02112374, -0.29573379, +0.10693450, -0.04002156, +0.17441807, -0.04815807, +0.04590135, -0.12183889, +0.02562067, -0.00412472, -0.05938392, + /* T2.HLIM */ + -0.06676958, -0.02360929, +0.52484805, -0.01467238, +0.02346444, +0.01985683, -0.10231782, -0.00443230, -0.09956672, -0.01039989, -0.04728137, -0.03528864, -0.02477690, +0.21020933, +0.29531768, -0.32515786, +0.03708826, -0.02375525, -0.38300423, -0.09630581, -0.06126654, -0.00213418, -0.00840636, +0.08773423, -0.01685251, +0.31067457, -0.28916769, -0.22328988, -0.41154297, -0.00846087, +0.00318156, -0.22689604, -0.04708248, -0.04596347, +0.52439340, +0.69223878, -0.09249853, -0.24144860, -0.02410250, -0.10669309, -0.04053226, -0.01482134, -0.25170034, -0.03553081, +0.01667382, +0.39962676, -0.12253879, -0.23046988, -0.20043544, -0.11550488, -0.24653620, -0.30612277, +0.55908240, -0.16313702, -0.03426844, +0.28575788, +0.43876953, -0.18240480, +0.53530639, -0.00491132, -0.35174145, +0.09890909, -0.01491108, +0.02761680, +0.19747296, -0.28969587, +0.14403836, +0.25241390, -0.00030653, -0.68456400, -0.07052457, -0.01858306, +0.63653362, -0.03408459, -0.04131469, -0.06965452, +0.50535185, +0.30014714, -0.17045677, -0.02006674, +0.20952432, -0.02571254, -0.29679767, -0.32490435, -0.05858731, +0.28448122, -0.05695983, +0.04133227, -0.13605490, +0.01725103, -0.01140340, -0.08719074, + /* T3.PLEN */ + +0.23463735, +0.80561409, +0.64265140, -0.10034834, +0.07925236, -0.14319247, +0.30246980, +0.13349428, -0.31818916, -0.00048386, +0.15411613, -0.06902754, +0.11966083, -0.02177337, +0.29785685, +0.10038632, -0.07970548, -0.06944877, +0.13917962, +0.08440874, +0.07731224, -0.05848271, +0.12299310, +0.07472608, -0.06553462, -0.33261589, -0.30700624, -0.15518363, -0.29325872, -0.06799720, -0.06591943, +0.26585626, +0.17211991, -0.27447713, +0.96862510, +0.16079556, -0.10655669, +0.19784548, +0.35750959, +0.27958881, -0.01138647, +0.06474776, +0.08130557, +0.10916293, -0.05643818, +0.14958023, -0.33472702, -0.37977348, -0.32100605, -0.32852955, -0.67989393, -0.61323134, +0.16318219, +0.26014207, -0.20952492, +0.16857580, -0.19502867, +0.03532305, +0.07900034, -0.17405277, +0.20302893, +0.08295472, -0.05309138, +0.09205001, +0.09623232, +0.13427967, +0.10941930, +0.20096536, +0.09849409, +1.74603971, -0.14842123, -0.07211793, -1.29802258, -0.15258210, -1.07897108, -0.27538158, +0.12737652, -0.21208300, -0.15475058, +0.00643799, +0.09553966, -0.17544059, +0.18165548, +0.12529012, +0.16613148, +0.08301944, -0.37355721, -0.02708480, -0.40380040, -0.11618876, -0.17497159, +0.12037253, + /* T3.TC */ + +0.16698890, +0.59633336, +0.28532755, -0.06687655, +0.06733561, -0.13478817, +0.21504433, +0.08744237, -0.25257666, +0.00324736, +0.09944153, -0.04893284, +0.13546877, -0.02365294, +1.11393033, +0.60142035, -0.05041954, -0.05644814, +0.13146860, +0.09367135, +0.06474356, -0.04029522, +0.09532500, +0.10130159, -0.04075411, -0.51804810, -0.31280607, -0.10314814, -0.19860144, -0.05699775, -0.04690413, +0.15180892, +0.13217677, -0.12379221, +0.37156609, -0.43231451, -0.09310196, +0.10105085, +0.26695221, +0.20070820, -0.00093312, +0.04460187, -0.07213490, +0.07961373, -0.05237236, +0.21519010, -0.24547971, -0.32130895, -0.25718384, -0.23760155, -0.37165122, -0.46918088, +0.17970104, +0.25002123, -0.10391727, +0.11625355, -0.14933121, +0.05311431, +0.10374008, -0.27918607, +0.14338985, +0.08597173, -0.03118483, +0.23434960, +0.07725396, +0.06454350, +0.07815719, +0.19436257, +0.08054121, +0.84312704, -0.09045490, -0.05524429, -0.70517980, -0.10532575, -0.56957407, -0.22150360, +0.09741134, -0.17466835, -0.12757902, +0.01127356, +0.11978651, -0.13617341, +0.13911672, +0.16202445, +0.16532280, +0.11000411, -0.22811202, -0.00853940, -0.33028354, -0.07732969, -0.11246532, +0.09690415, + /* T3.HLIM */ + +1.91549938, -0.95058314, +0.67898976, -0.07139682, +0.04596463, -0.29412598, -0.03262574, +0.07539323, -0.29848183, +0.00066182, -0.17689888, -0.09463707, +0.12811346, -0.02169363, +0.02101631, +0.64837534, -0.05954918, -0.06525262, +0.09447032, +0.05319593, +0.04655893, -0.04799958, +0.05023641, +0.00296980, -0.04538163, -0.34289310, -0.36219452, -0.11777175, -0.20736801, -0.06062997, -0.05032667, -0.15774206, -0.17975252, -0.59396278, +0.34137690, +0.21605078, -0.13650311, -0.00783195, -0.74042937, +0.07555315, -0.02138380, +0.02556825, -0.07317754, +0.04993497, -0.10991634, +0.19879451, -0.28386239, -0.52108494, -0.32668424, -0.25768728, -0.45600087, -0.50557492, +0.41949503, +0.60241826, -0.12404346, +0.11260033, -0.16276198, -0.25521945, +0.41426186, -0.20900662, +0.13454433, +0.05048431, -0.03535605, +0.05162808, +0.07348469, +0.05141256, +0.06946021, +0.09504943, +0.00988230, +0.77702172, -0.09549515, -0.06931804, -0.74318407, -0.12959081, -0.59789847, -0.24449612, +0.08769061, -0.20187106, -0.17576913, +0.00746893, +0.12589850, -0.23843670, +0.13226457, -0.28339212, +0.64764164, +0.20444841, -0.25025776, -0.01918970, -0.35697302, -0.11625396, -0.13080032, +0.00995569, + /* T4.PLEN */ + +0.01012998, +0.08880027, +0.30598254, +0.02295820, +0.00947910, -0.28175720, +0.04305821, +0.03026637, +0.08747950, -0.05201028, +0.03582330, -0.14751786, +0.03082893, +0.18111152, +0.01151341, +0.08173304, -0.25156663, +0.03110249, +0.00625861, +0.00994479, +0.02949128, +0.02424229, +0.02562822, +0.02523263, -0.13793656, +0.02468690, +0.28054877, +0.04928919, +0.39345687, +0.10290977, +0.10821011, +0.04140741, +0.04826526, +0.38303849, +0.07594046, +0.03682490, -0.17825435, +0.00567997, +0.04257128, +0.01158211, -0.09972470, +0.00882205, +0.04412161, +0.02059887, -0.09028427, +0.05614462, +0.10734181, +0.14067772, +0.09914982, +0.11045124, +0.07830411, +0.15315338, -0.14274131, -0.18104564, -0.34123796, -0.01559276, +0.02132492, -0.04389017, +0.02012816, +0.20744402, +0.01457195, +0.03051420, -0.06756793, +0.03635143, -0.00067783, +0.06094658, +0.07517478, +0.11348778, +0.02164595, -0.39990300, -0.07847519, +0.47295827, +0.18652703, +0.02991870, +0.35938220, +0.14421211, +0.00351618, +0.01553301, +0.03186498, -0.06121125, +0.01679718, +0.05715286, +0.00511114, -0.34415905, +0.02105499, +0.04719654, +0.08412515, -0.22469094, +0.05781925, +0.00305360, -0.03907138, +0.02428101, + /* T4.TC */ + +0.00422518, +0.08747336, +0.30336123, +0.02216986, +0.00835409, -0.28753664, +0.04071193, +0.02920056, +0.07388323, -0.08245215, +0.03061389, -0.14883268, +0.02497828, +0.38886568, +0.57159536, +0.55278935, -0.25272439, +0.01666314, +0.00786564, +0.01652503, -0.00538166, +0.03272985, +0.02878725, +0.01276625, -0.12994006, +0.22898610, +0.22370729, +0.04422393, +0.37606554, +0.09315728, +0.10489619, +0.03478326, +0.04604582, +0.38155001, -0.03653333, -0.63085841, -0.17911252, +0.00571131, +0.02898569, +0.01034620, -0.17966692, +0.00582651, -0.15391526, +0.01338832, -0.10234032, +0.04735210, +0.10303581, +0.12779900, +0.09498610, +0.09630364, +0.24489081, +0.14067578, -0.14496282, -0.21474268, -0.34282131, -0.00598564, +0.00445541, -0.05418562, -0.01132575, +0.22574347, +0.01448033, -0.01143873, -0.06650513, +0.03539834, +0.00374880, -0.06320756, +0.01248047, -0.01107990, +0.02002742, -0.40179505, -0.07531340, +0.04946438, -0.09241566, +0.02796969, +0.35699295, +0.16138916, +0.00970397, -0.03119717, +0.03074055, -0.11626634, +0.01483911, +0.03572939, +0.01062382, -0.18407709, +0.01108683, +0.03920790, +0.10966149, -0.22659905, +0.05460615, +0.02068445, +0.18564317, +0.02384028, + /* T4.HLIM */ + +1.63621316, -1.41844993, +0.85995589, +0.02142742, -0.01378503, -0.29680199, -0.21740043, -0.00272303, -0.03556718, -0.05471372, -0.00470143, -0.17594410, +0.02210408, +0.17584864, -0.02486060, +0.05343656, -0.26082748, +0.01813547, -0.06680935, -0.03593725, +0.00109815, +0.00404758, -0.02348222, -0.07582323, -0.13621878, +0.00623522, +0.27633915, -0.02812302, +0.36795210, +0.09833397, +0.10442733, -0.27324601, -0.26834385, -0.09982833, -1.33667852, +0.13198639, -0.23156218, -0.08119418, -0.87194801, -0.11954495, -0.12165036, -0.01027293, +0.01223207, -0.00040058, -0.09457315, +0.04994789, -0.15421618, +0.76327383, +0.02249695, -0.28731248, +0.27344045, +0.00470431, -0.18602787, -0.19308837, -0.35981848, -0.02453150, +0.00832500, -0.35308988, +0.29887948, +0.11828511, +0.41430825, -0.01568306, -0.07299714, -0.00147604, -0.00615140, +0.04452854, +0.00154583, +0.08226684, -0.05103120, -0.64201407, -0.09149023, +0.44592282, -0.29633459, -0.05474580, +0.24072212, +0.11670434, -0.09167420, -0.00838753, -0.02419461, -0.06608410, +0.02139208, +0.04345280, -0.07771077, -0.50035626, -0.02099834, +0.17236176, -0.43895764, -0.23538566, -0.29912591, +0.50203819, -0.41612607, -0.05013922, + /* T5.PLEN */ + +0.06270797, +0.25538598, -0.25430525, +0.01604154, +0.02639056, -0.11982024, +0.03976291, +0.04403893, +0.04600217, +0.06950954, +0.01367015, -0.54978752, +0.01408373, +0.01027210, +0.00461393, +0.08243698, -0.10614529, +0.01773921, +0.00447406, +0.00423643, +0.01423333, +0.04646854, +0.04595899, +0.02145934, -0.02268528, +0.01348934, -0.07558411, +0.08406168, -0.08978791, +0.06895035, -0.30918332, +0.07453550, -0.07594947, -0.18262674, +0.52173117, +0.01472019, +0.64400673, +0.03794566, +0.12531153, +0.08840787, -0.37248405, +0.00765092, +0.01721526, +0.01093798, -0.06282375, +0.03893362, +0.08213782, +0.06520785, -0.07003902, +0.11186504, +0.41934576, +0.07488880, -0.12835131, -0.12684755, +0.05599470, -0.05386249, +0.01886647, -0.02336729, +0.01719743, +0.51384930, +0.01620821, +0.02177502, +0.13625014, +0.05128832, -0.00466472, +0.05271079, +0.12904888, +0.10812712, +0.09245639, -0.10352011, +0.13871415, +0.45999588, +0.41864973, +0.04869134, -0.32475107, +0.15446391, -0.00277013, +0.01167607, +0.02463541, +0.07194713, +0.02377561, +0.06689710, -0.00229005, -0.33536532, +0.01928120, +0.04628551, +0.24400094, -0.31186857, +0.05650775, +0.01732756, +0.06606954, +0.04784862, + /* T5.TC */ + +0.05606067, +0.24726519, -0.25670891, +0.01928379, +0.02541170, -0.12740788, +0.04167199, +0.04304635, +0.03194196, -0.13568022, +0.00800201, -0.55125231, +0.00822488, +0.20535334, +0.56463321, +0.55280427, -0.10694115, +0.00267392, +0.00841957, +0.01148230, -0.02113916, +0.05514189, +0.04897849, +0.00898743, -0.00828858, +0.21695474, -0.13484963, +0.07910898, -0.24135118, +0.05641123, -0.31153380, +0.06634242, -0.07868067, -0.18419728, +0.39846353, -0.65271246, +0.64187546, +0.04036096, +0.11089235, +0.08709897, -1.39733548, +0.00455952, -0.18212669, +0.00322902, -0.07610572, +0.03076372, +0.07759746, +0.01818974, -0.07439570, +0.09603682, +0.58220604, +0.00327580, -0.13069423, -0.16110067, +0.05357474, -0.01529099, +0.00210867, -0.03975661, -0.01452415, +0.51693284, +0.01684212, -0.02136085, +0.13916510, +0.05062440, +0.00428489, -0.07203909, +0.01180765, -0.01716064, +0.09081979, -0.10548437, +0.14194629, +0.03595913, +0.13925477, +0.04660679, -0.32641521, +0.17351672, +0.00929459, -0.03532543, +0.02361888, +1.07388077, +0.02207620, +0.04507940, +0.00882327, -0.17583519, +0.00912274, +0.03824498, +0.26924625, -0.31295551, +0.05266463, +0.03483122, +0.29065557, +0.04797671, + /* T5.HLIM */ + +1.74166818, -1.14719082, -0.34006440, +0.01986432, +0.00942926, -0.16315301, -0.19554871, +0.01493756, -0.07970267, -0.92547283, +0.00406346, -0.72118633, +0.00581636, -0.01257862, -0.03167008, +0.05786557, -0.12832732, +0.00460897, +0.00090535, -0.03394314, -0.01311125, +0.02730539, +0.01007718, -0.07953702, -0.01386708, -0.00626800, -0.08004817, +0.07480224, -0.09531448, +0.04807585, -0.31171770, -0.22619197, -0.11219863, -0.19647472, -0.77348576, +0.10830681, +0.93850883, -0.04564551, -0.75651905, -0.01986369, +0.36357421, -0.00958333, -0.02142576, -0.01221342, -0.06777435, +0.03118612, -0.17952372, +0.67946355, -0.13336878, -0.28482116, +2.17532821, -0.07416519, -0.16352651, -0.13408516, -0.02345222, -0.00199222, +0.01039544, -0.32774289, +0.29610833, +0.46921830, +0.00388695, -0.02482077, +0.13408017, +0.01848001, +0.00038205, +0.03583037, +0.00437537, +0.07668960, +0.04115362, -1.06824388, +0.12840410, +0.43195524, -0.05877581, -0.03546016, -0.42927130, +0.12444244, +0.00658081, -0.01238429, -0.02179579, +0.02323258, +0.02937710, +0.05432935, +0.00315821, -0.50185177, -0.01854891, +0.17238261, -0.27929304, -0.32297083, -0.30174095, +0.51817619, -0.31022557, -0.02102062, + /* T6.PLEN */ + +0.06442206, +0.25788487, -0.21644272, +0.02128848, +0.02766657, -0.05476021, +0.04027996, +0.04997070, +0.05346753, +0.07038575, +0.01516324, -0.04652849, +0.01568932, +0.01075913, +0.00454546, +0.08366936, -0.14529459, +0.02086401, +0.00303807, +0.00453714, +0.01507791, +0.05445428, +0.05299296, +0.02541266, +0.12399173, +0.01451491, -0.07289803, +0.09592040, -0.02457190, +0.07306650, -0.29701602, +0.07614419, -0.07090918, -0.17500468, +0.54419988, +0.01417787, -0.17840345, +0.03710002, +0.12782634, +0.09006602, -0.37175357, +0.00861346, +0.01810737, +0.01218683, -0.05673632, +0.05526191, +0.08849148, +0.08076566, -0.05099105, +0.13184022, +0.37462894, +0.10956958, -0.11993983, -0.12383077, -0.22458583, -0.08923479, +0.02500793, -0.01427377, +0.01844316, -0.75262210, +0.02109390, +0.02321628, -0.01794896, +0.08139063, -0.00938837, +0.05364791, +0.19949078, +0.10910436, +0.09582373, -0.30475752, -0.14076648, +0.46680033, +0.55100792, +0.05678217, -0.29695550, +0.28001791, -0.00874231, +0.01452806, +0.04327564, +0.07294902, +0.02704026, +0.08036944, -0.00453998, -0.26407990, +0.02086451, +0.04827672, +0.26744704, -0.03358692, +0.06027819, +0.02627804, +0.11809655, +0.05239954, + /* T6.TC */ + +0.05876404, +0.25682987, -0.21875333, +0.02982676, +0.02703777, -0.06229616, +0.04101986, +0.04933328, +0.03954414, -0.13476379, +0.00966578, -0.04793261, +0.01109567, +0.20594618, +0.56514679, +0.55411533, -0.14599551, +0.00607420, +0.01007823, +0.01331763, -0.01964911, +0.06367204, +0.05621105, +0.01323988, +0.14664072, +0.21806352, -0.13209886, +0.09141137, -0.17596204, +0.06188489, -0.29790571, +0.06931516, -0.07318250, -0.17646710, +0.42100431, -0.65222938, -0.18045096, +0.04264861, +0.11574467, +0.08989242, -1.39655197, +0.00567722, -0.18114682, +0.00470664, -0.06996577, +0.04831433, +0.08404240, +0.03381666, -0.05525623, +0.11613207, +0.53757547, +0.03917131, -0.12210301, -0.15801171, -0.22692270, -0.01452219, +0.00903475, -0.03057298, -0.01315945, -0.74921877, +0.02309165, -0.01975124, -0.01239850, +0.08152081, +0.00530261, -0.07091427, +0.01450112, -0.01604256, +0.09451627, -0.30665822, -0.13732085, +0.04289071, +0.27168476, +0.05480809, -0.29853978, +0.29911894, +0.01072810, -0.03234726, +0.04263039, +1.07493259, +0.02587581, +0.05865710, +0.01373438, -0.10446709, +0.01084681, +0.04047969, +0.29278596, -0.03459591, +0.05648138, +0.04386159, +0.34279531, +0.05347080, + /* T6.HLIM */ + +1.74406792, -1.14392848, -0.27585943, +0.03060696, +0.01121655, -0.06077904, -0.19246467, +0.02211122, -0.07027047, -0.92441381, +0.00592739, -0.05913494, +0.00889187, -0.01190381, -0.03108891, +0.05940753, -0.15252130, +0.00838387, +0.00268626, -0.03185878, -0.01143151, +0.03630682, +0.01803929, -0.07437572, +0.14159855, -0.00498697, -0.07690618, +0.08734652, -0.02927872, +0.05368939, -0.29795426, -0.22383433, -0.10594844, -0.18734085, -0.74720971, +0.10885503, -0.23038121, -0.04318984, -0.75317915, -0.01712849, +0.36445745, -0.00832753, -0.02031025, -0.01056040, -0.06114047, +0.05143134, -0.17204338, +0.70366661, -0.11047834, -0.26192094, +0.78792001, -0.03699276, -0.15318359, -0.13041472, -0.22993904, -0.00119134, +0.01755252, -0.31708121, +0.29771867, -0.78424243, +0.01028695, -0.02297684, -0.01497609, +0.04924482, +0.00146271, +0.03708915, +0.00720849, +0.07798862, +0.04526719, -0.29491348, -0.15024273, +0.43974727, +0.11297005, -0.02634935, -0.39900613, +0.25170926, +0.00804090, -0.00911645, -0.00250867, +0.02442122, +0.03372314, +0.07003806, +0.00820953, -0.41594266, -0.01656668, +0.17492750, -0.25315215, -0.03959183, -0.29730131, +0.52990802, -0.25464767, -0.01520948, + /* T7.PLEN */ + +0.11293390, +0.81386319, -0.17800804, +0.16083369, -0.16007153, -0.03866045, +0.08961366, +0.07233873, +0.15867237, +0.19868244, +0.03772724, -0.03092957, +0.03819321, +0.02073016, +0.01022709, -0.35752822, -0.09384677, +0.04930176, +0.02997030, +0.06972744, +0.03278245, -0.17878025, -0.22156719, +0.04863912, -0.27703244, +0.10613701, +0.23714159, +0.14847861, +0.14989961, +0.17764714, +0.29211223, +0.11326343, -0.03051623, -0.09305616, +1.50311485, +0.02138147, -0.13871862, +0.11881943, +0.16931533, +0.22476502, +0.44484975, +0.01653213, +0.02944403, +0.02893182, -0.04593666, +0.08870462, +0.50066895, +0.31050543, +0.09311076, +0.53488861, -1.04414351, +0.34335651, -0.11153657, -0.11381405, -0.22133698, -0.03073645, +0.09214742, +0.00535924, +0.02891356, -0.18747526, +0.03608337, +0.03367622, -0.21816931, +0.11912653, +0.00569901, +0.07593200, +0.12834394, +0.11877657, -0.24539206, -0.13595376, -0.15040450, -0.14178030, -0.97568623, +0.27372629, +0.37706013, +0.11317562, +0.00636331, +0.07499802, +0.12726970, +0.09662638, +0.03961035, -0.25926999, +0.03942025, +0.16605321, +0.11259873, +0.07083314, -0.63065984, -0.01440231, +0.40844916, -0.37280809, -0.40109695, +0.09244969, + /* T7.TC */ + +0.10690123, +0.80656044, -0.15323280, +0.16227637, -0.16089411, -0.04499359, +0.09223332, +0.07129925, +0.15274455, -0.00640431, +0.03216510, -0.03204684, +0.03218619, +0.21615915, +0.57201198, -0.35553826, -0.09506372, +0.03369128, +0.03272169, +0.06562260, -0.00212032, -0.17923750, -0.22355531, +0.03624890, -0.26768416, +0.39476014, +0.46724267, +0.14555687, -0.00332462, +0.16468625, +0.28930731, +0.10538299, -0.03214105, -0.09392341, +0.30899987, -0.64437961, -0.14085565, +0.11957193, +0.15571086, +0.22393025, -0.57972384, +0.01340230, -0.16542729, +0.02124251, -0.05656819, +0.08306309, +0.50135118, +0.26771830, +0.09362692, +0.53689678, -0.79004987, +0.34216862, -0.11373190, -0.14386834, -0.15030343, -0.00631191, +0.07540859, -0.00959342, -0.00237118, -0.18812645, +0.03630605, -0.00766506, -0.21559984, +0.11817320, +0.01238376, -0.03743996, +0.03776960, -0.00233527, -0.24449734, -0.13529480, -0.15164940, -0.14696543, -0.45730111, +0.27347022, +0.37714799, +0.11175544, +0.01554831, +0.02320008, +0.12621649, +1.09879094, +0.03832248, -0.26597126, +0.04781024, +0.16070691, +0.10343757, +0.06144285, -0.62078669, -0.01537416, +0.40697784, -0.37377949, -0.38424047, +0.09244285, + /* T7.HLIM */ + +1.79628228, -0.58659923, -0.20249761, +0.16335561, -0.17568917, -0.04400878, -0.14396712, +0.04470207, +0.04313755, -0.79599278, +0.02863517, -0.04220743, +0.03009655, -0.00182668, -0.02603354, -0.37883180, -0.09986543, +0.03742881, +0.02560849, +0.03177247, +0.00594489, -0.18719761, -0.25373925, -0.05043182, -0.27027998, +0.08706793, +0.23380235, +0.13978751, +0.14590728, +0.15670264, +0.28942106, -0.18584242, -0.06328839, -0.10260590, +0.48107825, +0.11479662, -0.18238730, +0.03453538, -0.70992573, +0.11819025, +1.18117520, -0.00027711, -0.00872922, +0.00639533, -0.05007601, +0.08760657, +0.25085921, +1.08109299, +0.05313440, +0.14986313, -0.94320606, +0.29263017, -0.14451507, -0.12017374, -0.15048112, +0.00706415, +0.08418825, -0.29164232, +0.31011671, -0.21522545, +0.02372423, -0.01165038, -0.21767697, +0.08623691, +0.00870678, +0.05946410, +0.03068559, +0.08780078, -0.29269311, -0.10564911, -0.15463485, -0.15744612, +0.63584285, +0.23413222, +0.51329739, +0.09532404, +0.01291039, +0.05196541, +0.08154996, +0.04835694, +0.04676473, -0.26708993, +0.04248286, +0.01594943, +0.07541572, +0.19810564, -0.54686876, -0.01954760, +0.06004943, -0.65969885, -0.38027040, +0.02411312, + /* TCP_ISR */ + +1.44882005, -2.75616291, -0.59806257, +0.29332578, -0.05652177, +0.12196519, +0.70961249, -0.46636961, +0.37810721, -0.05097613, +0.11327715, -0.08897848, -0.02282689, -0.09038547, -0.17733680, +0.11946716, -0.26356919, +0.05702998, +0.10964934, -0.10783654, -0.07044890, -0.12459465, -0.07879756, +0.03117105, +0.24114654, +0.12032899, -0.03392430, +0.41452405, -1.16634919, -3.46917425, +4.15775347, +0.65078836, +0.58115291, +0.02712711, -2.11542464, +0.14450382, +0.03984736, +0.75376844, -0.69479921, -0.39009379, -0.08102008, +0.11464077, +0.11588800, -0.05985521, +0.02605058, +0.09493241, +1.19907080, +0.97519746, +0.04849545, -0.77225854, +0.37075126, +0.17669030, +0.02888481, +0.04990167, +0.64480008, -0.66407016, +0.04148841, +0.02173242, -0.01712370, +0.52921286, +0.15381416, +0.03297043, -0.04678421, +0.86331657, +0.64440269, -0.03459221, -0.05314446, -0.00570290, -0.06314681, +0.55589987, +0.58899168, +0.11104733, +2.92399960, -0.03124614, -0.54975656, -0.36452475, -0.36589526, -0.13643895, -0.35350773, -0.03699348, -0.04234052, +0.03044683, +0.16684671, +0.14252693, -0.16014716, +0.03135046, +0.20838496, +0.17920814, +2.01860905, -0.03110272, +0.02225606, -0.41023301, + /* S1.TCP_WINDOW */ + -0.79796397, +1.84591971, -0.61469695, +0.35883714, +0.56871483, +0.33838699, -0.62903758, +0.09498367, -0.66519803, -0.05650056, -0.45554030, -0.94087028, -0.04557149, -0.09063880, -0.11657132, -0.15012379, +0.28854257, -0.09718162, +0.25811019, -0.23155162, -0.07033244, +0.10408347, +0.25727289, -0.20071319, -0.07547182, -0.02180905, -0.27221304, +0.60481894, +0.39149940, -2.33266911, +1.25379340, -0.40493102, -0.64083680, -0.95287163, -2.57504831, +0.04978364, -0.28315239, +0.38356676, -2.18970851, +1.75077413, -0.09484505, +0.10867569, -0.07103006, +0.38688401, +0.21586934, -0.05723715, +0.09779113, -2.27772498, +0.38584592, -2.26986332, -1.99391097, -0.14760413, -0.16226238, -0.09616217, -0.55767449, -1.07539541, -0.38680164, -0.35433400, -0.07327849, +0.24027127, -0.12581828, -0.09034287, -0.18448466, +0.06175647, +0.95965005, +0.57529259, -0.03353940, -0.08149535, -0.65306748, +0.45972308, +0.13852019, +0.12050756, -0.83245437, +1.08513117, +1.55995701, +0.20567101, +0.03022958, +0.16397723, +0.12598857, -0.04456622, -0.00628767, -0.12617112, +0.06591637, +0.72179524, -0.15768837, +0.39072271, +0.10555209, +0.59300425, -2.38422846, +0.40097547, +1.16637873, +0.26672678, + /* S1.TCP_FLAG_F */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S1.TCP_FLAG_S */ + -0.03564514, -0.12029289, +0.03208953, -0.03745390, -0.04314271, +0.05165685, +0.02461419, -0.03419214, +0.05782496, -0.09830858, +0.01522437, -0.01328100, +0.02392986, -0.15108583, +0.00268810, -0.01386468, -0.04642006, +0.01208306, -0.03722755, -0.00251222, +0.01095683, -0.01304030, -0.02025653, -0.02334417, -0.02504836, +0.06283613, +0.07691370, +0.01322930, -0.60887230, +0.16160786, -0.05462273, +0.02168338, -0.00764553, +0.05692247, +0.19287238, +0.06979303, -0.01300848, -0.05472432, +0.04593776, -0.07490069, -0.14258505, -0.03493566, +0.02067083, -0.00505798, +0.07679243, -0.01440903, +0.07791964, +0.10359488, -0.04852710, +0.03632462, -0.03012464, +0.06611877, -0.01627117, +0.02782431, +0.00670453, +0.05853192, +0.00280714, +0.07246222, -0.01763973, -0.08231716, -0.03749162, +0.01284965, -0.03252796, -0.06793437, -0.04192967, -0.02222549, -0.01227527, -0.00270444, -0.01414768, -0.07602093, -0.07913773, +0.00992537, -0.03248362, -0.07180562, -0.05762458, -0.05765684, -0.02962752, -0.01765321, -0.06716051, -0.07829134, -0.04447951, -0.02578076, -0.03703280, -0.01600170, -0.02460325, -0.02284443, -0.01230823, -0.04778214, +0.01428862, -0.05323581, -0.06000396, -0.04087322, + /* S1.TCP_FLAG_R */ + +0.00374153, +0.00400234, +0.00337465, +0.00379636, +0.00355441, +0.25947458, +0.03568934, +0.00392278, +0.05992721, -0.03243124, +0.02795983, +0.01907666, +0.02212692, -0.06270060, +0.01641249, +0.01312527, +0.00655374, +0.02001283, +0.00315101, +0.01289085, +0.02289616, +0.00669585, +0.00523132, +0.00881031, +0.00937710, +0.05089687, -0.01671247, +0.01686616, -0.26353374, +0.10051837, +0.00569580, +0.03179862, +0.01046760, +0.04554125, +0.12932782, +0.04805871, +0.01726810, +0.00279521, +0.04331268, +0.00389849, -0.05918877, +0.00458968, +0.03428022, +0.01543475, +0.00389175, +0.00843591, +0.07171708, +0.08628899, +0.00615365, +0.06025007, +0.01551540, +0.07130442, +0.00281870, -0.03774138, +0.03410151, +0.03438301, +0.01637140, +0.04536143, +0.00974994, +0.00334276, +0.00306020, +0.02132060, +0.00391049, +0.00229887, +0.00186651, +0.01718397, +0.00332226, +0.01316254, +0.01047529, +0.00550519, +0.00451540, +0.02199360, +0.01310552, +0.00542090, +0.00441318, +0.00366381, +0.00135920, +0.01160515, +0.00455635, -0.02132440, +0.00388451, +0.00552468, +0.00278682, +0.01198400, +0.00685405, +0.00584525, +0.02765945, +0.00342807, +0.04381726, +0.00449785, +0.00679650, +0.00329108, + /* S1.TCP_FLAG_P */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S1.TCP_FLAG_A */ + -0.03606002, -0.12075543, -0.03978763, -0.03797076, -0.04435768, -0.07743537, +0.02358955, -0.03464235, +0.05347016, -0.10017009, +0.01390744, -0.01523007, +0.02259857, -0.15338205, +0.00235889, -0.01532635, -0.04815683, +0.01121452, -0.03753180, -0.00295904, +0.01014327, -0.01468163, -0.02205258, -0.02369331, -0.02578776, +0.06201645, +0.03564068, -0.03839842, -0.39818102, +0.16131907, -0.05501577, +0.02115424, -0.00845195, +0.03773958, +0.19008097, +0.06920916, -0.01394609, -0.05496233, +0.04538448, -0.07540873, -0.14803697, -0.03526614, +0.01999917, -0.00630939, +0.06789232, -0.01461462, +0.05670889, +0.10254717, -0.05066448, +0.03393381, -0.03931345, +0.06396573, -0.01866380, +0.02387599, +0.00282794, +0.05844487, +0.00205728, +0.04890980, -0.01877260, -0.08373927, -0.03903343, +0.00797425, -0.03336219, -0.06810422, -0.04208336, -0.02360580, -0.01256118, -0.00409548, -0.01485205, -0.09208382, -0.08018552, +0.00771442, -0.03554456, -0.07269339, -0.07881392, -0.05746393, -0.02971190, -0.01845746, -0.06798189, -0.07983379, -0.04483462, -0.03389820, -0.03737475, -0.01951185, -0.02549922, -0.02343001, -0.01416760, -0.05278240, +0.01392279, -0.05408571, -0.06292445, -0.04129477, + /* S1.TCP_FLAG_U */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S1.TCP_FLAG_E */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S1.TCP_FLAG_C */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S1.TCP_FLAG_RES8 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S1.TCP_FLAG_RES9 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S1.TCP_FLAG_RES10 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S1.TCP_FLAG_RES11 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S1.TCP_OPT_0 */ + -0.03436117, -0.34640701, +0.01213792, +0.00071276, +0.15212434, -0.11003955, +0.00853186, -0.01648933, +0.06159617, -0.05182587, +0.02343405, +0.01258949, +0.02430408, -0.09163320, +0.01201995, +0.00396636, -0.01212993, +0.01935967, -0.01728557, +0.00518701, +0.01548636, -0.13413968, +0.20688549, -0.00288746, +0.03721598, +0.05667847, +0.09393533, +0.02159245, -0.24941248, +0.12406468, +0.06795363, +0.01121042, -0.01312701, +0.04792787, +0.15154788, +0.05644278, +0.00782330, -0.06339047, +0.02737812, -0.10448966, -0.07605672, -0.00978319, +0.02976420, +0.00387193, +0.08574781, -0.00066434, +0.07431798, +0.09172137, -0.01261097, +0.05191001, -0.00046043, +0.06938337, +0.00230293, +0.07215016, +0.02695082, +0.04281575, +0.01244728, +0.05619789, -0.00020930, -0.03540530, -0.01097717, +0.01890758, -0.00313041, -0.02599872, -0.01334529, +0.00281415, -0.00226202, +0.01282201, +0.25105172, -0.02010746, -0.01642388, -0.11690822, +0.00016926, -0.02227117, -0.04774098, -0.00915498, -0.00913294, +0.00398218, -0.01746076, -0.03838292, -0.01307644, +0.00256240, -0.01078982, +0.05946328, -0.00340257, -0.00373167, -0.00283282, -0.01144272, +0.03393150, -0.01966797, +0.02525658, -0.02836975, + /* S1.TCP_OPT_1 */ + +0.05431357, +0.46204546, +0.14456495, +0.00093371, +0.21813291, +0.25625181, +0.15779028, -0.05010055, +0.17625624, -0.01934527, +0.02683657, -0.08285802, +0.02924745, -0.02194245, -0.04430072, -0.09312898, -0.01868025, +0.02301929, -0.02116355, -0.04744868, +0.09174477, -0.02793578, +0.26144854, -0.01123787, +0.00160169, -0.07354493, -0.16984384, +0.02127136, -0.14233829, +0.09599400, +0.01132657, +0.16925884, +0.07441333, +0.12820768, +0.25944590, -0.13409026, -0.07091767, -0.10882762, +0.13958787, +0.13118553, -0.05116809, +0.03236307, -0.11097043, +0.01234161, -0.06790271, -0.01422309, +0.13748158, +0.23573564, +0.13136890, +0.13169606, +0.24876951, +0.22003609, +0.04714044, -0.10678780, +0.19599483, +0.02989501, +0.02050969, +0.14535370, +0.16526385, -0.11459224, -0.01350330, +0.14429168, -0.01242935, -0.04794275, -0.00265936, -0.10579447, -0.00738889, -0.12562864, +0.25310786, +0.43626439, -0.01108317, -0.00526287, +0.20833691, +0.10202165, +0.22440096, -0.12075014, +0.00004635, +0.05714424, -0.02118630, -0.01251055, -0.04503460, +0.02300884, -0.00793430, -0.03133958, +0.01629249, +0.01468707, +0.12413149, -0.04865433, +0.12690193, +0.04461407, +0.08331395, -0.15257248, + /* S1.TCP_OPT_2 */ + +0.14762802, +1.55853546, +0.17959363, -0.00037109, -0.09701948, +0.25901966, +0.30432647, -0.07548895, +0.26309536, -0.03722508, +0.02264357, -0.16099408, +0.03109238, -0.03944845, -0.06695639, -0.12481524, -0.04683073, -0.05687926, -0.02268097, -0.21250630, +0.01120958, +0.27515082, -0.14116320, -0.02762027, -0.27911091, -0.11016445, -0.27768259, +0.04012998, -0.06398143, +0.13323453, -0.05684508, +0.33008983, +0.16120114, +0.17725862, +0.38627964, -0.18566508, -0.12952698, +0.01746716, +0.27568977, +0.41698703, -0.08865597, +0.02717355, -0.15750994, +0.01040264, -0.10915471, -0.04346843, +0.16155402, +0.34638365, +0.19729379, +0.17029726, +0.37746374, +0.33521328, +0.04392830, -0.16061165, +0.29349206, +0.08744091, +0.03028121, +0.18674880, +0.23364064, -0.18322260, -0.03170868, +0.15344246, -0.16215284, -0.09019280, -0.00808682, -0.15039408, -0.10755983, -0.17689707, -0.26565466, +0.68863352, -0.01047884, -0.05089643, +0.34088524, +0.16321492, +0.42034770, -0.21104704, +0.00167503, +0.05799542, -0.04517026, -0.03066095, -0.08975974, +0.00595254, -0.00679183, -0.02318346, +0.00257163, +0.00619001, +0.28893295, -0.10286924, +0.17431837, +0.10339418, +0.09250608, -0.21948736, + /* S1.TCP_OPT_3 */ + -0.08332844, -1.33501319, -0.04263838, -0.14235227, -0.08185751, +0.01958732, -0.06300159, +0.14266851, +0.02332539, -0.02533413, -0.01124151, +0.36151572, +0.00906854, -0.01988089, -0.03994875, -0.07687812, +0.19678422, +0.27415855, -0.04353376, +0.42807490, +0.44149655, -0.00023556, -0.08582328, +0.16954810, +0.59589989, -0.06779626, -0.11129425, -0.22068619, -0.09284864, -0.01328997, -0.51374181, -0.00139978, -0.10601563, -0.03527471, +0.01259137, -0.08734368, +0.25625111, +0.23135543, -0.12280200, -0.31141457, -0.03777180, +0.02961592, -0.11085218, +0.01166563, -0.05994434, +0.37984461, +0.04894857, -0.01623457, -0.12788195, +0.00292805, -0.00725796, +0.09014438, +0.01678872, -0.09743898, -0.18888126, -0.15274349, -0.03666038, -0.20272174, -0.24115864, +0.28444174, -0.03270827, -0.18114755, +0.37900543, +0.15483485, -0.05196199, -0.12400599, +0.29010904, -0.06117089, -0.02546912, -0.58773229, -0.23023218, +0.24739085, -0.34992169, -0.16322501, -0.25419098, +0.32423242, -0.04238185, +0.02818584, -0.07578053, -0.00956601, +0.37430094, -0.00337659, -0.07971449, -0.31045600, +0.01763699, -0.13293255, -0.13987046, +0.22809944, -0.11988956, -0.08525018, -0.02449989, +0.37600601, + /* S1.TCP_OPT_4 */ + +0.00837346, -0.82747480, +0.05932277, -0.01054394, -0.02044932, -0.03770365, +0.11411347, +0.11571813, +0.20371347, -0.02104129, -0.00238349, +0.30881996, +0.02373611, -0.02102767, -0.03785816, -0.07765888, +0.19598366, +0.03877381, -0.03144734, +0.03970200, -0.30814563, -0.02347429, -0.01945973, +0.18005075, -0.02108520, -0.06799303, -0.12039285, +0.06769894, +0.13934408, +0.09133739, +0.00656604, +0.32682496, -0.03966740, +0.03922760, +0.19396219, -0.08090224, +0.23062305, +0.75880183, +0.07686266, -0.17243171, -0.04194178, +0.02536809, -0.10289313, +0.00955832, -0.06102739, +0.35478304, +0.09873045, +0.13747028, -0.04051805, +0.05244028, +0.17381709, +0.32065384, +0.01062596, -0.10062299, -0.04273890, -0.01140144, +0.02083062, -0.23414867, -0.26627721, +0.23013407, -0.03264547, -0.18982354, -0.04329127, +0.12258247, -0.03176841, -0.12386245, +0.06868213, -0.06298444, +0.00324426, -0.20351555, -0.06603493, -0.02237170, -0.14727466, -0.04676841, -0.04418495, +0.29226014, -0.01360223, +0.03231972, -0.02638786, -0.01205463, +0.34412957, +0.00993718, -0.02907311, -0.07667822, +0.00787648, -0.12864664, +0.06933723, +0.20471976, -0.06068412, +0.00710363, -0.27577532, +0.29668736, + /* S1.TCP_OPT_5 */ + -0.04398287, -0.19736902, -0.12829343, -0.04274349, -0.07774776, -0.19256987, -0.08641456, -0.04941659, -0.12914456, -0.00512124, +0.25675287, -0.09978912, +0.08951288, -0.00274198, -0.01947309, -0.01549058, -0.10911615, +0.00715082, +0.15886117, +0.33938193, -0.17640280, +0.04542642, -0.08081612, -0.11402192, -0.02482917, -0.06103778, -0.05676187, +0.52745410, +0.73518495, +0.14374013, -0.17506480, -0.09717423, -0.07477911, -0.04110437, -0.09918788, -0.06865424, -0.05818354, -0.12242194, -0.13066727, -0.25753978, +0.01622022, +0.19982135, -0.12539484, +0.24327769, -0.01571832, -0.19223482, -0.05187967, -0.09408664, -0.17507959, -0.06511331, -0.19795822, -0.15671210, +0.22177125, -0.08022965, -0.01153533, +0.32052434, +0.22005086, -0.02119599, -0.06773244, -0.09490681, +0.16979373, -0.12338032, -0.06051259, -0.07959156, +0.07909376, -0.06197310, -0.17998147, -0.03281258, -0.03402298, -0.15511788, +0.42106717, +0.15076544, -0.19446357, -0.18535114, -0.29565011, -0.14318581, +0.05502325, +0.29667299, +0.25474300, +0.01060899, -0.35525832, +0.31459727, +0.16037037, +0.30936538, +0.23538264, +0.36862072, -0.19813582, -0.09247516, +0.00048928, -0.11075365, +0.11166687, -0.10034306, + /* S1.TCP_OPT_6 */ + +0.00630311, -0.06441795, -0.00948046, -0.02555597, -0.02887707, -0.07916080, -0.03284829, -0.00519572, -0.17057155, +0.00658284, -0.15517165, +0.00686081, +0.08194381, +0.01197722, +0.00558827, +0.02616915, -0.03718613, +0.36280637, +0.26043217, -0.08108286, -0.03240407, +0.08353047, -0.01661371, -0.01480913, +0.02237950, +0.00653693, -0.00652133, +0.10651780, +0.33504462, +0.09902240, -0.17556547, -0.06583867, -0.00611071, -0.00298387, -0.09723265, -0.02026730, -0.01405786, -0.08365519, +0.00484154, +0.02406304, +0.03064578, -0.01804023, +0.02684272, -0.08970847, +0.01519104, -0.03177306, +0.00069013, -0.06494857, -0.02096480, -0.01195091, -0.02337120, -0.18007252, -0.02214553, +0.03787526, +0.02865324, +0.21637775, +0.19131159, +0.00922260, +0.00453213, -0.00881018, +0.34137141, +0.00155038, +0.01335526, -0.02517845, +0.09651953, -0.00339862, -0.01658805, +0.01033154, +0.00326058, +0.04113801, +0.55845198, -0.09411450, -0.05403457, -0.04870727, -0.15264138, -0.04912572, +0.14012776, -0.14284388, +0.32584405, +0.02308670, +0.02033053, -0.10857706, -0.20526349, -0.13395642, -0.05638114, -0.06932691, -0.07479515, -0.00977835, +0.04154864, -0.01844328, -0.07412536, -0.02762757, + /* S1.TCP_OPT_7 */ + +0.00362714, -0.12950878, -0.00751323, +0.28460654, -0.05526815, -0.04963536, -0.03462679, -0.01212332, -0.01782368, +0.00705335, -0.17263139, -0.01831114, +0.22674665, +0.01073609, -0.00184413, +0.02323718, -0.04431621, -0.15417700, -0.27574541, -0.09504979, -0.00409088, +0.30931250, -0.02619936, -0.02821433, +0.20595339, +0.01019804, -0.00024201, +0.27549144, +0.31887851, +0.31545248, +0.57324550, -0.00175691, -0.01115889, -0.02764488, -0.05167140, -0.03875490, -0.04546067, -0.00377515, +0.00036727, +0.02258852, +0.02320389, -0.02160746, +0.02594318, -0.08558801, +0.01469417, -0.04583873, +0.01243946, -0.05048381, -0.01141702, +0.00327544, -0.08194760, -0.05510665, -0.03069705, +0.03618338, +0.01985443, +0.37157813, -0.06222465, +0.01270475, +0.00685402, +0.00298012, -0.57002803, -0.00103204, +0.34853589, -0.03664104, +0.20049588, +0.00158169, +0.16866816, +0.00751242, -0.00250018, +0.02574426, +0.03911100, -0.09979194, -0.04118352, -0.03540930, -0.09621177, -0.05783782, +0.38230026, -0.10660376, +0.09144765, +0.02143450, +0.01671271, -0.10388537, +0.50947927, -0.10447081, -0.04798238, -0.06687698, -0.16611719, -0.00431735, +0.03787959, -0.05767300, -0.08389629, -0.03214011, + /* S1.TCP_OPT_8 */ + +0.01020370, -0.05854893, -0.00483308, +0.33028265, -0.03555040, -0.04782876, -0.02616357, -0.00078998, -0.01121885, +0.00843589, -0.11709195, -0.01647973, +0.24155804, +0.01344852, +0.00604733, +0.02550355, -0.04150351, -0.14565243, +0.09040266, -0.06866928, +0.00101956, +0.12275184, -0.01620487, -0.02095122, +0.27322251, +0.01249745, +0.00178788, +0.30630251, +0.35140192, +0.33040553, +0.72538047, +0.00499932, -0.00441956, -0.02481576, -0.04545505, -0.01711780, -0.04281180, +0.00170869, +0.00718809, +0.03129816, +0.02422871, -0.00817916, +0.02836151, -0.06506140, +0.01640262, -0.03206673, +0.01606030, -0.04823785, -0.00828932, +0.00600798, -0.07806126, -0.05232664, -0.01656657, +0.03839141, +0.02184876, -0.06602759, +0.03045771, +0.01611966, +0.01174338, +0.00772097, -0.07519214, +0.00436126, +0.37814827, -0.01461770, +0.04244273, +0.00683371, +0.34052752, +0.01355670, +0.00240187, +0.02845572, +0.15649698, -0.08337182, -0.03748987, -0.03128798, -0.09278957, -0.05613778, -0.03958381, -0.09773791, +0.12120084, +0.02403323, +0.02073721, -0.09771620, +0.34746142, -0.09818608, -0.03914161, -0.04902465, -0.13472708, -0.00195547, +0.03936326, -0.03600087, -0.07409061, -0.02038552, + /* S1.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPTLEN_0 */ + -0.00942638, +0.18961345, +0.03846027, -0.00410133, -0.16575282, -0.12637438, +0.04963906, -0.02510422, +0.06925019, -0.09599370, +0.01818624, -0.00820040, +0.02856290, -0.14990344, +0.00376771, -0.00014537, -0.04025177, +0.01966134, -0.02483415, +0.01648368, +0.01787182, -0.38987758, -0.21768929, -0.02040317, +0.09483852, +0.06511585, +0.12602513, +0.02698145, -0.51804568, +0.17199207, +0.19305294, +0.04047609, +0.01165769, +0.06266015, +0.21195388, +0.07159629, -0.00797441, -0.00611771, +0.06423936, +0.00861895, -0.13515465, -0.03223003, +0.02317069, +0.00221222, +0.11253422, -0.01182964, +0.08404737, +0.10698972, -0.04330674, +0.03917989, -0.01465111, +0.07014964, -0.01073326, +0.08207898, +0.01072753, +0.06040789, +0.00519179, +0.07720172, -0.01491256, -0.06368863, -0.03369821, +0.01532821, -0.01488617, -0.06245946, -0.03994575, -0.01659955, -0.00947582, +0.00144960, -0.25954457, -0.06939117, -0.05676047, -0.37427350, -0.01749929, -0.06267719, -0.01943715, -0.03519847, -0.02887993, -0.00977834, -0.06023140, -0.07629318, -0.04219517, -0.01611192, -0.03395519, +0.15779038, -0.02227676, -0.01817583, +0.14454590, -0.04349434, +0.01636354, +0.03931526, +0.24230870, -0.02271907, + /* S1.TCP_OPTLEN_1 */ + -0.00203543, -0.19205517, +0.04627266, +0.01067884, +0.24501840, +0.18862626, +0.05839525, -0.01543168, +0.10589880, -0.01519493, +0.04097609, +0.00115109, +0.03890171, -0.01722034, -0.03767734, -0.07799394, +0.01436980, +0.04107716, -0.00854265, +0.00167053, +0.12784279, -0.00671169, +0.31116608, +0.01455285, +0.01042743, -0.06395362, -0.14534858, +0.03184096, -0.01226512, +0.10233854, +0.01761960, +0.06590495, +0.01273796, +0.06907364, +0.16863451, -0.11832241, -0.00207768, -0.06779063, +0.05548552, -0.04962123, -0.03608853, +0.04519042, -0.10036429, +0.02964752, -0.05789616, +0.02942340, +0.09290248, +0.13519468, +0.04799539, +0.08653273, +0.13944360, +0.12340125, +0.06324564, -0.09554150, +0.08200332, +0.03525058, +0.02995149, +0.09757029, +0.11112741, -0.03613418, +0.00289965, +0.18579907, +0.00218764, -0.00943667, +0.00152466, -0.09520229, +0.00291279, -0.11601101, +0.35313694, +0.12339416, +0.00317236, +0.01879298, +0.06803146, +0.03110316, +0.02956997, -0.02497956, +0.00254973, +0.06826055, +0.00096222, -0.00662279, -0.00481544, +0.04422530, +0.00129053, +0.02487909, +0.03442840, +0.03333879, +0.00838038, -0.00319408, +0.06740537, -0.00692706, -0.01223306, -0.05288018, + /* S1.TCP_OPTLEN_2 */ + +0.14918663, +1.57630066, +0.19488855, -0.01136403, -0.04483947, +0.25657643, +0.31112346, -0.08397453, +0.26880746, -0.03540594, +0.01745696, -0.17790783, +0.02583631, -0.03805042, -0.06470212, -0.12448588, -0.05464129, -0.04794359, -0.02831486, -0.19821610, +0.01415115, +0.28424141, -0.07394286, -0.03464209, -0.24676773, -0.10619937, -0.27283350, +0.01762809, -0.08985376, +0.12014405, -0.09925890, +0.33537713, +0.16620197, +0.18542339, +0.39076662, -0.18069489, -0.14487741, -0.02729258, +0.27877996, +0.42550999, -0.08766980, +0.02292506, -0.15168158, +0.00330869, -0.10608375, -0.05463259, +0.16829213, +0.36136550, +0.21486353, +0.17899507, +0.38914983, +0.34727693, +0.03750263, -0.15412059, +0.31630559, +0.07213165, +0.02378564, +0.19122696, +0.23964128, -0.20092666, -0.03475799, +0.13357807, -0.13842571, -0.09631351, -0.00878998, -0.14515409, -0.08983796, -0.16974570, -0.19099339, +0.75351713, -0.02135715, +0.03604715, +0.36407189, +0.17666356, +0.44909096, -0.23425331, +0.00021274, +0.05161764, -0.05026148, -0.02939554, -0.09617073, -0.00149937, -0.01122071, -0.08551402, -0.00201210, -0.00019456, +0.27504398, -0.11034817, +0.18719954, +0.09624023, +0.07104668, -0.24471758, + /* S1.TCP_OPTLEN_3 */ + -0.00071200, -0.32067802, +0.06365773, -0.06471305, -0.03524129, -0.08732433, +0.07257434, +0.05430860, +0.11012030, -0.01509964, +0.03027251, +0.14476130, +0.03211394, -0.01352861, -0.02989251, -0.06385483, +0.09388547, +0.12774632, -0.01129605, +0.16282565, +0.25904017, +0.35914913, -0.01124674, +0.07621319, +0.10669242, -0.05630704, -0.09498544, -0.02415811, +0.07762166, +0.05768500, -0.37627349, +0.15668372, -0.01914526, +0.04441965, +0.11333259, -0.06949012, +0.10210231, +0.08949386, -0.00033980, -0.09468140, -0.02884668, +0.04533367, -0.09733479, +0.03464952, -0.04309601, +0.17960448, +0.08242202, +0.12281809, -0.02098897, +0.05381987, +0.11708396, +0.22156761, +0.05776080, -0.08401836, +0.03855420, -0.02116912, +0.01854701, -0.17932918, -0.21188064, +0.10264992, -0.00190577, -0.15765278, +0.11974447, +0.05968874, -0.01449292, -0.09505126, +0.10169159, -0.04769458, +0.00280969, +0.01325003, -0.08429127, +0.08703006, -0.09570423, -0.04712744, +0.02697035, +0.11346252, -0.01031917, +0.06198300, -0.02286171, -0.00371238, +0.13364762, +0.04002187, -0.02325375, -0.06220847, +0.03638932, +0.00129057, -0.03846573, +0.10591732, -0.00693031, -0.05024390, -0.00026091, +0.13134254, + /* S1.TCP_OPTLEN_4 */ + -0.00191757, -0.93781408, +0.03824085, -0.00693624, -0.02973039, -0.02345221, +0.09216558, +0.12348154, +0.18489013, -0.02026858, +0.00055463, +0.32553818, +0.02601017, -0.02013872, -0.03663383, -0.07399919, +0.20223082, +0.04188141, -0.02718782, +0.05059415, -0.30146649, -0.01850080, -0.02973071, +0.18522442, -0.01669674, -0.06645296, -0.11571968, +0.06992816, +0.14302131, +0.09301419, +0.00822352, +0.29659092, -0.05053909, +0.02694193, +0.17440365, -0.07969684, +0.24445570, +0.77246087, +0.06125307, -0.20066314, -0.03892380, +0.02807820, -0.10079816, +0.01353272, -0.05960005, +0.36271222, +0.08973595, +0.11176530, -0.05765673, +0.04330899, +0.14857693, +0.28914238, +0.01367825, -0.09884426, -0.07209413, +0.00048744, +0.02261074, -0.22493931, -0.25805957, +0.24704055, -0.02879243, -0.18664235, -0.03946407, +0.13093811, -0.02906165, -0.12146141, +0.04947225, -0.06163087, -0.00032376, -0.28384924, -0.06312378, -0.01708160, -0.17578363, -0.06072311, -0.08869306, +0.31141482, -0.01081663, +0.03432137, -0.02184387, -0.01090762, +0.35236298, +0.01419936, -0.02490323, -0.06561217, +0.01151940, -0.12509257, +0.04855414, +0.21232344, -0.07268266, -0.00081824, -0.29075700, +0.31852541, + /* S1.TCP_OPTLEN_5 */ + -0.04107597, -0.19555569, -0.10673000, -0.17015040, -0.07342834, -0.17948572, -0.08410326, -0.04733570, -0.12319807, -0.00109989, +0.26068757, -0.07728224, +0.04079648, -0.00137204, -0.01767289, -0.01297269, -0.10100511, +0.01507505, +0.16267458, +0.32158455, -0.16839233, +0.05658654, -0.07699947, -0.09841866, +0.07543527, -0.05780661, -0.05275841, +0.55495971, +0.77739357, +0.05569098, -0.52276365, -0.09390725, -0.07115093, -0.03307345, -0.09171290, -0.06440858, -0.05176480, -0.12067569, -0.12403801, -0.22801628, +0.01797083, +0.20683883, -0.12300339, +0.24772630, -0.01154998, -0.16310679, -0.04728218, -0.08229108, -0.15044103, -0.06202428, -0.19082885, -0.14094945, +0.16105081, -0.05668770, -0.00541458, +0.33178468, +0.23370733, -0.01734293, -0.05488063, -0.08896504, +0.17271504, -0.10168884, -0.04718014, -0.07864895, +0.08177091, -0.05967794, -0.17095026, -0.02723168, -0.03113465, -0.11532765, +0.50653781, +0.14655381, -0.18603242, -0.17439056, -0.28799087, -0.13861870, +0.05872576, +0.31087316, +0.30409638, +0.01161584, -0.27573760, +0.32459698, +0.18064209, +0.04782807, +0.24567964, +0.24412837, -0.18549273, -0.08049240, +0.00899798, -0.10240912, +0.13402971, -0.09781763, + /* S1.TCP_OPTLEN_6 */ + +0.01304981, -0.03386937, +0.00124755, +0.04194540, -0.01886516, -0.05092068, -0.01950667, +0.00351785, -0.16084731, +0.00898229, -0.11475753, +0.01192500, +0.09846881, +0.01494363, +0.01002503, +0.03017811, -0.02122016, +0.39622719, +0.19824751, -0.06142080, -0.02641894, +0.11290399, -0.00852077, -0.00858659, +0.04351727, +0.01191019, +0.00716401, -0.03952626, +0.15362443, +0.12553406, -0.00219346, -0.05992139, -0.00002511, +0.00250316, -0.09241376, -0.01091890, -0.00859579, -0.07712971, +0.01108113, +0.03518131, +0.03251088, -0.00592120, +0.03051133, -0.06413081, +0.02001240, -0.02110002, +0.01664198, -0.05460559, -0.00555225, +0.00746231, -0.01646884, -0.16935982, -0.01127137, +0.04148830, +0.03423935, +0.11724359, +0.13548637, +0.01498906, +0.00958461, +0.01065341, +0.19945078, +0.00772297, +0.07845965, -0.00747662, +0.07231986, +0.00886284, +0.05330222, +0.01573379, +0.00840554, +0.04982860, +0.40527920, -0.07736294, -0.03296478, -0.02401581, -0.10190096, -0.03147495, +0.06026422, -0.10497044, +0.24588186, +0.02611088, +0.02566216, -0.07911662, +0.00955716, -0.09687525, -0.03738080, -0.04811708, -0.06706446, +0.00402969, +0.04562791, -0.01133092, -0.05013280, -0.01382860, + /* S1.TCP_OPTLEN_7 */ + +0.01633188, -0.02246756, +0.00602640, +0.06697864, -0.01472188, -0.03998364, -0.00980551, +0.00749070, +0.01049864, +0.02056121, -0.09904131, +0.01479428, +0.10636437, +0.01675703, +0.01223349, +0.03352420, -0.01409326, -0.11120497, +0.18263000, -0.04993071, +0.00980029, +0.12828581, -0.00453061, +0.00077747, +0.09764482, +0.01944974, +0.01652637, +0.41952705, +0.50702277, +0.14139371, +0.06287202, +0.01476122, +0.00328815, +0.00677105, +0.00266583, -0.00690863, -0.00501640, +0.02112015, +0.01470345, +0.03995144, +0.03393378, -0.00054230, +0.03366672, -0.05369714, +0.02260292, -0.01624894, +0.02554549, -0.00531924, +0.00302522, +0.01606448, -0.01219980, -0.00364210, -0.00672271, +0.04352345, +0.03714420, +0.09316275, +0.12463609, +0.02286578, +0.01750111, +0.01872389, +0.15224675, +0.01102737, +0.10261287, -0.00085800, +0.06438306, +0.01427357, +0.07898296, +0.01854352, +0.01108724, +0.05410766, +0.36646791, -0.05483211, -0.02200994, -0.01346997, -0.08252332, -0.02349163, +0.03265457, -0.08728389, +0.22461813, +0.02780075, +0.02848718, -0.06679382, +0.08550966, -0.08209991, -0.02913208, -0.03933955, -0.05894111, +0.00985299, +0.05003519, -0.00719898, -0.03928123, -0.00824919, + /* S1.TCP_OPTLEN_8 */ + +0.01177841, -0.03209381, -0.00405652, +0.35693764, -0.02314737, -0.04730556, -0.02438349, +0.00158585, -0.00728525, +0.00874857, -0.10610105, -0.01591114, +0.24527643, +0.01397814, +0.00730100, +0.02623296, -0.04069336, -0.14287780, +0.15242415, -0.06356161, +0.00208481, -0.02842578, -0.01346336, -0.01955881, +0.31993680, +0.01300973, +0.00235008, +0.31534370, +0.36172354, +0.33603444, +0.82599189, +0.00634942, -0.00302762, -0.02397937, -0.04141943, -0.01391720, -0.04187069, +0.00277733, +0.00859886, +0.03321539, +0.02452277, -0.00545047, +0.02892382, -0.06071764, +0.01682637, -0.02986395, +0.01796684, -0.04745963, -0.00707700, +0.00681110, -0.07607775, -0.05132845, -0.01419507, +0.03890894, +0.02249719, -0.12418772, +0.04466768, +0.01689555, +0.01273755, +0.00899542, +0.09861051, +0.00545129, +0.39078845, -0.00737206, +0.02726650, +0.00895542, +0.36868444, +0.01464250, +0.00381837, +0.02963524, +0.18024883, -0.07276670, -0.03532747, -0.02931386, -0.09131014, -0.05571531, -0.03376741, -0.09582397, +0.12867449, +0.02463117, +0.02160915, -0.09585705, +0.05760473, -0.09641651, -0.03709739, -0.04583673, -0.11155836, -0.00130965, +0.03992718, -0.02026655, -0.06820419, -0.01720958, + /* S1.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S1.TCP_MSS */ + -1.10265203, -2.91284975, -0.22009519, -0.01071822, -0.00786701, +0.01861207, -0.16793430, -0.01052661, -0.19445454, -0.03212226, -0.21092106, +0.01086876, +0.01032982, -0.06705025, -0.02881612, -0.18254774, -0.00390610, +0.00289301, -0.04602490, -0.06024218, -0.03071884, -0.00629298, -0.01279738, -0.17512551, +0.00054619, +0.03656176, +0.06314620, +0.77900470, -1.01598496, +0.10253619, -0.01727317, -0.03236078, -0.12790921, -0.29249520, -0.05126441, -0.21408968, +0.00186027, -0.02454466, -0.49263963, +1.24533241, -0.05017450, +1.16710224, +0.63562930, -0.86030360, +0.07529533, -1.12805140, -1.15699340, -0.58377392, +1.68033331, -0.44543008, -0.02454635, -0.23084070, -0.04677388, +0.05457047, +0.00943458, +0.02491641, -0.01995393, +0.05854888, -0.03762770, -0.05149146, +0.00899634, -0.04625338, -0.00368045, -0.00550415, -0.01115253, -0.21076625, -0.00665426, -0.00394444, -0.02698962, -0.68558739, -0.59309905, +0.00060834, -1.62473634, -0.39811324, -0.42115004, -0.04086300, -0.00669066, -0.05988887, +0.49298823, -0.02203801, +1.35470483, -0.00015710, -0.01693529, -0.65003384, -0.04713684, +0.46931651, -0.04118596, -0.00311669, -0.25898978, -0.02777186, -0.06612766, -0.08531243, + /* S1.TCP_SACKOK */ + +0.02782600, +0.05170763, +0.09304004, +0.01940505, +0.02983569, +0.29868851, +0.07154486, +0.01819724, +0.09193864, -0.00905034, -0.21144775, +0.03710194, +0.05510097, -0.00969484, -0.02503882, -0.04591493, +0.03657432, +0.05627643, +0.09581400, +0.13521992, +0.16279874, +0.01722477, +0.03365546, +0.03308450, +0.01824547, -0.03223239, -0.08327593, +0.10489632, -0.15210692, +0.10783041, +0.03037612, +0.07612779, +0.03664807, +0.07617456, +0.15063155, -0.09045787, +0.02927539, +0.04784879, +0.06825759, +0.07464783, -0.02228661, -0.08399545, -0.02449058, -0.15728544, -0.04177777, +0.06602612, +0.10413073, +0.10746223, +0.03423807, +0.07996546, +0.18588715, +0.09916157, +0.07912312, -0.08229261, +0.05030571, +0.05958759, +0.05816108, +0.12943157, +0.10583289, +0.01884827, +0.06055387, -0.21925175, +0.01330842, +0.01517274, +0.01956319, -0.07016776, +0.01208981, -0.04635665, +0.02349314, +0.03608010, +0.03545859, +0.05539107, +0.03158413, +0.01757251, +0.04260659, +0.01918742, +0.00836016, -0.20973099, +0.02185610, +0.00000344, +0.01719170, -0.19882471, +0.03264069, +0.25573100, -0.14031758, +0.09954379, +0.05282743, +0.02258281, +0.05000783, +0.02118251, +0.03806169, +0.02112748, + /* S1.TCP_WSCALE */ + -0.69723864, -0.14647343, -0.12498365, -0.06723037, -0.54484702, -0.18062698, -1.40492455, +0.52843863, -1.17909592, -0.02379305, -0.12661709, +0.17532463, -0.01032543, -0.03111313, -0.05419120, -0.10200440, -0.39359944, -0.28167411, -0.13861413, +0.11992131, -0.34413654, -0.10666651, -0.22729080, +0.21660356, -0.18017954, -0.08545287, -0.17114460, -3.39780573, -4.71297127, +0.03869654, -0.39214352, -1.66356397, +1.01041665, +0.04261964, -0.51956246, -0.11464725, +0.19198971, -2.63429059, -0.15193330, +0.61912363, -0.06366438, +0.18267998, -0.13350905, -0.11540594, -0.08043005, -0.15504931, +0.01693472, -0.38139202, +0.12649940, +1.47993200, -0.84916295, -0.99226594, +0.01508860, -0.14710857, +0.34986421, -0.43516589, -0.18057140, -0.31675360, -0.34014782, +2.52445256, -0.32872394, +0.21692180, +0.17859205, -0.37639632, +0.46472335, -0.13888265, -0.11057469, -0.15057688, +0.63673441, +1.00801173, +4.11484230, -0.18972924, +0.60400378, +0.60207070, -0.26811979, +0.34933994, +0.09870180, -0.07176823, +3.15622684, -0.02259808, +0.05316693, +0.06462413, +0.27716903, +0.70877788, -0.08701205, +0.18274932, -0.50905897, -0.06817821, +2.74320578, +0.16968490, +0.46554445, +0.06751916, + /* S1.TCP_CORR_WINDOW_MSS */ + +1.21024891, +6.45693517, -0.21664247, +0.42065383, +0.41956166, +0.36430625, -0.18883640, +0.09763999, -0.24078975, -0.04411150, +0.05891940, -0.78188376, -0.01663625, -0.07657005, -0.08018549, -0.02268565, +0.29518712, -0.05276243, +0.31146754, -0.10730793, -0.02783739, +0.11168110, +0.22260116, -0.11754032, -0.03216923, -0.00697250, -0.04030556, -1.87514003, +1.53494126, -2.00669846, +0.95353662, -0.26472374, -0.32914419, -0.53953779, -2.00619180, +0.11725194, -0.22631134, +0.36379420, -0.97711812, -0.89086119, -0.06421375, -0.12707221, -0.14373486, -0.05829551, +0.24107548, +0.24405425, -2.87313156, -1.53920027, -0.46987694, -1.61512941, -1.63556505, +0.08423411, -0.07992308, -0.01653457, -0.45163003, -0.89003323, -0.24245908, -0.23786336, -0.01900573, +0.23627110, -0.17823792, -0.00562861, -0.14638540, +0.06601605, +0.83133130, +0.55458535, -0.01837206, -0.05077107, -0.36843742, +0.88299131, +2.40705001, +0.12673675, +1.91533836, +1.30077270, +1.62656104, +0.17159007, +0.01840091, +0.23598060, -1.98899019, -0.03323393, -0.20573363, -0.05909021, +0.19646779, +1.20569256, -0.03826075, -0.09585101, +0.13424682, +0.52341408, -1.81188164, +0.36915721, +1.08265138, +0.31853135, + /* S2.TCP_WINDOW */ + -0.79806915, +1.84397794, -0.61467963, +0.35956601, +0.57451669, +0.33841727, -0.62904857, +0.09496313, -0.66484363, -0.05637253, -0.45754257, -0.94082682, -0.04575170, -0.09055211, -0.11284595, -0.14770655, +0.28854768, -0.09801023, +0.25811527, -0.23141614, -0.06959420, +0.10421264, +0.25982915, -0.20065608, -0.07399173, -0.02114336, -0.27158450, +0.60659117, +0.39358924, -2.28841787, +1.18813868, -0.40471274, -0.64087072, -0.95281248, -2.57485049, +0.04115602, -0.28313130, +0.38354404, -2.18973145, +1.75047440, -0.09479445, +0.10926317, -0.07692207, +0.38769895, +0.21596513, -0.05714831, +0.09781852, -2.27756293, +0.38594870, -2.26977478, -1.99392073, -0.14719567, -0.16223075, -0.09587192, -0.55765985, -1.07525431, -0.38837074, -0.35423131, -0.07288339, +0.24023536, -0.12573724, -0.08991791, -0.18417667, +0.06173848, +0.95967315, +0.57968846, -0.03347989, -0.08001090, -0.65952170, +0.45974320, +0.13872815, +0.12055507, -0.83243231, +1.08513866, +1.55977099, +0.20569154, +0.03042340, +0.16413673, +0.12622459, -0.04454188, -0.00625750, -0.12606128, +0.06597978, +0.72187226, -0.15725615, +0.39087715, +0.10528751, +0.59301649, -2.38419718, +0.40085866, +1.16615214, +0.26666639, + /* S2.TCP_FLAG_F */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S2.TCP_FLAG_S */ + -0.03564514, -0.12029289, +0.03208953, -0.03745390, -0.04314271, +0.05165685, +0.02461419, -0.03419214, +0.05782496, -0.09830858, +0.01522437, -0.01328100, +0.02392986, -0.15108583, +0.00268810, -0.01386468, -0.04642006, +0.01208306, -0.03722755, -0.00251222, +0.01095683, -0.01304030, -0.02025653, -0.02334417, -0.02504836, +0.06283613, +0.07691370, +0.01322930, -0.60887230, +0.16160786, -0.05462273, +0.02168338, -0.00764553, +0.05692247, +0.19287238, +0.06979303, -0.01300848, -0.05472432, +0.04593776, -0.07490069, -0.14258505, -0.03493566, +0.02067083, -0.00505798, +0.07679243, -0.01440903, +0.07791964, +0.10359488, -0.04852710, +0.03632462, -0.03012464, +0.06611877, -0.01627117, +0.02782431, +0.00670453, +0.05853192, +0.00280714, +0.07246222, -0.01763973, -0.08231716, -0.03749162, +0.01284965, -0.03252796, -0.06793437, -0.04192967, -0.02222549, -0.01227527, -0.00270444, -0.01414768, -0.07602093, -0.07913773, +0.00992537, -0.03248362, -0.07180562, -0.05762458, -0.05765684, -0.02962752, -0.01765321, -0.06716051, -0.07829134, -0.04447951, -0.02578076, -0.03703280, -0.01600170, -0.02460325, -0.02284443, -0.01230823, -0.04778214, +0.01428862, -0.05323581, -0.06000396, -0.04087322, + /* S2.TCP_FLAG_R */ + +0.00374153, +0.00400234, +0.00337465, +0.00379636, +0.00355441, +0.25947458, +0.03568934, +0.00392278, +0.05992721, -0.03243124, +0.02795983, +0.01907666, +0.02212692, -0.06270060, +0.01641249, +0.01312527, +0.00655374, +0.02001283, +0.00315101, +0.01289085, +0.02289616, +0.00669585, +0.00523132, +0.00881031, +0.00937710, +0.05089687, -0.01671247, +0.01686616, -0.26353374, +0.10051837, +0.00569580, +0.03179862, +0.01046760, +0.04554125, +0.12932782, +0.04805871, +0.01726810, +0.00279521, +0.04331268, +0.00389849, -0.05918877, +0.00458968, +0.03428022, +0.01543475, +0.00389175, +0.00843591, +0.07171708, +0.08628899, +0.00615365, +0.06025007, +0.01551540, +0.07130442, +0.00281870, -0.03774138, +0.03410151, +0.03438301, +0.01637140, +0.04536143, +0.00974994, +0.00334276, +0.00306020, +0.02132060, +0.00391049, +0.00229887, +0.00186651, +0.01718397, +0.00332226, +0.01316254, +0.01047529, +0.00550519, +0.00451540, +0.02199360, +0.01310552, +0.00542090, +0.00441318, +0.00366381, +0.00135920, +0.01160515, +0.00455635, -0.02132440, +0.00388451, +0.00552468, +0.00278682, +0.01198400, +0.00685405, +0.00584525, +0.02765945, +0.00342807, +0.04381726, +0.00449785, +0.00679650, +0.00329108, + /* S2.TCP_FLAG_P */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S2.TCP_FLAG_A */ + -0.03606002, -0.12075543, -0.03978763, -0.03797076, -0.04435768, -0.07743537, +0.02358955, -0.03464235, +0.05347016, -0.10017009, +0.01390744, -0.01523007, +0.02259857, -0.15338205, +0.00235889, -0.01532635, -0.04815683, +0.01121452, -0.03753180, -0.00295904, +0.01014327, -0.01468163, -0.02205258, -0.02369331, -0.02578776, +0.06201645, +0.03564068, -0.03839842, -0.39818102, +0.16131907, -0.05501577, +0.02115424, -0.00845195, +0.03773958, +0.19008097, +0.06920916, -0.01394609, -0.05496233, +0.04538448, -0.07540873, -0.14803697, -0.03526614, +0.01999917, -0.00630939, +0.06789232, -0.01461462, +0.05670889, +0.10254717, -0.05066448, +0.03393381, -0.03931345, +0.06396573, -0.01866380, +0.02387599, +0.00282794, +0.05844487, +0.00205728, +0.04890980, -0.01877260, -0.08373927, -0.03903343, +0.00797425, -0.03336219, -0.06810422, -0.04208336, -0.02360580, -0.01256118, -0.00409548, -0.01485205, -0.09208382, -0.08018552, +0.00771442, -0.03554456, -0.07269339, -0.07881392, -0.05746393, -0.02971190, -0.01845746, -0.06798189, -0.07983379, -0.04483462, -0.03389820, -0.03737475, -0.01951185, -0.02549922, -0.02343001, -0.01416760, -0.05278240, +0.01392279, -0.05408571, -0.06292445, -0.04129477, + /* S2.TCP_FLAG_U */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S2.TCP_FLAG_E */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S2.TCP_FLAG_C */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S2.TCP_FLAG_RES8 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S2.TCP_FLAG_RES9 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S2.TCP_FLAG_RES10 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S2.TCP_FLAG_RES11 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S2.TCP_OPT_0 */ + -0.03436117, -0.34640701, +0.01213792, +0.00071276, +0.15212434, -0.11003955, +0.00853186, -0.01648933, +0.06159617, -0.05182587, +0.02343405, +0.01258949, +0.02430408, -0.09163320, +0.01201995, +0.00396636, -0.01212993, +0.01935967, -0.01728557, +0.00518701, +0.01548636, -0.13413968, +0.20688549, -0.00288746, +0.03721598, +0.05667847, +0.09393533, +0.02159245, -0.24941248, +0.12406468, +0.06795363, +0.01121042, -0.01312701, +0.04792787, +0.15154788, +0.05644278, +0.00782330, -0.06339047, +0.02737812, -0.10448966, -0.07605672, -0.00978319, +0.02976420, +0.00387193, +0.08574781, -0.00066434, +0.07431798, +0.09172137, -0.01261097, +0.05191001, -0.00046043, +0.06938337, +0.00230293, +0.07215016, +0.02695082, +0.04281575, +0.01244728, +0.05619789, -0.00020930, -0.03540530, -0.01097717, +0.01890758, -0.00313041, -0.02599872, -0.01334529, +0.00281415, -0.00226202, +0.01282201, +0.25105172, -0.02010746, -0.01642388, -0.11690822, +0.00016926, -0.02227117, -0.04774098, -0.00915498, -0.00913294, +0.00398218, -0.01746076, -0.03838292, -0.01307644, +0.00256240, -0.01078982, +0.05946328, -0.00340257, -0.00373167, -0.00283282, -0.01144272, +0.03393150, -0.01966797, +0.02525658, -0.02836975, + /* S2.TCP_OPT_1 */ + +0.05431357, +0.46204546, +0.14456495, +0.00093371, +0.21813291, +0.25625181, +0.15779028, -0.05010055, +0.17625624, -0.01934527, +0.02683657, -0.08285802, +0.02924745, -0.02194245, -0.04430072, -0.09312898, -0.01868025, +0.02301929, -0.02116355, -0.04744868, +0.09174477, -0.02793578, +0.26144854, -0.01123787, +0.00160169, -0.07354493, -0.16984384, +0.02127136, -0.14233829, +0.09599400, +0.01132657, +0.16925884, +0.07441333, +0.12820768, +0.25944590, -0.13409026, -0.07091767, -0.10882762, +0.13958787, +0.13118553, -0.05116809, +0.03236307, -0.11097043, +0.01234161, -0.06790271, -0.01422309, +0.13748158, +0.23573564, +0.13136890, +0.13169606, +0.24876951, +0.22003609, +0.04714044, -0.10678780, +0.19599483, +0.02989501, +0.02050969, +0.14535370, +0.16526385, -0.11459224, -0.01350330, +0.14429168, -0.01242935, -0.04794275, -0.00265936, -0.10579447, -0.00738889, -0.12562864, +0.25310786, +0.43626439, -0.01108317, -0.00526287, +0.20833691, +0.10202165, +0.22440096, -0.12075014, +0.00004635, +0.05714424, -0.02118630, -0.01251055, -0.04503460, +0.02300884, -0.00793430, -0.03133958, +0.01629249, +0.01468707, +0.12413149, -0.04865433, +0.12690193, +0.04461407, +0.08331395, -0.15257248, + /* S2.TCP_OPT_2 */ + +0.14762802, +1.55853546, +0.17959363, -0.00037109, -0.09701948, +0.25901966, +0.30432647, -0.07548895, +0.26309536, -0.03722508, +0.02264357, -0.16099408, +0.03109238, -0.03944845, -0.06695639, -0.12481524, -0.04683073, -0.05687926, -0.02268097, -0.21250630, +0.01120958, +0.27515082, -0.14116320, -0.02762027, -0.27911091, -0.11016445, -0.27768259, +0.04012998, -0.06398143, +0.13323453, -0.05684508, +0.33008983, +0.16120114, +0.17725862, +0.38627964, -0.18566508, -0.12952698, +0.01746716, +0.27568977, +0.41698703, -0.08865597, +0.02717355, -0.15750994, +0.01040264, -0.10915471, -0.04346843, +0.16155402, +0.34638365, +0.19729379, +0.17029726, +0.37746374, +0.33521328, +0.04392830, -0.16061165, +0.29349206, +0.08744091, +0.03028121, +0.18674880, +0.23364064, -0.18322260, -0.03170868, +0.15344246, -0.16215284, -0.09019280, -0.00808682, -0.15039408, -0.10755983, -0.17689707, -0.26565466, +0.68863352, -0.01047884, -0.05089643, +0.34088524, +0.16321492, +0.42034770, -0.21104704, +0.00167503, +0.05799542, -0.04517026, -0.03066095, -0.08975974, +0.00595254, -0.00679183, -0.02318346, +0.00257163, +0.00619001, +0.28893295, -0.10286924, +0.17431837, +0.10339418, +0.09250608, -0.21948736, + /* S2.TCP_OPT_3 */ + -0.08332844, -1.33501319, -0.04263838, -0.14235227, -0.08185751, +0.01958732, -0.06300159, +0.14266851, +0.02332539, -0.02533413, -0.01124151, +0.36151572, +0.00906854, -0.01988089, -0.03994875, -0.07687812, +0.19678422, +0.27415855, -0.04353376, +0.42807490, +0.44149655, -0.00023556, -0.08582328, +0.16954810, +0.59589989, -0.06779626, -0.11129425, -0.22068619, -0.09284864, -0.01328997, -0.51374181, -0.00139978, -0.10601563, -0.03527471, +0.01259137, -0.08734368, +0.25625111, +0.23135543, -0.12280200, -0.31141457, -0.03777180, +0.02961592, -0.11085218, +0.01166563, -0.05994434, +0.37984461, +0.04894857, -0.01623457, -0.12788195, +0.00292805, -0.00725796, +0.09014438, +0.01678872, -0.09743898, -0.18888126, -0.15274349, -0.03666038, -0.20272174, -0.24115864, +0.28444174, -0.03270827, -0.18114755, +0.37900543, +0.15483485, -0.05196199, -0.12400599, +0.29010904, -0.06117089, -0.02546912, -0.58773229, -0.23023218, +0.24739085, -0.34992169, -0.16322501, -0.25419098, +0.32423242, -0.04238185, +0.02818584, -0.07578053, -0.00956601, +0.37430094, -0.00337659, -0.07971449, -0.31045600, +0.01763699, -0.13293255, -0.13987046, +0.22809944, -0.11988956, -0.08525018, -0.02449989, +0.37600601, + /* S2.TCP_OPT_4 */ + +0.00837346, -0.82747480, +0.05932277, -0.01054394, -0.02044932, -0.03770365, +0.11411347, +0.11571813, +0.20371347, -0.02104129, -0.00238349, +0.30881996, +0.02373611, -0.02102767, -0.03785816, -0.07765888, +0.19598366, +0.03877381, -0.03144734, +0.03970200, -0.30814563, -0.02347429, -0.01945973, +0.18005075, -0.02108520, -0.06799303, -0.12039285, +0.06769894, +0.13934408, +0.09133739, +0.00656604, +0.32682496, -0.03966740, +0.03922760, +0.19396219, -0.08090224, +0.23062305, +0.75880183, +0.07686266, -0.17243171, -0.04194178, +0.02536809, -0.10289313, +0.00955832, -0.06102739, +0.35478304, +0.09873045, +0.13747028, -0.04051805, +0.05244028, +0.17381709, +0.32065384, +0.01062596, -0.10062299, -0.04273890, -0.01140144, +0.02083062, -0.23414867, -0.26627721, +0.23013407, -0.03264547, -0.18982354, -0.04329127, +0.12258247, -0.03176841, -0.12386245, +0.06868213, -0.06298444, +0.00324426, -0.20351555, -0.06603493, -0.02237170, -0.14727466, -0.04676841, -0.04418495, +0.29226014, -0.01360223, +0.03231972, -0.02638786, -0.01205463, +0.34412957, +0.00993718, -0.02907311, -0.07667822, +0.00787648, -0.12864664, +0.06933723, +0.20471976, -0.06068412, +0.00710363, -0.27577532, +0.29668736, + /* S2.TCP_OPT_5 */ + -0.04398287, -0.19736902, -0.12829343, -0.04274349, -0.07774776, -0.19256987, -0.08641456, -0.04941659, -0.12914456, -0.00512124, +0.25675287, -0.09978912, +0.08951288, -0.00274198, -0.01947309, -0.01549058, -0.10911615, +0.00715082, +0.15886117, +0.33938193, -0.17640280, +0.04542642, -0.08081612, -0.11402192, -0.02482917, -0.06103778, -0.05676187, +0.52745410, +0.73518495, +0.14374013, -0.17506480, -0.09717423, -0.07477911, -0.04110437, -0.09918788, -0.06865424, -0.05818354, -0.12242194, -0.13066727, -0.25753978, +0.01622022, +0.19982135, -0.12539484, +0.24327769, -0.01571832, -0.19223482, -0.05187967, -0.09408664, -0.17507959, -0.06511331, -0.19795822, -0.15671210, +0.22177125, -0.08022965, -0.01153533, +0.32052434, +0.22005086, -0.02119599, -0.06773244, -0.09490681, +0.16979373, -0.12338032, -0.06051259, -0.07959156, +0.07909376, -0.06197310, -0.17998147, -0.03281258, -0.03402298, -0.15511788, +0.42106717, +0.15076544, -0.19446357, -0.18535114, -0.29565011, -0.14318581, +0.05502325, +0.29667299, +0.25474300, +0.01060899, -0.35525832, +0.31459727, +0.16037037, +0.30936538, +0.23538264, +0.36862072, -0.19813582, -0.09247516, +0.00048928, -0.11075365, +0.11166687, -0.10034306, + /* S2.TCP_OPT_6 */ + +0.00630311, -0.06441795, -0.00948046, -0.02555597, -0.02887707, -0.07916080, -0.03284829, -0.00519572, -0.17057155, +0.00658284, -0.15517165, +0.00686081, +0.08194381, +0.01197722, +0.00558827, +0.02616915, -0.03718613, +0.36280637, +0.26043217, -0.08108286, -0.03240407, +0.08353047, -0.01661371, -0.01480913, +0.02237950, +0.00653693, -0.00652133, +0.10651780, +0.33504462, +0.09902240, -0.17556547, -0.06583867, -0.00611071, -0.00298387, -0.09723265, -0.02026730, -0.01405786, -0.08365519, +0.00484154, +0.02406304, +0.03064578, -0.01804023, +0.02684272, -0.08970847, +0.01519104, -0.03177306, +0.00069013, -0.06494857, -0.02096480, -0.01195091, -0.02337120, -0.18007252, -0.02214553, +0.03787526, +0.02865324, +0.21637775, +0.19131159, +0.00922260, +0.00453213, -0.00881018, +0.34137141, +0.00155038, +0.01335526, -0.02517845, +0.09651953, -0.00339862, -0.01658805, +0.01033154, +0.00326058, +0.04113801, +0.55845198, -0.09411450, -0.05403457, -0.04870727, -0.15264138, -0.04912572, +0.14012776, -0.14284388, +0.32584405, +0.02308670, +0.02033053, -0.10857706, -0.20526349, -0.13395642, -0.05638114, -0.06932691, -0.07479515, -0.00977835, +0.04154864, -0.01844328, -0.07412536, -0.02762757, + /* S2.TCP_OPT_7 */ + +0.00362714, -0.12950878, -0.00751323, +0.28460654, -0.05526815, -0.04963536, -0.03462679, -0.01212332, -0.01782368, +0.00705335, -0.17263139, -0.01831114, +0.22674665, +0.01073609, -0.00184413, +0.02323718, -0.04431621, -0.15417700, -0.27574541, -0.09504979, -0.00409088, +0.30931250, -0.02619936, -0.02821433, +0.20595339, +0.01019804, -0.00024201, +0.27549144, +0.31887851, +0.31545248, +0.57324550, -0.00175691, -0.01115889, -0.02764488, -0.05167140, -0.03875490, -0.04546067, -0.00377515, +0.00036727, +0.02258852, +0.02320389, -0.02160746, +0.02594318, -0.08558801, +0.01469417, -0.04583873, +0.01243946, -0.05048381, -0.01141702, +0.00327544, -0.08194760, -0.05510665, -0.03069705, +0.03618338, +0.01985443, +0.37157813, -0.06222465, +0.01270475, +0.00685402, +0.00298012, -0.57002803, -0.00103204, +0.34853589, -0.03664104, +0.20049588, +0.00158169, +0.16866816, +0.00751242, -0.00250018, +0.02574426, +0.03911100, -0.09979194, -0.04118352, -0.03540930, -0.09621177, -0.05783782, +0.38230026, -0.10660376, +0.09144765, +0.02143450, +0.01671271, -0.10388537, +0.50947927, -0.10447081, -0.04798238, -0.06687698, -0.16611719, -0.00431735, +0.03787959, -0.05767300, -0.08389629, -0.03214011, + /* S2.TCP_OPT_8 */ + +0.01020370, -0.05854893, -0.00483308, +0.33028265, -0.03555040, -0.04782876, -0.02616357, -0.00078998, -0.01121885, +0.00843589, -0.11709195, -0.01647973, +0.24155804, +0.01344852, +0.00604733, +0.02550355, -0.04150351, -0.14565243, +0.09040266, -0.06866928, +0.00101956, +0.12275184, -0.01620487, -0.02095122, +0.27322251, +0.01249745, +0.00178788, +0.30630251, +0.35140192, +0.33040553, +0.72538047, +0.00499932, -0.00441956, -0.02481576, -0.04545505, -0.01711780, -0.04281180, +0.00170869, +0.00718809, +0.03129816, +0.02422871, -0.00817916, +0.02836151, -0.06506140, +0.01640262, -0.03206673, +0.01606030, -0.04823785, -0.00828932, +0.00600798, -0.07806126, -0.05232664, -0.01656657, +0.03839141, +0.02184876, -0.06602759, +0.03045771, +0.01611966, +0.01174338, +0.00772097, -0.07519214, +0.00436126, +0.37814827, -0.01461770, +0.04244273, +0.00683371, +0.34052752, +0.01355670, +0.00240187, +0.02845572, +0.15649698, -0.08337182, -0.03748987, -0.03128798, -0.09278957, -0.05613778, -0.03958381, -0.09773791, +0.12120084, +0.02403323, +0.02073721, -0.09771620, +0.34746142, -0.09818608, -0.03914161, -0.04902465, -0.13472708, -0.00195547, +0.03936326, -0.03600087, -0.07409061, -0.02038552, + /* S2.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPTLEN_0 */ + -0.00942638, +0.18961345, +0.03846027, -0.00410133, -0.16575282, -0.12637438, +0.04963906, -0.02510422, +0.06925019, -0.09599370, +0.01818624, -0.00820040, +0.02856290, -0.14990344, +0.00376771, -0.00014537, -0.04025177, +0.01966134, -0.02483415, +0.01648368, +0.01787182, -0.38987758, -0.21768929, -0.02040317, +0.09483852, +0.06511585, +0.12602513, +0.02698145, -0.51804568, +0.17199207, +0.19305294, +0.04047609, +0.01165769, +0.06266015, +0.21195388, +0.07159629, -0.00797441, -0.00611771, +0.06423936, +0.00861895, -0.13515465, -0.03223003, +0.02317069, +0.00221222, +0.11253422, -0.01182964, +0.08404737, +0.10698972, -0.04330674, +0.03917989, -0.01465111, +0.07014964, -0.01073326, +0.08207898, +0.01072753, +0.06040789, +0.00519179, +0.07720172, -0.01491256, -0.06368863, -0.03369821, +0.01532821, -0.01488617, -0.06245946, -0.03994575, -0.01659955, -0.00947582, +0.00144960, -0.25954457, -0.06939117, -0.05676047, -0.37427350, -0.01749929, -0.06267719, -0.01943715, -0.03519847, -0.02887993, -0.00977834, -0.06023140, -0.07629318, -0.04219517, -0.01611192, -0.03395519, +0.15779038, -0.02227676, -0.01817583, +0.14454590, -0.04349434, +0.01636354, +0.03931526, +0.24230870, -0.02271907, + /* S2.TCP_OPTLEN_1 */ + -0.00203543, -0.19205517, +0.04627266, +0.01067884, +0.24501840, +0.18862626, +0.05839525, -0.01543168, +0.10589880, -0.01519493, +0.04097609, +0.00115109, +0.03890171, -0.01722034, -0.03767734, -0.07799394, +0.01436980, +0.04107716, -0.00854265, +0.00167053, +0.12784279, -0.00671169, +0.31116608, +0.01455285, +0.01042743, -0.06395362, -0.14534858, +0.03184096, -0.01226512, +0.10233854, +0.01761960, +0.06590495, +0.01273796, +0.06907364, +0.16863451, -0.11832241, -0.00207768, -0.06779063, +0.05548552, -0.04962123, -0.03608853, +0.04519042, -0.10036429, +0.02964752, -0.05789616, +0.02942340, +0.09290248, +0.13519468, +0.04799539, +0.08653273, +0.13944360, +0.12340125, +0.06324564, -0.09554150, +0.08200332, +0.03525058, +0.02995149, +0.09757029, +0.11112741, -0.03613418, +0.00289965, +0.18579907, +0.00218764, -0.00943667, +0.00152466, -0.09520229, +0.00291279, -0.11601101, +0.35313694, +0.12339416, +0.00317236, +0.01879298, +0.06803146, +0.03110316, +0.02956997, -0.02497956, +0.00254973, +0.06826055, +0.00096222, -0.00662279, -0.00481544, +0.04422530, +0.00129053, +0.02487909, +0.03442840, +0.03333879, +0.00838038, -0.00319408, +0.06740537, -0.00692706, -0.01223306, -0.05288018, + /* S2.TCP_OPTLEN_2 */ + +0.14918663, +1.57630066, +0.19488855, -0.01136403, -0.04483947, +0.25657643, +0.31112346, -0.08397453, +0.26880746, -0.03540594, +0.01745696, -0.17790783, +0.02583631, -0.03805042, -0.06470212, -0.12448588, -0.05464129, -0.04794359, -0.02831486, -0.19821610, +0.01415115, +0.28424141, -0.07394286, -0.03464209, -0.24676773, -0.10619937, -0.27283350, +0.01762809, -0.08985376, +0.12014405, -0.09925890, +0.33537713, +0.16620197, +0.18542339, +0.39076662, -0.18069489, -0.14487741, -0.02729258, +0.27877996, +0.42550999, -0.08766980, +0.02292506, -0.15168158, +0.00330869, -0.10608375, -0.05463259, +0.16829213, +0.36136550, +0.21486353, +0.17899507, +0.38914983, +0.34727693, +0.03750263, -0.15412059, +0.31630559, +0.07213165, +0.02378564, +0.19122696, +0.23964128, -0.20092666, -0.03475799, +0.13357807, -0.13842571, -0.09631351, -0.00878998, -0.14515409, -0.08983796, -0.16974570, -0.19099339, +0.75351713, -0.02135715, +0.03604715, +0.36407189, +0.17666356, +0.44909096, -0.23425331, +0.00021274, +0.05161764, -0.05026148, -0.02939554, -0.09617073, -0.00149937, -0.01122071, -0.08551402, -0.00201210, -0.00019456, +0.27504398, -0.11034817, +0.18719954, +0.09624023, +0.07104668, -0.24471758, + /* S2.TCP_OPTLEN_3 */ + -0.00071200, -0.32067802, +0.06365773, -0.06471305, -0.03524129, -0.08732433, +0.07257434, +0.05430860, +0.11012030, -0.01509964, +0.03027251, +0.14476130, +0.03211394, -0.01352861, -0.02989251, -0.06385483, +0.09388547, +0.12774632, -0.01129605, +0.16282565, +0.25904017, +0.35914913, -0.01124674, +0.07621319, +0.10669242, -0.05630704, -0.09498544, -0.02415811, +0.07762166, +0.05768500, -0.37627349, +0.15668372, -0.01914526, +0.04441965, +0.11333259, -0.06949012, +0.10210231, +0.08949386, -0.00033980, -0.09468140, -0.02884668, +0.04533367, -0.09733479, +0.03464952, -0.04309601, +0.17960448, +0.08242202, +0.12281809, -0.02098897, +0.05381987, +0.11708396, +0.22156761, +0.05776080, -0.08401836, +0.03855420, -0.02116912, +0.01854701, -0.17932918, -0.21188064, +0.10264992, -0.00190577, -0.15765278, +0.11974447, +0.05968874, -0.01449292, -0.09505126, +0.10169159, -0.04769458, +0.00280969, +0.01325003, -0.08429127, +0.08703006, -0.09570423, -0.04712744, +0.02697035, +0.11346252, -0.01031917, +0.06198300, -0.02286171, -0.00371238, +0.13364762, +0.04002187, -0.02325375, -0.06220847, +0.03638932, +0.00129057, -0.03846573, +0.10591732, -0.00693031, -0.05024390, -0.00026091, +0.13134254, + /* S2.TCP_OPTLEN_4 */ + -0.00191757, -0.93781408, +0.03824085, -0.00693624, -0.02973039, -0.02345221, +0.09216558, +0.12348154, +0.18489013, -0.02026858, +0.00055463, +0.32553818, +0.02601017, -0.02013872, -0.03663383, -0.07399919, +0.20223082, +0.04188141, -0.02718782, +0.05059415, -0.30146649, -0.01850080, -0.02973071, +0.18522442, -0.01669674, -0.06645296, -0.11571968, +0.06992816, +0.14302131, +0.09301419, +0.00822352, +0.29659092, -0.05053909, +0.02694193, +0.17440365, -0.07969684, +0.24445570, +0.77246087, +0.06125307, -0.20066314, -0.03892380, +0.02807820, -0.10079816, +0.01353272, -0.05960005, +0.36271222, +0.08973595, +0.11176530, -0.05765673, +0.04330899, +0.14857693, +0.28914238, +0.01367825, -0.09884426, -0.07209413, +0.00048744, +0.02261074, -0.22493931, -0.25805957, +0.24704055, -0.02879243, -0.18664235, -0.03946407, +0.13093811, -0.02906165, -0.12146141, +0.04947225, -0.06163087, -0.00032376, -0.28384924, -0.06312378, -0.01708160, -0.17578363, -0.06072311, -0.08869306, +0.31141482, -0.01081663, +0.03432137, -0.02184387, -0.01090762, +0.35236298, +0.01419936, -0.02490323, -0.06561217, +0.01151940, -0.12509257, +0.04855414, +0.21232344, -0.07268266, -0.00081824, -0.29075700, +0.31852541, + /* S2.TCP_OPTLEN_5 */ + -0.04107597, -0.19555569, -0.10673000, -0.17015040, -0.07342834, -0.17948572, -0.08410326, -0.04733570, -0.12319807, -0.00109989, +0.26068757, -0.07728224, +0.04079648, -0.00137204, -0.01767289, -0.01297269, -0.10100511, +0.01507505, +0.16267458, +0.32158455, -0.16839233, +0.05658654, -0.07699947, -0.09841866, +0.07543527, -0.05780661, -0.05275841, +0.55495971, +0.77739357, +0.05569098, -0.52276365, -0.09390725, -0.07115093, -0.03307345, -0.09171290, -0.06440858, -0.05176480, -0.12067569, -0.12403801, -0.22801628, +0.01797083, +0.20683883, -0.12300339, +0.24772630, -0.01154998, -0.16310679, -0.04728218, -0.08229108, -0.15044103, -0.06202428, -0.19082885, -0.14094945, +0.16105081, -0.05668770, -0.00541458, +0.33178468, +0.23370733, -0.01734293, -0.05488063, -0.08896504, +0.17271504, -0.10168884, -0.04718014, -0.07864895, +0.08177091, -0.05967794, -0.17095026, -0.02723168, -0.03113465, -0.11532765, +0.50653781, +0.14655381, -0.18603242, -0.17439056, -0.28799087, -0.13861870, +0.05872576, +0.31087316, +0.30409638, +0.01161584, -0.27573760, +0.32459698, +0.18064209, +0.04782807, +0.24567964, +0.24412837, -0.18549273, -0.08049240, +0.00899798, -0.10240912, +0.13402971, -0.09781763, + /* S2.TCP_OPTLEN_6 */ + +0.01304981, -0.03386937, +0.00124755, +0.04194540, -0.01886516, -0.05092068, -0.01950667, +0.00351785, -0.16084731, +0.00898229, -0.11475753, +0.01192500, +0.09846881, +0.01494363, +0.01002503, +0.03017811, -0.02122016, +0.39622719, +0.19824751, -0.06142080, -0.02641894, +0.11290399, -0.00852077, -0.00858659, +0.04351727, +0.01191019, +0.00716401, -0.03952626, +0.15362443, +0.12553406, -0.00219346, -0.05992139, -0.00002511, +0.00250316, -0.09241376, -0.01091890, -0.00859579, -0.07712971, +0.01108113, +0.03518131, +0.03251088, -0.00592120, +0.03051133, -0.06413081, +0.02001240, -0.02110002, +0.01664198, -0.05460559, -0.00555225, +0.00746231, -0.01646884, -0.16935982, -0.01127137, +0.04148830, +0.03423935, +0.11724359, +0.13548637, +0.01498906, +0.00958461, +0.01065341, +0.19945078, +0.00772297, +0.07845965, -0.00747662, +0.07231986, +0.00886284, +0.05330222, +0.01573379, +0.00840554, +0.04982860, +0.40527920, -0.07736294, -0.03296478, -0.02401581, -0.10190096, -0.03147495, +0.06026422, -0.10497044, +0.24588186, +0.02611088, +0.02566216, -0.07911662, +0.00955716, -0.09687525, -0.03738080, -0.04811708, -0.06706446, +0.00402969, +0.04562791, -0.01133092, -0.05013280, -0.01382860, + /* S2.TCP_OPTLEN_7 */ + +0.01633188, -0.02246756, +0.00602640, +0.06697864, -0.01472188, -0.03998364, -0.00980551, +0.00749070, +0.01049864, +0.02056121, -0.09904131, +0.01479428, +0.10636437, +0.01675703, +0.01223349, +0.03352420, -0.01409326, -0.11120497, +0.18263000, -0.04993071, +0.00980029, +0.12828581, -0.00453061, +0.00077747, +0.09764482, +0.01944974, +0.01652637, +0.41952705, +0.50702277, +0.14139371, +0.06287202, +0.01476122, +0.00328815, +0.00677105, +0.00266583, -0.00690863, -0.00501640, +0.02112015, +0.01470345, +0.03995144, +0.03393378, -0.00054230, +0.03366672, -0.05369714, +0.02260292, -0.01624894, +0.02554549, -0.00531924, +0.00302522, +0.01606448, -0.01219980, -0.00364210, -0.00672271, +0.04352345, +0.03714420, +0.09316275, +0.12463609, +0.02286578, +0.01750111, +0.01872389, +0.15224675, +0.01102737, +0.10261287, -0.00085800, +0.06438306, +0.01427357, +0.07898296, +0.01854352, +0.01108724, +0.05410766, +0.36646791, -0.05483211, -0.02200994, -0.01346997, -0.08252332, -0.02349163, +0.03265457, -0.08728389, +0.22461813, +0.02780075, +0.02848718, -0.06679382, +0.08550966, -0.08209991, -0.02913208, -0.03933955, -0.05894111, +0.00985299, +0.05003519, -0.00719898, -0.03928123, -0.00824919, + /* S2.TCP_OPTLEN_8 */ + +0.01177841, -0.03209381, -0.00405652, +0.35693764, -0.02314737, -0.04730556, -0.02438349, +0.00158585, -0.00728525, +0.00874857, -0.10610105, -0.01591114, +0.24527643, +0.01397814, +0.00730100, +0.02623296, -0.04069336, -0.14287780, +0.15242415, -0.06356161, +0.00208481, -0.02842578, -0.01346336, -0.01955881, +0.31993680, +0.01300973, +0.00235008, +0.31534370, +0.36172354, +0.33603444, +0.82599189, +0.00634942, -0.00302762, -0.02397937, -0.04141943, -0.01391720, -0.04187069, +0.00277733, +0.00859886, +0.03321539, +0.02452277, -0.00545047, +0.02892382, -0.06071764, +0.01682637, -0.02986395, +0.01796684, -0.04745963, -0.00707700, +0.00681110, -0.07607775, -0.05132845, -0.01419507, +0.03890894, +0.02249719, -0.12418772, +0.04466768, +0.01689555, +0.01273755, +0.00899542, +0.09861051, +0.00545129, +0.39078845, -0.00737206, +0.02726650, +0.00895542, +0.36868444, +0.01464250, +0.00381837, +0.02963524, +0.18024883, -0.07276670, -0.03532747, -0.02931386, -0.09131014, -0.05571531, -0.03376741, -0.09582397, +0.12867449, +0.02463117, +0.02160915, -0.09585705, +0.05760473, -0.09641651, -0.03709739, -0.04583673, -0.11155836, -0.00130965, +0.03992718, -0.02026655, -0.06820419, -0.01720958, + /* S2.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S2.TCP_MSS */ + -1.10261521, -2.91193716, -0.21998088, -0.01055963, -0.00781173, +0.01881605, -0.16783948, -0.01066622, -0.19438506, -0.03211146, -0.21089102, +0.01100028, +0.01029920, -0.06702734, -0.02916171, -0.18248006, -0.00500569, +0.00275652, -0.04599892, -0.06019723, -0.03066925, -0.00624010, -0.01274316, -0.17509900, +0.00083325, +0.03638213, +0.06306846, +0.77919762, -1.01582158, +0.09919700, -0.01415418, -0.03227091, -0.12786884, -0.29245247, -0.05121962, -0.21367984, +0.00200647, -0.02488529, -0.49260076, +1.24547010, -0.05017052, +1.16711329, +0.63575730, -0.86027659, +0.07537477, -1.12788813, -1.15698238, -0.58372022, +1.68035481, -0.44541037, -0.02451913, -0.23072753, -0.04711161, +0.05414880, +0.00945369, +0.02504710, -0.01992460, +0.05856854, -0.03760204, -0.05392477, +0.00901944, -0.04621960, -0.00361295, -0.00714626, -0.01111946, -0.21065803, -0.00684198, -0.00375912, -0.02697646, -0.68544847, -0.59303336, +0.00037844, -1.62460418, -0.39807014, -0.42097985, -0.04138724, -0.00665690, -0.06011017, +0.49300960, -0.02203013, +1.35472638, -0.00011041, -0.01689845, -0.64935801, -0.04711162, +0.46937530, -0.04114005, -0.00184955, -0.25898025, -0.02774406, -0.06578908, -0.08320999, + /* S2.TCP_SACKOK */ + +0.02782600, +0.05170763, +0.09304004, +0.01940505, +0.02983569, +0.29868851, +0.07154486, +0.01819724, +0.09193864, -0.00905034, -0.21144775, +0.03710194, +0.05510097, -0.00969484, -0.02503882, -0.04591493, +0.03657432, +0.05627643, +0.09581400, +0.13521992, +0.16279874, +0.01722477, +0.03365546, +0.03308450, +0.01824547, -0.03223239, -0.08327593, +0.10489632, -0.15210692, +0.10783041, +0.03037612, +0.07612779, +0.03664807, +0.07617456, +0.15063155, -0.09045787, +0.02927539, +0.04784879, +0.06825759, +0.07464783, -0.02228661, -0.08399545, -0.02449058, -0.15728544, -0.04177777, +0.06602612, +0.10413073, +0.10746223, +0.03423807, +0.07996546, +0.18588715, +0.09916157, +0.07912312, -0.08229261, +0.05030571, +0.05958759, +0.05816108, +0.12943157, +0.10583289, +0.01884827, +0.06055387, -0.21925175, +0.01330842, +0.01517274, +0.01956319, -0.07016776, +0.01208981, -0.04635665, +0.02349314, +0.03608010, +0.03545859, +0.05539107, +0.03158413, +0.01757251, +0.04260659, +0.01918742, +0.00836016, -0.20973099, +0.02185610, +0.00000344, +0.01719170, -0.19882471, +0.03264069, +0.25573100, -0.14031758, +0.09954379, +0.05282743, +0.02258281, +0.05000783, +0.02118251, +0.03806169, +0.02112748, + /* S2.TCP_WSCALE */ + -0.69745084, -0.14660472, -0.12503646, -0.06727462, -0.54493742, -0.18066174, -1.40505793, +0.52826026, -1.17914571, -0.02382302, -0.14142132, +0.17527793, -0.01050349, -0.03114524, -0.05429089, -0.10213257, -0.39365105, -0.28177666, -0.14087503, +0.11755672, -0.34438901, -0.10675089, -0.22774460, +0.21650528, -0.18022176, -0.08550428, -0.17119952, -3.39796429, -4.71307689, +0.03865511, -0.39221772, -1.66390154, +1.00992567, +0.04255786, -0.51960765, -0.11474143, +0.19192155, -2.63493469, -0.15219276, +0.61321211, -0.06370416, +0.35762101, -0.13945047, -0.26475880, -0.08046802, -0.15509722, +0.01688448, -0.38144434, +0.12586618, +1.47988640, -0.84920350, -0.99232400, +0.01502822, -0.14715807, +0.34982797, -0.43537900, -0.18062369, -0.31681837, -0.34022939, +2.52435567, -0.32910043, +0.21678593, +0.17856151, -0.37644713, +0.46425630, -0.13909394, -0.11064000, -0.15062832, +0.63661508, +1.00797062, +4.11464969, -0.18990319, +0.60397192, +0.60201440, -0.26816996, +0.34930879, +0.09863749, -0.07442568, +3.15607606, -0.02262838, +0.05305234, +0.06409469, +0.27670484, +0.70770198, -0.08817292, +0.18127780, -0.50912324, -0.06822032, +2.74317505, +0.16961561, +0.46545595, +0.06735977, + /* S2.TCP_CORR_WINDOW_MSS */ + +1.20889928, +6.41941476, -0.21858412, +0.42020779, +0.42239499, +0.36288311, -0.19227900, +0.10327609, -0.24105424, -0.04411330, +0.05625112, -0.78566185, -0.01680577, -0.07662349, -0.07662210, -0.02285072, +0.33841141, -0.05298039, +0.31081391, -0.10864566, -0.02829085, +0.11120223, +0.22274201, -0.11809484, -0.03281205, -0.00662900, -0.04023413, -1.87472326, +1.53550179, -2.00648594, +0.95279639, -0.26716017, -0.33062440, -0.54071925, -2.00652768, +0.10636965, -0.23186370, +0.37874818, -0.97853195, -0.89639932, -0.06424365, -0.12722344, -0.14302891, -0.05847746, +0.24058211, +0.23885849, -2.87336424, -1.53992279, -0.47049196, -1.61569365, -1.63640435, +0.08272120, -0.07838024, -0.01434603, -0.45215036, -0.89220829, -0.24418708, -0.23801174, -0.01888790, +0.33196624, -0.17881793, -0.00557181, -0.14687808, +0.13068362, +0.83047815, +0.55526700, -0.01466790, -0.05043204, -0.37432678, +0.87786335, +2.40571704, +0.13621345, +1.91036082, +1.29921568, +1.61984286, +0.19235978, +0.01801081, +0.24608997, -1.98903458, -0.03330383, -0.20639857, -0.06036625, +0.19575940, +1.19124317, -0.03827606, -0.09636742, +0.13245924, +0.47392063, -1.81200996, +0.36810427, +1.06931512, +0.23608482, + /* S3.TCP_WINDOW */ + -0.79779965, +1.84737953, -0.61466374, +0.35913643, +0.56530251, +0.33843156, -0.62878617, +0.09505301, -0.66534444, -0.05642285, -0.45620012, -0.94086890, -0.04436567, -0.09051451, -0.11163027, -0.14708349, +0.28858567, -0.09606554, +0.25819774, -0.23139647, -0.06949229, +0.10185985, +0.25573028, -0.20065884, -0.07577470, -0.02092158, -0.27139809, +0.61318744, +0.40726845, -2.51092646, +1.49167683, -0.40476737, -0.64072024, -0.95287803, -2.57509092, +0.03782650, -0.28311598, +0.38374005, -2.18958789, +1.75108380, -0.09478435, +0.10929760, -0.07806424, +0.38732941, +0.21599246, -0.05678512, +0.09784815, -2.27769590, +0.38599143, -2.26889678, -1.99381802, -0.14774472, -0.16218717, -0.09578947, -0.55764582, -1.07508125, -0.40920552, -0.35419435, -0.07276285, +0.24035151, -0.12566876, -0.08974250, -0.18384241, +0.06178930, +0.95970335, +0.58096073, -0.03349093, -0.07946925, -0.64922454, +0.45975637, +0.13904504, +0.12070625, -0.83237424, +1.08519729, +1.56015231, +0.20572884, +0.03272795, +0.16444691, +0.12797724, -0.04452529, -0.00622930, -0.12580451, +0.06596466, +0.72192250, -0.15744630, +0.39097586, +0.10614037, +0.59303204, -2.38420304, +0.40133612, +1.16669467, +0.26682759, + /* S3.TCP_FLAG_F */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S3.TCP_FLAG_S */ + -0.03565425, -0.12031751, +0.01410377, -0.03733685, -0.04290593, +0.03383926, +0.02456627, -0.03418294, +0.05736130, -0.09829535, +0.01522818, -0.01334850, +0.02398560, -0.15107078, +0.00269606, -0.01383837, -0.04642883, +0.01222783, -0.03718948, -0.00243925, +0.01100366, -0.01174748, -0.01996881, -0.02334183, -0.02489297, +0.06285062, +0.07732313, +0.01271066, -0.48531837, +0.16163489, -0.05461606, +0.02166714, -0.00769562, +0.05421353, +0.19271342, +0.06980222, -0.01300888, -0.05471873, +0.04591579, -0.07492281, -0.14257139, -0.03493030, +0.02068318, -0.00505625, +0.07704158, -0.01440035, +0.07781184, +0.10350578, -0.04894852, +0.03607915, -0.03123038, +0.06583537, -0.01511478, +0.02788803, +0.00620495, +0.05853870, +0.00292870, +0.07120668, -0.01765991, -0.08235173, -0.03726522, +0.01290058, -0.03226086, -0.06792170, -0.04191440, -0.02213922, -0.01225415, -0.00268488, -0.01410901, -0.08025532, -0.07806613, +0.01076804, -0.03295247, -0.07183350, -0.05516275, -0.05760354, -0.02960908, -0.01765282, -0.06705331, -0.07827712, -0.04447917, -0.02605482, -0.03697022, -0.00837477, -0.02459610, -0.02271952, -0.01249621, -0.03707216, +0.01427012, -0.05325748, -0.05596872, -0.04076867, + /* S3.TCP_FLAG_R */ + +0.00374153, +0.00400234, +0.00337465, +0.00379636, +0.00355441, +0.25947458, +0.03568934, +0.00392278, +0.05992721, -0.03243124, +0.02795983, +0.01907666, +0.02212692, -0.06270060, +0.01641249, +0.01312527, +0.00655374, +0.02001283, +0.00315101, +0.01289085, +0.02289616, +0.00669585, +0.00523132, +0.00881031, +0.00937710, +0.05089687, -0.01671247, +0.01686616, -0.26353374, +0.10051837, +0.00569580, +0.03179862, +0.01046760, +0.04554125, +0.12932782, +0.04805871, +0.01726810, +0.00279521, +0.04331268, +0.00389849, -0.05918877, +0.00458968, +0.03428022, +0.01543475, +0.00389175, +0.00843591, +0.07171708, +0.08628899, +0.00615365, +0.06025007, +0.01551540, +0.07130442, +0.00281870, -0.03774138, +0.03410151, +0.03438301, +0.01637140, +0.04536143, +0.00974994, +0.00334276, +0.00306020, +0.02132060, +0.00391049, +0.00229887, +0.00186651, +0.01718397, +0.00332226, +0.01316254, +0.01047529, +0.00550519, +0.00451540, +0.02199360, +0.01310552, +0.00542090, +0.00441318, +0.00366381, +0.00135920, +0.01160515, +0.00455635, -0.02132440, +0.00388451, +0.00552468, +0.00278682, +0.01198400, +0.00685405, +0.00584525, +0.02765945, +0.00342807, +0.04381726, +0.00449785, +0.00679650, +0.00329108, + /* S3.TCP_FLAG_P */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S3.TCP_FLAG_A */ + -0.03606002, -0.12075543, -0.03978763, -0.03797076, -0.04435768, -0.07743537, +0.02358955, -0.03464235, +0.05347016, -0.10017009, +0.01390744, -0.01523007, +0.02259857, -0.15338205, +0.00235889, -0.01532635, -0.04815683, +0.01121452, -0.03753180, -0.00295904, +0.01014327, -0.01468163, -0.02205258, -0.02369331, -0.02578776, +0.06201645, +0.03564068, -0.03839842, -0.39818102, +0.16131907, -0.05501577, +0.02115424, -0.00845195, +0.03773958, +0.19008097, +0.06920916, -0.01394609, -0.05496233, +0.04538448, -0.07540873, -0.14803697, -0.03526614, +0.01999917, -0.00630939, +0.06789232, -0.01461462, +0.05670889, +0.10254717, -0.05066448, +0.03393381, -0.03931345, +0.06396573, -0.01866380, +0.02387599, +0.00282794, +0.05844487, +0.00205728, +0.04890980, -0.01877260, -0.08373927, -0.03903343, +0.00797425, -0.03336219, -0.06810422, -0.04208336, -0.02360580, -0.01256118, -0.00409548, -0.01485205, -0.09208382, -0.08018552, +0.00771442, -0.03554456, -0.07269339, -0.07881392, -0.05746393, -0.02971190, -0.01845746, -0.06798189, -0.07983379, -0.04483462, -0.03389820, -0.03737475, -0.01951185, -0.02549922, -0.02343001, -0.01416760, -0.05278240, +0.01392279, -0.05408571, -0.06292445, -0.04129477, + /* S3.TCP_FLAG_U */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S3.TCP_FLAG_E */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S3.TCP_FLAG_C */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S3.TCP_FLAG_RES8 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S3.TCP_FLAG_RES9 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S3.TCP_FLAG_RES10 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S3.TCP_FLAG_RES11 */ + +0.00386584, +0.00410802, +0.00486396, +0.00394602, +0.00375974, +0.07969206, +0.03589214, +0.00408091, +0.06022780, -0.03078225, +0.02858297, +0.02205266, +0.02290616, -0.06226819, +0.01675561, +0.01745947, +0.00744663, +0.02044332, +0.00325811, +0.01310558, +0.02344896, +0.00695504, +0.00558403, +0.00894174, +0.00980617, +0.05208115, +0.03116730, +0.01837675, -0.18832506, +0.10062730, +0.00580399, +0.03194770, +0.01066363, +0.04643222, +0.13005086, +0.04904070, +0.01798033, +0.00288326, +0.04346058, +0.00402806, -0.05253081, +0.00471112, +0.03495075, +0.01565675, +0.03861798, +0.00848881, +0.07189614, +0.08650611, +0.00643653, +0.06060304, +0.01787394, +0.07158079, +0.00671539, +0.01540652, +0.03577825, +0.03442081, +0.01663290, +0.04735938, +0.00999508, +0.00367943, +0.00385762, +0.02207890, +0.00453732, +0.00236331, +0.00192720, +0.01854449, +0.00343085, +0.01638374, +0.01073045, +0.00719829, +0.00469113, +0.02290140, +0.01327189, +0.00558618, +0.00482287, +0.00367825, +0.00139775, +0.01183930, +0.00476010, -0.02000898, +0.00401379, +0.00981141, +0.00290671, +0.01464515, +0.00740888, +0.00605637, +0.02794534, +0.00534005, +0.04390615, +0.00469064, +0.00721669, +0.00345502, + /* S3.TCP_OPT_0 */ + +0.00306220, +0.34410363, +0.02200068, -0.00394665, -0.24323365, -0.14402337, +0.06142539, -0.02129585, +0.06886950, -0.09596728, +0.01868342, -0.00811148, +0.02876649, -0.14984340, +0.00393048, +0.00330273, -0.03981106, +0.01830584, -0.02079927, +0.00874090, +0.01939705, -0.39501653, -0.32643487, -0.01998642, +0.09288515, +0.06504035, +0.12644804, +0.02632608, -0.39671666, +0.17203225, +0.19306997, +0.04908457, +0.02043637, +0.06123936, +0.21023175, +0.07180123, -0.00858647, +0.01699133, +0.07264658, +0.04969507, -0.13507230, -0.03167009, +0.02362875, +0.00461116, +0.11280584, -0.01118891, +0.08410440, +0.10688847, -0.04360589, +0.03925281, -0.01448222, +0.06983681, -0.00940435, +0.08234719, +0.01057400, +0.06049535, +0.00531396, +0.07658563, -0.01439674, -0.06189055, -0.03255729, +0.01570415, -0.01435856, -0.05999860, -0.03953549, -0.01489501, -0.00904485, +0.00161262, -0.38371591, -0.07303969, -0.06019953, +0.04622886, -0.02452364, -0.06176578, -0.00161597, -0.05740017, -0.02872406, -0.01494126, -0.06024944, -0.07619214, -0.04175475, -0.01809569, -0.03346904, +0.00139383, -0.02203146, -0.01946483, +0.12493848, -0.03250000, +0.01629753, +0.02702627, +0.02615755, -0.01410467, + /* S3.TCP_OPT_1 */ + +0.03386864, +0.04290856, +0.01728650, -0.01127328, +0.02319528, +0.16629820, +0.07920591, +0.00782570, +0.08345455, -0.01327280, +0.04875363, +0.03197700, +0.03756844, -0.01534835, -0.03613784, -0.05715259, +0.03052141, +0.05660410, -0.00612270, +0.13789804, -0.27129618, +0.00837329, +0.01958422, +0.02488723, -0.02574026, -0.05994638, -0.13541116, +0.03434105, +0.03422946, +0.09845929, +0.01307388, +0.12603182, +0.01874715, +0.05328975, +0.14409246, -0.11455451, +0.02406474, +0.25996461, +0.07964170, +0.00876507, -0.03024535, +0.05211000, -0.08869298, +0.04446461, -0.05365914, +0.04166595, +0.07920086, +0.10204265, +0.02179838, +0.07262357, +0.11132195, +0.09185377, +0.06958267, -0.09045565, +0.04376928, -0.14155890, +0.03015494, +0.08481465, +0.09687775, +0.00915190, +0.00582675, +0.20186880, -0.00379507, +0.00888680, -0.02383059, -0.08358769, +0.34465350, -0.11196584, +0.01560491, +0.01707948, +0.00810099, +0.03742350, +0.02224611, +0.01192269, +0.01160786, +0.00828412, -0.03269344, +0.07272040, +0.00784644, -0.00404746, +0.00890277, +0.05308018, -0.02910548, +0.04980607, +0.04226507, +0.04131355, +0.04639507, +0.01452353, +0.04752897, +0.01545461, +0.02244447, +0.00463636, + /* S3.TCP_OPT_2 */ + -0.04558580, -0.90008465, -0.12306700, -0.00162899, +0.18411973, +0.05633954, -0.01121577, +0.02236999, +0.03876632, -0.02481505, +0.06142299, +0.09657262, +0.05642588, -0.02514083, -0.04576411, -0.08479206, +0.04633468, +0.00363011, +0.00395706, +0.21742247, -0.32342632, +0.29843103, +0.27962773, +0.04406501, -0.05174812, -0.08068928, -0.20288707, +0.06293270, +0.24699939, +0.12479034, -0.16171933, +0.05039609, -0.05835106, -0.01571754, +0.08325796, -0.13468967, +0.07598102, +0.34051981, -0.00190014, -0.25916595, -0.04348754, +0.06460434, -0.12012215, +0.05624279, -0.07932262, +0.09096654, +0.01842312, +0.02455611, -0.06898842, +0.02503057, +0.00735785, +0.02825023, +0.09133701, -0.12648686, -0.07013078, +0.10147378, +0.04347740, +0.03547390, +0.06350735, +0.04352071, +0.01541360, +0.28277989, +0.00356212, +0.02434138, +0.00300624, -0.11933079, -0.08328920, -0.14731857, +0.36588252, -0.30227655, -0.01277611, +0.03511507, -0.12233495, -0.07912376, -0.23984888, +0.07891207, +0.00797742, +0.09065569, +0.00628148, -0.01287563, +0.03465793, +0.06368775, +0.01166789, +0.08778184, +0.05818142, +0.05906902, -0.16231369, +0.02852202, -0.01445095, -0.10167460, -0.14150000, +0.06982029, + /* S3.TCP_OPT_3 */ + +0.21844055, +2.04751589, +0.44253897, -0.01589627, -0.02063690, +0.52895943, +0.40473449, -0.09496927, +0.23069418, -0.02714138, +0.02709296, -0.17385440, +0.01824774, -0.02382678, -0.04484806, -0.09901385, -0.05317530, +0.26888682, -0.02739027, -0.53962597, -0.30395227, +0.01556599, -0.07545239, -0.00549250, -0.04349013, -0.08361697, -0.16462687, -0.18875214, -0.65565877, +0.08305324, -0.03469937, +0.42650614, +0.22707607, +0.26291318, +0.39723514, -0.13209472, -0.18136975, +0.09905074, +0.41399586, +0.65878773, -0.06954073, +0.03442174, -0.11544633, +0.00789885, -0.06509421, +0.00740192, +0.25033024, +0.40346456, +0.35797717, +0.22325881, +0.47171691, +0.32486542, -0.16925876, -0.04883665, +0.42094552, +0.02143508, +0.01998233, +0.28225944, +0.30863341, -0.21313685, -0.03442363, -0.29349185, -0.03501594, -0.10822701, -0.00414963, -0.10803054, -0.02039336, -0.06548944, -0.23375746, +1.13106077, +0.17006769, -0.29403281, +0.53536729, +0.29391835, +0.66248575, -0.26943089, +0.00517668, +0.08275407, +0.04795254, -0.01891066, +0.13386414, +0.02087296, -0.01913650, -0.72817763, +0.01529803, -0.37939022, +0.44738588, -0.07885899, +0.25301188, +0.21055081, +0.09896712, -0.29483075, + /* S3.TCP_OPT_4 */ + +0.07125362, +0.19692798, +0.16323439, +0.02180606, +0.03829776, -0.11863026, +0.18101294, +0.01792700, +0.25603636, -0.00167710, +0.07505684, +0.09533472, +0.05332977, -0.00617369, -0.01802994, -0.04532323, +0.06426902, -0.18201741, +0.02149039, -0.37766876, -0.13609108, +0.03405909, +0.04786528, +0.08701589, +0.04876671, -0.04063503, -0.07798364, +0.35755690, +0.52702745, +0.11186443, +0.02621432, +0.35668109, +0.04344531, +0.09267591, +0.23633628, -0.04491429, +0.03928341, +0.33539291, +0.16280380, +0.11029761, -0.02044952, +0.07743285, -0.07708574, +0.06665118, -0.02248496, +0.16775993, +0.11769534, +0.22329982, +0.10995874, +0.08716917, +0.19494056, +0.37745236, -0.11264211, -0.00366502, +0.16859218, +0.05831956, +0.06491621, -0.15435736, -0.15238469, +0.03952527, +0.02110865, -0.07826322, +0.01549887, +0.01498850, +0.01042720, -0.07071066, +0.01446869, -0.02363502, +0.03070696, +0.43082769, +0.23324864, -0.19455184, +0.10877935, +0.07660949, +0.19597810, +0.03417429, +0.01476978, +0.12757151, +0.12619752, +0.00163311, +0.26351869, +0.09210269, +0.01170866, -0.53982362, +0.07617799, -0.31280034, +0.14950409, +0.09153255, +0.07158739, +0.06460660, -0.18417890, +0.02447949, + /* S3.TCP_OPT_5 */ + -0.06419451, -1.47411115, -0.05612594, +0.06068859, -0.09358453, -0.06950163, -0.04191419, +0.11387980, +0.15694377, -0.03141072, +0.15215514, +0.39210718, +0.11509149, -0.02784554, -0.05097194, -0.08698642, +0.16344761, -0.34214376, +0.05421308, -0.62008839, -0.20684820, -0.27873097, -0.09743231, +0.21316744, +0.19589212, -0.10034891, -0.15686851, +0.68273356, +1.02629181, +0.21318256, +0.25176044, +0.19294290, -0.11489855, -0.06361253, +0.10330351, -0.10562513, +0.24689448, +0.80997944, +0.03708915, -0.31044056, -0.04289092, +0.15258151, -0.17181481, +0.15800856, -0.06651840, +0.42321486, +0.01022201, -0.02804174, -0.11217201, -0.05669512, -0.08121714, +0.18027155, -0.21361384, -0.03946575, -0.19498745, +0.11586924, +0.12402759, -0.21121783, -0.21422148, +0.25349710, +0.04941490, -0.14371891, +0.05061638, +0.08585885, -0.01017910, -0.16622232, +0.04420727, -0.06646857, -0.03125394, -0.50981864, +0.43839996, -0.31987200, -0.28900920, -0.14706873, -0.39549417, +0.30528467, +0.00448176, +0.24525027, +0.25024592, -0.01980497, +0.60169693, +0.19504031, +0.01201012, -0.95536716, +0.16875591, -0.60560616, -0.04052707, +0.23772942, -0.11901246, -0.02003629, -0.66910343, +0.34037701, + /* S3.TCP_OPT_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPT_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPT_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPTLEN_0 */ + +0.00306220, +0.34410363, +0.02200068, -0.00394665, -0.24323365, -0.14402337, +0.06142539, -0.02129585, +0.06886950, -0.09596728, +0.01868342, -0.00811148, +0.02876649, -0.14984340, +0.00393048, +0.00330273, -0.03981106, +0.01830584, -0.02079927, +0.00874090, +0.01939705, -0.39501653, -0.32643487, -0.01998642, +0.09288515, +0.06504035, +0.12644804, +0.02632608, -0.39671666, +0.17203225, +0.19306997, +0.04908457, +0.02043637, +0.06123936, +0.21023175, +0.07180123, -0.00858647, +0.01699133, +0.07264658, +0.04969507, -0.13507230, -0.03167009, +0.02362875, +0.00461116, +0.11280584, -0.01118891, +0.08410440, +0.10688847, -0.04360589, +0.03925281, -0.01448222, +0.06983681, -0.00940435, +0.08234719, +0.01057400, +0.06049535, +0.00531396, +0.07658563, -0.01439674, -0.06189055, -0.03255729, +0.01570415, -0.01435856, -0.05999860, -0.03953549, -0.01489501, -0.00904485, +0.00161262, -0.38371591, -0.07303969, -0.06019953, +0.04622886, -0.02452364, -0.06176578, -0.00161597, -0.05740017, -0.02872406, -0.01494126, -0.06024944, -0.07619214, -0.04175475, -0.01809569, -0.03346904, +0.00139383, -0.02203146, -0.01946483, +0.12493848, -0.03250000, +0.01629753, +0.02702627, +0.02615755, -0.01410467, + /* S3.TCP_OPTLEN_1 */ + +0.03386864, +0.04290856, +0.01728650, -0.01127328, +0.02319528, +0.16629820, +0.07920591, +0.00782570, +0.08345455, -0.01327280, +0.04875363, +0.03197700, +0.03756844, -0.01534835, -0.03613784, -0.05715259, +0.03052141, +0.05660410, -0.00612270, +0.13789804, -0.27129618, +0.00837329, +0.01958422, +0.02488723, -0.02574026, -0.05994638, -0.13541116, +0.03434105, +0.03422946, +0.09845929, +0.01307388, +0.12603182, +0.01874715, +0.05328975, +0.14409246, -0.11455451, +0.02406474, +0.25996461, +0.07964170, +0.00876507, -0.03024535, +0.05211000, -0.08869298, +0.04446461, -0.05365914, +0.04166595, +0.07920086, +0.10204265, +0.02179838, +0.07262357, +0.11132195, +0.09185377, +0.06958267, -0.09045565, +0.04376928, -0.14155890, +0.03015494, +0.08481465, +0.09687775, +0.00915190, +0.00582675, +0.20186880, -0.00379507, +0.00888680, -0.02383059, -0.08358769, +0.34465350, -0.11196584, +0.01560491, +0.01707948, +0.00810099, +0.03742350, +0.02224611, +0.01192269, +0.01160786, +0.00828412, -0.03269344, +0.07272040, +0.00784644, -0.00404746, +0.00890277, +0.05308018, -0.02910548, +0.04980607, +0.04226507, +0.04131355, +0.04639507, +0.01452353, +0.04752897, +0.01545461, +0.02244447, +0.00463636, + /* S3.TCP_OPTLEN_2 */ + -0.03633321, -0.79350053, -0.10518267, -0.00546847, +0.19297926, +0.05567556, +0.00283329, +0.01658471, +0.04545587, -0.02277435, +0.05786766, +0.08136204, +0.05242899, -0.02353960, -0.04325870, -0.08174239, +0.04126637, +0.01422189, +0.00142828, +0.19887511, -0.31308329, +0.31914772, +0.28976583, +0.03933391, -0.06315467, -0.07639832, -0.19736354, +0.04301827, +0.21629333, +0.11807659, -0.17637403, +0.06146862, -0.04731940, -0.00529278, +0.09252650, -0.12944479, +0.06350020, +0.31009135, +0.01054378, -0.22664592, -0.04188927, +0.06122303, -0.11370187, +0.05149427, -0.07582678, +0.08059140, +0.02596783, +0.04092423, -0.05022868, +0.03459220, +0.02554202, +0.04123839, +0.08550707, -0.11958496, -0.04609738, +0.08683588, +0.04071371, +0.04081647, +0.07013096, +0.03144948, +0.01349870, +0.26342700, +0.00074543, +0.01979472, +0.00281423, -0.11281954, -0.06359303, -0.13986242, +0.37041719, -0.23509774, -0.01230494, +0.02740840, -0.09256610, -0.06117000, -0.20095116, +0.06325821, +0.00688622, +0.08607797, +0.00536325, -0.01138092, +0.02886225, +0.05888482, +0.00965045, +0.07537719, +0.05414538, +0.05455335, -0.14668487, +0.02141283, -0.00113879, -0.09354373, -0.12465220, +0.05034071, + /* S3.TCP_OPTLEN_3 */ + +0.21108966, +1.95907484, +0.44131847, -0.02222780, +0.01755987, +0.52859374, +0.39775234, -0.09739383, +0.22855940, -0.02727073, +0.02655352, -0.17428507, +0.01748553, -0.02397821, -0.04501783, -0.10145326, -0.05426576, +0.26781111, -0.03049182, -0.54171462, -0.30544572, +0.08861899, -0.01701072, -0.00610659, -0.06584233, -0.08380848, -0.16486404, -0.19105782, -0.65820982, +0.08109354, -0.08185705, +0.42131217, +0.22175494, +0.26174464, +0.39403604, -0.13228843, -0.18207645, +0.08540846, +0.40893245, +0.63507567, -0.06970094, +0.03382388, -0.11587967, +0.00609973, -0.06529193, +0.00680030, +0.24916576, +0.40286160, +0.35701341, +0.22272153, +0.46897603, +0.32415588, -0.16960423, -0.04908641, +0.42043270, +0.02106959, +0.01957781, +0.28161544, +0.30805855, -0.21697009, -0.03516849, -0.29388142, -0.03830651, -0.10972389, -0.00459119, -0.10915124, -0.02098397, -0.06569445, -0.16330754, +1.13000886, +0.16669800, -0.30061434, +0.53379349, +0.29203217, +0.65236439, -0.26946688, +0.00501544, +0.08228218, +0.04669537, -0.01905724, +0.13336983, +0.02017346, -0.01978055, -0.72953143, +0.01491521, -0.37996995, +0.42126230, -0.07936570, +0.25264264, +0.19529539, +0.08340405, -0.29987838, + /* S3.TCP_OPTLEN_4 */ + +0.07125362, +0.19692798, +0.16323439, +0.02180606, +0.03829776, -0.11863026, +0.18101294, +0.01792700, +0.25603636, -0.00167710, +0.07505684, +0.09533472, +0.05332977, -0.00617369, -0.01802994, -0.04532323, +0.06426902, -0.18201741, +0.02149039, -0.37766876, -0.13609108, +0.03405909, +0.04786528, +0.08701589, +0.04876671, -0.04063503, -0.07798364, +0.35755690, +0.52702745, +0.11186443, +0.02621432, +0.35668109, +0.04344531, +0.09267591, +0.23633628, -0.04491429, +0.03928341, +0.33539291, +0.16280380, +0.11029761, -0.02044952, +0.07743285, -0.07708574, +0.06665118, -0.02248496, +0.16775993, +0.11769534, +0.22329982, +0.10995874, +0.08716917, +0.19494056, +0.37745236, -0.11264211, -0.00366502, +0.16859218, +0.05831956, +0.06491621, -0.15435736, -0.15238469, +0.03952527, +0.02110865, -0.07826322, +0.01549887, +0.01498850, +0.01042720, -0.07071066, +0.01446869, -0.02363502, +0.03070696, +0.43082769, +0.23324864, -0.19455184, +0.10877935, +0.07660949, +0.19597810, +0.03417429, +0.01476978, +0.12757151, +0.12619752, +0.00163311, +0.26351869, +0.09210269, +0.01170866, -0.53982362, +0.07617799, -0.31280034, +0.14950409, +0.09153255, +0.07158739, +0.06460660, -0.18417890, +0.02447949, + /* S3.TCP_OPTLEN_5 */ + -0.06419451, -1.47411115, -0.05612594, +0.06068859, -0.09358453, -0.06950163, -0.04191419, +0.11387980, +0.15694377, -0.03141072, +0.15215514, +0.39210718, +0.11509149, -0.02784554, -0.05097194, -0.08698642, +0.16344761, -0.34214376, +0.05421308, -0.62008839, -0.20684820, -0.27873097, -0.09743231, +0.21316744, +0.19589212, -0.10034891, -0.15686851, +0.68273356, +1.02629181, +0.21318256, +0.25176044, +0.19294290, -0.11489855, -0.06361253, +0.10330351, -0.10562513, +0.24689448, +0.80997944, +0.03708915, -0.31044056, -0.04289092, +0.15258151, -0.17181481, +0.15800856, -0.06651840, +0.42321486, +0.01022201, -0.02804174, -0.11217201, -0.05669512, -0.08121714, +0.18027155, -0.21361384, -0.03946575, -0.19498745, +0.11586924, +0.12402759, -0.21121783, -0.21422148, +0.25349710, +0.04941490, -0.14371891, +0.05061638, +0.08585885, -0.01017910, -0.16622232, +0.04420727, -0.06646857, -0.03125394, -0.50981864, +0.43839996, -0.31987200, -0.28900920, -0.14706873, -0.39549417, +0.30528467, +0.00448176, +0.24525027, +0.25024592, -0.01980497, +0.60169693, +0.19504031, +0.01201012, -0.95536716, +0.16875591, -0.60560616, -0.04052707, +0.23772942, -0.11901246, -0.02003629, -0.66910343, +0.34037701, + /* S3.TCP_OPTLEN_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPTLEN_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPTLEN_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_MSS */ + -1.10192108, -2.89463495, -0.23672669, -0.01313939, -0.00655377, +0.00301988, -0.16609118, -0.01347333, -0.19347944, -0.03185294, -0.21031703, +0.01319669, +0.00869599, -0.06655996, -0.03563852, -0.18161503, -0.03222775, +0.00035754, -0.04544504, -0.05928867, -0.02967027, -0.00371050, -0.01143578, -0.17457589, +0.00683365, +0.03318193, +0.06318757, +0.78252556, -0.88665423, +0.08986822, -0.02301498, -0.03057857, -0.12718782, -0.29448756, -0.05048849, -0.20285988, +0.00494889, -0.03458056, -0.49189672, +1.24779673, -0.05007626, +1.16733487, +0.63821859, -0.85975028, +0.07658773, -1.12465160, -1.15685213, -0.58272630, +1.68037539, -0.44524668, -0.02505821, -0.22871051, -0.04931179, +0.05059464, +0.00940972, +0.02759237, -0.01915734, +0.05763655, -0.03711695, -0.09318087, +0.00969020, -0.04484494, -0.00163414, -0.04175104, -0.01047181, -0.20854892, -0.01031883, -0.00764362, -0.02669304, -0.68703406, -0.59050111, -0.00308034, -1.62178826, -0.39686446, -0.41516820, -0.04724311, -0.00604554, -0.06428967, +0.49363440, -0.02185323, +1.35514026, +0.00048982, -0.01573771, -0.63173089, -0.04656327, +0.47032195, -0.03974896, +0.03339269, -0.25879614, -0.02710613, -0.05478251, -0.04536198, + /* S3.TCP_SACKOK */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S3.TCP_WSCALE */ + -0.69746299, -0.14663754, -0.14901747, -0.06711855, -0.54462172, -0.20441852, -1.40512183, +0.52827251, -1.17976392, -0.02380539, -0.14141623, +0.17518792, -0.01042916, -0.03112519, -0.05428027, -0.10209749, -0.39366275, -0.28158362, -0.14082427, +0.11765402, -0.34432657, -0.10502713, -0.22736097, +0.21650840, -0.18001457, -0.08548495, -0.17065363, -3.39865580, -4.54833832, +0.03869115, -0.39220882, -1.66392319, +1.00985888, +0.03894593, -0.51981960, -0.11472918, +0.19192102, -2.63492724, -0.15222206, +0.61318262, -0.06368596, +0.35762815, -0.13943400, -0.26475649, -0.08013583, -0.15508565, +0.01674075, -0.38156314, +0.12530429, +1.47955910, -0.85067782, -0.99270186, +0.01657007, -0.14707311, +0.34916187, -0.43536995, -0.18046161, -0.31849242, -0.34025629, +2.52430958, -0.32879855, +0.21685383, +0.17891763, -0.37643023, +0.46427667, -0.13897891, -0.11061184, -0.15060224, +0.63666663, +1.00232478, +4.11607849, -0.18877963, +0.60334679, +0.60197724, -0.26488752, +0.34937985, +0.09866208, -0.07442516, +3.15621900, -0.02260942, +0.05305280, +0.06372927, +0.27678828, +0.71787121, -0.08816338, +0.18144436, -0.50937387, -0.05394035, +2.74315039, +0.16958672, +0.47083627, +0.06749917, + /* S3.TCP_CORR_WINDOW_MSS */ + +0.60803137, +2.56463296, -0.14084094, +0.53289210, +0.17471821, +0.15244760, -0.15902121, +0.18970652, -0.11099145, -0.03868805, +0.02383590, -0.48520111, +0.01029890, -0.07115268, -0.01454276, -0.00872201, +1.45580880, -0.00449942, +0.14952585, -0.08128165, -0.01842053, +0.04419915, +0.07496750, -0.07106722, -0.06145956, +0.01861119, +0.02909729, -0.97571475, +0.76989771, -2.44381417, +1.97057169, -0.18061065, -0.19824145, -0.27931034, -1.00112835, +0.04194405, -0.24515328, +0.67996927, -0.52183231, -0.57341518, -0.05410164, -0.07081198, -0.06735462, -0.04086170, +0.15552599, +0.00790048, -1.46820356, -0.78557004, -0.25883610, -0.83227598, -0.86687736, +0.03162875, -0.01311446, +0.05403466, -0.23602821, -0.50297566, -0.13968274, -0.09650170, -0.00883158, +2.00619859, -0.10515308, +0.00258359, -0.10657604, +1.68165670, +0.41679894, +0.27957477, +0.07438009, -0.01034178, -0.19476364, +0.34536200, +1.22521152, +0.29407618, +0.85824659, +0.62834430, +0.71419276, +0.36779087, -0.00124380, +0.35813659, -1.04730827, -0.02768539, -0.12149947, -0.05274062, +0.06762259, +0.33180529, -0.02442703, -0.05949326, +0.01428510, -0.85587694, -0.93223815, +0.16826141, +0.25339071, -1.62468886, + /* S4.TCP_WINDOW */ + -0.79753844, +1.84786215, -0.59996060, +0.35952821, +0.56477792, +0.08057159, -0.62824164, +0.09535567, -0.66400669, -0.05341726, -0.45369344, -0.93959874, -0.04401233, -0.08655424, -0.11422333, -0.14525404, +0.28948453, -0.09624498, +0.25842262, -0.23105242, -0.06881166, +0.10214167, +0.25635974, -0.20041115, -0.07411959, -0.02064331, -0.21328350, +0.61688406, +0.86304534, -2.33189926, +1.25591429, -0.40428003, -0.64024680, -0.93836636, -2.57248608, +0.05040446, -0.28249179, +0.38410367, -2.18924602, +1.75138683, -0.08491375, +0.10960904, -0.08139718, +0.38745650, +0.22077562, -0.05659778, +0.09840598, -2.27716101, +0.38677324, -2.26743055, -1.99008527, -0.14667775, -0.16040885, -0.09178925, -0.55590938, -1.07496246, -0.41149981, -0.34955539, -0.07250272, +0.24095485, -0.12402238, -0.08523944, -0.18301582, +0.06192446, +0.95982027, +0.58120115, -0.03327032, -0.07925862, -0.64708124, +0.46295199, +0.13956533, +0.12270012, -0.83161520, +1.08559301, +1.56166582, +0.20580957, +0.03311537, +0.16492770, +0.12864062, -0.04212131, -0.00599088, -0.12033503, +0.06620000, +0.72405855, -0.15696076, +0.39132219, +0.10704430, +0.59416931, -2.38399842, +0.40178641, +1.16795439, +0.26711176, + /* S4.TCP_FLAG_F */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S4.TCP_FLAG_S */ + -0.03552794, -0.12018483, +0.02144779, -0.03719014, -0.04258726, -0.09509025, +0.02486556, -0.03403307, +0.05788116, -0.09678368, +0.01595165, -0.01272830, +0.02469289, -0.14906493, +0.00285392, -0.01316994, -0.04598266, +0.01257575, -0.03708749, -0.00225126, +0.01133418, -0.01140255, -0.01945282, -0.02321907, -0.02464295, +0.06320825, +0.10639473, +0.01353575, -0.25884549, +0.16173702, -0.05449917, +0.02183474, -0.00746157, +0.06144471, +0.19393650, +0.07013751, -0.01270000, -0.05463517, +0.04608642, -0.07477839, -0.13763539, -0.03481140, +0.02102199, -0.00481379, +0.07944613, -0.01431589, +0.07808528, +0.10374901, -0.04857496, +0.03675162, -0.02937100, +0.06623081, -0.01422392, +0.02991933, +0.00707069, +0.05857461, +0.00319777, +0.07353480, -0.01738734, -0.08205330, -0.03643801, +0.01529587, -0.03194140, -0.06785477, -0.04185658, -0.02150724, -0.01215206, -0.00194536, -0.01384989, -0.07866462, -0.07787047, +0.01173428, -0.03258058, -0.07164032, -0.05442175, -0.05756714, -0.02957284, -0.01740738, -0.06685633, -0.07707486, -0.04435854, -0.02332756, -0.03685633, -0.00729613, -0.02425926, -0.02251585, -0.01210478, -0.03650583, +0.01437168, -0.05306641, -0.05536275, -0.04062802, + /* S4.TCP_FLAG_R */ + +0.00386785, +0.00413502, +0.01071867, +0.00394307, +0.00387308, +0.13054507, +0.03598863, +0.00407265, +0.06044708, -0.03091957, +0.02868329, +0.01969686, +0.02283421, -0.06069474, +0.01657035, +0.01379370, +0.00699992, +0.02036075, +0.00325301, +0.01307884, +0.02322668, +0.00704077, +0.00574731, +0.00893307, +0.00962712, +0.05125450, +0.01235913, +0.01769125, -0.03706087, +0.10062049, +0.00581269, +0.03196623, +0.01070166, +0.05277244, +0.13055090, +0.04839400, +0.01757698, +0.00287876, +0.04348331, +0.00404291, -0.05425276, +0.00470859, +0.03461902, +0.01567721, +0.00629631, +0.00852037, +0.07199052, +0.08653222, +0.00652721, +0.06092254, +0.01737479, +0.07169985, +0.00370956, -0.03571008, +0.03496726, +0.03441892, +0.01664047, +0.04768955, +0.01002251, +0.00364118, +0.00388741, +0.02371589, +0.00422994, +0.00236579, +0.00192432, +0.01781595, +0.00342435, +0.01390206, +0.01073441, +0.00709589, +0.00471105, +0.02295985, +0.01347741, +0.00561407, +0.00515418, +0.00370022, +0.00139544, +0.01185059, +0.00475332, -0.02012214, +0.00400514, +0.00825194, +0.00290070, +0.01306264, +0.00719088, +0.00604892, +0.02805088, +0.00399440, +0.04391882, +0.00468892, +0.00740247, +0.00343173, + /* S4.TCP_FLAG_P */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S4.TCP_FLAG_A */ + -0.03580740, -0.12049007, -0.02509959, -0.03767735, -0.04372034, -0.33529438, +0.02418814, -0.03434261, +0.05450989, -0.09714676, +0.01535437, -0.01398967, +0.02401315, -0.14937034, +0.00267460, -0.01398949, -0.04726447, +0.01191035, -0.03732782, -0.00258306, +0.01080432, -0.01399178, -0.02102059, -0.02344780, -0.02528772, +0.06273171, +0.09378388, -0.03674824, +0.05476473, +0.16152332, -0.05478199, +0.02148946, -0.00798383, +0.05220196, +0.19252713, +0.06987975, -0.01332833, -0.05479522, +0.04572573, -0.07511990, -0.13816495, -0.03502833, +0.02067678, -0.00582447, +0.07270142, -0.01444569, +0.05725577, +0.10303364, -0.04991737, +0.03527876, -0.03559468, +0.06475660, -0.01688207, +0.02793859, +0.00455943, +0.05851670, +0.00259541, +0.05356604, -0.01822746, -0.08314243, -0.03737901, +0.01276483, -0.03272328, -0.06797038, -0.04196773, -0.02234184, -0.01235700, -0.00261644, -0.01433382, -0.08890243, -0.07979421, +0.00964691, -0.03480079, -0.07230704, -0.07733192, -0.05739111, -0.02963942, -0.01796659, -0.06758794, -0.07742928, -0.04459336, -0.02844369, -0.03714699, -0.01735457, -0.02482555, -0.02302267, -0.01338473, -0.05164974, +0.01412590, -0.05370358, -0.06171252, -0.04101348, + /* S4.TCP_FLAG_U */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S4.TCP_FLAG_E */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S4.TCP_FLAG_C */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S4.TCP_FLAG_RES8 */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S4.TCP_FLAG_RES9 */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S4.TCP_FLAG_RES10 */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S4.TCP_FLAG_RES11 */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S4.TCP_OPT_0 */ + -0.03423789, -0.34628253, +0.01348669, +0.00089848, +0.15252194, -0.24490825, +0.00881517, -0.01633640, +0.06196148, -0.05030980, +0.02415878, +0.01318719, +0.02502995, -0.08962233, +0.01218047, +0.00464356, -0.01168668, +0.01975584, -0.01717089, +0.00539932, +0.01583249, -0.13336382, +0.20749739, -0.00276392, +0.03751780, +0.05704093, +0.12314341, +0.02224466, +0.01824504, +0.12417582, +0.06807274, +0.01137261, -0.01290965, +0.05425607, +0.15271798, +0.05678113, +0.00813204, -0.06330506, +0.02754142, -0.10435262, -0.07111616, -0.00966250, +0.03010713, +0.00411497, +0.08823541, -0.00057699, +0.07455549, +0.09193490, -0.01237789, +0.05250066, +0.00103037, +0.06968434, +0.00357926, +0.07420270, +0.02765004, +0.04285392, +0.01275687, +0.05810750, +0.00005654, -0.03511840, -0.01007449, +0.02131985, -0.00272192, -0.02592758, -0.01328238, +0.00347489, -0.00215289, +0.01356805, +0.25132372, -0.01992823, -0.01587102, -0.11566109, +0.00038487, -0.02208729, -0.04617937, -0.00910081, -0.00909055, +0.00422775, -0.01722805, -0.03717592, -0.01295570, +0.00519830, -0.01065508, +0.06308424, -0.00306335, -0.00348637, -0.00250404, -0.00730639, +0.03402689, -0.01948413, +0.02720763, -0.02819425, + /* S4.TCP_OPT_1 */ + +0.05443989, +0.46217814, +0.15190897, +0.00108041, +0.21845158, +0.12732231, +0.15808957, -0.04995068, +0.17677611, -0.01783360, +0.02756003, -0.08223782, +0.02995474, -0.01993660, -0.04414287, -0.09246055, -0.01823407, +0.02336720, -0.02106156, -0.04726069, +0.09207530, -0.02759086, +0.26196453, -0.01111511, +0.00185171, -0.07318730, -0.14077224, +0.02209645, +0.08413459, +0.09609613, +0.01144346, +0.16942644, +0.07464738, +0.13543887, +0.26066898, -0.13375497, -0.07060879, -0.10874406, +0.13975850, +0.13132994, -0.04623209, +0.03248197, -0.11063163, +0.01258407, -0.06549816, -0.01413862, +0.13775502, +0.23597887, +0.13174246, +0.13236854, +0.25062890, +0.22043152, +0.04803131, -0.10475650, +0.19686058, +0.02993092, +0.02077875, +0.14768182, +0.16553642, -0.11429382, -0.01267609, +0.14668697, -0.01210989, -0.04787583, -0.00260155, -0.10516249, -0.00728680, -0.12488912, +0.25336698, +0.43785508, -0.01088751, -0.00429663, +0.20870880, +0.10221482, +0.22514196, -0.12071373, +0.00008259, +0.05738968, -0.02098932, -0.01130830, -0.04491397, +0.02573609, -0.00782042, -0.03026094, +0.01662933, +0.01489074, +0.12452292, -0.04808800, +0.12700348, +0.04480514, +0.08391992, -0.15243183, + /* S4.TCP_OPT_2 */ + +0.14788715, +1.55881840, +0.20712864, -0.00016129, -0.09655126, +0.01388750, +0.30495928, -0.07519578, +0.26446628, -0.03421120, +0.02408777, -0.15970546, +0.03246715, -0.03544749, -0.06664636, -0.12349718, -0.04593211, -0.05628685, -0.02250417, -0.21218245, +0.01183718, +0.27491723, -0.14033673, -0.02737643, -0.27872185, -0.10945955, -0.21983183, +0.04215061, +0.30071152, +0.13341948, -0.05661606, +0.33043665, +0.16170503, +0.19365596, +0.38883935, -0.18500106, -0.12890893, +0.01763027, +0.27604673, +0.41729166, -0.07879371, +0.02740754, -0.15684116, +0.01088633, -0.10452357, -0.04330571, +0.16217791, +0.34693376, +0.19834192, +0.17181755, +0.38197233, +0.33620657, +0.04488404, -0.15659456, +0.29558039, +0.08750788, +0.03073252, +0.19230185, +0.23420020, -0.18260107, -0.03021598, +0.15819666, -0.16170471, -0.09006801, -0.00798210, -0.14919174, -0.10737073, -0.17543201, -0.26516404, +0.69483948, -0.01085297, -0.04956585, +0.34196390, +0.16362118, +0.42007126, -0.21101230, +0.00173433, +0.05848602, -0.04485288, -0.02826660, -0.08951873, +0.01160281, -0.00660876, -0.02647398, +0.00324018, +0.00650813, +0.28985009, -0.10938656, +0.17453470, +0.10379179, +0.09083569, -0.21928075, + /* S4.TCP_OPT_3 */ + -0.08333755, -1.33503780, -0.06062413, -0.14223522, -0.08162074, +0.00176973, -0.06304952, +0.14267771, +0.02286173, -0.02532090, -0.01123770, +0.36144821, +0.00912428, -0.01986585, -0.03994078, -0.07685180, +0.19677545, +0.27430332, -0.04349569, +0.42814788, +0.44154338, +0.00105726, -0.08553556, +0.16955044, +0.59605527, -0.06778177, -0.11088483, -0.22120482, +0.03070529, -0.01326294, -0.51373514, -0.00141603, -0.10606572, -0.03798366, +0.01243240, -0.08733449, +0.25625071, +0.23136102, -0.12282398, -0.31143669, -0.03775814, +0.02962128, -0.11083983, +0.01166736, -0.05969519, +0.37985329, +0.04884078, -0.01632367, -0.12830337, +0.00268258, -0.00836370, +0.08986099, +0.01794511, -0.09737526, -0.18938084, -0.15273671, -0.03653882, -0.20397728, -0.24117882, +0.28440717, -0.03248186, -0.18109662, +0.37927252, +0.15484753, -0.05194672, -0.12391972, +0.29013016, -0.06115133, -0.02543045, -0.59196667, -0.22916058, +0.24823352, -0.35039054, -0.16325289, -0.25172915, +0.32428571, -0.04236341, +0.02818623, -0.07567333, -0.00955179, +0.37430129, -0.00365065, -0.07965191, -0.30282907, +0.01764415, -0.13280763, -0.14005843, +0.23880942, -0.11990806, -0.08527185, -0.02046465, +0.37611056, + /* S4.TCP_OPT_4 */ + +0.00836435, -0.82749942, +0.04133701, -0.01042689, -0.02021254, -0.05552124, +0.11406554, +0.11572732, +0.20324981, -0.02102806, -0.00237968, +0.30875246, +0.02379186, -0.02101263, -0.03785019, -0.07763257, +0.19597489, +0.03891858, -0.03140927, +0.03977498, -0.30809880, -0.02218147, -0.01917201, +0.18005309, -0.02092981, -0.06797854, -0.11998343, +0.06718031, +0.26289801, +0.09136442, +0.00657271, +0.32680872, -0.03971749, +0.03651866, +0.19380323, -0.08089305, +0.23062265, +0.75880742, +0.07684068, -0.17245383, -0.04192813, +0.02537345, -0.10288078, +0.00956005, -0.06077824, +0.35479172, +0.09862265, +0.13738119, -0.04093947, +0.05219481, +0.17271135, +0.32037044, +0.01178235, -0.10055927, -0.04323849, -0.01139465, +0.02095218, -0.23540421, -0.26629738, +0.23009951, -0.03241906, -0.18977261, -0.04302417, +0.12259514, -0.03175313, -0.12377618, +0.06870325, -0.06296488, +0.00328292, -0.20774994, -0.06496333, -0.02152904, -0.14774351, -0.04679628, -0.04172312, +0.29231343, -0.01358379, +0.03232011, -0.02628066, -0.01204041, +0.34412992, +0.00966311, -0.02901053, -0.06905129, +0.00788364, -0.12852172, +0.06914926, +0.21542974, -0.06070262, +0.00708196, -0.27174007, +0.29679191, + /* S4.TCP_OPT_5 */ + -0.04400109, -0.19741824, -0.16426493, -0.04250938, -0.07727421, -0.22820504, -0.08651041, -0.04939820, -0.13007187, -0.00509478, +0.25676050, -0.09992413, +0.08962436, -0.00271190, -0.01945715, -0.01543795, -0.10913369, +0.00744037, +0.15893731, +0.33952789, -0.17630915, +0.04801206, -0.08024068, -0.11401724, -0.02451840, -0.06100880, -0.05594303, +0.52641683, +0.98229281, +0.14379418, -0.17505146, -0.09720672, -0.07487930, -0.04652226, -0.09950581, -0.06863587, -0.05818434, -0.12241077, -0.13071122, -0.25758403, +0.01624753, +0.19983206, -0.12537013, +0.24328116, -0.01522002, -0.19221746, -0.05209527, -0.09426483, -0.17592244, -0.06560426, -0.20016970, -0.15727889, +0.22408403, -0.08010220, -0.01253449, +0.32053792, +0.22029399, -0.02370707, -0.06777279, -0.09497595, +0.17024654, -0.12327846, -0.05997839, -0.07956621, +0.07912431, -0.06180055, -0.17993923, -0.03277346, -0.03394565, -0.16358664, +0.42321037, +0.15245077, -0.19540127, -0.18540689, -0.29072645, -0.14307922, +0.05506013, +0.29667376, +0.25495741, +0.01063744, -0.35525763, +0.31404915, +0.16049553, +0.32461924, +0.23539695, +0.36887055, -0.19851177, -0.07105521, +0.00045228, -0.11079699, +0.11973735, -0.10013395, + /* S4.TCP_OPT_6 */ + +0.00629010, -0.06445311, -0.03517440, -0.02538876, -0.02853881, -0.10461450, -0.03291676, -0.00518258, -0.17123392, +0.00660174, -0.15516620, +0.00676437, +0.08202344, +0.01199871, +0.00559965, +0.02620674, -0.03719866, +0.36301320, +0.26048656, -0.08097861, -0.03233717, +0.08537736, -0.01620268, -0.01480578, +0.02260148, +0.00655764, -0.00593645, +0.10577689, +0.51155024, +0.09906101, -0.17555594, -0.06586187, -0.00618227, -0.00685379, -0.09745975, -0.02025417, -0.01405843, -0.08364721, +0.00481015, +0.02403144, +0.03066528, -0.01803258, +0.02686037, -0.08970600, +0.01554697, -0.03176066, +0.00053613, -0.06507585, -0.02156684, -0.01230160, -0.02495083, -0.18047737, -0.02049355, +0.03796629, +0.02793956, +0.21638745, +0.19148525, +0.00742897, +0.00450331, -0.00885957, +0.34169485, +0.00162314, +0.01373683, -0.02516034, +0.09654135, -0.00327538, -0.01655788, +0.01035949, +0.00331582, +0.03508889, +0.55998284, -0.09291069, -0.05470436, -0.04874709, -0.14912448, -0.04904958, +0.14015411, -0.14284332, +0.32599719, +0.02310702, +0.02033102, -0.10896858, -0.20517409, -0.12306081, -0.05637092, -0.06914846, -0.07506368, +0.00552162, +0.04152222, -0.01847424, -0.06836073, -0.02747821, + /* S4.TCP_OPT_7 */ + +0.00361804, -0.12953339, -0.02549899, +0.28472359, -0.05503137, -0.06745295, -0.03467472, -0.01211412, -0.01828734, +0.00706657, -0.17262758, -0.01837865, +0.22680239, +0.01075113, -0.00183616, +0.02326350, -0.04432498, -0.15403222, -0.27570734, -0.09497681, -0.00404405, +0.31060532, -0.02591163, -0.02821200, +0.20610877, +0.01021254, +0.00016741, +0.27497281, +0.44243244, +0.31547951, +0.57325217, -0.00177316, -0.01120898, -0.03035382, -0.05183037, -0.03874571, -0.04546107, -0.00376956, +0.00034530, +0.02256640, +0.02321755, -0.02160210, +0.02595553, -0.08558628, +0.01494332, -0.04583005, +0.01233166, -0.05057290, -0.01183845, +0.00302996, -0.08305334, -0.05539004, -0.02954066, +0.03624710, +0.01935485, +0.37158491, -0.06210308, +0.01144922, +0.00683384, +0.00294555, -0.56980162, -0.00098111, +0.34880299, -0.03662836, +0.20051116, +0.00166796, +0.16868928, +0.00753198, -0.00246152, +0.02150988, +0.04018260, -0.09894928, -0.04165237, -0.03543717, -0.09374994, -0.05778453, +0.38231870, -0.10660337, +0.09155485, +0.02144872, +0.01671306, -0.10415943, +0.50954185, -0.09684388, -0.04797523, -0.06675207, -0.16630517, +0.00639263, +0.03786110, -0.05769467, -0.07986105, -0.03203556, + /* S4.TCP_OPT_8 */ + +0.01019459, -0.05857355, -0.02281884, +0.33039970, -0.03531362, -0.06564635, -0.02621150, -0.00078079, -0.01168250, +0.00844912, -0.11708814, -0.01654724, +0.24161378, +0.01346356, +0.00605530, +0.02552986, -0.04151228, -0.14550766, +0.09044073, -0.06859630, +0.00106639, +0.12404466, -0.01591715, -0.02094888, +0.27337790, +0.01251194, +0.00219730, +0.30578387, +0.47495584, +0.33043256, +0.72538714, +0.00498308, -0.00446965, -0.02752470, -0.04561402, -0.01710861, -0.04281220, +0.00171428, +0.00716611, +0.03127604, +0.02424237, -0.00817380, +0.02837386, -0.06505967, +0.01665177, -0.03205805, +0.01595250, -0.04832695, -0.00871075, +0.00576250, -0.07916700, -0.05261004, -0.01541018, +0.03845513, +0.02134918, -0.06602081, +0.03057927, +0.01486412, +0.01172320, +0.00768640, -0.07496574, +0.00441219, +0.37841536, -0.01460502, +0.04245800, +0.00691998, +0.34054864, +0.01357626, +0.00244053, +0.02422134, +0.15756858, -0.08252915, -0.03795872, -0.03131585, -0.09032774, -0.05608449, -0.03956536, -0.09773752, +0.12130804, +0.02404745, +0.02073756, -0.09799026, +0.34752400, -0.09055915, -0.03913445, -0.04889973, -0.13491505, +0.00875451, +0.03934477, -0.03602254, -0.07005537, -0.02028097, + /* S4.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPTLEN_0 */ + -0.00930917, +0.18972151, +0.02781854, -0.00383757, -0.16519737, -0.27312147, +0.04989043, -0.02494516, +0.06930640, -0.09446881, +0.01891351, -0.00764771, +0.02932593, -0.14788254, +0.00393353, +0.00054937, -0.03981436, +0.02015403, -0.02469409, +0.01674464, +0.01824917, -0.38823983, -0.21688557, -0.02027807, +0.09524393, +0.06548797, +0.15550616, +0.02728791, -0.16801887, +0.17212123, +0.19317650, +0.04062746, +0.01184165, +0.06718239, +0.21301800, +0.07194077, -0.00766593, -0.00602857, +0.06438802, +0.00874125, -0.13020499, -0.03210577, +0.02352185, +0.00245641, +0.11518792, -0.01173650, +0.08421302, +0.10714386, -0.04335460, +0.03960689, -0.01389747, +0.07026168, -0.00868601, +0.08417400, +0.01109369, +0.06045059, +0.00558242, +0.07827431, -0.01466016, -0.06342477, -0.03264459, +0.01777443, -0.01429962, -0.06237986, -0.03987266, -0.01588130, -0.00935261, +0.00220868, -0.25924678, -0.07203485, -0.05549322, -0.37246458, -0.01759626, -0.06251189, -0.01623432, -0.03510877, -0.02882525, -0.00953251, -0.05992722, -0.07507671, -0.04207420, -0.01365872, -0.03377872, +0.16649595, -0.02193277, -0.01784725, +0.14474936, -0.03221803, +0.01644661, +0.03948465, +0.24694991, -0.02247387, + /* S4.TCP_OPTLEN_1 */ + -0.00190911, -0.19192248, +0.05361668, +0.01082554, +0.24533707, +0.05969676, +0.05869454, -0.01528181, +0.10641866, -0.01368326, +0.04169955, +0.00177129, +0.03960901, -0.01521449, -0.03751949, -0.07732552, +0.01481598, +0.04142507, -0.00844066, +0.00185851, +0.12817331, -0.00636676, +0.31168207, +0.01467561, +0.01067745, -0.06359599, -0.11627697, +0.03266605, +0.21420776, +0.10244067, +0.01773649, +0.06607256, +0.01297201, +0.07630482, +0.16985759, -0.11798712, -0.00176880, -0.06770707, +0.05565615, -0.04947681, -0.03115253, +0.04530933, -0.10002548, +0.02988998, -0.05549161, +0.02950787, +0.09317592, +0.13543791, +0.04836894, +0.08720520, +0.14130299, +0.12379668, +0.06413651, -0.09351020, +0.08286907, +0.03528649, +0.03022056, +0.09989841, +0.11139998, -0.03583575, +0.00372686, +0.18819436, +0.00250710, -0.00936974, +0.00158247, -0.09457030, +0.00301488, -0.11527150, +0.35339605, +0.12498486, +0.00336802, +0.01975923, +0.06840335, +0.03129634, +0.03031097, -0.02494316, +0.00258597, +0.06850598, +0.00115919, -0.00542053, -0.00469481, +0.04695255, +0.00140441, +0.02595773, +0.03476523, +0.03354246, +0.00877181, -0.00262775, +0.06750692, -0.00673599, -0.01162710, -0.05273953, + /* S4.TCP_OPTLEN_2 */ + +0.14944635, +1.57658516, +0.22356551, -0.01116167, -0.04438628, +0.01257555, +0.31175932, -0.08368194, +0.27020782, -0.03239290, +0.01890093, -0.17661493, +0.02720754, -0.03405041, -0.06439260, -0.12316949, -0.05374212, -0.04736036, -0.02814049, -0.19789689, +0.01477578, +0.28392574, -0.07313466, -0.03439841, -0.24638854, -0.10549538, -0.21500874, +0.01968166, +0.26699449, +0.12032729, -0.09903031, +0.33572498, +0.16670905, +0.20199273, +0.39333642, -0.18003145, -0.14425934, -0.02712982, +0.27913831, +0.42581603, -0.07780841, +0.02315870, -0.15101358, +0.00379227, -0.10146843, -0.05447041, +0.16892286, +0.36192126, +0.21593842, +0.18053095, +0.39372862, +0.34828822, +0.03838495, -0.15010755, +0.31842565, +0.07219819, +0.02422922, +0.19685973, +0.24020212, -0.20030293, -0.03327967, +0.13832903, -0.13799455, -0.09618952, -0.00868623, -0.14395723, -0.08965020, -0.16828187, -0.19050522, +0.75999194, -0.02179931, +0.03732423, +0.36518033, +0.17707159, +0.44865822, -0.23422195, +0.00027087, +0.05210821, -0.04995090, -0.02700209, -0.09592974, +0.00416830, -0.01104162, -0.08928880, -0.00134400, +0.00011563, +0.27597305, -0.11754549, +0.18741704, +0.09663922, +0.06912009, -0.24451760, + /* S4.TCP_OPTLEN_3 */ + -0.00072110, -0.32070264, +0.04567197, -0.06459600, -0.03500451, -0.10514192, +0.07252642, +0.05431780, +0.10965664, -0.01508641, +0.03027633, +0.14469379, +0.03216968, -0.01351357, -0.02988454, -0.06382852, +0.09387670, +0.12789110, -0.01125798, +0.16289862, +0.25908699, +0.36044195, -0.01095902, +0.07621553, +0.10684780, -0.05629255, -0.09457602, -0.02467674, +0.20117558, +0.05771203, -0.37626682, +0.15666748, -0.01919536, +0.04171071, +0.11317362, -0.06948093, +0.10210191, +0.08949944, -0.00036178, -0.09470352, -0.02883302, +0.04533902, -0.09732244, +0.03465125, -0.04284686, +0.17961316, +0.08231423, +0.12272899, -0.02141039, +0.05357439, +0.11597822, +0.22128422, +0.05891719, -0.08395464, +0.03805462, -0.02116234, +0.01866857, -0.18058472, -0.21190081, +0.10261535, -0.00167937, -0.15760185, +0.12001156, +0.05970141, -0.01447765, -0.09496498, +0.10171271, -0.04767502, +0.00284835, +0.00901564, -0.08321967, +0.08787273, -0.09617308, -0.04715531, +0.02943217, +0.11351582, -0.01030073, +0.06198339, -0.02275451, -0.00369816, +0.13364797, +0.03974781, -0.02319117, -0.05458154, +0.03639647, +0.00141548, -0.03865371, +0.11662730, -0.00694881, -0.05026557, +0.00377434, +0.13144709, + /* S4.TCP_OPTLEN_4 */ + -0.00192668, -0.93783869, +0.02025510, -0.00681918, -0.02949361, -0.04126980, +0.09211766, +0.12349073, +0.18442647, -0.02025535, +0.00055844, +0.32547067, +0.02606591, -0.02012368, -0.03662586, -0.07397288, +0.20222205, +0.04202618, -0.02714975, +0.05066713, -0.30141967, -0.01720798, -0.02944299, +0.18522676, -0.01654135, -0.06643846, -0.11531026, +0.06940952, +0.26657524, +0.09304122, +0.00823019, +0.29657468, -0.05058918, +0.02423299, +0.17424468, -0.07968765, +0.24445530, +0.77246645, +0.06123110, -0.20068526, -0.03891014, +0.02808356, -0.10078580, +0.01353445, -0.05935090, +0.36272090, +0.08962815, +0.11167620, -0.05807815, +0.04306352, +0.14747119, +0.28885899, +0.01483464, -0.09878054, -0.07259372, +0.00049423, +0.02273230, -0.22619484, -0.25807975, +0.24700598, -0.02856602, -0.18659142, -0.03919698, +0.13095078, -0.02904637, -0.12137514, +0.04949337, -0.06161130, -0.00028510, -0.28808363, -0.06205218, -0.01623893, -0.17625248, -0.06075099, -0.08623123, +0.31146812, -0.01079819, +0.03432176, -0.02173667, -0.01089339, +0.35236332, +0.01392530, -0.02484065, -0.05798524, +0.01152656, -0.12496765, +0.04836616, +0.22303342, -0.07270116, -0.00083991, -0.28672175, +0.31862996, + /* S4.TCP_OPTLEN_5 */ + -0.04109418, -0.19560492, -0.14270151, -0.16991630, -0.07295478, -0.21512090, -0.08419911, -0.04731732, -0.12412539, -0.00107344, +0.26069519, -0.07741726, +0.04090796, -0.00134196, -0.01765695, -0.01292007, -0.10102266, +0.01536460, +0.16275072, +0.32173051, -0.16829868, +0.05917218, -0.07642403, -0.09841398, +0.07574604, -0.05777762, -0.05193957, +0.55392244, +1.02450142, +0.05574503, -0.52275031, -0.09393974, -0.07125111, -0.03849134, -0.09203083, -0.06439021, -0.05176560, -0.12066452, -0.12408196, -0.22806052, +0.01799814, +0.20684954, -0.12297869, +0.24772976, -0.01105169, -0.16308942, -0.04749778, -0.08246927, -0.15128388, -0.06251523, -0.19304033, -0.14151624, +0.16336359, -0.05656026, -0.00641374, +0.33179826, +0.23395046, -0.01985400, -0.05492099, -0.08903417, +0.17316785, -0.10158698, -0.04664595, -0.07862360, +0.08180146, -0.05950540, -0.17090802, -0.02719256, -0.03105732, -0.12379642, +0.50868101, +0.14823914, -0.18697012, -0.17444630, -0.28306721, -0.13851211, +0.05876264, +0.31087394, +0.30431079, +0.01164429, -0.27573691, +0.32404886, +0.18076725, +0.06308193, +0.24569396, +0.24437820, -0.18586868, -0.05907244, +0.00896098, -0.10245246, +0.14210020, -0.09760853, + /* S4.TCP_OPTLEN_6 */ + +0.01303969, -0.03389672, -0.01873662, +0.04207546, -0.01860207, -0.07071800, -0.01955992, +0.00352807, -0.16136248, +0.00899699, -0.11475329, +0.01184999, +0.09853075, +0.01496034, +0.01003388, +0.03020734, -0.02122991, +0.39638806, +0.19828981, -0.06133972, -0.02636691, +0.11434046, -0.00820108, -0.00858399, +0.04368992, +0.01192629, +0.00761892, -0.04010252, +0.29090658, +0.12556410, -0.00218605, -0.05993943, -0.00008077, -0.00050678, -0.09259039, -0.01090869, -0.00859623, -0.07712350, +0.01105671, +0.03515673, +0.03252605, -0.00591524, +0.03052506, -0.06412889, +0.02028923, -0.02109037, +0.01652221, -0.05470459, -0.00602050, +0.00718956, -0.01769744, -0.16967470, -0.00998650, +0.04155910, +0.03368426, +0.11725113, +0.13562144, +0.01359402, +0.00956219, +0.01061500, +0.19970234, +0.00777955, +0.07875642, -0.00746253, +0.07233683, +0.00895870, +0.05332569, +0.01575553, +0.00844850, +0.04512373, +0.40646987, -0.07642664, -0.03348573, -0.02404678, -0.09916559, -0.03141573, +0.06028471, -0.10497001, +0.24600097, +0.02612669, +0.02566254, -0.07942114, +0.00962670, -0.08840088, -0.03737285, -0.04797828, -0.06727332, +0.01592966, +0.04560736, -0.01135500, -0.04564919, -0.01371243, + /* S4.TCP_OPTLEN_7 */ + +0.01632277, -0.02249217, -0.01195935, +0.06709569, -0.01448511, -0.05780123, -0.00985343, +0.00749989, +0.01003498, +0.02057444, -0.09903750, +0.01472677, +0.10642011, +0.01677207, +0.01224145, +0.03355052, -0.01410204, -0.11106019, +0.18266807, -0.04985773, +0.00984712, +0.12957863, -0.00424289, +0.00077980, +0.09780021, +0.01946423, +0.01693579, +0.41900841, +0.63057670, +0.14142074, +0.06287869, +0.01474498, +0.00323805, +0.00406211, +0.00250686, -0.00689944, -0.00501680, +0.02112574, +0.01468148, +0.03992932, +0.03394744, -0.00053694, +0.03367908, -0.05369541, +0.02285207, -0.01624026, +0.02543769, -0.00540834, +0.00260380, +0.01581901, -0.01330554, -0.00392549, -0.00556632, +0.04358717, +0.03664462, +0.09316954, +0.12475765, +0.02161025, +0.01748094, +0.01868933, +0.15247316, +0.01107830, +0.10287996, -0.00084532, +0.06439833, +0.01435984, +0.07900408, +0.01856309, +0.01112590, +0.04987328, +0.36753951, -0.05398945, -0.02247879, -0.01349784, -0.08006149, -0.02343834, +0.03267301, -0.08728350, +0.22472534, +0.02781497, +0.02848752, -0.06706788, +0.08557224, -0.07447298, -0.02912492, -0.03921464, -0.05912909, +0.02056297, +0.05001669, -0.00722065, -0.03524598, -0.00814464, + /* S4.TCP_OPTLEN_8 */ + +0.01176931, -0.03211842, -0.02204228, +0.35705469, -0.02291059, -0.06512315, -0.02443142, +0.00159504, -0.00774891, +0.00876180, -0.10609724, -0.01597865, +0.24533217, +0.01399319, +0.00730897, +0.02625928, -0.04070213, -0.14273302, +0.15246222, -0.06348863, +0.00213164, -0.02713296, -0.01317564, -0.01955647, +0.32009218, +0.01302423, +0.00275951, +0.31482506, +0.48527746, +0.33606147, +0.82599856, +0.00633318, -0.00307771, -0.02668832, -0.04157840, -0.01390801, -0.04187109, +0.00278291, +0.00857689, +0.03319327, +0.02453642, -0.00544511, +0.02893617, -0.06071591, +0.01707552, -0.02985527, +0.01785904, -0.04754873, -0.00749842, +0.00656562, -0.07718349, -0.05161185, -0.01303868, +0.03897267, +0.02199761, -0.12418093, +0.04478924, +0.01564001, +0.01271737, +0.00896085, +0.09883692, +0.00550222, +0.39105554, -0.00735939, +0.02728178, +0.00904169, +0.36870556, +0.01466206, +0.00385703, +0.02540086, +0.18132043, -0.07192403, -0.03579632, -0.02934173, -0.08884831, -0.05566202, -0.03374897, -0.09582358, +0.12878169, +0.02464540, +0.02160949, -0.09613111, +0.05766731, -0.08878958, -0.03709023, -0.04571181, -0.11174634, +0.00940033, +0.03990868, -0.02028822, -0.06416895, -0.01710502, + /* S4.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S4.TCP_MSS */ + -1.10418836, -2.91713608, -0.24107592, -0.01028388, -0.00969708, +0.00250110, -0.16990614, -0.04271100, -0.19499023, -0.03211288, -0.21170180, +0.01045113, +0.01045908, -0.06659063, -0.03682882, -0.18182599, -0.00609576, +0.00316076, -0.04604987, -0.06100789, -0.03070761, -0.00491038, -0.01412750, -0.17531000, +0.00121672, +0.03214377, +0.06273605, +0.77844697, -0.89069563, +0.10263638, -0.01714474, -0.03321006, -0.13009671, -0.29900010, -0.05144990, -0.20121333, +0.00164110, -0.16474139, -0.49416012, +1.23315325, -0.05015219, +1.16691790, +0.63837467, -0.86052454, +0.07633582, -1.13168640, -1.15722998, -0.58389605, +1.67965401, -0.44605253, -0.02576390, -0.23121456, -0.04977427, +0.05041551, +0.00878802, +0.02739383, -0.01962659, +0.05739379, -0.03729312, +0.12258700, +0.00824604, -0.04490494, -0.00331892, +0.14831842, -0.01108424, -0.20992222, -0.01185822, -0.00881669, -0.02769005, -0.69058206, -0.59203280, -0.00437793, -1.62526235, -0.39944509, -0.41917975, -0.04347374, -0.00613959, -0.05921860, +0.49301984, -0.02195569, +1.35366380, -0.00038884, -0.01689763, -0.63648556, -0.04698883, +0.46991967, -0.04088785, +0.00358183, -0.25905906, -0.02757403, -0.05905442, -0.26746860, + /* S4.TCP_SACKOK */ + +0.02781689, +0.05168302, +0.07505428, +0.01952210, +0.03007247, +0.28087092, +0.07149693, +0.01820643, +0.09147498, -0.00903712, -0.21144393, +0.03703443, +0.05515671, -0.00967980, -0.02503085, -0.04588862, +0.03656555, +0.05642121, +0.09585207, +0.13529290, +0.16284557, +0.01851759, +0.03394318, +0.03308684, +0.01840086, -0.03221790, -0.08286651, +0.10437769, -0.02855299, +0.10785744, +0.03038279, +0.07611155, +0.03659797, +0.07346562, +0.15047259, -0.09044868, +0.02927499, +0.04785438, +0.06823562, +0.07462571, -0.02227295, -0.08399009, -0.02447823, -0.15728371, -0.04152862, +0.06603480, +0.10402293, +0.10737313, +0.03381664, +0.07971998, +0.18478140, +0.09887817, +0.08027950, -0.08222889, +0.04980613, +0.05959437, +0.05828264, +0.12817603, +0.10581271, +0.01881370, +0.06078027, -0.21920082, +0.01357551, +0.01518541, +0.01957846, -0.07008149, +0.01211093, -0.04633709, +0.02353180, +0.03184572, +0.03653019, +0.05623374, +0.03111528, +0.01754464, +0.04506842, +0.01924072, +0.00837860, -0.20973060, +0.02196330, +0.00001767, +0.01719205, -0.19909877, +0.03270327, +0.26335793, -0.14031043, +0.09966871, +0.05263946, +0.03329279, +0.04998933, +0.02116084, +0.04209693, +0.02123203, + /* S4.TCP_WSCALE */ + -0.69725079, -0.14650625, -0.14896466, -0.06707430, -0.54453131, -0.20438377, -1.40498845, +0.52845089, -1.17971413, -0.02377541, -0.12661201, +0.17523462, -0.01025111, -0.03109307, -0.05418057, -0.10196932, -0.39361113, -0.28148107, -0.13856337, +0.12001862, -0.34407410, -0.10494275, -0.22690718, +0.21660668, -0.17997236, -0.08543354, -0.17059871, -3.39849725, -4.54823270, +0.03873258, -0.39213463, -1.66358563, +1.01034986, +0.03900772, -0.51977441, -0.11463500, +0.19198918, -2.63428314, -0.15196260, +0.61909413, -0.06364617, +0.18268712, -0.13349257, -0.11540363, -0.08009785, -0.15503774, +0.01679099, -0.38151082, +0.12593750, +1.47960470, -0.85063728, -0.99264380, +0.01663045, -0.14702361, +0.34919811, -0.43515684, -0.18040932, -0.31842765, -0.34017472, +2.52440647, -0.32842206, +0.21698971, +0.17894817, -0.37637942, +0.46474371, -0.13876762, -0.11054653, -0.15055080, +0.63678597, +1.00236589, +4.11627110, -0.18860569, +0.60337865, +0.60203354, -0.26483736, +0.34941100, +0.09872639, -0.07176771, +3.15636977, -0.02257912, +0.05316739, +0.06425871, +0.27725247, +0.71894712, -0.08700251, +0.18291588, -0.50930960, -0.05389824, +2.74318112, +0.16965601, +0.47092478, +0.06765856, + /* S4.TCP_CORR_WINDOW_MSS */ + +0.55495481, +2.94799587, -0.08050382, +0.18554778, +0.19434814, +0.14439878, -0.06623839, +0.09511041, -0.07547766, -0.03511266, +0.04414269, -0.34265555, +0.00381097, -0.06892227, -0.00292581, -0.00234197, +0.14219080, -0.01398869, +0.13910418, -0.04913878, -0.00136204, +0.04963037, +0.10381881, -0.04902915, -0.02296167, +0.03951024, +0.04740772, -0.81217561, +0.69850774, -0.86037602, +0.43557871, -0.10235035, -0.14087501, -0.20792176, -0.84305670, +0.03677439, -0.09302821, +0.37494902, -0.41911172, -0.38562845, -0.05145449, -0.05521601, -0.05445189, -0.01763563, +0.14989500, +0.11764084, -1.25733980, -0.65354551, -0.20997451, -0.70040142, -0.73133727, +0.07762795, -0.00490810, +0.05826181, -0.18399416, -0.44457167, -0.11250407, -0.07131459, -0.00400206, -0.15690593, -0.07814620, +0.00769962, -0.06705771, -0.20297539, +0.37074183, +0.25919936, +0.10396001, +0.00216887, -0.15881467, +0.41002097, +1.09735597, +0.32908794, +0.87550712, +0.59681352, +0.75799019, +0.07084256, -0.00214659, +0.10900916, -0.90186526, -0.02488962, -0.09065091, -0.01711885, +0.08046462, +0.44625966, -0.01407282, -0.04436448, +0.04942951, +0.26549101, -0.80079817, +0.15543506, +0.35516338, +0.42231095, + /* S5.TCP_WINDOW */ + -0.79723418, +1.84704298, -0.59895870, +0.36316930, +0.56899201, +0.05343512, -0.62773979, +0.09583102, -0.66193054, -0.05292986, -0.45449363, -0.92425164, -0.04308421, -0.08600776, -0.11091615, -0.14517131, +0.29059472, -0.09471711, +0.26003077, -0.23034350, -0.06820551, +0.10251033, +0.25839218, -0.19988933, -0.07055002, -0.01958927, -0.21131686, +0.75037346, +0.94927666, -2.51400539, +1.48327009, -0.40380652, -0.63981134, -0.93772333, -2.57147919, +0.03821367, -0.28154518, +0.38438210, -2.18879777, +1.75175453, -0.08440925, +0.11020599, -0.07712982, +0.38887515, +0.22129652, -0.05620873, +0.10156583, -2.27591076, +0.38868584, -2.26491237, -1.98915641, -0.14488017, -0.15953245, -0.09119264, -0.55478281, -1.07379935, -0.40301926, -0.34902417, -0.07172451, +0.24241273, -0.12117938, -0.08431169, -0.18056317, +0.06215335, +0.96051460, +0.58298349, -0.03253620, -0.07745668, -0.65102346, +0.46428402, -0.43820070, +0.12402127, -0.82947954, +1.08710750, +1.56252596, +0.20696309, +0.03357131, +0.16652911, +0.29242204, -0.04178102, -0.00537853, -0.11802971, +0.06727598, +0.72572733, -0.15464093, +0.39303243, +0.10783078, +0.59805211, -2.38348453, +0.40247614, +1.16923902, +0.27003842, + /* S5.TCP_FLAG_F */ + +0.00416632, +0.00439218, +0.01243183, +0.00498006, +0.00422159, -0.04765363, +0.03641718, +0.00445593, +0.06159312, -0.02909480, +0.02981644, +0.02287879, +0.02402615, -0.06002836, +0.01701262, +0.01835225, +0.00819811, +0.02184310, +0.00414141, +0.01359600, +0.02401332, +0.00809952, +0.00631024, +0.00928257, +0.01067933, +0.05269835, +0.06113031, +0.08537237, +0.08078489, +0.10162065, +0.00668305, +0.03230885, +0.01110616, +0.05386465, +0.13162666, +0.04947507, +0.01851827, +0.00311087, +0.04384896, +0.00442721, -0.04736184, +0.00511650, +0.03548429, +0.01626967, +0.04119898, +0.00872113, +0.07371146, +0.08721122, +0.00772030, +0.06247183, +0.02007997, +0.07261052, +0.00781717, +0.01760100, +0.03686027, +0.03492518, +0.02106887, +0.04990549, +0.01047925, +0.00449788, +0.00606069, +0.02475669, +0.00571724, +0.00254570, +0.00231444, +0.01945026, +0.00384207, +0.01733206, +0.01121282, +0.00905699, -0.28422663, +0.02443394, +0.01466230, +0.00650643, +0.00598585, +0.00432620, +0.00165234, +0.01281194, +0.08673628, -0.01865077, +0.00441139, +0.01354884, +0.00350260, +0.01618401, +0.00870264, +0.00705322, +0.02866104, +0.00615570, +0.04422520, +0.00516178, +0.00846487, +0.00498196, + /* S5.TCP_FLAG_S */ + -0.03490836, -0.11959065, +0.05812810, -0.03507111, -0.04198933, -0.24559881, +0.02573498, -0.03316902, +0.06078997, -0.09621387, +0.01737112, +0.10760927, +0.02589232, -0.14840362, +0.00316464, -0.01234472, -0.04066667, +0.01506816, -0.03533105, -0.00136784, +0.01208375, -0.00915012, -0.01834292, -0.02243916, -0.02266952, +0.06399926, +0.11197928, +0.14734097, -0.40330165, +0.16370526, -0.05271775, +0.02252159, -0.00648006, +0.06897024, +0.19580105, +0.07045554, -0.00824281, -0.05417415, +0.04688314, -0.07393314, -0.13690311, -0.03405561, +0.02163364, -0.00377293, +0.08147495, -0.01374369, +0.08178858, +0.10538208, -0.04510853, +0.04078102, -0.02445601, +0.06865554, -0.00970356, +0.03226169, +0.01452938, +0.05955768, +0.01199672, +0.07776651, -0.01660830, -0.07680535, -0.03314912, +0.01647926, -0.02845898, -0.06753611, -0.04110779, -0.02065132, -0.01134056, -0.00118586, -0.01293402, -0.06279765, -0.65473848, +0.01368254, -0.02880639, -0.06957132, -0.04001669, -0.05722050, -0.02909271, -0.01554213, +0.09730501, -0.07654021, -0.04340242, -0.01793168, -0.03565573, +0.00021533, -0.02191247, -0.02056045, -0.01042518, -0.00541023, +0.01505747, -0.05192105, -0.05233624, -0.03624621, + /* S5.TCP_FLAG_R */ + +0.00391280, +0.00415812, +0.00666947, +0.00470749, +0.00392008, +0.37473442, +0.03604538, +0.00404684, +0.06096938, -0.03086171, +0.02900913, -0.09925421, +0.02305629, -0.06053759, +0.01661778, +0.01384499, +0.00340810, +0.02123546, +0.00395255, +0.01322462, +0.02333938, +0.00764445, +0.00569377, +0.00892480, +0.00981779, +0.05138771, +0.01254793, +0.08369085, +0.00462574, +0.10142809, +0.00649152, +0.03202670, +0.01063341, +0.05147240, +0.13035990, +0.04844050, +0.01414759, +0.00292926, +0.04352869, +0.00414470, -0.05418642, +0.00491275, +0.03470939, +0.01593074, +0.00549792, +0.00845076, +0.07329062, +0.08667114, +0.00684418, +0.06131668, +0.01598500, +0.07194441, +0.00049160, -0.03699948, +0.02976882, +0.03486484, +0.02063850, +0.04762280, +0.01013437, +0.00073801, +0.00513502, +0.02378535, +0.00366489, +0.00243992, +0.00221210, +0.01797195, +0.00363886, +0.01394903, +0.01069279, +0.00122291, -0.28507380, +0.02317928, +0.01411622, +0.00610249, +0.00472509, +0.00500538, +0.00159435, +0.01242452, +0.08633985, -0.02008488, +0.00400440, +0.00767419, +0.00327484, +0.00811274, +0.00794163, +0.00665576, +0.02803418, -0.02271288, +0.04401933, +0.00472808, +0.00748830, +0.00336441, + /* S5.TCP_FLAG_P */ + +0.00416632, +0.00439218, +0.01243183, +0.00498006, +0.00422159, -0.04765363, +0.03641718, +0.00445593, +0.06159312, -0.02909480, +0.02981644, +0.02287879, +0.02402615, -0.06002836, +0.01701262, +0.01835225, +0.00819811, +0.02184310, +0.00414141, +0.01359600, +0.02401332, +0.00809952, +0.00631024, +0.00928257, +0.01067933, +0.05269835, +0.06113031, +0.08537237, +0.08078489, +0.10162065, +0.00668305, +0.03230885, +0.01110616, +0.05386465, +0.13162666, +0.04947507, +0.01851827, +0.00311087, +0.04384896, +0.00442721, -0.04736184, +0.00511650, +0.03548429, +0.01626967, +0.04119898, +0.00872113, +0.07371146, +0.08721122, +0.00772030, +0.06247183, +0.02007997, +0.07261052, +0.00781717, +0.01760100, +0.03686027, +0.03492518, +0.02106887, +0.04990549, +0.01047925, +0.00449788, +0.00606069, +0.02475669, +0.00571724, +0.00254570, +0.00231444, +0.01945026, +0.00384207, +0.01733206, +0.01121282, +0.00905699, -0.28422663, +0.02443394, +0.01466230, +0.00650643, +0.00598585, +0.00432620, +0.00165234, +0.01281194, +0.08673628, -0.01865077, +0.00441139, +0.01354884, +0.00350260, +0.01618401, +0.00870264, +0.00705322, +0.02866104, +0.00615570, +0.04422520, +0.00516178, +0.00846487, +0.00498196, + /* S5.TCP_FLAG_A */ + -0.03532984, -0.12005870, -0.02037885, -0.03577977, -0.04333780, -0.57473229, +0.02480866, -0.03364134, +0.05652393, -0.09667727, +0.01655857, +0.10557919, +0.02502916, -0.14882556, +0.00292464, -0.01336772, -0.04275674, +0.01419122, -0.03568343, -0.00182155, +0.01139313, -0.01219681, -0.02033638, -0.02278529, -0.02360897, +0.06337719, +0.09626932, +0.09576374, +0.14098932, +0.16338940, -0.05317433, +0.02200961, -0.00729015, +0.05410569, +0.19377630, +0.07013047, -0.00921174, -0.05441355, +0.04633358, -0.07445750, -0.13753241, -0.03437309, +0.02117061, -0.00496664, +0.07402917, -0.01393251, +0.06058132, +0.10428034, -0.04750370, +0.03847357, -0.03316498, +0.06641493, -0.01303136, +0.02971753, +0.01040668, +0.05947615, +0.01109808, +0.05428677, -0.01770454, -0.07867919, -0.03449904, +0.01354287, -0.02957683, -0.06769809, -0.04126724, -0.02167649, -0.01164411, -0.00203702, -0.01362243, -0.08222546, -0.65734959, +0.01112634, -0.03238404, -0.07061422, -0.07563688, -0.05686165, -0.02918326, -0.01635891, +0.09616316, -0.07699867, -0.04376168, -0.02483542, -0.03607512, -0.01102401, -0.02270553, -0.02124995, -0.01239523, -0.02419448, +0.01467788, -0.05290250, -0.05987171, -0.03678731, + /* S5.TCP_FLAG_U */ + +0.00416632, +0.00439218, +0.01243183, +0.00498006, +0.00422159, -0.04765363, +0.03641718, +0.00445593, +0.06159312, -0.02909480, +0.02981644, +0.02287879, +0.02402615, -0.06002836, +0.01701262, +0.01835225, +0.00819811, +0.02184310, +0.00414141, +0.01359600, +0.02401332, +0.00809952, +0.00631024, +0.00928257, +0.01067933, +0.05269835, +0.06113031, +0.08537237, +0.08078489, +0.10162065, +0.00668305, +0.03230885, +0.01110616, +0.05386465, +0.13162666, +0.04947507, +0.01851827, +0.00311087, +0.04384896, +0.00442721, -0.04736184, +0.00511650, +0.03548429, +0.01626967, +0.04119898, +0.00872113, +0.07371146, +0.08721122, +0.00772030, +0.06247183, +0.02007997, +0.07261052, +0.00781717, +0.01760100, +0.03686027, +0.03492518, +0.02106887, +0.04990549, +0.01047925, +0.00449788, +0.00606069, +0.02475669, +0.00571724, +0.00254570, +0.00231444, +0.01945026, +0.00384207, +0.01733206, +0.01121282, +0.00905699, -0.28422663, +0.02443394, +0.01466230, +0.00650643, +0.00598585, +0.00432620, +0.00165234, +0.01281194, +0.08673628, -0.01865077, +0.00441139, +0.01354884, +0.00350260, +0.01618401, +0.00870264, +0.00705322, +0.02866104, +0.00615570, +0.04422520, +0.00516178, +0.00846487, +0.00498196, + /* S5.TCP_FLAG_E */ + +0.00416632, +0.00439218, +0.01243183, +0.00498006, +0.00422159, -0.04765363, +0.03641718, +0.00445593, +0.06159312, -0.02909480, +0.02981644, +0.02287879, +0.02402615, -0.06002836, +0.01701262, +0.01835225, +0.00819811, +0.02184310, +0.00414141, +0.01359600, +0.02401332, +0.00809952, +0.00631024, +0.00928257, +0.01067933, +0.05269835, +0.06113031, +0.08537237, +0.08078489, +0.10162065, +0.00668305, +0.03230885, +0.01110616, +0.05386465, +0.13162666, +0.04947507, +0.01851827, +0.00311087, +0.04384896, +0.00442721, -0.04736184, +0.00511650, +0.03548429, +0.01626967, +0.04119898, +0.00872113, +0.07371146, +0.08721122, +0.00772030, +0.06247183, +0.02007997, +0.07261052, +0.00781717, +0.01760100, +0.03686027, +0.03492518, +0.02106887, +0.04990549, +0.01047925, +0.00449788, +0.00606069, +0.02475669, +0.00571724, +0.00254570, +0.00231444, +0.01945026, +0.00384207, +0.01733206, +0.01121282, +0.00905699, -0.28422663, +0.02443394, +0.01466230, +0.00650643, +0.00598585, +0.00432620, +0.00165234, +0.01281194, +0.08673628, -0.01865077, +0.00441139, +0.01354884, +0.00350260, +0.01618401, +0.00870264, +0.00705322, +0.02866104, +0.00615570, +0.04422520, +0.00516178, +0.00846487, +0.00498196, + /* S5.TCP_FLAG_C */ + +0.00416632, +0.00439218, +0.01243183, +0.00498006, +0.00422159, -0.04765363, +0.03641718, +0.00445593, +0.06159312, -0.02909480, +0.02981644, +0.02287879, +0.02402615, -0.06002836, +0.01701262, +0.01835225, +0.00819811, +0.02184310, +0.00414141, +0.01359600, +0.02401332, +0.00809952, +0.00631024, +0.00928257, +0.01067933, +0.05269835, +0.06113031, +0.08537237, +0.08078489, +0.10162065, +0.00668305, +0.03230885, +0.01110616, +0.05386465, +0.13162666, +0.04947507, +0.01851827, +0.00311087, +0.04384896, +0.00442721, -0.04736184, +0.00511650, +0.03548429, +0.01626967, +0.04119898, +0.00872113, +0.07371146, +0.08721122, +0.00772030, +0.06247183, +0.02007997, +0.07261052, +0.00781717, +0.01760100, +0.03686027, +0.03492518, +0.02106887, +0.04990549, +0.01047925, +0.00449788, +0.00606069, +0.02475669, +0.00571724, +0.00254570, +0.00231444, +0.01945026, +0.00384207, +0.01733206, +0.01121282, +0.00905699, -0.28422663, +0.02443394, +0.01466230, +0.00650643, +0.00598585, +0.00432620, +0.00165234, +0.01281194, +0.08673628, -0.01865077, +0.00441139, +0.01354884, +0.00350260, +0.01618401, +0.00870264, +0.00705322, +0.02866104, +0.00615570, +0.04422520, +0.00516178, +0.00846487, +0.00498196, + /* S5.TCP_FLAG_RES8 */ + +0.00416632, +0.00439218, +0.01243183, +0.00498006, +0.00422159, -0.04765363, +0.03641718, +0.00445593, +0.06159312, -0.02909480, +0.02981644, +0.02287879, +0.02402615, -0.06002836, +0.01701262, +0.01835225, +0.00819811, +0.02184310, +0.00414141, +0.01359600, +0.02401332, +0.00809952, +0.00631024, +0.00928257, +0.01067933, +0.05269835, +0.06113031, +0.08537237, +0.08078489, +0.10162065, +0.00668305, +0.03230885, +0.01110616, +0.05386465, +0.13162666, +0.04947507, +0.01851827, +0.00311087, +0.04384896, +0.00442721, -0.04736184, +0.00511650, +0.03548429, +0.01626967, +0.04119898, +0.00872113, +0.07371146, +0.08721122, +0.00772030, +0.06247183, +0.02007997, +0.07261052, +0.00781717, +0.01760100, +0.03686027, +0.03492518, +0.02106887, +0.04990549, +0.01047925, +0.00449788, +0.00606069, +0.02475669, +0.00571724, +0.00254570, +0.00231444, +0.01945026, +0.00384207, +0.01733206, +0.01121282, +0.00905699, -0.28422663, +0.02443394, +0.01466230, +0.00650643, +0.00598585, +0.00432620, +0.00165234, +0.01281194, +0.08673628, -0.01865077, +0.00441139, +0.01354884, +0.00350260, +0.01618401, +0.00870264, +0.00705322, +0.02866104, +0.00615570, +0.04422520, +0.00516178, +0.00846487, +0.00498196, + /* S5.TCP_FLAG_RES9 */ + +0.00416632, +0.00439218, +0.01243183, +0.00498006, +0.00422159, -0.04765363, +0.03641718, +0.00445593, +0.06159312, -0.02909480, +0.02981644, +0.02287879, +0.02402615, -0.06002836, +0.01701262, +0.01835225, +0.00819811, +0.02184310, +0.00414141, +0.01359600, +0.02401332, +0.00809952, +0.00631024, +0.00928257, +0.01067933, +0.05269835, +0.06113031, +0.08537237, +0.08078489, +0.10162065, +0.00668305, +0.03230885, +0.01110616, +0.05386465, +0.13162666, +0.04947507, +0.01851827, +0.00311087, +0.04384896, +0.00442721, -0.04736184, +0.00511650, +0.03548429, +0.01626967, +0.04119898, +0.00872113, +0.07371146, +0.08721122, +0.00772030, +0.06247183, +0.02007997, +0.07261052, +0.00781717, +0.01760100, +0.03686027, +0.03492518, +0.02106887, +0.04990549, +0.01047925, +0.00449788, +0.00606069, +0.02475669, +0.00571724, +0.00254570, +0.00231444, +0.01945026, +0.00384207, +0.01733206, +0.01121282, +0.00905699, -0.28422663, +0.02443394, +0.01466230, +0.00650643, +0.00598585, +0.00432620, +0.00165234, +0.01281194, +0.08673628, -0.01865077, +0.00441139, +0.01354884, +0.00350260, +0.01618401, +0.00870264, +0.00705322, +0.02866104, +0.00615570, +0.04422520, +0.00516178, +0.00846487, +0.00498196, + /* S5.TCP_FLAG_RES10 */ + +0.00416632, +0.00439218, +0.01243183, +0.00498006, +0.00422159, -0.04765363, +0.03641718, +0.00445593, +0.06159312, -0.02909480, +0.02981644, +0.02287879, +0.02402615, -0.06002836, +0.01701262, +0.01835225, +0.00819811, +0.02184310, +0.00414141, +0.01359600, +0.02401332, +0.00809952, +0.00631024, +0.00928257, +0.01067933, +0.05269835, +0.06113031, +0.08537237, +0.08078489, +0.10162065, +0.00668305, +0.03230885, +0.01110616, +0.05386465, +0.13162666, +0.04947507, +0.01851827, +0.00311087, +0.04384896, +0.00442721, -0.04736184, +0.00511650, +0.03548429, +0.01626967, +0.04119898, +0.00872113, +0.07371146, +0.08721122, +0.00772030, +0.06247183, +0.02007997, +0.07261052, +0.00781717, +0.01760100, +0.03686027, +0.03492518, +0.02106887, +0.04990549, +0.01047925, +0.00449788, +0.00606069, +0.02475669, +0.00571724, +0.00254570, +0.00231444, +0.01945026, +0.00384207, +0.01733206, +0.01121282, +0.00905699, -0.28422663, +0.02443394, +0.01466230, +0.00650643, +0.00598585, +0.00432620, +0.00165234, +0.01281194, +0.08673628, -0.01865077, +0.00441139, +0.01354884, +0.00350260, +0.01618401, +0.00870264, +0.00705322, +0.02866104, +0.00615570, +0.04422520, +0.00516178, +0.00846487, +0.00498196, + /* S5.TCP_FLAG_RES11 */ + +0.00416632, +0.00439218, +0.01243183, +0.00498006, +0.00422159, -0.04765363, +0.03641718, +0.00445593, +0.06159312, -0.02909480, +0.02981644, +0.02287879, +0.02402615, -0.06002836, +0.01701262, +0.01835225, +0.00819811, +0.02184310, +0.00414141, +0.01359600, +0.02401332, +0.00809952, +0.00631024, +0.00928257, +0.01067933, +0.05269835, +0.06113031, +0.08537237, +0.08078489, +0.10162065, +0.00668305, +0.03230885, +0.01110616, +0.05386465, +0.13162666, +0.04947507, +0.01851827, +0.00311087, +0.04384896, +0.00442721, -0.04736184, +0.00511650, +0.03548429, +0.01626967, +0.04119898, +0.00872113, +0.07371146, +0.08721122, +0.00772030, +0.06247183, +0.02007997, +0.07261052, +0.00781717, +0.01760100, +0.03686027, +0.03492518, +0.02106887, +0.04990549, +0.01047925, +0.00449788, +0.00606069, +0.02475669, +0.00571724, +0.00254570, +0.00231444, +0.01945026, +0.00384207, +0.01733206, +0.01121282, +0.00905699, -0.28422663, +0.02443394, +0.01466230, +0.00650643, +0.00598585, +0.00432620, +0.00165234, +0.01281194, +0.08673628, -0.01865077, +0.00441139, +0.01354884, +0.00350260, +0.01618401, +0.00870264, +0.00705322, +0.02866104, +0.00615570, +0.04422520, +0.00516178, +0.00846487, +0.00498196, + /* S5.TCP_OPT_0 */ + -0.03378604, -0.34585509, +0.03013574, +0.00231930, +0.15291288, -0.53662743, +0.00942450, -0.01564732, +0.06381786, -0.04988475, +0.02515612, +0.17259399, +0.02589551, -0.08916909, +0.01240187, +0.00524126, -0.00581402, +0.02146503, -0.01598277, +0.00605207, +0.01635937, -0.13188410, +0.20827127, -0.00213222, +0.03902350, +0.05760399, +0.12630182, +0.11113101, -0.00053184, +0.12550968, +0.06925799, +0.01186366, -0.01216678, +0.05840000, +0.15411836, +0.05700576, +0.01342894, -0.06296179, +0.02812452, -0.10374812, -0.07055014, -0.00913728, +0.03054520, +0.00482581, +0.09000416, -0.00007022, +0.07705962, +0.09311013, -0.01002236, +0.05544352, +0.00463622, +0.07130519, +0.00865553, +0.07654485, +0.03569515, +0.04351646, +0.01863666, +0.05994814, +0.00055702, -0.02959920, -0.00793271, +0.02211569, +0.00043805, -0.02570303, -0.01277152, +0.00406051, -0.00158168, +0.01412224, +0.25204273, -0.00831960, -0.40023119, -0.11428729, +0.00270165, -0.02067424, -0.04024529, -0.00927119, -0.00876549, +0.00548757, +0.09220455, -0.03677504, -0.01217462, +0.00925829, -0.00982568, +0.07130499, -0.00143697, -0.00211943, -0.00138703, +0.03018163, +0.03451747, -0.01867470, +0.02920099, -0.02435586, + /* S5.TCP_OPT_1 */ + +0.05474327, +0.46245802, +0.15640586, +0.00209066, +0.21869094, -0.11369942, +0.15848434, -0.04947456, +0.17794470, -0.01753989, +0.02825422, +0.03712510, +0.03055806, -0.01962580, -0.04399198, -0.09206313, -0.01403164, +0.02459621, -0.02019849, -0.04680161, +0.09243027, -0.02659543, +0.26243852, -0.01067068, +0.00290732, -0.07280138, -0.13917822, +0.08843790, +0.12772211, +0.09707099, +0.01228896, +0.16975305, +0.07513258, +0.13714137, +0.26156542, -0.13360333, -0.06672126, -0.10850645, +0.14014860, +0.13173761, -0.04583250, +0.03285075, -0.11033253, +0.01307145, -0.06434687, -0.01377330, +0.13953868, +0.23676370, +0.13324591, +0.13436704, +0.25271196, +0.22145556, +0.05167109, -0.10314074, +0.20249155, +0.03042192, +0.02511452, +0.14818455, +0.16584775, -0.11035060, -0.01117198, +0.14718250, -0.00982391, -0.04771901, -0.00223048, -0.10477092, -0.00688305, -0.12451850, +0.25385511, +0.44426405, -0.29932948, -0.00338349, +0.21010702, +0.10318056, +0.22641501, -0.12079581, +0.00032040, +0.05827015, +0.06098257, -0.01103365, -0.04435927, +0.02833418, -0.00723055, -0.02439060, +0.01779242, +0.01587028, +0.12518816, -0.02088207, +0.12733796, +0.04532614, +0.08511851, -0.14959195, + /* S5.TCP_OPT_2 */ + +0.14817577, +1.55906196, +0.19008210, +0.00097942, -0.09639737, -0.35951854, +0.30528906, -0.07469990, +0.26532964, -0.03390524, +0.02482654, -0.00678794, +0.03311183, -0.03513111, -0.06649571, -0.12313154, -0.04110632, -0.05485780, -0.02147455, -0.21167928, +0.01217875, +0.27587031, -0.14003137, -0.02688888, -0.27757513, -0.10906732, -0.21999602, +0.12652302, +0.52152458, +0.13459989, -0.05565310, +0.33073751, +0.16212327, +0.19182932, +0.38955235, -0.18485417, -0.12415397, +0.01787909, +0.27641337, +0.41768520, -0.07835120, +0.02780986, -0.15654076, +0.01138222, -0.10354410, -0.04287815, +0.16420137, +0.34766685, +0.19952295, +0.17379092, +0.38287535, +0.33697576, +0.04908544, -0.15491960, +0.30166919, +0.08812230, +0.03609544, +0.19044038, +0.23441754, -0.17809172, -0.02857420, +0.15854424, -0.15900557, -0.08989952, -0.00753952, -0.14882441, -0.10692207, -0.17508411, -0.26468249, +0.69651530, -0.38219791, -0.04872669, +0.34279202, +0.16459413, +0.41262945, -0.21098724, +0.00202296, +0.05943408, +0.06024652, -0.02798780, -0.08889444, +0.01366634, -0.00594232, -0.01976990, +0.00457361, +0.00763705, +0.29021247, -0.07700774, +0.17486916, +0.10421574, +0.09152981, -0.21574063, + /* S5.TCP_OPT_3 */ + -0.08276293, -1.33446672, -0.01989463, -0.14088061, -0.08106980, -0.39292819, -0.06223684, +0.14356757, +0.02524824, -0.02480895, -0.01014407, +0.60073686, +0.01010162, -0.01936170, -0.03967749, -0.07607787, +0.20568326, +0.27592102, -0.04243879, +0.42888552, +0.44218025, +0.00270602, -0.08437213, +0.17033862, +0.59783804, -0.06712396, -0.10548907, -0.15339921, -0.15543747, -0.01210230, -0.51263256, -0.00078965, -0.10501597, -0.02915810, +0.01448796, -0.08706296, +0.26413729, +0.23177154, -0.12207264, -0.31069324, -0.03709220, +0.03017291, -0.11031855, +0.01245469, -0.05686799, +0.38049509, +0.05124397, -0.01482953, -0.12515391, +0.00631783, -0.00205893, +0.09204116, +0.02568343, -0.09374350, -0.17672372, -0.15219956, -0.03173790, -0.19967882, -0.24051164, +0.29255829, -0.03044059, -0.17998269, +0.38332000, +0.15509207, -0.05148571, -0.12321980, +0.29072715, -0.06043879, -0.02447296, -0.57022673, -0.51624374, +0.24996235, -0.34725516, -0.16167230, -0.23689500, +0.32332719, -0.04208219, +0.02947755, +0.00690149, -0.00905440, +0.37525816, +0.00232298, -0.07882544, -0.29036771, +0.01924020, -0.13145907, -0.13836214, +0.29661230, -0.11932277, -0.08416565, -0.01752397, +0.38055968, + /* S5.TCP_OPT_4 */ + +0.00893897, -0.82692834, +0.08206652, -0.00907228, -0.01966161, -0.45021916, +0.11487822, +0.11661719, +0.20563632, -0.02051611, -0.00128605, +0.54804110, +0.02476920, -0.02050848, -0.03758690, -0.07685864, +0.20488270, +0.04053628, -0.03035237, +0.04051262, -0.30746193, -0.02053271, -0.01800858, +0.18084128, -0.01914704, -0.06732073, -0.11458767, +0.13498592, +0.07675524, +0.09252506, +0.00767530, +0.32743509, -0.03866774, +0.04534422, +0.19585878, -0.08062152, +0.23850923, +0.75921794, +0.07759202, -0.17171037, -0.04126218, +0.02592507, -0.10235949, +0.01034738, -0.05795103, +0.35543352, +0.10102585, +0.13887533, -0.03779001, +0.05583006, +0.17901612, +0.32255062, +0.01952067, -0.09692752, -0.03058137, -0.01085750, +0.02575310, -0.23110576, -0.26563020, +0.23825063, -0.03037779, -0.18865868, -0.03897669, +0.12283968, -0.03129212, -0.12307627, +0.06930024, -0.06225234, +0.00424042, -0.18601000, -0.35204649, -0.01980021, -0.14460813, -0.04521570, -0.02688897, +0.29135491, -0.01330257, +0.03361143, +0.05629416, -0.01154302, +0.34508679, +0.01563674, -0.02818406, -0.05658993, +0.00947969, -0.12717316, +0.07084555, +0.27323262, -0.06011734, +0.00818816, -0.26879939, +0.30124103, + /* S5.TCP_OPT_5 */ + -0.04336871, -0.19678965, -0.09989811, -0.04029180, -0.07655706, -0.04717872, -0.08556111, -0.04862232, -0.12659145, -0.00454257, +0.25821106, -0.09797483, +0.09081659, -0.00201090, -0.01913748, -0.01458235, -0.10690657, +0.00996718, +0.16072405, +0.34037657, -0.17551996, +0.05052607, -0.07896887, -0.11334627, -0.02268276, -0.06019860, -0.04796197, +0.66134437, +0.60620545, +0.14578096, -0.17317963, -0.09648625, -0.07388669, -0.03487621, -0.09756958, -0.06830309, -0.05704501, -0.12196395, -0.12989797, -0.25670886, +0.01691293, +0.20060608, -0.12474502, +0.24438812, -0.01346497, -0.19180373, -0.04825601, -0.09256837, -0.17199647, -0.06154246, -0.19450586, -0.15447750, +0.22584517, -0.07864901, -0.00887907, +0.32152206, +0.22922037, -0.01624911, -0.06683737, -0.09236648, +0.17381608, -0.12190276, -0.05758551, -0.07924251, +0.07987977, -0.06087186, -0.17912372, -0.03199571, -0.03309018, -0.14467065, -0.15364171, +0.15452101, -0.19064934, -0.18320036, -0.26446244, -0.14222179, +0.05554478, +0.29864331, +0.41933631, +0.01115744, -0.35445478, +0.31964473, +0.16171701, +0.32790147, +0.23776435, +0.37082228, -0.19648305, -0.06327589, +0.00115492, -0.10954827, +0.12339319, -0.09705011, + /* S5.TCP_OPT_6 */ + +0.00674180, -0.06400412, +0.01080191, -0.02380477, -0.02802657, +0.02469002, -0.03223868, -0.00462839, -0.16874790, +0.00699618, -0.15413008, +0.00815673, +0.08287503, +0.01249943, +0.00582799, +0.02681788, -0.03560786, +0.36481806, +0.26176280, -0.08037240, -0.03177347, +0.08717308, -0.01529425, -0.01432652, +0.02391265, +0.00713635, -0.00023569, +0.20215370, +0.24291641, +0.10048013, -0.17421891, -0.06534725, -0.00547326, +0.00146482, -0.09607673, -0.02001648, -0.01324463, -0.08332805, +0.00539104, +0.02465655, +0.03114057, -0.01747971, +0.02730688, -0.08891531, +0.01680057, -0.03146513, +0.00327846, -0.06386409, -0.01876257, -0.00940031, -0.02090523, -0.17847637, -0.01923560, +0.03900428, +0.03055057, +0.21709041, +0.19786123, +0.01275609, +0.00517146, -0.00699566, +0.34424452, +0.00260578, +0.01544603, -0.02492913, +0.09708097, -0.00261202, -0.01597537, +0.01091502, +0.00392687, +0.04860031, +0.14794564, -0.09143195, -0.05131013, -0.04717100, -0.13036447, -0.04843713, +0.14050029, -0.14143650, +0.44341070, +0.02347845, +0.02090448, -0.10497173, -0.20430161, -0.12071636, -0.05467992, -0.06775437, -0.07361459, +0.01107828, +0.04202410, -0.01758230, -0.06574941, -0.02527547, + /* S5.TCP_OPT_7 */ + +0.00393423, -0.12921910, +0.00668443, +0.28583238, -0.05467280, +0.02306021, -0.03420006, -0.01172619, -0.01654713, +0.00734268, -0.17190230, -0.01740400, +0.22739851, +0.01110163, -0.00167632, +0.02369130, -0.04321142, -0.15276882, -0.27481397, -0.09455247, -0.00364946, +0.31186233, -0.02527573, -0.02787651, +0.20702659, +0.01061764, +0.00415794, +0.34243658, +0.25438876, +0.31647290, +0.57418809, -0.00141292, -0.01071268, -0.02453080, -0.05086226, -0.03857932, -0.04489141, -0.00354615, +0.00075192, +0.02300398, +0.02355025, -0.02121509, +0.02626808, -0.08503280, +0.01582084, -0.04562318, +0.01425129, -0.04972467, -0.00987546, +0.00506086, -0.08022142, -0.05398934, -0.02866009, +0.03697370, +0.02118256, +0.37207698, -0.05763990, +0.01517820, +0.00730155, +0.00425029, -0.56801685, -0.00029327, +0.34999943, -0.03646652, +0.20088889, +0.00213231, +0.16909703, +0.00792086, -0.00203378, +0.03096788, -0.24824344, -0.09791416, -0.03927640, -0.03433391, -0.08061794, -0.05735581, +0.38256103, -0.10561860, +0.17374430, +0.02170872, +0.01711448, -0.10136164, +0.51015259, -0.09520276, -0.04679152, -0.06577620, -0.16529081, +0.01028229, +0.03821241, -0.05707032, -0.07803313, -0.03049364, + /* S5.TCP_OPT_8 */ + +0.01051078, -0.05825925, +0.00936458, +0.33150849, -0.03495505, +0.02486681, -0.02573684, -0.00039285, -0.00994229, +0.00872523, -0.11636286, -0.01557259, +0.24220989, +0.01381406, +0.00621513, +0.02595766, -0.04039872, -0.14424425, +0.09133410, -0.06817196, +0.00146098, +0.12530166, -0.01528124, -0.02061339, +0.27429572, +0.01291704, +0.00618783, +0.37324764, +0.28691217, +0.33142595, +0.72632306, +0.00534332, -0.00397335, -0.02170168, -0.04464590, -0.01694222, -0.04224254, +0.00193769, +0.00757274, +0.03171362, +0.02457506, -0.00778679, +0.02868642, -0.06450619, +0.01752929, -0.03185119, +0.01787213, -0.04747872, -0.00674776, +0.00779340, -0.07633508, -0.05120934, -0.01452961, +0.03918172, +0.02317689, -0.06552874, +0.03504246, +0.01859310, +0.01219091, +0.00899113, -0.07318097, +0.00510004, +0.37961180, -0.01444318, +0.04283573, +0.00738433, +0.34095640, +0.01396514, +0.00286827, +0.03367933, -0.13085746, -0.08149403, -0.03558276, -0.03021259, -0.07719573, -0.05565577, -0.03932304, -0.09675275, +0.20349749, +0.02430745, +0.02113898, -0.09519246, +0.34813474, -0.08891803, -0.03795075, -0.04792387, -0.13390069, +0.01264417, +0.03969609, -0.03539818, -0.06822745, -0.01873905, + /* S5.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPTLEN_0 */ + -0.00856038, +0.19044408, +0.06877189, -0.00159563, -0.16450326, -0.66623558, +0.05092886, -0.02383014, +0.07253835, -0.09378107, +0.02051715, +0.23184686, +0.03071597, -0.14714442, +0.00429598, +0.00154765, -0.03060125, +0.02282359, -0.02285588, +0.01778472, +0.01911988, -0.38579152, -0.21551191, -0.01927181, +0.09764983, +0.06640534, +0.16179333, +0.16126405, -0.31152456, +0.17417310, +0.19504125, +0.04144737, +0.01309987, +0.07620918, +0.21542627, +0.07231138, +0.00044972, -0.00547399, +0.06535710, +0.00973943, -0.12930609, -0.03126767, +0.02423787, +0.00361419, +0.11819158, -0.01094684, +0.08815810, +0.10909987, -0.03929493, +0.04443846, -0.00724605, +0.07307615, -0.00073677, +0.08796894, +0.02396708, +0.06145619, +0.01455024, +0.08279076, -0.01378138, -0.05475362, -0.02922746, +0.01917085, -0.00939168, -0.06201985, -0.03908222, -0.01490759, -0.00844649, +0.00313001, -0.25806603, -0.05002692, -0.63168979, -0.37016947, -0.01344236, -0.06020422, -0.00097818, -0.03545575, -0.02832567, -0.00751400, +0.10442680, -0.07442337, -0.04084036, -0.00667492, -0.03247026, +0.17941753, -0.01937980, -0.01570550, +0.14676993, +0.02583418, +0.01724938, +0.04087093, +0.25053280, -0.01663846, + /* S5.TCP_OPTLEN_1 */ + -0.00160573, -0.19164261, +0.05811357, +0.01183579, +0.24557643, -0.18132497, +0.05908931, -0.01480569, +0.10758726, -0.01338955, +0.04239374, +0.12113421, +0.04021232, -0.01490368, -0.03736860, -0.07692810, +0.01901841, +0.04265408, -0.00757759, +0.00231759, +0.12852828, -0.00537134, +0.31215606, +0.01512004, +0.01173306, -0.06321008, -0.11468295, +0.09900750, +0.25779528, +0.10341552, +0.01858199, +0.06639917, +0.01345721, +0.07800732, +0.17075403, -0.11783548, +0.00211872, -0.06746946, +0.05604625, -0.04906914, -0.03075295, +0.04567811, -0.09972639, +0.03037735, -0.05434032, +0.02987319, +0.09495958, +0.13622274, +0.04987239, +0.08920370, +0.14338605, +0.12482072, +0.06777630, -0.09189444, +0.08850004, +0.03577749, +0.03455632, +0.10040114, +0.11171131, -0.03189254, +0.00523098, +0.18868989, +0.00479308, -0.00921293, +0.00195354, -0.09417874, +0.00341863, -0.11490087, +0.35388419, +0.13139383, -0.28507395, +0.02067237, +0.06980157, +0.03226208, +0.03158402, -0.02502523, +0.00282377, +0.06938646, +0.08313109, -0.00514588, -0.00414011, +0.04955064, +0.00199428, +0.03182807, +0.03592833, +0.03452199, +0.00943705, +0.02457819, +0.06784140, -0.00621499, -0.01042850, -0.04989965, + /* S5.TCP_OPTLEN_2 */ + +0.14970669, +1.57680061, +0.20420427, -0.01009916, -0.04426126, -0.35117383, +0.31204823, -0.08322663, +0.27094017, -0.03211195, +0.01958194, -0.03132481, +0.02780226, -0.03376117, -0.06425538, -0.12284200, -0.04923446, -0.04602277, -0.02717278, -0.19743061, +0.01508460, +0.28478657, -0.07288642, -0.03394653, -0.24532755, -0.10513690, -0.21547091, +0.09975980, +0.49968649, +0.12143932, -0.09813206, +0.33599452, +0.16707821, +0.19970106, +0.39395343, -0.17989846, -0.13977282, -0.02690113, +0.27946819, +0.42617207, -0.07739760, +0.02353123, -0.15073966, +0.00424560, -0.10060657, -0.05406980, +0.17080908, +0.36258000, +0.21695715, +0.18232444, +0.39434159, +0.34894373, +0.04231273, -0.14857095, +0.32405461, +0.07277994, +0.02929804, +0.19474342, +0.24038343, -0.19609377, -0.03175935, +0.13861942, -0.13546188, -0.09603393, -0.00827028, -0.14362686, -0.08923344, -0.16796894, -0.19006765, +0.76067734, -0.37487411, +0.03807565, +0.36583348, +0.17795935, +0.44032859, -0.23418007, +0.00054288, +0.05298402, +0.04991789, -0.02674734, -0.09534857, +0.00595337, -0.01042080, -0.08303241, -0.00009882, +0.00117076, +0.27624938, -0.08712516, +0.18772177, +0.09700823, +0.06966282, -0.24116768, + /* S5.TCP_OPTLEN_3 */ + -0.00023263, -0.32021715, +0.08355278, -0.06332333, -0.03451770, -0.33810281, +0.07322642, +0.05504035, +0.11182772, -0.01465307, +0.03124717, +0.30454444, +0.03301995, -0.01306064, -0.02965574, -0.06316997, +0.10018643, +0.12939070, -0.01025559, +0.16353183, +0.25964310, +0.36196013, -0.00997143, +0.07685282, +0.10834225, -0.05571898, -0.08964867, +0.04301492, +0.01439918, +0.05881692, -0.37521979, +0.15720514, -0.01833009, +0.04953542, +0.11486670, -0.06924445, +0.10754952, +0.08984760, +0.00027465, -0.09406202, -0.02827816, +0.04583578, -0.09687073, +0.03536063, -0.04066954, +0.18010998, +0.08455623, +0.12400783, -0.01865642, +0.05667486, +0.12112538, +0.22320457, +0.06436959, -0.08129127, +0.04710193, -0.02064021, +0.02335691, -0.17647609, -0.21130012, +0.10848434, +0.00027641, -0.15662995, +0.12310870, +0.05991839, -0.01404440, -0.09434359, +0.10224662, -0.04707037, +0.00362926, +0.02666160, -0.37075046, +0.08937032, -0.09329084, -0.04573384, +0.04369894, +0.11301971, -0.01003247, +0.06317253, +0.05969186, -0.00327990, +0.13441969, +0.04466283, -0.02243661, -0.04572693, +0.03785507, +0.00263981, -0.03718472, +0.15645911, -0.00644151, -0.04931999, +0.00634410, +0.13492714, + /* S5.TCP_OPTLEN_4 */ + -0.00135206, -0.93726761, +0.06098461, -0.00546457, -0.02894268, -0.43596772, +0.09293033, +0.12438060, +0.18681298, -0.01974340, +0.00165207, +0.56475931, +0.02704326, -0.01961953, -0.03636257, -0.07319895, +0.21112986, +0.04364388, -0.02609286, +0.05140477, -0.30078279, -0.01555922, -0.02827956, +0.18601494, -0.01475859, -0.06578066, -0.10991450, +0.13721514, +0.08043248, +0.09420186, +0.00933277, +0.29720105, -0.04953943, +0.03305854, +0.17630024, -0.07941612, +0.25234188, +0.77287698, +0.06198243, -0.19994181, -0.03824420, +0.02863518, -0.10026452, +0.01432178, -0.05652369, +0.36336270, +0.09203135, +0.11317034, -0.05492869, +0.04669877, +0.15377596, +0.29103916, +0.02257296, -0.09514878, -0.05993660, +0.00103138, +0.02753322, -0.22189639, -0.25741256, +0.25515711, -0.02652474, -0.18547749, -0.03514950, +0.13119532, -0.02858536, -0.12067522, +0.05009036, -0.06089877, +0.00067240, -0.26634369, -0.34913534, -0.01451011, -0.17311710, -0.05917040, -0.07139708, +0.31050959, -0.01051697, +0.03561307, +0.06083815, -0.01039601, +0.35332019, +0.01989892, -0.02401418, -0.04552389, +0.01312260, -0.12361909, +0.05006246, +0.28083630, -0.07211588, +0.00026629, -0.28378107, +0.32307908, + /* S5.TCP_OPTLEN_5 */ + -0.04046180, -0.19497633, -0.07833468, -0.16769872, -0.07223764, -0.03409458, -0.08324980, -0.04654144, -0.12064496, -0.00052122, +0.26214575, -0.07546795, +0.04210019, -0.00064096, -0.01733728, -0.01206446, -0.09879553, +0.01789141, +0.16453746, +0.32257919, -0.16750949, +0.06168620, -0.07515222, -0.09774301, +0.07758168, -0.05696743, -0.04395851, +0.68884997, +0.64841407, +0.05773181, -0.52087847, -0.09321927, -0.07025850, -0.02684529, -0.09009460, -0.06405743, -0.05062627, -0.12021770, -0.12326871, -0.22718536, +0.01866354, +0.20762356, -0.12235358, +0.24883672, -0.00929664, -0.16267569, -0.04365852, -0.08077281, -0.14735791, -0.05845343, -0.18737649, -0.13871485, +0.16512472, -0.05510706, -0.00275832, +0.33278240, +0.24287683, -0.01239604, -0.05398557, -0.08642470, +0.17673739, -0.10021128, -0.04425307, -0.07829991, +0.08255692, -0.05857670, -0.17009251, -0.02641481, -0.03020185, -0.10488042, -0.06817107, +0.15030939, -0.18221820, -0.17223978, -0.25680320, -0.13765468, +0.05924729, +0.31284348, +0.46868969, +0.01216429, -0.27493407, +0.32964445, +0.18198873, +0.06636417, +0.24806136, +0.24632993, -0.18383996, -0.05129312, +0.00966362, -0.10120374, +0.14575604, -0.09452469, + /* S5.TCP_OPTLEN_6 */ + +0.01339101, -0.03354750, +0.01702273, +0.04330745, -0.01820366, +0.02985218, -0.01903253, +0.00395911, -0.15942891, +0.00930377, -0.11394743, +0.01293294, +0.09919310, +0.01534979, +0.01021148, +0.03068268, -0.01999262, +0.39779184, +0.19928244, -0.06086823, -0.02592848, +0.11573713, -0.00749452, -0.00821123, +0.04470972, +0.01237640, +0.01205284, +0.03485722, +0.08196916, +0.12666786, -0.00114614, -0.05953917, +0.00047068, +0.00596325, -0.09151471, -0.01072382, -0.00796328, -0.07687526, +0.01150852, +0.03564293, +0.03289572, -0.00548523, +0.03087234, -0.06351391, +0.02126426, -0.02086052, +0.01865513, -0.05376211, -0.00383941, +0.00944611, -0.01455086, -0.16811837, -0.00900809, +0.04236643, +0.03571505, +0.11779788, +0.14058053, +0.01773733, +0.01008187, +0.01206471, +0.20168542, +0.00854383, +0.08008580, -0.00728270, +0.07275653, +0.00947465, +0.05377875, +0.01618761, +0.00892376, +0.05563261, +0.08599649, -0.07527651, -0.03084577, -0.02282094, -0.08457447, -0.03093938, +0.06055396, -0.10387582, +0.33732259, +0.02641558, +0.02610857, -0.07631248, +0.01030530, -0.08657742, -0.03605763, -0.04689399, -0.06614625, +0.02025151, +0.04599771, -0.01066127, -0.04361817, -0.01199918, + /* S5.TCP_OPTLEN_7 */ + +0.01663896, -0.02217788, +0.02022406, +0.06820448, -0.01412654, +0.03271193, -0.00937878, +0.00788783, +0.01177519, +0.02085054, -0.09831222, +0.01570143, +0.10701622, +0.01712257, +0.01240129, +0.03397832, -0.01298848, -0.10979678, +0.18356144, -0.04943339, +0.01024171, +0.13083563, -0.00360699, +0.00111529, +0.09871803, +0.01986933, +0.02092631, +0.48647218, +0.44253303, +0.14241413, +0.06381461, +0.01510521, +0.00373436, +0.00988513, +0.00347497, -0.00673305, -0.00444714, +0.02134915, +0.01508810, +0.04036690, +0.03428013, -0.00014993, +0.03399163, -0.05314192, +0.02372959, -0.01603339, +0.02735732, -0.00456010, +0.00456679, +0.01784991, -0.01047362, -0.00252480, -0.00468575, +0.04431377, +0.03847233, +0.09366161, +0.12922084, +0.02533923, +0.01794865, +0.01999406, +0.15425793, +0.01176615, +0.10407641, -0.00068348, +0.06477606, +0.01482419, +0.07941183, +0.01895196, +0.01155364, +0.05933128, +0.07911347, -0.05295433, -0.02010282, -0.01239458, -0.06692948, -0.02300962, +0.03291533, -0.08629873, +0.30691479, +0.02807497, +0.02888895, -0.06427009, +0.08618298, -0.07283186, -0.02794122, -0.03823877, -0.05811473, +0.02445263, +0.05036801, -0.00659629, -0.03341806, -0.00660272, + /* S5.TCP_OPTLEN_8 */ + +0.01208549, -0.03180413, +0.01014114, +0.35816348, -0.02255202, +0.02539001, -0.02395677, +0.00198298, -0.00600870, +0.00903791, -0.10537195, -0.01500400, +0.24592828, +0.01434369, +0.00746880, +0.02668708, -0.03958857, -0.14146961, +0.15335559, -0.06306429, +0.00252623, -0.02587595, -0.01253973, -0.01922099, +0.32101000, +0.01342933, +0.00675003, +0.38228883, +0.29723379, +0.33705486, +0.82693447, +0.00669341, -0.00258141, -0.02086530, -0.04061028, -0.01374162, -0.04130143, +0.00300632, +0.00898351, +0.03363085, +0.02486912, -0.00505810, +0.02924872, -0.06016242, +0.01795305, -0.02964840, +0.01977867, -0.04670050, -0.00553544, +0.00859652, -0.07435157, -0.05021115, -0.01215811, +0.03969926, +0.02382532, -0.12368886, +0.04925243, +0.01936899, +0.01318508, +0.01026559, +0.10062169, +0.00619006, +0.39225198, -0.00719754, +0.02765951, +0.00950604, +0.36911332, +0.01505094, +0.00428477, +0.03485885, -0.10710561, -0.07088891, -0.03342035, -0.02823847, -0.07571630, -0.05523330, -0.03350664, -0.09483881, +0.21097114, +0.02490540, +0.02201092, -0.09333331, +0.05827805, -0.08714846, -0.03590653, -0.04473595, -0.11073198, +0.01328999, +0.04026000, -0.01966386, -0.06234103, -0.01556310, + /* S5.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S5.TCP_MSS */ + -1.10133347, -2.89178049, -0.19959360, -0.01231721, -0.00592079, -0.15082636, -0.16514106, -0.01315960, -0.19100421, -0.03137979, -0.20920162, +0.13534933, +0.00936238, -0.06601112, -0.03628843, -0.18092899, -0.03087258, +0.00171134, -0.04420626, -0.05851805, -0.02896527, -0.00188211, -0.01033737, -0.17388565, +0.00915125, +0.03334286, +0.06806098, +0.86681487, -1.06608491, +0.09070672, -0.02374423, -0.02980037, -0.12625674, -0.28691851, -0.04875235, -0.20108482, +0.00969190, -0.03555354, -0.49116064, +1.24877508, -0.04950609, +1.16790566, +0.63901545, -0.85891425, +0.07854334, -1.12377535, -1.15427364, -0.58128367, +1.68323773, -0.44204272, -0.02026681, -0.22643074, -0.04486557, +0.05298346, +0.01686380, +0.02856943, -0.01342089, +0.06179433, -0.03642451, -0.09364889, +0.01200389, -0.04367836, +0.00146822, -0.04625308, -0.00988460, -0.20764322, -0.01021584, -0.00785296, -0.02590674, -0.67078707, -0.94839027, -0.00213963, -1.61829649, -0.39515890, -0.40043539, -0.04811263, -0.00566003, -0.06354169, +0.59599907, -0.02141140, +1.35594804, +0.00528098, -0.01473296, -0.62360677, -0.04487127, +0.47173747, -0.03807241, +0.06807002, -0.25824342, -0.02607236, -0.05126460, -0.03684141, + /* S5.TCP_SACKOK */ + +0.02826229, +0.05212571, +0.11151074, +0.02075380, +0.03052722, +0.12877854, +0.07214060, +0.01884534, +0.09353835, -0.00864309, -0.21053448, +0.15716608, +0.05594344, -0.00925248, -0.02481929, -0.04528775, +0.04157624, +0.05786176, +0.09682721, +0.13587389, +0.16336130, +0.01997047, +0.03484285, +0.03364867, +0.01975115, -0.03168645, -0.07817336, +0.17201238, -0.21564621, +0.10893445, +0.03140204, +0.07660485, +0.03737100, +0.08078991, +0.15198442, -0.09022973, +0.03350311, +0.04817135, +0.06881459, +0.07521622, -0.02177363, -0.08352077, -0.02406131, -0.15661331, -0.03967626, +0.06645914, +0.10618435, +0.10854432, +0.03637287, +0.08255306, +0.18934975, +0.10066861, +0.08458895, -0.08004971, +0.05704855, +0.06010898, +0.06291470, +0.13218975, +0.10638016, +0.02354163, +0.06269330, -0.21829993, +0.01619747, +0.01538861, +0.01999783, -0.06949936, +0.01261331, -0.04578639, +0.02422442, +0.04744468, -0.25122441, +0.05761571, +0.03387095, +0.01888656, +0.05905150, +0.01897582, +0.00864037, -0.20859255, +0.10434544, +0.00039636, +0.01787119, -0.19471306, +0.03342187, +0.27040916, -0.13892055, +0.10083092, +0.05399479, +0.06413906, +0.05045763, +0.02202611, +0.04448123, +0.02422756, + /* S5.TCP_WSCALE */ + -0.69673927, -0.14592546, -0.09796032, -0.06511222, -0.54391422, -0.54146128, -1.40409446, +0.52933886, -1.17655143, -0.02315591, -0.13993130, +0.40163043, -0.00913673, -0.03043475, -0.05393640, -0.10112540, -0.38471500, -0.27921385, -0.13921823, +0.11861652, -0.34349369, -0.10271462, -0.22594480, +0.21745595, -0.17776621, -0.08461963, -0.16370862, -3.28632441, -4.78305556, +0.04047071, -0.39054947, -1.66312701, +1.01111281, +0.04961277, -0.51738418, -0.11437500, +0.19966735, -2.63440462, -0.15128175, +0.61413985, -0.06284998, +0.35839512, -0.13875522, -0.26367418, -0.07706561, -0.15434977, +0.02027092, -0.37966818, +0.12934557, +1.48418097, -0.84350646, -0.98988665, +0.02429123, -0.14330616, +0.36189868, -0.43451513, -0.17280275, -0.31290994, -0.33937376, +2.53268860, -0.32571798, +0.21826754, +0.18349236, -0.37609784, +0.46496877, -0.13804603, -0.10978640, -0.14970846, +0.63781169, +1.02662438, +3.63640758, -0.18655555, +0.60757147, +0.60414142, -0.24562994, +0.34884515, +0.09909470, -0.07258022, +3.29342863, -0.02198657, +0.05420494, +0.07079579, +0.27796701, +0.73043189, -0.08587670, +0.18336190, -0.50726925, +0.00224702, +2.74391227, +0.17096763, +0.47453851, +0.07276285, + /* S5.TCP_CORR_WINDOW_MSS */ + +0.50206832, +1.90809517, -0.06928612, +0.55743822, +0.13515920, -0.00415880, -0.14910362, +0.20023138, -0.08383140, -0.03705595, +0.01947395, -0.30111028, +0.01448343, -0.06957211, -0.00398335, -0.00374893, +1.61076578, +0.00337792, +0.12233827, -0.07437921, -0.01526854, +0.03407775, +0.05243399, -0.06137924, -0.05988472, +0.02391898, +0.04877109, -0.74180367, +0.32203533, -2.44051320, +2.02114030, -0.16190110, -0.17232661, -0.22095536, -0.81832396, +0.03254140, -0.23738924, +0.71410920, -0.43810708, -0.51052713, -0.05166550, -0.05986045, -0.05283788, -0.03598671, +0.14429538, -0.02735001, -1.21387227, -0.64791603, -0.21709759, -0.68809996, -0.72220787, +0.02734720, -0.00555514, +0.05777685, -0.18826938, -0.43032773, -0.11338952, -0.06502426, -0.00612631, +2.23427601, -0.08924039, +0.00549256, -0.09521498, +1.89107433, +0.34400712, +0.23211187, +0.08751226, -0.00003242, -0.16401369, +0.27589485, +0.71866408, +0.31485807, +0.67905756, +0.51163990, +0.57623355, +0.38426268, -0.00394181, +0.37002623, -0.79327419, -0.02615933, -0.10487363, -0.04465773, +0.04627153, +0.20403650, -0.01975509, -0.05022743, -0.00281462, -1.01646859, -0.77393664, +0.13456638, +0.12187042, -1.88050252, + /* S6.TCP_WINDOW */ + -0.79946534, +1.90176661, -0.58866892, +0.36196826, +0.04449318, -0.61946026, -0.63022439, +0.09500606, -0.66076416, -0.05258218, -0.45675274, -0.92114601, -0.06954235, -0.08639091, -0.10962921, -0.14664711, +0.29579202, -0.09649477, +0.25786493, -0.23195016, -0.06864348, +0.10069320, +0.13875325, -0.20000806, -0.07101862, -0.01965344, -0.21087784, +0.62184186, +1.17287275, -2.42230368, +1.37196354, -0.40570297, -0.64384168, -0.93719052, -2.57328253, +0.03431045, -0.28170397, +0.38217739, -2.19273073, +1.72847618, -0.08477426, +0.10997697, -0.07870931, +0.38805791, +0.22712310, -0.05494056, +0.09864867, -2.27652562, +0.39077811, -2.26646901, -1.98423335, -0.14516554, -0.15673248, -0.08678660, -0.54403974, -1.07429958, -0.41853100, -0.01798437, -0.06994922, +0.23971633, -0.12375465, -0.08370064, -0.18170771, +0.06163265, +0.95991872, +0.58382794, -0.03290704, -0.07694309, +0.25661226, +0.66586818, +0.14287702, +0.12300153, -0.83071794, +1.08568227, +1.67493117, +0.20568904, +0.03398809, +0.16579665, +0.13117720, -0.04200513, -0.00453453, -0.11930546, +0.06658552, +0.71908588, -0.15569762, +0.38326237, +0.10467236, +0.61954449, -2.38387211, +0.39920506, +1.16679554, +0.26462469, + /* S6.TCP_FLAG_F */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S6.TCP_FLAG_S */ + -0.03486206, -0.11958659, +0.05795600, -0.03344928, -0.04207315, -0.24838856, +0.02575761, -0.03327968, +0.05957739, -0.09169397, +0.01760874, +0.10746620, -0.17564809, -0.14864723, +0.00345060, -0.01134985, -0.04100815, +0.01395640, -0.03588136, -0.00148342, +0.01223332, -0.00815755, -0.01831751, -0.02125389, -0.01834973, +0.06393955, +0.11068267, +0.01739288, -0.48620171, +0.21654799, -0.01064139, +0.02326247, -0.00631336, +0.06888296, +0.19559318, +0.07078860, -0.00831819, -0.05413197, +0.04711325, -0.07411130, -0.13684729, -0.03385359, +0.02239299, -0.00300959, +0.08152903, -0.01149701, +0.07902350, +0.10492088, -0.04654166, +0.03872673, -0.02485816, +0.06790012, -0.00982217, +0.03236394, +0.01432766, +0.06113161, +0.00444691, +0.07783527, -0.01607725, -0.07757527, -0.03514140, +0.01689927, -0.02739764, -0.06762189, -0.04124916, -0.02049097, -0.00904070, -0.00103842, -0.01303468, -0.06307962, -0.07503145, +0.01309541, -0.03057533, -0.07070088, -0.04057366, -0.05823940, -0.02922352, -0.01627886, -0.06492043, -0.07653937, -0.04355571, -0.01925084, -0.03422714, -0.00032705, -0.02112901, -0.02163209, -0.01064726, -0.00567942, +0.01489409, -0.05215469, -0.05325297, -0.03872361, + /* S6.TCP_FLAG_R */ + +0.00334399, +0.00369959, +0.00617003, +0.00042365, +0.00357436, +0.37277274, +0.03534548, +0.00348205, +0.05964562, -0.03590897, +0.02724147, -0.09972892, +0.22335861, -0.06099592, +0.01603435, +0.01217706, +0.00283367, +0.01919164, +0.00215894, +0.01243290, +0.02248830, +0.00425323, +0.00503768, +0.00708529, +0.00362859, +0.05066874, +0.01117031, +0.01512736, -0.04038540, +0.04591168, -0.03787135, +0.03070519, +0.00984128, +0.05095598, +0.12950961, +0.04781022, +0.01353577, +0.00245492, +0.04264535, +0.00355866, -0.05494112, +0.00385131, +0.03336584, +0.01405604, +0.00491448, +0.00576050, +0.07143005, +0.08574671, +0.00554668, +0.05978202, +0.01534723, +0.07079694, -0.00002253, -0.03759128, +0.02932173, +0.03188553, +0.01568762, +0.04690007, +0.00896855, -0.00005214, +0.00299971, +0.02251784, +0.00002215, +0.00217929, +0.00136521, +0.01699024, +0.00041160, +0.01317519, +0.01012367, +0.00070088, +0.00255939, +0.02206755, +0.01282959, +0.00505082, +0.00401611, +0.00418966, +0.00107009, +0.01097964, +0.00322767, -0.02055359, +0.00332675, +0.00596284, +0.00040024, +0.00727445, +0.00428740, +0.00534785, +0.02728346, -0.02319167, +0.04353022, +0.00412148, +0.00647839, +0.00168295, + /* S6.TCP_FLAG_P */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S6.TCP_FLAG_A */ + -0.03567818, -0.12036167, -0.02082655, -0.03755444, -0.04362415, -0.57789992, +0.02435715, -0.03409165, +0.05483304, -0.09702884, +0.01553854, +0.10516733, +0.02420377, -0.14929352, +0.00272633, -0.01381643, -0.04336735, +0.01208750, -0.03724605, -0.00242641, +0.01092546, -0.01379590, -0.02075682, -0.02322145, -0.02485524, +0.06285806, +0.09448650, -0.03657731, +0.05571519, +0.16160695, -0.05469866, +0.02162253, -0.00770711, +0.05370323, +0.19307085, +0.06993232, -0.00966987, -0.05470166, +0.04589809, -0.07496697, -0.13799833, -0.03494602, +0.02078115, -0.00570755, +0.07367626, -0.01422822, +0.05749756, +0.10335660, -0.04932413, +0.03608094, -0.03385826, +0.06514634, -0.01345319, +0.02939117, +0.00997414, +0.05853924, +0.00276428, +0.05385078, -0.01812772, -0.07971923, -0.03725076, +0.01297787, -0.03129776, -0.06792903, -0.04192608, -0.02222406, -0.01226238, -0.00245462, -0.01406894, -0.08276146, -0.07912277, +0.00999376, -0.03442108, -0.07206838, -0.07648085, -0.05808473, -0.02961997, -0.01781332, -0.06739526, -0.07731059, -0.04431564, -0.02685577, -0.03703912, -0.01194445, -0.02461938, -0.02283632, -0.01304376, -0.02469313, +0.01424288, -0.05346266, -0.06115614, -0.03955988, + /* S6.TCP_FLAG_U */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S6.TCP_FLAG_E */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S6.TCP_FLAG_C */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S6.TCP_FLAG_RES8 */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S6.TCP_FLAG_RES9 */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S6.TCP_FLAG_RES10 */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S6.TCP_FLAG_RES11 */ + +0.00399215, +0.00424070, +0.01220798, +0.00409273, +0.00407841, -0.04923744, +0.03619143, +0.00423078, +0.06074767, -0.02927059, +0.02930643, +0.02267286, +0.02361345, -0.06026234, +0.01691347, +0.01812789, +0.00789281, +0.02079123, +0.00336010, +0.01329357, +0.02377948, +0.00729997, +0.00610002, +0.00906449, +0.01005619, +0.05243878, +0.06023890, +0.01920184, +0.03814782, +0.10072943, +0.00592088, +0.03211531, +0.01089769, +0.05366341, +0.13127394, +0.04937599, +0.01828921, +0.00296682, +0.04363121, +0.00417248, -0.04759480, +0.00483003, +0.03528956, +0.01589921, +0.04102253, +0.00857328, +0.07216958, +0.08674935, +0.00681008, +0.06127552, +0.01973333, +0.07197622, +0.00760626, +0.01743782, +0.03664400, +0.03445672, +0.01690197, +0.04968750, +0.01026766, +0.00397786, +0.00468483, +0.02447419, +0.00485678, +0.00243023, +0.00198502, +0.01917648, +0.00353294, +0.01712326, +0.01098957, +0.00878899, +0.00488678, +0.02386765, +0.01364378, +0.00577936, +0.00556387, +0.00371465, +0.00143399, +0.01208474, +0.00495707, -0.01880672, +0.00413442, +0.01253866, +0.00302059, +0.01572379, +0.00774571, +0.00626004, +0.02833677, +0.00590638, +0.04400770, +0.00488170, +0.00782266, +0.00359567, + /* S6.TCP_OPT_0 */ + -0.03349207, -0.34564769, +0.03020474, +0.00566485, +0.15299202, -0.53823535, +0.00975567, -0.01549467, +0.06332835, -0.04362383, +0.02615297, +0.17267780, -0.24227478, -0.08918191, +0.01291535, +0.00686690, -0.00586226, +0.02138516, -0.01567478, +0.00630121, +0.01687058, -0.12949460, +0.20858546, -0.00026109, +0.04561406, +0.05787046, +0.12576155, +0.02609427, -0.05421583, +0.19715496, +0.12637604, +0.01310956, -0.01166654, +0.05855195, +0.15431150, +0.05758193, +0.01363386, -0.06271347, +0.02872166, -0.10364601, -0.07016510, -0.00848596, +0.03181731, +0.00633754, +0.09031154, +0.00312251, +0.07542870, +0.09311103, -0.01071959, +0.05429955, +0.00456221, +0.07114368, +0.00877860, +0.07689877, +0.03571455, +0.04623965, +0.01412610, +0.06033047, +0.00154720, -0.02993240, -0.00875460, +0.02305237, +0.00300046, -0.02566345, -0.01252079, +0.00463936, +0.00189697, +0.01459722, +0.25220620, -0.00833823, -0.01277302, -0.11431508, +0.00170110, -0.02121089, -0.04042527, -0.00981433, -0.00864876, +0.00547488, -0.01505709, -0.03656598, -0.01200970, +0.00884631, -0.00727822, +0.07119545, +0.00088354, -0.00249071, -0.00125078, +0.03015515, +0.03458962, -0.01861278, +0.02883497, -0.02581067, + /* S6.TCP_OPT_1 */ + +0.01366203, -0.18473154, +0.09267903, +0.00081377, +0.18008957, -0.14715165, +0.09336661, +0.01078272, +0.15801621, -0.01607512, +0.01163953, +0.23694006, -0.17571927, -0.02180711, -0.04297090, -0.09360735, +0.06503063, +0.01770023, -0.02945210, -0.07131096, +0.08078349, -0.03109326, +0.22126777, +0.06537179, +0.00030916, -0.07529204, -0.14163938, +0.01991650, +0.07846780, +0.14777345, +0.05179726, +0.12085109, +0.02665760, +0.09438580, +0.23202237, -0.12631952, +0.04906134, +0.12480249, +0.10515675, -0.00258572, -0.04724867, +0.02647409, -0.11234114, +0.00580958, -0.07207933, +0.13278400, +0.11899581, +0.16345863, +0.06787113, +0.10541403, +0.20046251, +0.17491232, +0.03113998, -0.10826601, +0.06434953, +0.03048862, +0.02079458, +0.15530815, +0.15635343, +0.01642797, -0.02453605, -0.30044532, -0.02298174, +0.01572882, -0.01264100, -0.11734101, -0.01591305, -0.07197390, +0.24065987, +0.06913321, -0.03583172, -0.02060143, +0.07710348, +0.04931941, +0.04872003, +0.03719540, -0.00183500, +0.04330926, -0.02664151, -0.01292995, +0.11395305, +0.01459187, -0.01270072, -0.05882580, +0.01131406, -0.04160970, +0.07650955, +0.07355053, +0.05662907, +0.02481671, -0.07424662, +0.01490872, + /* S6.TCP_OPT_2 */ + +0.09098283, +0.52543384, +0.10946007, -0.05608059, -0.14883025, -0.39771027, +0.21280266, +0.03784474, +0.24608799, -0.02841350, -0.03707105, +0.35032872, -0.20372819, -0.03475434, -0.05988169, -0.11797195, +0.11168471, -0.02887046, -0.05820237, -0.18693622, +0.00318442, +0.31993014, -0.19549542, +0.11838314, -0.14191415, -0.09959534, -0.20862156, -0.06809865, +0.36490252, +0.12236402, -0.21147736, +0.26152021, +0.09383429, +0.13170417, +0.34886611, -0.16445738, +0.07830180, +0.42196608, +0.22962488, +0.24796198, -0.07764379, -0.00509008, -0.13618521, -0.03274551, -0.10842856, +0.23323813, +0.14891888, +0.24536211, +0.12866805, +0.14613136, +0.32241377, +0.28349556, -0.02986308, -0.13888462, +0.08139851, +0.01672504, -0.00915001, +0.20395400, +0.23349486, +0.05686267, -0.07067791, -0.39473748, -0.08466714, +0.03692246, -0.03409818, -0.15369437, -0.05063908, -0.09922233, -0.27867544, +0.11286291, -0.11723395, -0.04810289, +0.14380923, +0.10482248, +0.16672223, +0.07250537, -0.01046358, -0.00181517, -0.08273842, -0.02744360, +0.25202866, -0.05086550, -0.04008993, -0.24157556, -0.03448096, -0.17975068, +0.21964945, +0.09965824, +0.06849826, +0.08035232, -0.11272975, +0.07735128, + /* S6.TCP_OPT_3 */ + -0.06807503, -0.19881679, -0.09434964, -0.08359884, -0.06948414, -0.04671432, -0.12913108, -0.04959238, -0.15287879, +0.00062081, +0.25673440, -0.09300834, -0.19552376, -0.00240482, -0.02112021, -0.01838764, -0.10689170, +0.08528210, +0.15490743, +0.21576839, +0.36911996, -0.05960603, -0.08074605, -0.11074534, +0.06942046, -0.06087415, -0.05023847, +0.45492793, +0.46740536, +0.18292679, -0.18729678, -0.20318629, -0.07575532, -0.03429856, -0.11188299, -0.07166967, -0.05767395, -0.48653126, -0.17152571, -0.25094633, +0.01655965, +0.20169458, -0.13205580, +0.24396674, -0.01278083, -0.18257737, -0.04989418, -0.09812146, -0.16701141, -0.06357768, -0.19663585, -0.17818625, +0.20662113, -0.07234516, -0.00828209, +0.26539136, +0.21970624, -0.01814402, -0.06722313, -0.09347419, +0.16913844, -0.11613837, -0.02396687, -0.08044054, +0.07098591, -0.06474084, -0.06348982, -0.03115518, -0.03376236, -0.13430485, +0.44281253, +0.17207292, -0.19414480, -0.18407460, -0.26308896, -0.14575979, +0.04404887, +0.30089346, +0.26778044, +0.01107978, -0.33205733, +0.31922487, +0.15610999, +0.22983415, +0.24101429, +0.33033902, -0.18488244, -0.06085761, +0.00287846, -0.10016336, +0.15342648, -0.10241511, + /* S6.TCP_OPT_4 */ + -0.00472011, -0.11846706, -0.00005563, -0.14228105, -0.04547207, +0.01313487, -0.05347133, -0.01973499, -0.10276344, +0.01273197, -0.22543561, -0.00003509, -0.14698199, +0.00751276, -0.00144853, +0.02182761, -0.06328738, +0.04478877, +0.37675069, -0.11329132, -0.02508266, +0.03930091, -0.02872953, -0.02055568, +0.01416238, +0.00047400, -0.02136543, +0.62842366, +0.65816911, +0.10947524, -0.44148091, -0.03875513, -0.01541400, -0.00554592, -0.05779974, -0.03604104, -0.02199261, -0.04691792, -0.00467108, +0.00514227, +0.02842217, -0.03829912, +0.02258409, -0.13313375, +0.00927155, -0.04774900, -0.02550444, -0.05967571, -0.04546586, -0.04447440, -0.03181863, -0.11689208, -0.03739237, +0.03343996, +0.02152766, +0.40269895, +0.29776095, +0.00678784, -0.00006215, -0.04144512, +0.60009272, -0.00709071, -0.09916088, -0.05656700, +0.14099012, -0.02364806, -0.13862336, +0.00203128, -0.00472771, +0.03627888, +0.84656073, -0.11276499, -0.08812470, -0.09117877, -0.21253419, -0.08004921, +0.28444415, -0.20756704, +0.47550537, +0.01850816, +0.01186331, -0.15687172, -0.58878281, -0.18181036, -0.08661728, -0.10569767, -0.08457089, -0.00520747, +0.03619798, -0.02945248, -0.10527530, -0.05127529, + /* S6.TCP_OPT_5 */ + +0.00362861, -0.12946631, +0.00598772, +0.29033029, -0.05505001, +0.02117915, -0.03850914, -0.01219515, -0.18437841, +0.00617073, -0.17146829, -0.01816917, -0.17655603, +0.01054122, -0.00146254, +0.02441114, -0.04451728, +0.36729268, -0.27971779, -0.09848471, -0.03677326, +0.31114504, -0.02575185, -0.03203791, +0.17080623, +0.00561798, -0.00033354, -0.22911675, -0.20039556, +0.41825148, +0.65624205, -0.07196209, -0.01093714, -0.02644908, -0.14361281, -0.03835433, -0.04602263, -0.09899556, +0.00042690, +0.02253314, +0.02359065, -0.02108886, +0.02649960, -0.08387625, +0.01555532, -0.04180176, +0.01002642, -0.09492775, -0.01319418, +0.00273368, -0.08183901, -0.21556557, -0.02900729, +0.03689718, +0.02047821, +0.36601411, -0.06892737, +0.01011123, +0.00285028, +0.00301229, -0.57034203, +0.00025025, +0.35333682, -0.03671465, +0.20106132, +0.00215516, +0.17340501, +0.00792318, -0.00244628, +0.02997058, +0.02903122, -0.11405733, -0.04333913, -0.03631563, -0.08208442, -0.05936454, +0.38261189, -0.10934128, +0.08790800, +0.02154687, +0.01667989, -0.10298109, +0.51369051, -0.09670378, -0.04395244, -0.06689402, -0.17017976, +0.00950140, +0.03555861, -0.05833998, -0.08039412, -0.03203934, + /* S6.TCP_OPT_6 */ + +0.01020517, -0.05850647, +0.00866788, +0.33600641, -0.03533226, +0.02298575, -0.03004592, -0.00086182, -0.17777358, +0.00755328, -0.11592885, -0.01633776, -0.16174464, +0.01325364, +0.00642892, +0.02667751, -0.04170458, +0.37581725, +0.08643028, -0.07210420, -0.03166282, +0.12458437, -0.01575736, -0.02477479, +0.23807536, +0.00791739, +0.00169635, -0.19830569, -0.16787216, +0.43320453, +0.80837702, -0.06520585, -0.00419781, -0.02361995, -0.13739646, -0.01671723, -0.04337377, -0.09351172, +0.00724772, +0.03124279, +0.02461547, -0.00766056, +0.02891793, -0.06334964, +0.01726377, -0.02802976, +0.01364726, -0.09268179, -0.01006648, +0.00546622, -0.07795267, -0.21278557, -0.01487681, +0.03910520, +0.02247254, -0.07159161, +0.02375498, +0.01352613, +0.00773964, +0.00775313, -0.07550614, +0.00564356, +0.38294920, -0.01469131, +0.04300817, +0.00740718, +0.34526437, +0.01396746, +0.00245577, +0.03268204, +0.14641721, -0.09763720, -0.03964548, -0.03219432, -0.07866221, -0.05766450, -0.03927217, -0.10047543, +0.11766119, +0.02414560, +0.02070439, -0.09681192, +0.35167266, -0.09041905, -0.03511167, -0.04904169, -0.13878965, +0.01186329, +0.03704228, -0.03666785, -0.07058844, -0.02028475, + /* S6.TCP_OPT_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPT_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPTLEN_0 */ + -0.00811944, +0.19075519, +0.06887539, +0.00342271, -0.16438455, -0.66864746, +0.05142563, -0.02360116, +0.07180408, -0.08438969, +0.02201242, +0.23197257, -0.37153946, -0.14716366, +0.00506620, +0.00398610, -0.03067360, +0.02270379, -0.02239389, +0.01815842, +0.01988669, -0.38220728, -0.21504063, -0.01646512, +0.10753568, +0.06680503, +0.16098292, +0.03370893, -0.39205055, +0.28164102, +0.28071831, +0.04331622, +0.01385024, +0.07643710, +0.21571597, +0.07317563, +0.00075709, -0.00510152, +0.06625281, +0.00989259, -0.12872852, -0.03029068, +0.02614603, +0.00588178, +0.11865265, -0.00615776, +0.08571171, +0.10910123, -0.04034077, +0.04272252, -0.00735707, +0.07283389, -0.00055217, +0.08849982, +0.02399618, +0.06554098, +0.00778441, +0.08336426, -0.01229611, -0.05525342, -0.03046030, +0.02057587, -0.00554806, -0.06196048, -0.03870612, -0.01403931, -0.00322850, +0.00384248, -0.25782083, -0.05005485, -0.05050253, -0.37021115, -0.01494319, -0.06100919, -0.00124816, -0.03627047, -0.02815058, -0.00753304, -0.05646567, -0.07410977, -0.04059298, -0.00729290, -0.02864908, +0.17925321, -0.01589904, -0.01626242, +0.14697430, +0.02579446, +0.01735762, +0.04096381, +0.24998377, -0.01882068, + /* S6.TCP_OPTLEN_1 */ + -0.01166063, -0.35878977, +0.04186427, +0.01429985, +0.23577081, -0.19051425, +0.04335169, +0.00109659, +0.10257793, -0.00939518, +0.03908893, +0.17311609, -0.16171065, -0.01478734, -0.03347396, -0.07559202, +0.03963756, +0.04108441, -0.00968013, -0.00364805, +0.12659148, -0.00507083, +0.30192990, +0.03638532, +0.01481907, -0.06209409, -0.11297341, +0.03417000, +0.21559661, +0.15647852, +0.06064805, +0.05473291, +0.00149651, +0.06718721, +0.16363871, -0.10498979, +0.03240818, -0.00675219, +0.04773648, -0.08341184, -0.03069526, +0.04469133, -0.09864980, +0.02993579, -0.05585064, +0.07789862, +0.08918361, +0.11757251, +0.03296582, +0.08199094, +0.13023256, +0.11342573, +0.06353825, -0.09234939, +0.05292310, +0.03736108, +0.03636917, +0.11617133, +0.11358964, +0.00094852, +0.00146916, -0.24918914, +0.00291220, +0.00738050, -0.00053268, -0.09528720, +0.00317509, -0.05706841, +0.35092910, +0.03430918, -0.00139884, +0.01644110, +0.03629026, +0.01837393, -0.01431690, +0.01577562, +0.00297355, +0.06705156, +0.00099599, -0.00498857, +0.03764363, +0.04660341, +0.00212181, +0.02477418, +0.03667203, +0.03504297, -0.00286135, +0.04916753, +0.04970821, -0.01130353, -0.05138035, -0.00788037, + /* S6.TCP_OPTLEN_2 */ + +0.08368359, +0.43703077, +0.10834572, -0.05625931, -0.10513877, -0.39801753, +0.20589172, +0.03544059, +0.24557823, -0.02852693, -0.03757672, +0.34996915, -0.20398779, -0.03487192, -0.06003366, -0.12032426, +0.11054965, -0.02947337, -0.06065564, -0.19105001, +0.00161685, +0.31613648, -0.13755202, +0.11785203, -0.14266449, -0.09976594, -0.20883931, -0.06831315, +0.36410168, +0.12224552, -0.21157219, +0.25639745, +0.08858663, +0.13066164, +0.34677236, -0.16464041, +0.07761950, +0.40827185, +0.22462835, +0.22432325, -0.07775164, -0.00563060, -0.13658800, -0.03441785, -0.10861277, +0.23266834, +0.14845086, +0.24485769, +0.12793277, +0.14568135, +0.32006655, +0.28294578, -0.03017137, -0.13910637, +0.08100871, +0.01665680, -0.00930597, +0.20337840, +0.23300688, +0.05239656, -0.07131738, -0.39508318, -0.08507784, +0.03544666, -0.03441018, -0.15479261, -0.05097902, -0.09940390, -0.20797939, +0.11214460, -0.11830692, +0.02953995, +0.14171585, +0.10351193, +0.15686202, +0.06829949, -0.01056992, -0.00302932, -0.08296024, -0.02756691, +0.25160579, -0.05160993, -0.04043473, -0.27415272, -0.03480306, -0.18054896, +0.19599748, +0.09920403, +0.06824548, +0.06772178, -0.17198551, +0.07234095, + /* S6.TCP_OPTLEN_3 */ + -0.05687272, -0.19436417, -0.07026279, -0.19044710, -0.07188456, -0.03151338, -0.11132524, -0.04551622, -0.11947765, +0.00553056, +0.26599258, -0.06373135, -0.17388935, -0.00038911, -0.01749950, -0.01316726, -0.09151962, +0.01337191, +0.16653052, +0.08357485, +0.26974177, +0.11096607, -0.07305026, -0.08596329, -0.02922585, -0.05587636, -0.04315649, +0.57508248, +0.58632080, +0.09883842, -0.52582141, -0.16091608, -0.06794543, -0.02123661, -0.08020942, -0.06441387, -0.04185988, -0.37521157, -0.13619320, -0.21708613, +0.02055905, +0.21064323, -0.12663677, +0.25173886, -0.00723814, -0.14979791, -0.04430138, -0.07475940, -0.13932770, -0.05850035, -0.17292048, -0.13347868, +0.14462788, -0.04664475, +0.00146396, +0.33995747, +0.25115450, -0.01195306, -0.05151117, -0.08193128, +0.17670579, -0.09242066, -0.12429953, -0.07798938, +0.08382768, -0.06034516, -0.16013904, -0.02447806, -0.02811875, -0.08744999, +0.57304277, +0.09176394, -0.16746588, -0.15996176, -0.25365575, -0.12664831, +0.06116516, +0.31856555, +0.33573004, +0.01265509, -0.24695043, +0.33737817, +0.19676887, +0.02997020, +0.25242335, +0.20448246, -0.16453004, -0.04570771, +0.01278862, -0.09240580, +0.08633740, -0.09485043, + /* S6.TCP_OPTLEN_4 */ + -0.00472011, -0.11846706, -0.00005563, -0.14228105, -0.04547207, +0.01313487, -0.05347133, -0.01973499, -0.10276344, +0.01273197, -0.22543561, -0.00003509, -0.14698199, +0.00751276, -0.00144853, +0.02182761, -0.06328738, +0.04478877, +0.37675069, -0.11329132, -0.02508266, +0.03930091, -0.02872953, -0.02055568, +0.01416238, +0.00047400, -0.02136543, +0.62842366, +0.65816911, +0.10947524, -0.44148091, -0.03875513, -0.01541400, -0.00554592, -0.05779974, -0.03604104, -0.02199261, -0.04691792, -0.00467108, +0.00514227, +0.02842217, -0.03829912, +0.02258409, -0.13313375, +0.00927155, -0.04774900, -0.02550444, -0.05967571, -0.04546586, -0.04447440, -0.03181863, -0.11689208, -0.03739237, +0.03343996, +0.02152766, +0.40269895, +0.29776095, +0.00678784, -0.00006215, -0.04144512, +0.60009272, -0.00709071, -0.09916088, -0.05656700, +0.14099012, -0.02364806, -0.13862336, +0.00203128, -0.00472771, +0.03627888, +0.84656073, -0.11276499, -0.08812470, -0.09117877, -0.21253419, -0.08004921, +0.28444415, -0.20756704, +0.47550537, +0.01850816, +0.01186331, -0.15687172, -0.58878281, -0.18181036, -0.08661728, -0.10569767, -0.08457089, -0.00520747, +0.03619798, -0.02945248, -0.10527530, -0.05127529, + /* S6.TCP_OPTLEN_5 */ + +0.01639907, -0.02237723, +0.01976379, +0.07000977, -0.01438673, +0.03097949, -0.01164620, +0.00754077, -0.07256317, +0.02017668, -0.09835022, +0.01521587, -0.09516739, +0.01672537, +0.01245860, +0.03422607, -0.01379406, +0.14970804, +0.18071887, -0.05155073, -0.00643710, +0.13007721, -0.00395016, -0.00107445, +0.08029628, +0.01723972, +0.01823487, +0.16761026, +0.19382233, +0.19285780, +0.10446051, -0.02026614, +0.00351789, +0.00882538, -0.04307666, -0.00667009, -0.00512729, -0.02644759, +0.01481672, +0.04000411, +0.03418386, -0.00023005, +0.03401002, -0.05274888, +0.02350860, -0.01419661, +0.02447395, -0.02739258, +0.00245232, +0.01608816, -0.01145574, -0.08363006, -0.00496480, +0.04419392, +0.03801202, +0.09039594, +0.12149365, +0.02269674, +0.01561722, +0.01911505, +0.15240741, +0.01189666, +0.10531487, -0.00086528, +0.06469757, +0.01469873, +0.08141125, +0.01884873, +0.01123576, +0.05869863, +0.36230750, -0.06130906, -0.02264345, -0.01374898, -0.06787371, -0.02431976, +0.03283159, -0.08852367, +0.22310703, +0.02791607, +0.02853316, -0.06558490, +0.08771093, -0.07381248, -0.02700014, -0.03919427, -0.06072134, +0.02393752, +0.04893236, -0.00737116, -0.03491967, -0.00806871, + /* S6.TCP_OPTLEN_6 */ + +0.01177988, -0.03205134, +0.00944443, +0.36266139, -0.02292923, +0.02350895, -0.02826584, +0.00151401, -0.17383998, +0.00786596, -0.10493794, -0.01576917, -0.15802626, +0.01378327, +0.00768259, +0.02740692, -0.04089443, +0.37859189, +0.14845177, -0.06699653, -0.03059757, -0.02659324, -0.01301585, -0.02338239, +0.28478964, +0.00842967, +0.00225855, -0.18926450, -0.15755054, +0.43883344, +0.90898843, -0.06385576, -0.00280587, -0.02278357, -0.13336084, -0.01351663, -0.04243266, -0.09244309, +0.00865849, +0.03316001, +0.02490953, -0.00493187, +0.02948024, -0.05900587, +0.01768752, -0.02582697, +0.01555380, -0.09190357, -0.00885415, +0.00626934, -0.07596916, -0.21178737, -0.01250531, +0.03962274, +0.02312097, -0.12975174, +0.03796495, +0.01430202, +0.00873381, +0.00902758, +0.09829651, +0.00673358, +0.39558938, -0.00744568, +0.02783194, +0.00952889, +0.37342129, +0.01505327, +0.00387227, +0.03386156, +0.17016905, -0.08703208, -0.03748308, -0.03022019, -0.07718278, -0.05724203, -0.03345577, -0.09856149, +0.12513484, +0.02474354, +0.02157633, -0.09495277, +0.06181597, -0.08864948, -0.03306745, -0.04585377, -0.11562093, +0.01250911, +0.03760620, -0.02093352, -0.06470202, -0.01710881, + /* S6.TCP_OPTLEN_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPTLEN_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_MSS */ + -1.09456605, -2.86905331, -0.19692212, -0.01177386, -0.00573320, -0.15237551, -0.16315964, -0.01420809, -0.18952493, -0.02699737, -0.20700755, +0.13678958, -0.19275539, -0.06639490, -0.03796599, -0.18005581, -0.04081926, +0.00059545, -0.04392425, -0.05775822, -0.02802735, +0.00014425, -0.00981872, -0.17144062, +0.01586731, +0.03294565, +0.06648039, +0.78409970, -1.11410245, +0.14358732, +0.01381263, -0.02798662, -0.12494931, -0.28437658, -0.04688241, -0.19501277, +0.01077026, -0.03894622, -0.48730412, +1.24177686, -0.04971345, +1.16127168, +0.63721115, -0.85259124, +0.07963947, -1.11362075, -1.14831739, -0.57691194, +1.67241715, -0.44013378, -0.01982833, -0.22408554, -0.04623234, +0.05177465, +0.01705651, +0.03158826, -0.01742628, +0.06242489, -0.03542051, -0.10782295, +0.01096195, -0.04211286, +0.00366894, -0.05863324, -0.00973508, -0.20518394, -0.00891403, -0.00871690, -0.02566287, -0.66611674, -0.58384622, -0.00369653, -1.60862375, -0.39333243, -0.39712859, -0.05064617, -0.00554044, -0.06490922, +0.49253084, -0.02154126, +1.34785225, +0.00507505, -0.01262458, -0.61597339, -0.04299319, +0.46870555, -0.03723509, +0.07650116, -0.25654140, -0.02597854, -0.04915525, -0.02487594, + /* S6.TCP_SACKOK */ + +0.02848277, +0.05228126, +0.11156249, +0.02326297, +0.03058658, +0.12757260, +0.07238898, +0.01895982, +0.09317121, -0.00394740, -0.20978684, +0.15722894, -0.14518428, -0.00926210, -0.02443417, -0.04406853, +0.04154006, +0.05780186, +0.09705820, +0.13606074, +0.16374470, +0.02176259, +0.03507849, +0.03505202, +0.02469407, -0.03148660, -0.07857856, +0.10823482, -0.25590920, +0.16266841, +0.07424057, +0.07753927, +0.03774618, +0.08090387, +0.15212927, -0.08979760, +0.03365680, +0.04835758, +0.06926245, +0.07529280, -0.02148485, -0.08303228, -0.02310722, -0.15547951, -0.03944572, +0.06885368, +0.10496115, +0.10854500, +0.03584995, +0.08169508, +0.18929424, +0.10054748, +0.08468125, -0.07978427, +0.05706310, +0.06215137, +0.05953178, +0.13247650, +0.10712279, +0.02329173, +0.06207688, -0.21759742, +0.01811928, +0.01541829, +0.02018588, -0.06906522, +0.01522230, -0.04543015, +0.02434702, +0.04743071, +0.03936921, +0.05759487, +0.03312054, +0.01848408, +0.05891651, +0.01856846, +0.00872792, -0.20860208, +0.02389920, +0.00055316, +0.01799488, -0.19502205, +0.03533246, +0.27032701, -0.13718017, +0.10055246, +0.05409698, +0.06411920, +0.05051175, +0.02207255, +0.04420671, +0.02313645, + /* S6.TCP_WSCALE */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* S6.TCP_CORR_WINDOW_MSS */ + +0.22458745, +0.20835284, -0.02477809, +0.61582751, -0.08740233, -0.23985502, -0.12561053, +0.22566286, -0.02141406, -0.02901108, +0.00658251, -0.15702646, -0.20125799, -0.06684468, +0.02302886, +0.01161534, +2.00028316, +0.02341960, +0.04876939, -0.05858835, -0.00896946, +0.00641053, -0.03676978, -0.03653352, -0.06217450, +0.03291319, +0.08761259, -0.38755419, -0.08696344, -2.27450239, +2.11146066, -0.11468058, -0.10777697, -0.09519366, -0.34835944, +0.00621468, -0.22930977, +0.80122133, -0.22223642, -0.35357898, -0.04660226, -0.03236897, -0.01656905, -0.02459804, +0.09818861, -0.12188070, -0.55930019, -0.29398952, -0.11674002, -0.32246428, -0.36243746, +0.00842209, +0.05751700, +0.13127623, -0.08409452, -0.24087515, -0.06042415, +0.06232839, -0.00001956, +2.81347837, -0.05444807, +0.00986641, -0.07269385, +2.43566066, +0.15339871, +0.10241756, +0.12281211, +0.00554448, +0.11548379, +0.07906878, +0.47129979, +0.36411041, +0.20269236, +0.20312900, +0.18630393, +0.42761969, -0.01316634, +0.39731718, -0.43726259, -0.02328486, -0.06369403, -0.03952439, -0.00954525, -0.20744207, -0.01139649, -0.03647831, -0.05288325, -1.51975383, -0.36327515, +0.04313057, -0.22933387, -2.55669574, + /* TECN.TCP_WINDOW */ + -0.78463224, +1.93028484, -0.61446463, +0.35966183, +0.56574741, +0.51988075, -0.62906941, +0.09524083, -0.66781824, -0.08417263, -0.45427424, -0.93699031, -0.07091255, +0.16550443, -0.12417911, -0.14290536, +0.32316472, -0.09690498, +0.25837700, -0.23182187, -0.07025428, +0.10700160, +0.25633038, -0.20249270, -0.07502279, -0.05522993, +0.01224955, +0.60598445, +0.54480957, -2.35474408, +1.28712985, -0.40638662, -0.64286492, -0.95633996, -2.70416221, +0.03213569, -0.28204985, +0.38376738, -2.21012477, +1.74596916, -0.16943435, +0.10889552, -0.06740003, +0.38675670, -0.29842288, -0.06135976, +0.08687312, -2.29359421, +0.38301685, -2.28538637, -2.00583672, -0.14662835, -0.15602090, +0.07661979, -0.55718837, -1.09765580, -0.39740893, -0.34741390, -0.07405347, +0.24233303, -0.12513234, -0.09157077, -0.18350412, +0.06275894, +0.95975471, +0.61984881, -0.03313090, -0.07541531, -0.64946935, +0.48350997, +0.13923072, +0.12123961, -0.65455617, +1.07422678, +1.60678142, +0.20408815, +0.03025689, +0.16126613, +0.12645837, -0.09276920, -0.00621864, -0.12195544, +0.06641073, +0.74454606, -0.15706919, +0.39092446, +0.12059300, +0.59872328, -2.40345420, +0.38829439, +1.18894545, +0.26678844, + /* TECN.TCP_FLAG_F */ + +0.00382958, +0.00405326, +0.00564729, +0.00431351, +0.00400049, +0.17013268, +0.03576272, +0.00414087, +0.05954816, -0.05817411, +0.02855348, +0.02409615, +0.02289412, +0.17853310, +0.00905673, +0.02034447, +0.02473288, +0.01982720, +0.00327004, +0.01269428, +0.02284052, +0.00682340, +0.00581208, +0.00701067, +0.01018292, +0.01869050, +0.17184539, +0.01889412, -0.11862551, +0.09176991, +0.00550954, +0.03153863, +0.01063029, +0.04710132, +0.02615473, +0.02925556, +0.01853505, +0.00288882, +0.03247226, +0.00403984, -0.12611265, +0.00468847, +0.03606912, +0.01529918, -0.21862853, +0.00436659, +0.07139167, +0.08510428, +0.00670099, +0.06043415, +0.01839181, +0.07059902, +0.00970408, +0.10154717, +0.03774925, +0.01317936, +0.00636702, +0.05039573, +0.00900040, +0.00480422, +0.00411607, +0.01973309, +0.00490247, +0.00286148, +0.00190045, +0.04030475, +0.00336161, +0.01831122, +0.01067970, +0.00982904, +0.00494505, +0.02283035, +0.00990395, +0.00553575, +0.00554597, +0.00327294, +0.00135435, +0.00871815, +0.00486128, -0.06605611, +0.00392417, +0.01171015, +0.00296061, +0.02600933, +0.00745513, +0.00587044, +0.02766356, +0.00826554, +0.04242444, +0.00471140, +0.00819044, +0.00349556, + /* TECN.TCP_FLAG_S */ + -0.03546503, -0.12025817, +0.00197221, -0.03354387, -0.04267406, +0.14398661, +0.02458060, -0.03389535, +0.05604921, -0.14832115, +0.01620778, -0.00969395, -0.17699264, +0.33062460, -0.01228607, -0.00685455, -0.01238670, +0.01163123, -0.03630344, -0.00296745, +0.01019644, -0.01116938, -0.01978024, -0.02570228, -0.01902348, -0.00363131, +0.35565697, +0.01536377, -0.23641838, +0.19841612, -0.01178469, +0.02182652, -0.00741636, +0.05295407, -0.01503770, +0.03068663, -0.01185688, -0.05446226, +0.02443782, -0.07472868, -0.28932674, -0.03430655, +0.02393855, -0.00445190, -0.43799467, -0.02017009, +0.07685164, +0.10086740, -0.04866366, +0.03549061, -0.03128307, +0.06390200, -0.01066025, +0.19997082, +0.00926591, +0.01853625, -0.01723693, +0.07552868, -0.01893099, -0.08058217, -0.03662419, +0.00873768, -0.02935137, -0.06683925, -0.04151401, +0.02181239, -0.00959425, +0.00153547, -0.01410780, -0.07969540, -0.07783703, +0.00985989, -0.04030885, -0.07195808, -0.06860140, -0.05808044, -0.02943237, -0.02343540, -0.06603541, -0.17017689, -0.04438253, -0.02306971, -0.03466114, +0.00592385, -0.02204022, -0.02288424, -0.01313542, -0.04534201, +0.01146299, -0.05321204, -0.05887447, -0.04065261, + /* TECN.TCP_FLAG_R */ + +0.00331063, +0.00364055, +0.00388238, +0.00076735, +0.00359263, +0.34953732, +0.03508578, +0.00364311, +0.05876926, -0.06469458, +0.02667269, +0.02085137, +0.22282990, +0.17787634, +0.00822934, +0.01456669, +0.02357087, +0.01840475, +0.00215064, +0.01199027, +0.02167048, +0.00397253, +0.00501351, +0.00525781, +0.00418779, +0.01704681, +0.12347941, +0.01499057, -0.19620827, +0.03703580, -0.03819936, +0.03026159, +0.00985061, +0.04589515, +0.02493412, +0.02774236, +0.01744007, +0.00247048, +0.03165875, +0.00357896, -0.13329235, +0.00379206, +0.03424977, +0.01357293, -0.25376174, +0.00177128, +0.07089393, +0.08442460, +0.00603082, +0.05974284, +0.01574213, +0.06980948, +0.00550417, +0.04797065, +0.03584169, +0.01063071, +0.00532153, +0.04789303, +0.00780102, +0.00419742, +0.00255921, +0.01798978, +0.00149337, +0.00265189, +0.00132228, +0.03823630, +0.00033489, +0.01452498, +0.01007868, +0.00788191, +0.00328910, +0.02137711, +0.00946947, +0.00504588, +0.00484928, +0.00305432, +0.00100991, +0.00776631, +0.00332456, -0.06768428, +0.00339423, +0.00672224, +0.00044812, +0.02297012, +0.00420300, +0.00514460, +0.02695121, +0.00612410, +0.04206394, +0.00419209, +0.00740256, +0.00303644, + /* TECN.TCP_FLAG_P */ + +0.00382958, +0.00405326, +0.00564729, +0.00431351, +0.00400049, +0.17013268, +0.03576272, +0.00414087, +0.05954816, -0.05817411, +0.02855348, +0.02409615, +0.02289412, +0.17853310, +0.00905673, +0.02034447, +0.02473288, +0.01982720, +0.00327004, +0.01269428, +0.02284052, +0.00682340, +0.00581208, +0.00701067, +0.01018292, +0.01869050, +0.17184539, +0.01889412, -0.11862551, +0.09176991, +0.00550954, +0.03153863, +0.01063029, +0.04710132, +0.02615473, +0.02925556, +0.01853505, +0.00288882, +0.03247226, +0.00403984, -0.12611265, +0.00468847, +0.03606912, +0.01529918, -0.21862853, +0.00436659, +0.07139167, +0.08510428, +0.00670099, +0.06043415, +0.01839181, +0.07059902, +0.00970408, +0.10154717, +0.03774925, +0.01317936, +0.00636702, +0.05039573, +0.00900040, +0.00480422, +0.00411607, +0.01973309, +0.00490247, +0.00286148, +0.00190045, +0.04030475, +0.00336161, +0.01831122, +0.01067970, +0.00982904, +0.00494505, +0.02283035, +0.00990395, +0.00553575, +0.00554597, +0.00327294, +0.00135435, +0.00871815, +0.00486128, -0.06605611, +0.00392417, +0.01171015, +0.00296061, +0.02600933, +0.00745513, +0.00587044, +0.02766356, +0.00826554, +0.04242444, +0.00471140, +0.00819044, +0.00349556, + /* TECN.TCP_FLAG_A */ + -0.03613254, -0.12086493, -0.03822097, -0.03723578, -0.04387617, +0.10344587, +0.02333072, -0.03452242, +0.05211087, -0.15495382, +0.01384847, -0.01114307, +0.02257450, +0.32822054, -0.01303887, -0.00955635, -0.01358433, +0.00998228, -0.03750794, -0.00378164, +0.00892640, -0.01494493, -0.02159646, -0.02755545, -0.02503426, -0.00476486, +0.31699686, -0.03736367, -0.25878193, +0.14360430, -0.05560469, +0.02033611, -0.00851861, +0.03907778, -0.01771129, +0.02963888, -0.01283664, -0.05495120, +0.02340782, -0.07538519, -0.29520066, -0.03531145, +0.02223590, -0.00702453, -0.44660070, -0.02285907, +0.05569996, +0.09974350, -0.05013556, +0.03359603, -0.03827773, +0.06200219, -0.01268643, +0.19615730, +0.00676994, +0.01596197, -0.01847449, +0.05498250, -0.02076197, -0.08148969, -0.03851653, +0.00328263, -0.03263189, -0.06710788, -0.04213686, +0.01991471, -0.01269966, -0.00024053, -0.01495356, -0.08682232, -0.07967766, +0.00757232, -0.04228045, -0.07279425, -0.07736771, -0.05827454, -0.02979868, -0.02469977, -0.06777952, -0.17192805, -0.04501386, -0.03010071, -0.03726696, +0.00321652, -0.02540671, -0.02380187, -0.01473115, -0.04693141, +0.01095937, -0.05404419, -0.06097695, -0.04121371, + /* TECN.TCP_FLAG_U */ + +0.00382958, +0.00405326, +0.00564729, +0.00431351, +0.00400049, +0.17013268, +0.03576272, +0.00414087, +0.05954816, -0.05817411, +0.02855348, +0.02409615, +0.02289412, +0.17853310, +0.00905673, +0.02034447, +0.02473288, +0.01982720, +0.00327004, +0.01269428, +0.02284052, +0.00682340, +0.00581208, +0.00701067, +0.01018292, +0.01869050, +0.17184539, +0.01889412, -0.11862551, +0.09176991, +0.00550954, +0.03153863, +0.01063029, +0.04710132, +0.02615473, +0.02925556, +0.01853505, +0.00288882, +0.03247226, +0.00403984, -0.12611265, +0.00468847, +0.03606912, +0.01529918, -0.21862853, +0.00436659, +0.07139167, +0.08510428, +0.00670099, +0.06043415, +0.01839181, +0.07059902, +0.00970408, +0.10154717, +0.03774925, +0.01317936, +0.00636702, +0.05039573, +0.00900040, +0.00480422, +0.00411607, +0.01973309, +0.00490247, +0.00286148, +0.00190045, +0.04030475, +0.00336161, +0.01831122, +0.01067970, +0.00982904, +0.00494505, +0.02283035, +0.00990395, +0.00553575, +0.00554597, +0.00327294, +0.00135435, +0.00871815, +0.00486128, -0.06605611, +0.00392417, +0.01171015, +0.00296061, +0.02600933, +0.00745513, +0.00587044, +0.02766356, +0.00826554, +0.04242444, +0.00471140, +0.00819044, +0.00349556, + /* TECN.TCP_FLAG_E */ + +4.77727654, +0.53060381, +1.07011726, -0.10921222, +0.13682857, +0.01524400, -2.30020505, -0.56375890, -1.30824245, -0.06945867, -0.03128459, +0.01394493, -0.01250909, +0.16585747, -0.00663552, -0.03759155, -2.17296398, -0.04577542, -0.05818058, +0.35907391, +0.26874550, +0.30377111, +0.18247800, -0.07205298, -0.24869536, -0.00432996, +0.10024862, -1.41497581, -1.43118849, +0.04185689, -0.32919587, -5.44711463, -5.05361571, -2.62895718, +3.31633510, +0.01422074, -0.19688826, -0.60443698, +6.16740101, -0.09678213, -0.16725914, -0.03605450, +0.00072129, -0.04882890, -0.24165862, -0.13196441, +4.83304875, +1.08642891, +0.42711007, +2.08044191, +1.90032580, -6.39509645, -0.03563036, +0.07531023, -1.17413444, -0.00135431, -0.06803009, -0.03280618, -0.10287400, -1.40355214, -0.06005034, -0.02312715, +0.19253245, -1.17113116, -0.02116006, -0.00152636, -0.03578189, -0.00142697, +0.15531968, +2.30057480, +1.32896959, -0.22431337, +1.58884632, +0.68666982, +0.74238877, -0.40311680, -0.00888115, -0.03336173, +0.81959648, -0.08200963, -0.11782175, -0.07172463, -0.04266487, -0.42700875, -0.04755962, -0.05951857, -2.71359750, +2.49276611, +0.71360534, +0.15993023, +0.88453848, +2.75975814, + /* TECN.TCP_FLAG_C */ + +0.00382958, +0.00405326, +0.00564729, +0.00431351, +0.00400049, +0.17013268, +0.03576272, +0.00414087, +0.05954816, -0.05817411, +0.02855348, +0.02409615, +0.02289412, +0.17853310, +0.00905673, +0.02034447, +0.02473288, +0.01982720, +0.00327004, +0.01269428, +0.02284052, +0.00682340, +0.00581208, +0.00701067, +0.01018292, +0.01869050, +0.17184539, +0.01889412, -0.11862551, +0.09176991, +0.00550954, +0.03153863, +0.01063029, +0.04710132, +0.02615473, +0.02925556, +0.01853505, +0.00288882, +0.03247226, +0.00403984, -0.12611265, +0.00468847, +0.03606912, +0.01529918, -0.21862853, +0.00436659, +0.07139167, +0.08510428, +0.00670099, +0.06043415, +0.01839181, +0.07059902, +0.00970408, +0.10154717, +0.03774925, +0.01317936, +0.00636702, +0.05039573, +0.00900040, +0.00480422, +0.00411607, +0.01973309, +0.00490247, +0.00286148, +0.00190045, +0.04030475, +0.00336161, +0.01831122, +0.01067970, +0.00982904, +0.00494505, +0.02283035, +0.00990395, +0.00553575, +0.00554597, +0.00327294, +0.00135435, +0.00871815, +0.00486128, -0.06605611, +0.00392417, +0.01171015, +0.00296061, +0.02600933, +0.00745513, +0.00587044, +0.02766356, +0.00826554, +0.04242444, +0.00471140, +0.00819044, +0.00349556, + /* TECN.TCP_FLAG_RES8 */ + +0.00382958, +0.00405326, +0.00564729, +0.00431351, +0.00400049, +0.17013268, +0.03576272, +0.00414087, +0.05954816, -0.05817411, +0.02855348, +0.02409615, +0.02289412, +0.17853310, +0.00905673, +0.02034447, +0.02473288, +0.01982720, +0.00327004, +0.01269428, +0.02284052, +0.00682340, +0.00581208, +0.00701067, +0.01018292, +0.01869050, +0.17184539, +0.01889412, -0.11862551, +0.09176991, +0.00550954, +0.03153863, +0.01063029, +0.04710132, +0.02615473, +0.02925556, +0.01853505, +0.00288882, +0.03247226, +0.00403984, -0.12611265, +0.00468847, +0.03606912, +0.01529918, -0.21862853, +0.00436659, +0.07139167, +0.08510428, +0.00670099, +0.06043415, +0.01839181, +0.07059902, +0.00970408, +0.10154717, +0.03774925, +0.01317936, +0.00636702, +0.05039573, +0.00900040, +0.00480422, +0.00411607, +0.01973309, +0.00490247, +0.00286148, +0.00190045, +0.04030475, +0.00336161, +0.01831122, +0.01067970, +0.00982904, +0.00494505, +0.02283035, +0.00990395, +0.00553575, +0.00554597, +0.00327294, +0.00135435, +0.00871815, +0.00486128, -0.06605611, +0.00392417, +0.01171015, +0.00296061, +0.02600933, +0.00745513, +0.00587044, +0.02766356, +0.00826554, +0.04242444, +0.00471140, +0.00819044, +0.00349556, + /* TECN.TCP_FLAG_RES9 */ + +0.00382958, +0.00405326, +0.00564729, +0.00431351, +0.00400049, +0.17013268, +0.03576272, +0.00414087, +0.05954816, -0.05817411, +0.02855348, +0.02409615, +0.02289412, +0.17853310, +0.00905673, +0.02034447, +0.02473288, +0.01982720, +0.00327004, +0.01269428, +0.02284052, +0.00682340, +0.00581208, +0.00701067, +0.01018292, +0.01869050, +0.17184539, +0.01889412, -0.11862551, +0.09176991, +0.00550954, +0.03153863, +0.01063029, +0.04710132, +0.02615473, +0.02925556, +0.01853505, +0.00288882, +0.03247226, +0.00403984, -0.12611265, +0.00468847, +0.03606912, +0.01529918, -0.21862853, +0.00436659, +0.07139167, +0.08510428, +0.00670099, +0.06043415, +0.01839181, +0.07059902, +0.00970408, +0.10154717, +0.03774925, +0.01317936, +0.00636702, +0.05039573, +0.00900040, +0.00480422, +0.00411607, +0.01973309, +0.00490247, +0.00286148, +0.00190045, +0.04030475, +0.00336161, +0.01831122, +0.01067970, +0.00982904, +0.00494505, +0.02283035, +0.00990395, +0.00553575, +0.00554597, +0.00327294, +0.00135435, +0.00871815, +0.00486128, -0.06605611, +0.00392417, +0.01171015, +0.00296061, +0.02600933, +0.00745513, +0.00587044, +0.02766356, +0.00826554, +0.04242444, +0.00471140, +0.00819044, +0.00349556, + /* TECN.TCP_FLAG_RES10 */ + +0.00382958, +0.00405326, +0.00564729, +0.00431351, +0.00400049, +0.17013268, +0.03576272, +0.00414087, +0.05954816, -0.05817411, +0.02855348, +0.02409615, +0.02289412, +0.17853310, +0.00905673, +0.02034447, +0.02473288, +0.01982720, +0.00327004, +0.01269428, +0.02284052, +0.00682340, +0.00581208, +0.00701067, +0.01018292, +0.01869050, +0.17184539, +0.01889412, -0.11862551, +0.09176991, +0.00550954, +0.03153863, +0.01063029, +0.04710132, +0.02615473, +0.02925556, +0.01853505, +0.00288882, +0.03247226, +0.00403984, -0.12611265, +0.00468847, +0.03606912, +0.01529918, -0.21862853, +0.00436659, +0.07139167, +0.08510428, +0.00670099, +0.06043415, +0.01839181, +0.07059902, +0.00970408, +0.10154717, +0.03774925, +0.01317936, +0.00636702, +0.05039573, +0.00900040, +0.00480422, +0.00411607, +0.01973309, +0.00490247, +0.00286148, +0.00190045, +0.04030475, +0.00336161, +0.01831122, +0.01067970, +0.00982904, +0.00494505, +0.02283035, +0.00990395, +0.00553575, +0.00554597, +0.00327294, +0.00135435, +0.00871815, +0.00486128, -0.06605611, +0.00392417, +0.01171015, +0.00296061, +0.02600933, +0.00745513, +0.00587044, +0.02766356, +0.00826554, +0.04242444, +0.00471140, +0.00819044, +0.00349556, + /* TECN.TCP_FLAG_RES11 */ + +0.00382958, +0.00405326, +0.00564729, +0.00431351, +0.00400049, +0.17013268, +0.03576272, +0.00414087, +0.05954816, -0.05817411, +0.02855348, +0.02409615, +0.02289412, +0.17853310, +0.00905673, +0.02034447, +0.02473288, +0.01982720, +0.00327004, +0.01269428, +0.02284052, +0.00682340, +0.00581208, +0.00701067, +0.01018292, +0.01869050, +0.17184539, +0.01889412, -0.11862551, +0.09176991, +0.00550954, +0.03153863, +0.01063029, +0.04710132, +0.02615473, +0.02925556, +0.01853505, +0.00288882, +0.03247226, +0.00403984, -0.12611265, +0.00468847, +0.03606912, +0.01529918, -0.21862853, +0.00436659, +0.07139167, +0.08510428, +0.00670099, +0.06043415, +0.01839181, +0.07059902, +0.00970408, +0.10154717, +0.03774925, +0.01317936, +0.00636702, +0.05039573, +0.00900040, +0.00480422, +0.00411607, +0.01973309, +0.00490247, +0.00286148, +0.00190045, +0.04030475, +0.00336161, +0.01831122, +0.01067970, +0.00982904, +0.00494505, +0.02283035, +0.00990395, +0.00553575, +0.00554597, +0.00327294, +0.00135435, +0.00871815, +0.00486128, -0.06605611, +0.00392417, +0.01171015, +0.00296061, +0.02600933, +0.00745513, +0.00587044, +0.02766356, +0.00826554, +0.04242444, +0.00471140, +0.00819044, +0.00349556, + /* TECN.TCP_OPT_0 */ + -0.03446623, -0.11940281, +0.04397268, -0.02949596, -0.04032348, +0.00502165, +0.02622820, -0.03280410, +0.06089499, -0.13990051, +0.01948389, -0.00491419, -0.37555071, +0.33358165, -0.01110680, +0.00070250, -0.00914352, +0.01562719, -0.03476954, +0.00932264, +0.01296792, +0.00266838, -0.01188704, -0.02333141, -0.01001725, -0.00102206, +0.44247253, +0.06998589, -0.13612637, +0.25348253, +0.03226019, +0.02372108, -0.00585211, +0.06812355, -0.00772066, +0.03280981, -0.00881061, -0.05323918, +0.02585180, -0.07374043, -0.27670483, -0.03288670, +0.02650612, -0.00126024, -0.39443749, -0.01715440, +0.09867305, +0.10287959, -0.04603553, +0.03809000, -0.01980511, +0.06682184, -0.00446212, +0.25706993, +0.01369070, +0.02117740, -0.01553364, +0.09834870, -0.01661638, -0.07485068, -0.03378102, +0.01516101, -0.02510035, -0.06640534, -0.04071720, +0.02529832, -0.00624146, +0.00666338, -0.01263794, -0.07037198, -0.07102939, -0.40359574, -0.03050670, -0.06994100, -0.05800339, -0.03566044, -0.02899102, -0.01647082, -0.06370249, -0.16701358, -0.04339698, -0.00949262, -0.03180056, +0.17706744, -0.01787474, -0.01964731, +0.03435400, -0.04145777, +0.01242291, -0.02640904, +0.18656118, -0.03973390, + /* TECN.TCP_OPT_1 */ + +0.01702396, +0.04358957, +0.05759593, +0.01851345, +0.02530705, +0.20683432, +0.06094439, +0.00964518, +0.08728147, -0.00665311, +0.05064535, +0.03353657, -0.15615339, -0.01266682, -0.03389188, -0.05816631, +0.03194136, +0.05029510, +0.00973652, +0.03001266, +0.14902824, +0.01460602, +0.02045634, +0.02783485, +0.02090011, -0.05885887, -0.09724764, +0.08900980, +0.05710867, +0.15984738, +0.06402332, +0.05786089, +0.01953809, +0.06732412, +0.14659587, -0.11088840, +0.02522388, +0.01830989, +0.05307544, +0.01165412, -0.02446059, +0.05322916, -0.09302924, +0.04665994, -0.04504565, +0.05010621, +0.10041792, +0.10310628, +0.02327343, +0.07463084, +0.11837237, +0.09362155, +0.07225194, -0.08676527, +0.04639666, +0.04002851, +0.03510821, +0.10413829, +0.09633406, +0.01119347, +0.01373679, +0.20738665, +0.01239663, +0.01195617, +0.00513663, -0.08405934, +0.01126970, -0.11004630, +0.01746968, +0.02428427, +0.01084426, +0.03852619, +0.02422220, +0.01298259, +0.02048952, +0.00860367, +0.00431401, +0.07432388, +0.01123777, -0.00226024, +0.01188770, +0.06033100, +0.00880034, +0.05251787, +0.04558935, +0.04286732, +0.04802828, +0.01630811, +0.04804486, +0.01639795, +0.02460773, +0.00868377, + /* TECN.TCP_OPT_2 */ + -0.12281631, -1.62883014, -0.23356821, +0.15940089, -0.13866214, +0.15120240, -0.15539661, +0.10503837, -0.02057099, -0.03261205, +0.12479461, +0.29285972, -0.28134085, -0.03678837, -0.07158502, -0.10040146, +0.13504655, -0.10451422, +0.05699468, -0.26574249, +0.07743189, +0.20255366, -0.13160569, +0.13055255, -0.61231082, -0.12422899, -0.18017865, +0.42958103, +0.67177110, +0.40879432, +0.52671941, -0.10589265, -0.14236462, -0.08426248, +0.03114795, -0.19178415, +0.25412955, +0.50714618, -0.07451888, -0.49543241, -0.04167934, +0.11156284, -0.19059081, +0.13211040, -0.09701704, +0.21887310, -0.01752994, -0.14225036, -0.26820567, -0.07092954, -0.11010033, -0.10724750, +0.16762614, -0.19298035, -0.32146049, +0.28095761, +0.13383364, +0.02076232, -0.00597738, +0.21576816, +0.05125899, +0.51484044, -0.38096257, +0.08495031, +0.01091648, -0.18382858, -0.27190857, -0.22547443, -0.04668682, -1.02038835, +0.14682643, +0.07491460, -0.38379617, -0.22407171, -0.60344225, +0.29682141, +0.02560922, +0.15180889, +0.08284037, -0.02419120, +0.10576432, +0.16173413, +0.07361516, +0.43559124, +0.11449549, +0.12916849, -0.18739021, +0.12268678, -0.15983957, -0.12232379, -0.70648580, +0.32680030, + /* TECN.TCP_OPT_3 */ + +0.05894837, +0.04250376, +0.22536575, -0.36498538, +0.05016334, +0.18788524, +0.11877660, +0.03484565, +0.17407041, -0.03503611, -0.43982726, -0.72321676, -0.25793320, -0.03888690, -0.06896923, -0.13254765, +0.50664340, +0.11887346, +0.19223466, +0.31853686, +0.30403676, -0.28689783, +0.06335219, -0.12449042, +0.55765299, -0.08890181, -0.22848076, +0.23096403, +0.21379682, -0.05283348, -0.93997283, +0.13793314, +0.11033137, +0.16645492, +0.31058586, -0.18240905, -0.49914524, +0.24616968, +0.12608016, +0.20214550, -0.08634676, -0.18021220, -0.08571863, -0.32670678, -0.10577931, -0.35039563, +0.17293009, +0.32126232, +0.20137212, +0.11914654, +0.38658358, +0.21450842, -0.02734310, -0.14135898, +0.33046131, +0.16140662, +0.13515659, +0.23780583, +0.24561908, +0.13587636, +0.41005393, -0.38106758, +0.15312387, -0.01272267, +0.02876680, -0.18646501, +0.05298707, -0.10192058, +0.03566982, +0.29244786, +0.24728096, +0.14983907, +0.05739068, +0.00465436, +0.07841877, +0.07177099, +0.20799702, -0.38468994, +0.12996841, -0.03372263, -0.16518322, -0.41354137, -0.75493271, -0.73728517, -0.27001013, -0.05552304, +0.13239402, +0.79570163, +0.21337140, +0.05151009, +0.16854538, +0.09461727, + /* TECN.TCP_OPT_4 */ + +0.10458844, +0.73262283, +0.14719716, +0.06724320, +0.06279602, -0.24383306, +0.27907127, -0.04070843, +0.32956289, -0.00695581, -0.25637727, +0.18966503, -0.18761690, -0.01667200, -0.03345060, -0.06318669, -0.16051572, -0.21939041, -0.08288074, +0.35212116, -0.29119013, +0.04928915, +0.08131793, +0.05289439, +0.04253737, -0.03770046, -0.11190585, +0.29616568, +0.55386965, +0.22931408, +0.24832743, +0.50697765, +0.07226359, +0.11614682, +0.28822296, -0.07805673, +0.11599252, +0.19703196, +0.15271449, +0.17456388, -0.04174117, -0.11258369, -0.03030110, -0.19213038, -0.04836666, +0.19065178, +0.13697587, +0.29176474, +0.06698243, +0.11346899, +0.32662579, +0.50546596, +0.11019388, -0.11194672, +0.20313720, +0.04505641, -0.01255734, -0.22323288, -0.25428381, -0.14013349, -0.20230152, -0.18537819, +0.06871818, -0.04612396, +0.03979852, -0.08410835, +0.25551463, -0.05490504, +0.03087577, +0.60994929, -0.15424614, +0.10126237, +0.14925566, +0.05906424, +0.36395417, -0.13064923, +0.09558178, -0.24415348, -0.08215988, -0.00794259, +0.02155516, -0.24583710, +0.14176228, +0.50937641, -0.17364677, +0.14879523, +0.14220005, -0.27258557, +0.05378252, +0.02803617, +0.17125396, -0.13521825, + /* TECN.TCP_OPT_5 */ + +0.14030650, +1.41468463, +0.18161421, +0.27244767, +0.09520578, -0.22227132, +0.41802084, -0.11802844, +0.41211998, -0.02158481, -0.29383238, +0.56103618, -0.23908618, -0.02860783, -0.04588858, -0.09661989, -0.54365841, -0.26784438, -0.09247421, +0.48305526, -0.37914555, +0.16660297, +0.12507355, +0.11104564, -0.01669537, -0.06034399, -0.15714362, +0.20721792, +0.41937604, +0.41097060, +0.74756710, +0.68617056, +0.09623135, +0.13689056, +0.34594040, -0.09689397, +0.34960381, -0.01875887, +0.20878580, +0.27140127, -0.06916371, -0.15130525, -0.05245555, -0.23497165, -0.07393955, +0.44927972, +0.15971705, +0.33728041, +0.04527368, +0.13955630, +0.40162290, +0.64649501, +0.18936076, -0.18001863, +0.18903906, +0.09798780, -0.06743385, -0.30615905, -0.35571727, -0.38363796, -0.41537328, -0.26811685, +0.12738862, -0.11633665, +0.01462862, -0.10961044, -0.03368055, -0.08333220, +0.03607669, +0.89815535, -0.40622308, +0.12691904, +0.26835817, +0.09470397, +0.58241171, -0.34289788, -0.08054725, -0.31048130, -0.24154459, -0.02035241, +0.06774693, -0.31454840, +0.68773537, +1.11777888, -0.22857091, +0.26773270, +0.17580076, -0.87426186, +0.00698968, +0.01466383, +0.29168970, -0.34419469, + /* TECN.TCP_OPT_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPT_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPT_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPTLEN_0 */ + -0.03446623, -0.11940281, +0.04397268, -0.02949596, -0.04032348, +0.00502165, +0.02622820, -0.03280410, +0.06089499, -0.13990051, +0.01948389, -0.00491419, -0.37555071, +0.33358165, -0.01110680, +0.00070250, -0.00914352, +0.01562719, -0.03476954, +0.00932264, +0.01296792, +0.00266838, -0.01188704, -0.02333141, -0.01001725, -0.00102206, +0.44247253, +0.06998589, -0.13612637, +0.25348253, +0.03226019, +0.02372108, -0.00585211, +0.06812355, -0.00772066, +0.03280981, -0.00881061, -0.05323918, +0.02585180, -0.07374043, -0.27670483, -0.03288670, +0.02650612, -0.00126024, -0.39443749, -0.01715440, +0.09867305, +0.10287959, -0.04603553, +0.03809000, -0.01980511, +0.06682184, -0.00446212, +0.25706993, +0.01369070, +0.02117740, -0.01553364, +0.09834870, -0.01661638, -0.07485068, -0.03378102, +0.01516101, -0.02510035, -0.06640534, -0.04071720, +0.02529832, -0.00624146, +0.00666338, -0.01263794, -0.07037198, -0.07102939, -0.40359574, -0.03050670, -0.06994100, -0.05800339, -0.03566044, -0.02899102, -0.01647082, -0.06370249, -0.16701358, -0.04339698, -0.00949262, -0.03180056, +0.17706744, -0.01787474, -0.01964731, +0.03435400, -0.04145777, +0.01242291, -0.02640904, +0.18656118, -0.03973390, + /* TECN.TCP_OPTLEN_1 */ + +0.01702396, +0.04358957, +0.05759593, +0.01851345, +0.02530705, +0.20683432, +0.06094439, +0.00964518, +0.08728147, -0.00665311, +0.05064535, +0.03353657, -0.15615339, -0.01266682, -0.03389188, -0.05816631, +0.03194136, +0.05029510, +0.00973652, +0.03001266, +0.14902824, +0.01460602, +0.02045634, +0.02783485, +0.02090011, -0.05885887, -0.09724764, +0.08900980, +0.05710867, +0.15984738, +0.06402332, +0.05786089, +0.01953809, +0.06732412, +0.14659587, -0.11088840, +0.02522388, +0.01830989, +0.05307544, +0.01165412, -0.02446059, +0.05322916, -0.09302924, +0.04665994, -0.04504565, +0.05010621, +0.10041792, +0.10310628, +0.02327343, +0.07463084, +0.11837237, +0.09362155, +0.07225194, -0.08676527, +0.04639666, +0.04002851, +0.03510821, +0.10413829, +0.09633406, +0.01119347, +0.01373679, +0.20738665, +0.01239663, +0.01195617, +0.00513663, -0.08405934, +0.01126970, -0.11004630, +0.01746968, +0.02428427, +0.01084426, +0.03852619, +0.02422220, +0.01298259, +0.02048952, +0.00860367, +0.00431401, +0.07432388, +0.01123777, -0.00226024, +0.01188770, +0.06033100, +0.00880034, +0.05251787, +0.04558935, +0.04286732, +0.04802828, +0.01630811, +0.04804486, +0.01639795, +0.02460773, +0.00868377, + /* TECN.TCP_OPTLEN_2 */ + -0.07634088, -1.07145219, -0.13672548, +0.11230085, -0.08463451, +0.16956183, -0.08341289, +0.07303660, +0.01497527, -0.02405173, +0.09988241, +0.20618225, -0.23976492, -0.02882823, -0.05907621, -0.08667045, +0.09990971, -0.05418879, +0.04109375, -0.17466489, +0.10066492, +0.13336910, -0.08473452, +0.09605579, -0.40295143, -0.10263322, -0.15271876, +0.31580123, +0.46507043, +0.32571490, +0.37240959, -0.05147819, -0.08857437, -0.03400176, +0.06701698, -0.16488118, +0.17692482, +0.34377002, -0.03214481, -0.32653834, -0.03599978, +0.09192261, -0.15819987, +0.10336222, -0.07984319, +0.16243494, +0.02145891, -0.06091226, -0.17162821, -0.02264398, -0.03535927, -0.04078693, +0.13565124, -0.15766711, -0.19900949, +0.20062853, +0.10078900, +0.04837038, +0.02796744, +0.14458507, +0.03864931, +0.41221586, -0.25007194, +0.06055170, +0.00891436, -0.15072399, -0.17760834, -0.18708553, -0.02554728, -0.67249973, +0.09830486, +0.34055245, -0.25289950, -0.14573069, -0.39641300, +0.18594119, +0.01848648, +0.12233651, +0.05871613, -0.01694537, +0.07432214, +0.12642685, +0.05192031, +0.19738337, +0.09136400, +0.09899598, -0.13932258, +0.08697197, -0.09078970, -0.09326858, -0.62472994, +0.22063234, + /* TECN.TCP_OPTLEN_3 */ + +0.05894837, +0.04250376, +0.22536575, -0.36498538, +0.05016334, +0.18788524, +0.11877660, +0.03484565, +0.17407041, -0.03503611, -0.43982726, -0.72321676, -0.25793320, -0.03888690, -0.06896923, -0.13254765, +0.50664340, +0.11887346, +0.19223466, +0.31853686, +0.30403676, -0.28689783, +0.06335219, -0.12449042, +0.55765299, -0.08890181, -0.22848076, +0.23096403, +0.21379682, -0.05283348, -0.93997283, +0.13793314, +0.11033137, +0.16645492, +0.31058586, -0.18240905, -0.49914524, +0.24616968, +0.12608016, +0.20214550, -0.08634676, -0.18021220, -0.08571863, -0.32670678, -0.10577931, -0.35039563, +0.17293009, +0.32126232, +0.20137212, +0.11914654, +0.38658358, +0.21450842, -0.02734310, -0.14135898, +0.33046131, +0.16140662, +0.13515659, +0.23780583, +0.24561908, +0.13587636, +0.41005393, -0.38106758, +0.15312387, -0.01272267, +0.02876680, -0.18646501, +0.05298707, -0.10192058, +0.03566982, +0.29244786, +0.24728096, +0.14983907, +0.05739068, +0.00465436, +0.07841877, +0.07177099, +0.20799702, -0.38468994, +0.12996841, -0.03372263, -0.16518322, -0.41354137, -0.75493271, -0.73728517, -0.27001013, -0.05552304, +0.13239402, +0.79570163, +0.21337140, +0.05151009, +0.16854538, +0.09461727, + /* TECN.TCP_OPTLEN_4 */ + +0.06992970, +0.19492099, +0.09012857, -0.00196208, +0.03148655, -0.22522831, +0.17290187, +0.01859105, +0.25302943, +0.00265794, -0.20770363, +0.04018057, -0.14859923, -0.00758718, -0.02060905, -0.03774505, +0.04756229, -0.18401380, +0.08578462, +0.24764790, -0.21982901, +0.02077822, +0.04457960, +0.04070803, +0.00721420, -0.02207626, -0.07837323, +0.36025590, +0.64302697, +0.15984300, +0.07020338, +0.36228884, +0.04331935, +0.08469473, +0.22674510, -0.05561509, +0.03158152, +0.33910437, +0.10554413, +0.07539149, -0.02069006, -0.08184736, -0.01373013, -0.15343828, -0.03159051, +0.08462082, +0.10926201, +0.22085258, +0.04586323, +0.08422468, +0.24825523, +0.37451077, +0.08336839, -0.07313110, +0.15465411, -0.10250603, +0.06547761, -0.16186344, -0.18508784, +0.01921480, +0.05695693, -0.13511873, +0.00416355, +0.01305796, -0.00751258, -0.06472672, +0.35275775, -0.03516957, +0.02438528, +0.31096677, +0.04369797, +0.06708755, +0.04289399, +0.02101499, +0.16887794, +0.02044706, -0.02658379, -0.20237824, +0.02530436, +0.00174775, +0.01722828, -0.19726354, +0.00052581, +0.26427506, -0.13513939, +0.10596485, +0.09695903, +0.04529323, +0.05435632, +0.02520101, +0.04211060, +0.01889960, + /* TECN.TCP_OPTLEN_5 */ + +0.20481228, +1.89507833, +0.34094297, +0.06579586, +0.15370546, -0.36688303, +0.52230355, -0.12548843, +0.51446565, -0.01772745, -0.28249716, +0.12341041, -0.21652196, -0.02669570, -0.04158738, -0.10614032, -0.32447548, -0.26442258, +0.01756345, +0.63472669, -0.41814387, -0.02844792, +0.17956926, +0.01041280, +0.44240551, -0.05711309, -0.16789829, +0.24485442, +0.47767751, +0.21703398, +0.13327865, +0.81867837, +0.17152754, +0.22238663, +0.45307024, -0.07961568, +0.03364823, +0.03952727, +0.27078307, +0.45310814, -0.07917332, -0.14379549, -0.05476167, -0.23595449, -0.06881765, +0.19613001, +0.22045555, +0.52406057, +0.21084883, +0.19865462, +0.53388354, +0.81799148, +0.10580858, -0.14527726, +0.45355603, +0.03524208, -0.03590435, -0.32582776, -0.35127105, -0.35760465, -0.16634885, -0.23290464, +0.31193041, -0.12884670, -0.01372626, -0.11098450, -0.06360319, -0.07212807, +0.06221896, +1.38305345, -0.29523309, +0.21307909, +0.39281899, +0.16470873, +0.81006651, -0.38225884, -0.11285516, -0.28000827, -0.18599645, -0.02104490, -0.03666491, -0.31513935, +0.36391612, +0.40775279, -0.21801909, +0.14513959, +0.28417098, -0.49445533, +0.14743696, +0.07252481, +0.51912357, -0.37793622, + /* TECN.TCP_OPTLEN_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPTLEN_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPTLEN_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* TECN.TCP_MSS */ + -1.10243347, -2.91275972, -0.25143635, -0.00471214, -0.00763694, +0.02052716, -0.16783872, -0.01028752, -0.19556919, -0.05506659, -0.20989499, +0.01243326, -0.19338450, +0.17728510, -0.03619541, -0.17836522, +0.01307757, +0.00305607, -0.04510484, -0.06028773, -0.03087390, -0.00429626, -0.01254664, -0.17556000, +0.00625416, +0.00301331, +0.20316158, +0.78061982, -0.70918210, +0.14876505, +0.02206564, -0.03180178, -0.12764390, -0.29719947, -0.15675907, -0.23368627, +0.00246429, -0.02428520, -0.50330172, +1.24549400, -0.12437559, +1.16776228, +0.63780820, -0.85932792, -0.18590966, -1.12971538, -1.15756773, -0.58512032, +1.67992396, -0.44610760, -0.02624829, -0.23211390, -0.04411518, +0.14179896, +0.01003220, +0.00589324, -0.02988515, +0.05857823, -0.03792946, -0.05087400, +0.00961020, -0.04804663, -0.00092833, -0.00490088, -0.01070527, -0.18817511, -0.00387807, -0.00160004, -0.02689862, -0.69198339, -0.59206231, +0.00061173, -1.62926386, -0.39824937, -0.43302161, -0.04088918, -0.00645122, -0.06259079, +0.49400682, -0.06852991, +1.35489298, +0.00066413, -0.01472423, -0.63932493, -0.04458620, +0.46946288, -0.04174058, -0.00361007, -0.26035369, -0.02777030, -0.06597689, -0.08513074, + /* TECN.TCP_SACKOK */ + +0.02807862, +0.05185186, +0.06135606, +0.02258010, +0.02982283, +0.21013703, +0.07177010, +0.01837410, +0.09152219, -0.00427919, -0.21040537, +0.03660200, -0.14579746, -0.00958700, -0.02461523, -0.04467480, +0.03603519, +0.05705684, +0.09671425, +0.13558729, +0.16325522, +0.01935898, +0.03367564, +0.03458852, +0.02351684, -0.03191852, -0.08588884, +0.10599605, +0.08094790, +0.16235343, +0.07380307, +0.07708906, +0.03694390, +0.07086797, +0.15051373, -0.08999398, +0.02931755, +0.04809972, +0.06873431, +0.07479629, -0.02186460, -0.08332102, -0.02345959, -0.15596422, -0.04207186, +0.06850952, +0.10407166, +0.10753843, +0.03357259, +0.07946922, +0.18369300, +0.09890834, +0.07875667, -0.08242740, +0.04892509, +0.06207483, +0.05864878, +0.12642533, +0.10653100, +0.01833368, +0.06090440, -0.21867209, +0.01575471, +0.01527152, +0.02003235, -0.06965040, +0.01490932, -0.04597170, +0.02363452, +0.02714413, +0.03625143, +0.05546769, +0.03049479, +0.01752092, +0.03018356, +0.01957443, +0.00864209, -0.20927087, +0.02277882, +0.00021215, +0.01746792, -0.19991114, +0.03490455, +0.25492817, -0.13784706, +0.09987584, +0.05256380, +0.01917195, +0.05014562, +0.02116475, +0.03724368, +0.02126702, + /* TECN.TCP_WSCALE */ + -0.69768154, -0.14678321, -0.16747972, -0.06426635, -0.54526556, -0.29893142, -1.40521413, +0.52807147, -1.17996537, -0.01913726, -0.18690849, +0.17443359, -0.21183325, -0.03114384, -0.05410074, -0.10128062, -0.39456397, -0.28127159, -0.14659687, +0.11335940, -0.34454196, -0.10494329, -0.22837237, +0.21778374, -0.17513298, -0.08534310, -0.17495971, -3.39757674, -4.40341100, +0.09306508, -0.34893085, -1.66372898, +1.00939308, +0.03525541, -0.52002407, -0.11449078, +0.19173116, -2.63664937, -0.15228402, +0.61265071, -0.06344867, +0.20727198, -0.13973541, -0.04559212, -0.08107307, -0.15276346, +0.01660060, -0.38160111, +0.12469282, +1.47901937, -0.85230849, -0.99295250, +0.01431461, -0.14758135, +0.34783741, -0.43332627, -0.18034321, -0.32112025, -0.33978308, +2.52337569, -0.32972661, +0.21693453, +0.18083485, -0.37647367, +0.46403023, -0.13937422, -0.10798654, -0.15041064, +0.63644107, +0.99588879, +4.11481071, -0.19030478, +0.60236168, +0.60172018, -0.28493280, +0.34969467, +0.09878429, -0.07952369, +3.15660743, -0.02251822, +0.05313385, +0.06123935, +0.27801187, +0.70480307, -0.08951528, +0.18040694, -0.50974543, -0.07292855, +2.74320756, +0.16934535, +0.46405942, +0.06708988, + /* TECN.TCP_CORR_WINDOW_MSS */ + +1.22358652, +6.53219622, -0.27507037, +0.31522682, +0.41697760, +0.36802517, -0.18839787, +0.09795425, -0.24418342, -0.06697830, +0.06088858, -0.77939971, -0.23869639, +0.17672643, -0.08739992, -0.01502204, +0.32599844, -0.05187068, +0.31271905, -0.10729077, -0.02750401, +0.11740118, +0.22154807, -0.11789394, -0.02586810, -0.04007321, +0.21751756, -1.87297492, +2.11551763, -1.96970801, +1.22444278, -0.26524150, -0.33067516, -0.55218215, -2.13173863, +0.09975051, -0.22549024, +0.36417885, -0.99517537, -0.89683763, -0.13812021, -0.12626364, -0.13952442, -0.05723480, -0.23469761, +0.24241984, -2.88791733, -1.55310895, -0.47358600, -1.62943211, -1.64977670, +0.08470871, -0.07507931, +0.14239600, -0.45375881, -0.90956085, -0.25213504, -0.23747006, -0.01930004, +0.23706948, -0.17745190, -0.00670714, -0.13888885, +0.06709847, +0.83190301, +0.59615270, -0.01474434, -0.04505537, -0.36544050, +0.88747033, +2.40900647, +0.12712244, +2.06908084, +1.29253389, +1.64347866, +0.17106483, +0.01878771, +0.23358397, -1.98712023, -0.08082208, -0.20546902, -0.05771977, +0.20533154, +1.22501131, -0.03539923, -0.09545241, +0.14620966, +0.52225649, -1.82840593, +0.35808912, +1.10045704, +0.31867205, + /* T2.TCP_WINDOW */ + -0.03376511, -0.00590504, -0.07524531, -0.01076301, +0.02788481, +0.02278783, -0.08368133, +0.00303940, -0.05211310, -0.00877199, -0.04344472, -0.02245643, -0.02053942, +0.21374108, +0.32956345, -0.31777652, +0.04232066, -0.01768935, -0.38091774, -0.08177302, -0.05103428, +0.00222663, -0.00247742, +0.17950421, -0.01450830, +0.32508288, -0.28438144, -0.21698402, -0.40772636, -0.00645097, +0.00600971, -0.17081283, -0.02857885, +0.03689775, -0.11542535, +0.59541620, -0.05477425, -0.17316738, -0.01385363, -0.06427064, -0.03825804, -0.00465904, -0.22566283, -0.02979138, +0.01869810, +0.38299628, +0.03862915, -0.14328417, -0.11596597, +0.02680491, +0.03201329, -0.15809139, +0.59023294, -0.15927196, +0.05224069, +0.29064355, +0.44645999, +0.11257832, +0.18514546, +0.01756662, -0.34981216, +0.14620069, -0.01273075, +0.03214411, +0.20012758, -0.27831556, +0.14833570, +0.27890947, +0.00867084, +0.08625525, -0.06763100, -0.00864059, +0.00456122, +0.04290314, +0.02757779, -0.02859265, +0.50730963, +0.32061549, -0.12627911, -0.01850793, +0.19437129, -0.02022681, -0.29498785, -0.16244406, -0.04050500, +0.15025534, +0.01766214, +0.04576555, -0.10648578, +0.03307525, +0.03496964, -0.05810646, + /* T2.TCP_FLAG_F */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_FLAG_S */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_FLAG_R */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_FLAG_P */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_FLAG_A */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_FLAG_U */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_FLAG_E */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_FLAG_C */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_FLAG_RES8 */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_FLAG_RES9 */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_FLAG_RES10 */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_FLAG_RES11 */ + -0.03352610, -0.00570986, -0.02153158, -0.01059465, +0.02807432, +0.03249187, -0.08341770, +0.00333317, -0.05189778, -0.00866290, -0.04281868, +0.00273572, -0.02029953, +0.21386899, +0.32982137, -0.31750475, +0.04352861, -0.01746012, -0.38075872, -0.08060889, -0.05074246, +0.00246025, -0.00197805, +0.18008583, -0.01413502, +0.32534397, -0.28399198, -0.21674442, -0.40691896, -0.00635238, +0.00609366, -0.17061201, -0.02816608, +0.03825130, -0.11512023, +0.59631470, -0.05362374, -0.17305615, -0.01361632, -0.06404432, -0.03816353, -0.00444852, -0.22547317, -0.02951049, +0.02010108, +0.40379719, +0.03880331, -0.14306983, -0.11559804, +0.02713700, +0.03290481, -0.15783954, +0.26223835, -0.09311699, +0.05498811, +0.29080452, +0.45082782, +0.11501199, +0.18565133, +0.01843530, -0.34956231, +0.14183829, -0.01232577, +0.03221019, +0.20029162, -0.27807864, +0.14852982, +0.28458468, +0.00907435, +0.08970939, -0.06732514, -0.00795759, +0.00470454, +0.04309190, +0.02805893, -0.02877583, +0.51402888, +0.32140715, -0.12602462, -0.01838276, +0.19520350, -0.01623009, -0.29477278, +0.11481433, -0.03626584, +0.18389420, +0.01793345, +0.04842949, -0.10639383, +0.03331556, +0.03572577, -0.05787514, + /* T2.TCP_OPT_0 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_1 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_2 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_3 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_4 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_5 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_0 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_1 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_2 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_3 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_4 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_5 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_MSS */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_SACKOK */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_WSCALE */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T2.TCP_CORR_WINDOW_MSS */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_WINDOW */ + -0.55718397, +3.01037898, -0.07926719, -0.13468656, +0.68159686, -0.16304820, -0.38482088, +0.28281625, -0.28307567, -0.00425816, -0.33273059, -0.06325623, +0.10552337, -0.02605313, +0.19350576, -0.02040380, -0.12596854, -0.07700224, +0.44607591, -0.04871097, +0.03201478, -0.06878670, +0.41170100, +0.06436756, -0.07681756, -0.35326471, -0.36111229, -0.17861465, -0.43238950, -0.07392910, -0.08336611, -0.20811414, -0.44774406, -0.07151202, -0.36022817, +0.18426214, -0.10863682, +0.67883180, -1.87295174, +2.19339311, -0.01489370, +0.20019949, +0.01293359, +0.51991341, -0.06992889, +0.05165273, -0.33675734, -0.36081723, -0.26805175, -0.28916684, -0.14707219, -0.44018931, +0.19127572, +0.29002567, -0.04055138, -0.94286054, -0.23171559, +0.03726324, +0.07085876, -0.15174722, +0.15627632, +0.06467193, -0.06963362, +0.22714984, +1.10882903, +0.77150585, +0.08333839, +0.13893465, -0.53483109, -0.16421810, -0.22913117, -0.08419332, -0.21007444, -0.18593072, -0.19152595, -0.40819268, +0.15704447, -0.26881081, -0.17670841, +0.00367050, +0.07676089, -0.18482194, +0.30227277, +0.07912100, +0.11092268, +0.04727894, -0.22060868, -0.04644218, -0.34911474, -0.12723455, -0.17644017, +0.43621653, + /* T3.TCP_FLAG_F */ + +0.17412041, +0.63509294, -0.09152525, -0.06592941, +0.06923534, -0.13220239, +0.21952533, +0.10838900, -0.24532247, +0.00417388, +0.10312755, -0.04146660, +0.13965032, -0.01567261, +0.28958992, +0.10813679, -0.04764861, -0.05311623, +0.10486676, +0.09824115, +0.09138492, -0.03792440, +0.09847206, +0.10466743, -0.03941104, -0.30919342, -0.29164450, -0.10182431, -0.19663240, -0.05623818, -0.04489779, +0.15890296, +0.14509300, +0.02260283, -0.31411366, +0.14500294, -0.09037074, +0.08294908, +0.27162331, +0.20705665, +0.00027057, +0.04682057, +0.10168413, +0.08575262, -0.04970929, +0.22305230, -0.23780992, -0.31577001, -0.22343271, -0.22951557, -0.10363821, -0.39671925, +0.18172194, +0.27288326, -0.02040506, +0.12035993, -0.14818338, +0.05975458, +0.11270490, -0.12281612, +0.15466306, +0.10418103, -0.03015362, +0.08620128, +0.07866036, +0.15330063, +0.07943559, +0.22448504, +0.08472866, -0.12167879, -0.08908385, -0.05287541, -0.16346262, -0.09980192, -0.09943856, -0.21732015, +0.09785909, -0.17177244, -0.12650027, +0.01272240, +0.12201335, -0.13390724, +0.14063334, +0.17140690, +0.17100310, +0.11459287, -0.12496176, -0.00536924, -0.32010414, -0.06841085, -0.08596803, +0.08440575, + /* T3.TCP_FLAG_S */ + +0.37193263, +1.22108168, -0.16343635, -0.16612679, +0.09825890, -0.16077900, +0.49039247, +0.19821147, -0.45139647, -0.01976636, +0.44438958, -0.08803916, +0.06902163, -0.04906260, +0.57667717, +0.23816723, -0.14375426, -0.11586074, +0.17338567, +0.23517163, +0.17826629, -0.09243415, +0.18458703, +0.00416602, -0.11263346, -0.62068299, -0.43594501, -0.25388962, -0.47158608, -0.09174592, -0.10676891, +0.47215797, +0.30756999, +0.00245505, -0.62365436, +0.64381427, -0.13138837, +0.31293694, +0.53417856, +0.46387629, -0.04319327, +0.07858454, +0.17361236, +0.16587422, -0.08085629, -0.00631949, -0.52044465, -0.50249554, -0.33792943, -0.51652446, -0.24523374, -0.64820093, +0.12709247, +0.18428909, -0.09882017, +0.25023900, -0.28254516, -0.01142774, -0.04198173, -0.27149759, +0.27273020, -0.02096192, -0.09478906, +0.11865061, +0.12004610, +0.28508066, +0.15566282, -0.04476216, +0.15232156, -0.33604336, -0.25717420, -0.11552504, -0.34173094, -0.24918292, -0.23805485, -0.41221848, +0.17919189, -0.30856077, -0.20841656, -0.00911641, +0.03813696, -0.21501760, +0.24674776, +0.04680083, -0.16546305, -0.00139639, -0.27590232, -0.06241054, -0.53878944, -0.17606509, -0.21655748, +0.21111906, + /* T3.TCP_FLAG_R */ + +0.10792903, +0.55555422, -0.16183163, -0.07749189, +0.05760248, -0.29262523, +0.12172701, +0.08433512, -0.35146557, -0.00785341, +0.08805441, -0.09848053, +0.32673442, -0.02710752, +0.26077991, +0.03531551, -0.06292603, -0.07317122, +0.09774609, +0.03094229, +0.05926128, -0.04994572, +0.07760438, +0.26846171, -0.05125476, -0.34998989, -0.51302634, -0.12139623, -0.21308424, -0.11684688, -0.09454003, -0.03781850, +0.09823178, +0.00955631, -0.38922112, -0.23840195, -0.19012373, -0.12463627, +0.23959400, +0.07430752, -0.00551758, +0.01983352, +0.08121307, +0.06807484, -0.11216264, +0.64435284, -0.28002246, -0.51520551, -0.39588479, -0.25933864, -0.14284945, -0.62112941, +0.38291731, +0.57475480, -0.03264773, +0.10179701, -0.19297051, +0.14312063, +0.34153766, -0.18781514, +0.14670796, +0.29740622, -0.03858415, +0.06723691, +0.07013968, +0.11334458, +0.06331706, +0.67929918, +0.06563427, -0.13698217, -0.09885425, -0.08165818, -0.21073495, -0.13403138, -0.14893055, -0.30442328, +0.08198605, -0.24311080, -0.24664651, +0.00625955, +0.27536611, -0.15537513, +0.13274411, +0.41653136, +0.11044034, +0.31174730, -0.16911407, -0.01889252, -0.49539228, -0.09260580, -0.11879539, -0.00453731, + /* T3.TCP_FLAG_P */ + +0.17412041, +0.63509294, -0.09152525, -0.06592941, +0.06923534, -0.13220239, +0.21952533, +0.10838900, -0.24532247, +0.00417388, +0.10312755, -0.04146660, +0.13965032, -0.01567261, +0.28958992, +0.10813679, -0.04764861, -0.05311623, +0.10486676, +0.09824115, +0.09138492, -0.03792440, +0.09847206, +0.10466743, -0.03941104, -0.30919342, -0.29164450, -0.10182431, -0.19663240, -0.05623818, -0.04489779, +0.15890296, +0.14509300, +0.02260283, -0.31411366, +0.14500294, -0.09037074, +0.08294908, +0.27162331, +0.20705665, +0.00027057, +0.04682057, +0.10168413, +0.08575262, -0.04970929, +0.22305230, -0.23780992, -0.31577001, -0.22343271, -0.22951557, -0.10363821, -0.39671925, +0.18172194, +0.27288326, -0.02040506, +0.12035993, -0.14818338, +0.05975458, +0.11270490, -0.12281612, +0.15466306, +0.10418103, -0.03015362, +0.08620128, +0.07866036, +0.15330063, +0.07943559, +0.22448504, +0.08472866, -0.12167879, -0.08908385, -0.05287541, -0.16346262, -0.09980192, -0.09943856, -0.21732015, +0.09785909, -0.17177244, -0.12650027, +0.01272240, +0.12201335, -0.13390724, +0.14063334, +0.17140690, +0.17100310, +0.11459287, -0.12496176, -0.00536924, -0.32010414, -0.06841085, -0.08596803, +0.08440575, + /* T3.TCP_FLAG_A */ + +0.17412041, +0.63509294, -0.09152525, -0.06592941, +0.06923534, -0.13220239, +0.21952533, +0.10838900, -0.24532247, +0.00417388, +0.10312755, -0.04146660, +0.13965032, -0.01567261, +0.28958992, +0.10813679, -0.04764861, -0.05311623, +0.10486676, +0.09824115, +0.09138492, -0.03792440, +0.09847206, +0.10466743, -0.03941104, -0.30919342, -0.29164450, -0.10182431, -0.19663240, -0.05623818, -0.04489779, +0.15890296, +0.14509300, +0.02260283, -0.31411366, +0.14500294, -0.09037074, +0.08294908, +0.27162331, +0.20705665, +0.00027057, +0.04682057, +0.10168413, +0.08575262, -0.04970929, +0.22305230, -0.23780992, -0.31577001, -0.22343271, -0.22951557, -0.10363821, -0.39671925, +0.18172194, +0.27288326, -0.02040506, +0.12035993, -0.14818338, +0.05975458, +0.11270490, -0.12281612, +0.15466306, +0.10418103, -0.03015362, +0.08620128, +0.07866036, +0.15330063, +0.07943559, +0.22448504, +0.08472866, -0.12167879, -0.08908385, -0.05287541, -0.16346262, -0.09980192, -0.09943856, -0.21732015, +0.09785909, -0.17177244, -0.12650027, +0.01272240, +0.12201335, -0.13390724, +0.14063334, +0.17140690, +0.17100310, +0.11459287, -0.12496176, -0.00536924, -0.32010414, -0.06841085, -0.08596803, +0.08440575, + /* T3.TCP_FLAG_U */ + +0.17412041, +0.63509294, -0.09152525, -0.06592941, +0.06923534, -0.13220239, +0.21952533, +0.10838900, -0.24532247, +0.00417388, +0.10312755, -0.04146660, +0.13965032, -0.01567261, +0.28958992, +0.10813679, -0.04764861, -0.05311623, +0.10486676, +0.09824115, +0.09138492, -0.03792440, +0.09847206, +0.10466743, -0.03941104, -0.30919342, -0.29164450, -0.10182431, -0.19663240, -0.05623818, -0.04489779, +0.15890296, +0.14509300, +0.02260283, -0.31411366, +0.14500294, -0.09037074, +0.08294908, +0.27162331, +0.20705665, +0.00027057, +0.04682057, +0.10168413, +0.08575262, -0.04970929, +0.22305230, -0.23780992, -0.31577001, -0.22343271, -0.22951557, -0.10363821, -0.39671925, +0.18172194, +0.27288326, -0.02040506, +0.12035993, -0.14818338, +0.05975458, +0.11270490, -0.12281612, +0.15466306, +0.10418103, -0.03015362, +0.08620128, +0.07866036, +0.15330063, +0.07943559, +0.22448504, +0.08472866, -0.12167879, -0.08908385, -0.05287541, -0.16346262, -0.09980192, -0.09943856, -0.21732015, +0.09785909, -0.17177244, -0.12650027, +0.01272240, +0.12201335, -0.13390724, +0.14063334, +0.17140690, +0.17100310, +0.11459287, -0.12496176, -0.00536924, -0.32010414, -0.06841085, -0.08596803, +0.08440575, + /* T3.TCP_FLAG_E */ + +0.17412041, +0.63509294, -0.09152525, -0.06592941, +0.06923534, -0.13220239, +0.21952533, +0.10838900, -0.24532247, +0.00417388, +0.10312755, -0.04146660, +0.13965032, -0.01567261, +0.28958992, +0.10813679, -0.04764861, -0.05311623, +0.10486676, +0.09824115, +0.09138492, -0.03792440, +0.09847206, +0.10466743, -0.03941104, -0.30919342, -0.29164450, -0.10182431, -0.19663240, -0.05623818, -0.04489779, +0.15890296, +0.14509300, +0.02260283, -0.31411366, +0.14500294, -0.09037074, +0.08294908, +0.27162331, +0.20705665, +0.00027057, +0.04682057, +0.10168413, +0.08575262, -0.04970929, +0.22305230, -0.23780992, -0.31577001, -0.22343271, -0.22951557, -0.10363821, -0.39671925, +0.18172194, +0.27288326, -0.02040506, +0.12035993, -0.14818338, +0.05975458, +0.11270490, -0.12281612, +0.15466306, +0.10418103, -0.03015362, +0.08620128, +0.07866036, +0.15330063, +0.07943559, +0.22448504, +0.08472866, -0.12167879, -0.08908385, -0.05287541, -0.16346262, -0.09980192, -0.09943856, -0.21732015, +0.09785909, -0.17177244, -0.12650027, +0.01272240, +0.12201335, -0.13390724, +0.14063334, +0.17140690, +0.17100310, +0.11459287, -0.12496176, -0.00536924, -0.32010414, -0.06841085, -0.08596803, +0.08440575, + /* T3.TCP_FLAG_C */ + +0.17412041, +0.63509294, -0.09152525, -0.06592941, +0.06923534, -0.13220239, +0.21952533, +0.10838900, -0.24532247, +0.00417388, +0.10312755, -0.04146660, +0.13965032, -0.01567261, +0.28958992, +0.10813679, -0.04764861, -0.05311623, +0.10486676, +0.09824115, +0.09138492, -0.03792440, +0.09847206, +0.10466743, -0.03941104, -0.30919342, -0.29164450, -0.10182431, -0.19663240, -0.05623818, -0.04489779, +0.15890296, +0.14509300, +0.02260283, -0.31411366, +0.14500294, -0.09037074, +0.08294908, +0.27162331, +0.20705665, +0.00027057, +0.04682057, +0.10168413, +0.08575262, -0.04970929, +0.22305230, -0.23780992, -0.31577001, -0.22343271, -0.22951557, -0.10363821, -0.39671925, +0.18172194, +0.27288326, -0.02040506, +0.12035993, -0.14818338, +0.05975458, +0.11270490, -0.12281612, +0.15466306, +0.10418103, -0.03015362, +0.08620128, +0.07866036, +0.15330063, +0.07943559, +0.22448504, +0.08472866, -0.12167879, -0.08908385, -0.05287541, -0.16346262, -0.09980192, -0.09943856, -0.21732015, +0.09785909, -0.17177244, -0.12650027, +0.01272240, +0.12201335, -0.13390724, +0.14063334, +0.17140690, +0.17100310, +0.11459287, -0.12496176, -0.00536924, -0.32010414, -0.06841085, -0.08596803, +0.08440575, + /* T3.TCP_FLAG_RES8 */ + +0.17412041, +0.63509294, -0.09152525, -0.06592941, +0.06923534, -0.13220239, +0.21952533, +0.10838900, -0.24532247, +0.00417388, +0.10312755, -0.04146660, +0.13965032, -0.01567261, +0.28958992, +0.10813679, -0.04764861, -0.05311623, +0.10486676, +0.09824115, +0.09138492, -0.03792440, +0.09847206, +0.10466743, -0.03941104, -0.30919342, -0.29164450, -0.10182431, -0.19663240, -0.05623818, -0.04489779, +0.15890296, +0.14509300, +0.02260283, -0.31411366, +0.14500294, -0.09037074, +0.08294908, +0.27162331, +0.20705665, +0.00027057, +0.04682057, +0.10168413, +0.08575262, -0.04970929, +0.22305230, -0.23780992, -0.31577001, -0.22343271, -0.22951557, -0.10363821, -0.39671925, +0.18172194, +0.27288326, -0.02040506, +0.12035993, -0.14818338, +0.05975458, +0.11270490, -0.12281612, +0.15466306, +0.10418103, -0.03015362, +0.08620128, +0.07866036, +0.15330063, +0.07943559, +0.22448504, +0.08472866, -0.12167879, -0.08908385, -0.05287541, -0.16346262, -0.09980192, -0.09943856, -0.21732015, +0.09785909, -0.17177244, -0.12650027, +0.01272240, +0.12201335, -0.13390724, +0.14063334, +0.17140690, +0.17100310, +0.11459287, -0.12496176, -0.00536924, -0.32010414, -0.06841085, -0.08596803, +0.08440575, + /* T3.TCP_FLAG_RES9 */ + +0.17412041, +0.63509294, -0.09152525, -0.06592941, +0.06923534, -0.13220239, +0.21952533, +0.10838900, -0.24532247, +0.00417388, +0.10312755, -0.04146660, +0.13965032, -0.01567261, +0.28958992, +0.10813679, -0.04764861, -0.05311623, +0.10486676, +0.09824115, +0.09138492, -0.03792440, +0.09847206, +0.10466743, -0.03941104, -0.30919342, -0.29164450, -0.10182431, -0.19663240, -0.05623818, -0.04489779, +0.15890296, +0.14509300, +0.02260283, -0.31411366, +0.14500294, -0.09037074, +0.08294908, +0.27162331, +0.20705665, +0.00027057, +0.04682057, +0.10168413, +0.08575262, -0.04970929, +0.22305230, -0.23780992, -0.31577001, -0.22343271, -0.22951557, -0.10363821, -0.39671925, +0.18172194, +0.27288326, -0.02040506, +0.12035993, -0.14818338, +0.05975458, +0.11270490, -0.12281612, +0.15466306, +0.10418103, -0.03015362, +0.08620128, +0.07866036, +0.15330063, +0.07943559, +0.22448504, +0.08472866, -0.12167879, -0.08908385, -0.05287541, -0.16346262, -0.09980192, -0.09943856, -0.21732015, +0.09785909, -0.17177244, -0.12650027, +0.01272240, +0.12201335, -0.13390724, +0.14063334, +0.17140690, +0.17100310, +0.11459287, -0.12496176, -0.00536924, -0.32010414, -0.06841085, -0.08596803, +0.08440575, + /* T3.TCP_FLAG_RES10 */ + +0.17412041, +0.63509294, -0.09152525, -0.06592941, +0.06923534, -0.13220239, +0.21952533, +0.10838900, -0.24532247, +0.00417388, +0.10312755, -0.04146660, +0.13965032, -0.01567261, +0.28958992, +0.10813679, -0.04764861, -0.05311623, +0.10486676, +0.09824115, +0.09138492, -0.03792440, +0.09847206, +0.10466743, -0.03941104, -0.30919342, -0.29164450, -0.10182431, -0.19663240, -0.05623818, -0.04489779, +0.15890296, +0.14509300, +0.02260283, -0.31411366, +0.14500294, -0.09037074, +0.08294908, +0.27162331, +0.20705665, +0.00027057, +0.04682057, +0.10168413, +0.08575262, -0.04970929, +0.22305230, -0.23780992, -0.31577001, -0.22343271, -0.22951557, -0.10363821, -0.39671925, +0.18172194, +0.27288326, -0.02040506, +0.12035993, -0.14818338, +0.05975458, +0.11270490, -0.12281612, +0.15466306, +0.10418103, -0.03015362, +0.08620128, +0.07866036, +0.15330063, +0.07943559, +0.22448504, +0.08472866, -0.12167879, -0.08908385, -0.05287541, -0.16346262, -0.09980192, -0.09943856, -0.21732015, +0.09785909, -0.17177244, -0.12650027, +0.01272240, +0.12201335, -0.13390724, +0.14063334, +0.17140690, +0.17100310, +0.11459287, -0.12496176, -0.00536924, -0.32010414, -0.06841085, -0.08596803, +0.08440575, + /* T3.TCP_FLAG_RES11 */ + +0.17412041, +0.63509294, -0.09152525, -0.06592941, +0.06923534, -0.13220239, +0.21952533, +0.10838900, -0.24532247, +0.00417388, +0.10312755, -0.04146660, +0.13965032, -0.01567261, +0.28958992, +0.10813679, -0.04764861, -0.05311623, +0.10486676, +0.09824115, +0.09138492, -0.03792440, +0.09847206, +0.10466743, -0.03941104, -0.30919342, -0.29164450, -0.10182431, -0.19663240, -0.05623818, -0.04489779, +0.15890296, +0.14509300, +0.02260283, -0.31411366, +0.14500294, -0.09037074, +0.08294908, +0.27162331, +0.20705665, +0.00027057, +0.04682057, +0.10168413, +0.08575262, -0.04970929, +0.22305230, -0.23780992, -0.31577001, -0.22343271, -0.22951557, -0.10363821, -0.39671925, +0.18172194, +0.27288326, -0.02040506, +0.12035993, -0.14818338, +0.05975458, +0.11270490, -0.12281612, +0.15466306, +0.10418103, -0.03015362, +0.08620128, +0.07866036, +0.15330063, +0.07943559, +0.22448504, +0.08472866, -0.12167879, -0.08908385, -0.05287541, -0.16346262, -0.09980192, -0.09943856, -0.21732015, +0.09785909, -0.17177244, -0.12650027, +0.01272240, +0.12201335, -0.13390724, +0.14063334, +0.17140690, +0.17100310, +0.11459287, -0.12496176, -0.00536924, -0.32010414, -0.06841085, -0.08596803, +0.08440575, + /* T3.TCP_OPT_0 */ + +0.28083985, +0.60064579, -0.04887749, -0.08825399, +0.24409165, +0.01780407, +0.38355437, +0.15417324, -0.20925032, +0.00791674, +0.23038062, -0.00099896, -0.07173203, -0.01569883, +0.41361936, +0.21641584, -0.06761067, -0.05480857, +0.12638883, +0.20429269, +0.14761496, -0.05081548, +0.35466281, -0.09422871, -0.05289006, -0.37262964, -0.11894116, -0.13343552, -0.27282154, -0.00778301, -0.01613336, +0.44228316, +0.22792372, +0.02555269, -0.34690094, +0.69409994, -0.00577548, +0.31969797, +0.37384055, +0.34281152, -0.00874667, +0.08269943, +0.14485110, +0.12454911, +0.00186693, -0.27651721, -0.29111992, -0.17989438, -0.09113745, -0.29670260, -0.11842427, -0.25756477, -0.03857879, -0.05920401, -0.03549702, +0.18199640, -0.14859320, -0.04916958, -0.16923902, -0.12001747, +0.19983802, -0.13182844, -0.04447658, +0.11088405, +0.09995980, +0.23349135, +0.11986593, -0.32062654, +0.37403615, -0.18000878, -0.13590479, -0.05099325, -0.17783043, -0.11927594, -0.12971472, -0.19509610, +0.14049520, -0.14663569, -0.03417911, +0.01153854, -0.06062827, -0.14057543, +0.18277716, -0.11875621, +0.11844588, -0.12261319, -0.18349968, -0.01219418, -0.21835087, -0.10712215, -0.14212366, +0.19817954, + /* T3.TCP_OPT_1 */ + +0.36208241, +1.46226991, -0.03980437, -0.05662511, +0.29877541, +0.02474991, +0.53390519, +0.08453963, -0.21795462, +0.02527469, +0.11425588, +0.00268029, -0.04194193, +0.01099326, -0.00742152, -0.03516400, -0.04268290, -0.03103643, +0.08952429, +0.10809625, +0.18899675, -0.04186690, +0.39028944, -0.07426937, -0.03164151, +0.02109248, +0.04481562, -0.08439139, -0.18262149, +0.00215460, +0.01155243, +0.59432041, +0.29351994, +0.03985681, -0.36683418, -0.02568528, -0.00076979, +0.18183445, +0.48759920, +0.54290558, +0.00108594, +0.10346833, -0.06651405, +0.10141774, +0.02413666, -0.21313442, -0.30967144, -0.18837269, -0.07881150, -0.31265816, -0.12306696, -0.27027056, -0.02644239, +0.02490223, -0.03682986, +0.13819655, -0.10524110, -0.02951554, -0.09221100, -0.13258895, +0.14390819, -0.02565868, -0.02605326, +0.04805591, +0.08348541, -0.05911648, +0.08670385, +0.00573379, +0.36255611, -0.19229289, -0.08206837, -0.03638088, -0.18714288, -0.10549061, -0.12082410, -0.12950146, +0.11198908, -0.09422534, -0.01091271, +0.01831133, -0.04730591, -0.11633906, +0.13957974, -0.07856669, +0.22296481, -0.07403183, -0.18045608, +0.00069867, -0.23436246, -0.10479951, -0.13347922, +0.02656522, + /* T3.TCP_OPT_2 */ + +0.57081664, +2.95534491, -0.06348899, -0.07906195, +0.02984529, +0.01509081, +0.82464797, +0.10043706, -0.32679633, +0.02080732, -0.05314440, -0.01695175, -0.06033439, +0.00558100, -0.01806339, -0.04983005, -0.06891485, -0.04643419, +0.12092307, -0.01947107, +0.13646828, -0.04967846, +0.03224558, -0.10712622, -0.04167933, +0.01438121, +0.03578321, -0.13517313, -0.26318738, -0.00744096, -0.00262280, +0.90583995, +0.45820327, +0.04550570, -0.52874593, -0.03960433, -0.01581485, +0.37901898, +0.75720355, +0.97584121, -0.01668693, +0.11847983, -0.09846683, +0.11745408, +0.01836940, -0.28606100, -0.46368323, -0.28710948, -0.12818282, -0.46712618, -0.18489203, -0.40461649, -0.04606320, +0.01377628, -0.07559083, +0.22500271, -0.14396611, -0.05384973, -0.13801809, -0.19116998, +0.16967773, -0.04562909, -0.04089415, +0.03348468, +0.10310242, -0.08840019, +0.00874072, -0.00508228, -0.11806513, -0.30549240, -0.13143870, -0.04555291, -0.27994459, -0.16517204, -0.11729723, -0.18545911, +0.14511410, -0.13756013, -0.03804564, +0.01116952, -0.07927553, -0.22942210, +0.17591831, -0.10120316, +0.64727127, -0.10674312, -0.14883834, -0.01742577, -0.35511584, -0.10347611, -0.10204872, +0.01360359, + /* T3.TCP_OPT_3 */ + +0.16781196, -0.75336414, -0.04090082, -0.08137995, +0.01302667, +0.02878621, +0.15642017, +0.35468534, -0.14283288, +0.02634914, +0.34710104, +0.00855576, -0.04360522, +0.01215964, -0.00874990, -0.01534563, -0.09603062, -0.03790975, +0.07802638, +0.63045761, +0.53430624, -0.03028801, +0.05299959, -0.08566157, -0.06977507, +0.02261850, +0.04653238, -0.07804441, -0.17957436, -0.00217974, +0.00602794, +0.19875647, +0.12986051, +0.01534069, -0.24055013, -0.03144975, +0.00365057, +0.77890873, +0.15394350, +0.06688632, +0.01226573, +0.10907112, -0.06715460, +0.11975110, +0.02520159, -0.33265062, -0.19920438, -0.12040404, -0.05057106, -0.20917427, -0.06835225, -0.17715253, -0.02054614, +0.02883725, -0.01085354, -0.04021061, -0.10690705, -0.01429244, -0.06371068, -0.03395407, +0.13416895, -0.01762954, -0.03658471, +0.33390833, +0.03970301, -0.07878284, +0.41768276, +0.00799596, +0.08916558, -0.11212314, -0.08220917, -0.03571596, -0.12176752, -0.10965338, -0.07490599, -0.31657262, +0.07525151, -0.08754882, -0.00818345, +0.02045489, -0.05348297, -0.02480861, +0.10197692, -0.11088624, -0.29285380, -0.07000179, -0.08382921, -0.02211893, -0.14692670, -0.04723894, -0.06082649, +0.65742442, + /* T3.TCP_OPT_4 */ + +0.30021648, -0.09414221, -0.05107173, -0.06513066, +0.06325901, +0.02520235, +0.37325959, +0.33009501, -0.19455284, +0.02540669, +0.35596811, +0.00056797, -0.04265838, +0.01124325, -0.00659610, -0.01761064, -0.10105362, -0.02205367, +0.08269110, +0.20628313, -0.23183718, -0.03526147, +0.11616161, -0.08371632, -0.04272363, +0.02158674, +0.04538226, -0.07876600, -0.18159644, +0.00068456, +0.00972236, +0.50675849, +0.21847511, +0.02054171, -0.32337808, -0.02499631, -0.00213284, +1.25919281, +0.40852217, +0.25486185, +0.00502240, +0.10527203, -0.05892066, +0.11747091, +0.02379722, -0.34273469, -0.27457142, -0.16786738, -0.07248396, -0.28373461, -0.10364040, -0.24163816, -0.02539844, +0.02569466, -0.02931781, +0.08833644, -0.10611651, -0.02282684, -0.07934460, -0.07497353, +0.12922974, -0.02305013, -0.02965798, +0.30114123, +0.05791242, -0.07854905, +0.17278233, +0.00660203, +0.12307811, -0.16822669, -0.08307561, -0.03199239, -0.16787579, -0.13454016, -0.10315228, -0.31644904, +0.10034984, -0.08920584, -0.00987835, +0.01843860, -0.06292899, -0.02787996, +0.12232346, -0.07948592, -0.30251077, -0.07158377, -0.12064057, -0.02628830, -0.20591842, -0.07255849, -0.08807241, +0.58211059, + /* T3.TCP_OPT_5 */ + -0.00965292, -0.17380005, +0.03719422, -0.09352465, -0.00955011, +0.04751791, -0.04840662, -0.01115268, +0.05417316, +0.03271439, +0.89974461, +0.05240197, -0.03995815, +0.01838630, -0.00040066, +0.03235733, +0.05020919, -0.00490666, +0.33221890, +0.51129473, -0.12142111, -0.01206349, -0.02005609, -0.00340793, -0.02732002, +0.03171056, +0.06006509, -0.18844186, -0.40818499, +0.00095839, -0.01380939, -0.02593521, -0.03589767, +0.04153200, +0.06079465, -0.03613643, +0.03779275, -0.04841389, -0.09483585, -0.10048949, +0.04167335, +0.28151389, -0.09469741, +0.38050688, +0.03456613, -0.01368284, +0.07662518, +0.05913515, +0.03865179, +0.07338022, +0.06634986, +0.06583780, -0.00786860, +0.04714154, +0.06112086, +0.47157556, -0.20420721, +0.03176274, +0.01803600, +0.06341440, +0.43712886, +0.00762231, -0.04314916, -0.06395030, +0.22300349, -0.02485840, -0.07485793, +0.01674520, +0.00797675, +0.09828101, -0.21661842, +0.00295804, +0.05410039, +0.07021080, +0.07668687, +0.05641013, +0.24992222, -0.17614096, -0.04557202, +0.02917184, +0.03145332, -0.05266441, +0.36573100, -0.07347532, -0.50443393, -0.07256916, +0.05683959, +0.05390143, +0.06706372, +0.05111899, +0.05715797, -0.04127070, + /* T3.TCP_OPT_6 */ + +0.01522621, -0.10225163, +0.04333621, -0.05832309, +0.00033160, +0.05185266, -0.02826082, +0.00905152, +0.06019667, +0.03629567, -0.16567675, +0.05740849, -0.02067369, +0.02196585, +0.00929441, +0.04765625, +0.05606487, +0.00726100, +0.53703468, -0.07379211, +0.01699358, -0.00332457, +0.00809951, +0.02265574, -0.02189072, +0.03699944, +0.06714852, -0.17071921, -0.38323831, +0.00618291, -0.00834197, +0.02139268, +0.00975402, +0.04836214, +0.06613462, -0.02588993, +0.04431218, +0.02038469, +0.01985788, +0.02924884, +0.04635456, +0.00092899, +0.04272477, -0.08320871, +0.03881085, -0.00663172, +0.08184561, +0.06515046, +0.05665526, +0.07938842, +0.07123058, +0.07256706, +0.00030368, +0.05304004, +0.06515055, +0.52694375, -0.19653882, +0.03838376, +0.02623298, +0.07611372, +0.84922920, +0.02149126, -0.02876412, -0.04450412, +0.27405417, +0.00214336, -0.05775337, +0.02334119, +0.02198763, +0.10286082, -0.19115146, +0.02680688, +0.05806121, +0.07611594, +0.08210216, +0.05977961, +0.46438675, +0.02031923, -0.02814986, +0.03283517, +0.03988995, +0.03993894, -0.42564936, +0.03576255, +0.00690901, -0.01113569, +0.06341171, +0.05863641, +0.07070009, +0.05740252, +0.06733130, -0.00511461, + /* T3.TCP_OPT_7 */ + +0.01914407, -0.11698401, +0.04363135, -0.10783499, +0.01775177, +0.05210819, -0.01606922, +0.00891246, +0.06038410, +0.03639995, -0.13384041, +0.05752489, -0.02504212, +0.02177474, +0.00695701, +0.04824028, +0.05628462, +0.00895911, -0.17382520, -0.06664535, +0.01649710, -0.00428190, +0.00883907, +0.02188137, -0.06083569, +0.03699199, +0.06785009, -0.08205361, -0.18042949, +0.00044099, -0.01545351, +0.02127975, +0.01002997, +0.04851769, +0.06626094, -0.03045759, +0.04441599, +0.01082023, +0.02022531, +0.04030493, +0.04655316, +0.00491469, +0.04315123, -0.05033773, +0.03902340, -0.01223760, +0.08198799, +0.06535324, +0.05692192, +0.07979105, +0.07148703, +0.07280114, +0.00034837, +0.05334906, +0.06530294, +0.48969393, -0.19485096, +0.03873448, +0.02635972, +0.07601593, -0.42765377, +0.02158659, -0.04768567, -0.02720113, +0.27750563, +0.02124246, +0.27996747, +0.02350495, +0.02172544, +0.10303395, -0.18158954, +0.02734010, +0.05820968, +0.07660608, +0.08230994, +0.05996593, +0.48274171, +0.02074606, -0.01267010, +0.03334207, +0.03793484, +0.04123265, +0.72346097, +0.03606024, +0.01134526, -0.01030092, +0.06356557, +0.05882542, +0.07076640, +0.05756562, +0.06771857, -0.00242836, + /* T3.TCP_OPT_8 */ + +0.02548157, -0.04619531, +0.04587390, -0.07841319, +0.02257436, +0.05362298, -0.00789041, +0.02003915, +0.06241984, +0.03767122, -0.07853645, +0.05899237, -0.01166503, +0.02433804, +0.01476006, +0.05001748, +0.05863808, +0.01528428, +0.19050999, -0.04057943, +0.02132779, +0.00597842, +0.01727938, +0.02873353, -0.05155464, +0.03909080, +0.06969115, -0.05692394, -0.15386029, +0.01048804, +0.01308313, +0.02772150, +0.01644344, +0.05081494, +0.06761553, -0.00889524, +0.04632367, +0.01611738, +0.02675256, +0.04872102, +0.04739549, +0.01804573, +0.04539217, -0.03034245, +0.04058393, +0.00131391, +0.08353530, +0.06700493, +0.05901318, +0.08211860, +0.07327765, +0.07478996, +0.01424364, +0.05541471, +0.06684832, +0.05129338, -0.10292322, +0.04183189, +0.03090178, +0.08017443, +0.06682874, +0.02675974, -0.02580477, -0.00528358, +0.11905573, +0.02632164, +0.45109944, +0.02942235, +0.02579692, +0.10461803, -0.07262808, +0.03099676, +0.05943511, +0.07870854, +0.08433564, +0.06150622, +0.06069530, +0.02882733, +0.01417277, +0.03583135, +0.04165932, +0.04639009, +0.56059013, +0.04141871, +0.01990458, +0.00707103, +0.06566381, +0.06085807, +0.07176064, +0.05945839, +0.07076110, +0.00913148, + /* T3.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPTLEN_0 */ + +0.46353338, +1.60993586, -0.08944170, -0.15407637, -0.04365716, +0.00053468, +0.61224914, +0.23047581, -0.34387375, -0.00743472, +0.46103680, -0.03000312, -0.11730710, -0.03729654, +0.60596351, +0.31887423, -0.12527257, -0.09497326, +0.18894459, +0.30936131, +0.21524400, -0.07367034, -0.00116335, -0.15802688, -0.09987448, -0.57948369, -0.21398485, -0.23382300, -0.45414449, -0.03081959, -0.05687255, +0.68663902, +0.37262072, +0.01888231, -0.54383240, +1.02779751, -0.03015017, +0.56802138, +0.58353837, +0.67922622, -0.03708767, +0.10726775, +0.19536359, +0.18914048, -0.01790814, -0.42580833, -0.47692115, -0.30174201, -0.16348611, -0.48536093, -0.19922371, -0.42236231, -0.07320737, -0.11689811, -0.08538123, +0.26902138, -0.23734835, -0.09296311, -0.26926553, -0.19385870, +0.28282114, -0.21311714, -0.08515019, +0.14271304, +0.12958325, +0.32872872, +0.17287863, -0.49902794, -0.07626618, -0.31856148, -0.24684258, -0.08072488, -0.29224124, -0.21104365, -0.15500014, -0.32520240, +0.19541279, -0.23661690, -0.08775068, -0.00228645, -0.11388572, -0.19245042, +0.25575385, -0.19482036, -0.10393569, -0.19716229, -0.17937331, -0.04755279, -0.36286152, -0.12484864, -0.13827694, +0.31746915, + /* T3.TCP_OPTLEN_1 */ + +0.25048774, +0.59235740, -0.02848236, -0.05339678, +0.32083090, +0.02943594, +0.36021655, +0.11294791, -0.15854684, +0.02715410, +0.12448859, +0.01225952, -0.03666066, +0.01317028, -0.00381982, -0.02546473, -0.03719226, -0.02521511, +0.09956066, +0.15212780, +0.21456395, -0.03627406, +0.42625137, -0.05995996, -0.02836883, +0.02385248, +0.04840951, -0.08090758, -0.17880113, +0.00486067, +0.01356492, +0.41382061, +0.20190321, +0.03465706, -0.27488347, -0.02283673, +0.00657138, +0.21946768, +0.33659741, +0.30425390, +0.01039916, +0.11283309, -0.05992836, +0.11471206, +0.02652456, -0.19656140, -0.22482872, -0.13447005, -0.05326302, -0.22879491, -0.08561809, -0.19681041, -0.01931806, +0.02986898, -0.01575175, +0.14017616, -0.10241057, -0.01646632, -0.06793247, -0.08947797, +0.15718015, -0.01705180, -0.02323282, +0.08583155, +0.08637871, -0.05204661, +0.09422861, +0.00928648, +0.44851836, -0.12973326, -0.07951154, -0.03034365, -0.13572428, -0.07795658, -0.10396653, -0.12892064, +0.11356160, -0.09080528, -0.00674411, +0.02128767, -0.03393022, -0.11155916, +0.14624106, -0.07117088, +0.23673494, -0.06502920, -0.16246883, +0.00586361, -0.16773372, -0.08800162, -0.12156119, +0.11785741, + /* T3.TCP_OPTLEN_2 */ + +0.56875436, +2.97141897, -0.06282402, -0.07540776, +0.08073249, +0.01530955, +0.82908259, +0.08546502, -0.32645938, +0.02102315, -0.07935809, -0.01646332, -0.05853703, +0.00588497, -0.01717982, -0.05126216, -0.06532811, -0.04543418, +0.10977844, -0.00890770, +0.13776322, -0.05023397, +0.09734865, -0.10562261, -0.04079646, +0.01471583, +0.03623378, -0.12680395, -0.24724899, -0.00642797, -0.00030361, +0.90869757, +0.45814300, +0.04628169, -0.52959233, -0.03770791, -0.01545665, +0.32008683, +0.75756170, +0.97495878, -0.01648730, +0.11078333, -0.09407736, +0.10534248, +0.01865612, -0.27660021, -0.46344550, -0.28679372, -0.12749843, -0.46641388, -0.18618852, -0.40421248, -0.04473836, +0.01415555, -0.07544243, +0.20461154, -0.13660487, -0.05371427, -0.13764996, -0.19552314, +0.15797681, -0.04482132, -0.03875798, +0.02157271, +0.09754062, -0.08484924, +0.02301050, -0.00435891, -0.04572040, -0.30540178, -0.12170505, -0.04602718, -0.27992869, -0.16297255, -0.12486837, -0.17329052, +0.13709140, -0.13063508, -0.03415989, +0.01154224, -0.07762244, -0.22601265, +0.16497856, -0.09925889, +0.66461961, -0.10359192, -0.16310675, -0.01550390, -0.35495749, -0.11053857, -0.11387365, -0.02041810, + /* T3.TCP_OPTLEN_3 */ + +0.16781196, -0.75336414, -0.04090082, -0.08137995, +0.01302667, +0.02878621, +0.15642017, +0.35468534, -0.14283288, +0.02634914, +0.34710104, +0.00855576, -0.04360522, +0.01215964, -0.00874990, -0.01534563, -0.09603062, -0.03790975, +0.07802638, +0.63045761, +0.53430624, -0.03028801, +0.05299959, -0.08566157, -0.06977507, +0.02261850, +0.04653238, -0.07804441, -0.17957436, -0.00217974, +0.00602794, +0.19875647, +0.12986051, +0.01534069, -0.24055013, -0.03144975, +0.00365057, +0.77890873, +0.15394350, +0.06688632, +0.01226573, +0.10907112, -0.06715460, +0.11975110, +0.02520159, -0.33265062, -0.19920438, -0.12040404, -0.05057106, -0.20917427, -0.06835225, -0.17715253, -0.02054614, +0.02883725, -0.01085354, -0.04021061, -0.10690705, -0.01429244, -0.06371068, -0.03395407, +0.13416895, -0.01762954, -0.03658471, +0.33390833, +0.03970301, -0.07878284, +0.41768276, +0.00799596, +0.08916558, -0.11212314, -0.08220917, -0.03571596, -0.12176752, -0.10965338, -0.07490599, -0.31657262, +0.07525151, -0.08754882, -0.00818345, +0.02045489, -0.05348297, -0.02480861, +0.10197692, -0.11088624, -0.29285380, -0.07000179, -0.08382921, -0.02211893, -0.14692670, -0.04723894, -0.06082649, +0.65742442, + /* T3.TCP_OPTLEN_4 */ + +0.28039242, -0.23857793, -0.04842909, -0.06277243, +0.05315504, +0.02624014, +0.34147549, +0.33666648, -0.18250729, +0.02582392, +0.35821684, +0.00259961, -0.04113273, +0.01174316, -0.00564776, -0.01489570, -0.09962120, -0.02072442, +0.08647507, +0.21622485, -0.22606371, -0.03333005, +0.10373513, -0.08060902, -0.03938468, +0.02220288, +0.04617564, -0.07788303, -0.18068424, +0.00168291, +0.01060863, +0.47247512, +0.20196261, +0.01985630, -0.30451978, -0.02404918, -0.00049776, +1.27222685, +0.38007202, +0.21521307, +0.00693158, +0.10735434, -0.05745486, +0.12073238, +0.02433811, -0.33886753, -0.25745327, -0.15694265, -0.06715873, -0.26680888, -0.09548171, -0.22678229, -0.02383226, +0.02677545, -0.02496797, +0.10012944, -0.10526497, -0.02001860, -0.07430540, -0.06504847, +0.13250968, -0.02117640, -0.02814967, +0.30937463, +0.06039486, -0.07672582, +0.15306466, +0.00740841, +0.11678113, -0.15548826, -0.08244391, -0.03017261, -0.15736608, -0.12862875, -0.09656074, -0.31632625, +0.10302825, -0.08842495, -0.00887884, +0.01908306, -0.05996050, -0.02678690, +0.12601484, -0.07764776, -0.29962252, -0.06957551, -0.11202685, -0.02510425, -0.19251836, -0.06660137, -0.08132612, +0.60231586, + /* T3.TCP_OPTLEN_5 */ + -0.00935886, -0.17346712, +0.03723731, -0.09350383, -0.00945801, +0.04753906, -0.04818492, -0.01100860, +0.05421898, +0.03273502, +0.90073391, +0.05243394, -0.03991226, +0.01840727, -0.00035127, +0.03244522, +0.05024038, -0.00478779, +0.33253795, +0.47196296, -0.11579555, -0.01202755, -0.01989325, -0.00253636, -0.02728088, +0.03173790, +0.06009709, -0.18840614, -0.40814886, +0.00097992, -0.01379498, -0.02539626, -0.03526426, +0.04158877, +0.06084474, -0.03609062, +0.03783930, -0.04789506, -0.09060408, -0.10024370, +0.04169871, +0.28173870, -0.09460288, +0.38103493, +0.03458387, -0.01362793, +0.07666490, +0.05917927, +0.03870472, +0.07342021, +0.06638323, +0.06588783, -0.00781561, +0.04716838, +0.06114716, +0.47171000, -0.20418113, +0.03179586, +0.01807367, +0.06349252, +0.43725016, +0.00767011, -0.04312632, -0.06390095, +0.22304725, -0.02479642, -0.07478821, +0.01677449, +0.00816217, +0.09831124, -0.21657898, +0.00344618, +0.05413178, +0.07025134, +0.07672068, +0.05642426, +0.24994154, -0.17609763, -0.04553378, +0.02918982, +0.03150055, -0.05261637, +0.36580183, -0.07103196, -0.50435428, -0.07224152, +0.05688416, +0.05392788, +0.06710823, +0.05115538, +0.05726188, -0.04070394, + /* T3.TCP_OPTLEN_6 */ + +0.01522621, -0.10225163, +0.04333621, -0.05832309, +0.00033160, +0.05185266, -0.02826082, +0.00905152, +0.06019667, +0.03629567, -0.16567675, +0.05740849, -0.02067369, +0.02196585, +0.00929441, +0.04765625, +0.05606487, +0.00726100, +0.53703468, -0.07379211, +0.01699358, -0.00332457, +0.00809951, +0.02265574, -0.02189072, +0.03699944, +0.06714852, -0.17071921, -0.38323831, +0.00618291, -0.00834197, +0.02139268, +0.00975402, +0.04836214, +0.06613462, -0.02588993, +0.04431218, +0.02038469, +0.01985788, +0.02924884, +0.04635456, +0.00092899, +0.04272477, -0.08320871, +0.03881085, -0.00663172, +0.08184561, +0.06515046, +0.05665526, +0.07938842, +0.07123058, +0.07256706, +0.00030368, +0.05304004, +0.06515055, +0.52694375, -0.19653882, +0.03838376, +0.02623298, +0.07611372, +0.84922920, +0.02149126, -0.02876412, -0.04450412, +0.27405417, +0.00214336, -0.05775337, +0.02334119, +0.02198763, +0.10286082, -0.19115146, +0.02680688, +0.05806121, +0.07611594, +0.08210216, +0.05977961, +0.46438675, +0.02031923, -0.02814986, +0.03283517, +0.03988995, +0.03993894, -0.42564936, +0.03576255, +0.00690901, -0.01113569, +0.06341171, +0.05863641, +0.07070009, +0.05740252, +0.06733130, -0.00511461, + /* T3.TCP_OPTLEN_7 */ + +0.02821966, -0.01281132, +0.04677561, -0.03472601, +0.02514842, +0.05419511, +0.00423728, +0.02417214, +0.06334437, +0.03810765, -0.06588797, +0.05959509, -0.00255999, +0.02528758, +0.01884610, +0.05077866, +0.05959066, +0.01775425, +0.26944440, -0.02777121, +0.02534509, +0.01072641, +0.01985649, +0.03130245, -0.00893539, +0.03987287, +0.07046740, -0.04974965, -0.14665812, +0.01915686, +0.02494163, +0.03086374, +0.01889626, +0.05178365, +0.06819271, -0.00065414, +0.04712052, +0.03259188, +0.02959251, +0.05396356, +0.04781549, +0.02151383, +0.04627413, -0.02492769, +0.04117773, +0.00936387, +0.08424449, +0.06764314, +0.05986473, +0.08306155, +0.07400268, +0.07564522, +0.01738577, +0.05621124, +0.06749457, +0.17303748, -0.08524747, +0.04276980, +0.03221874, +0.08263588, +0.28301566, +0.02853609, -0.00489371, +0.00632686, +0.13453368, +0.02965830, +0.14388874, +0.03114595, +0.02819811, +0.10524706, -0.05380348, +0.03234738, +0.05993479, +0.07965649, +0.08513652, +0.06206667, +0.12618906, +0.03080087, +0.02169593, +0.03662347, +0.04496036, +0.04808990, +0.21201224, +0.04296649, +0.02260786, +0.01119075, +0.06652130, +0.06166015, +0.07216899, +0.06021570, +0.07198676, +0.01718851, + /* T3.TCP_OPTLEN_8 */ + +0.02687035, -0.01987329, +0.04631010, -0.06440044, +0.02339226, +0.05391921, -0.00633154, +0.02225427, +0.06279969, +0.03789735, -0.06772871, +0.05927790, -0.00906220, +0.02475168, +0.01594497, +0.05036643, +0.05909104, +0.01634828, +0.25112147, -0.03571645, +0.02217547, +0.00788380, +0.01881209, +0.02980631, -0.04994220, +0.03944706, +0.07010648, -0.05230161, -0.14816971, +0.01230118, +0.01756250, +0.02882700, +0.01758194, +0.05123764, +0.06786977, -0.00575278, +0.04668830, +0.01704081, +0.02793500, +0.05040993, +0.04754762, +0.02054321, +0.04581651, -0.02641195, +0.04089263, +0.00334521, +0.08382909, +0.06732095, +0.05941938, +0.08260672, +0.07363115, +0.07517278, +0.01643219, +0.05582151, +0.06714755, -0.00748494, -0.08930018, +0.04236084, +0.03162583, +0.08099594, +0.24035655, +0.02767853, -0.01917796, +0.00187978, +0.10357093, +0.02830892, +0.47869061, +0.03040948, +0.02656742, +0.10492069, -0.05542863, +0.03167474, +0.05967780, +0.07911245, +0.08472891, +0.06180444, +0.06638544, +0.03013105, +0.01938283, +0.03634417, +0.04229791, +0.04746233, +0.27007001, +0.04246786, +0.02172990, +0.00988532, +0.06604996, +0.06124781, +0.07194389, +0.05980877, +0.07138728, +0.01215595, + /* T3.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T3.TCP_MSS */ + -0.84418348, -2.14683335, -0.02636414, -0.05703858, +0.07906298, +0.02601523, +0.13550735, +0.12288297, -0.14775741, +0.01404180, +0.15671182, +0.01322211, -0.05502945, -0.00684840, +0.28267537, -0.00673282, -0.03479620, -0.03979039, +0.07414775, +0.12905479, +0.07778008, -0.02911560, +0.11037292, -0.06407705, -0.02949909, -0.28471789, -0.11007485, -0.08521798, -0.18702098, +0.00246927, -0.00372088, +0.31103946, +0.07186786, +0.03147188, -0.24899578, +0.28258235, +0.00662005, +0.25939823, -0.20725388, +1.83292233, +0.00072324, +1.26135224, +0.72901512, -0.74567003, +0.00792493, -0.20202514, -0.23537245, -0.12301358, -0.07250436, -0.20842283, -0.06981136, -0.18167154, -0.02161345, -0.04507665, -0.01194392, +0.14120590, -0.10696276, -0.02993410, -0.12530593, -0.11098605, +0.18118982, -0.10019426, -0.02374013, +0.04797587, +0.08245197, -0.02935765, +0.08835347, -0.24450422, +0.07971622, -0.11290738, -0.08484544, -0.02922533, -0.12738729, -0.07910072, -0.05595355, -0.13118708, +0.11103327, -0.13382551, -0.00944255, +0.01725815, -0.03797941, -0.03370227, +0.13795864, -0.09102674, -0.32347262, -0.10386329, -0.08715370, +0.00614557, -0.15103203, -0.04969330, -0.05938160, +0.20193153, + /* T3.TCP_SACKOK */ + +0.25966084, +0.75916903, -0.01622232, -0.04941307, +0.10226994, +0.03447977, +0.34466727, +0.14320630, -0.13288566, +0.02989322, -0.14993203, +0.01939686, -0.02479305, +0.01605745, +0.00257489, +0.00002026, -0.02782749, -0.01688201, +0.20210717, +0.28254683, +0.24347420, -0.02064546, +0.14117360, -0.04815661, -0.02380938, +0.02793896, +0.05404843, -0.06522289, -0.16489001, +0.00824960, +0.01672039, +0.39572120, +0.21368209, +0.04081841, -0.23335254, -0.01615295, +0.01423095, +0.33304177, +0.32443620, +0.40684947, +0.01627946, -0.02212644, +0.01223270, -0.09661198, +0.03008901, -0.18470234, -0.19084876, -0.11090113, -0.03273332, -0.19476906, -0.06011284, -0.16595450, -0.01141695, +0.03561443, -0.00480244, +0.16284767, -0.09750330, -0.00607797, -0.05306377, -0.04965840, +0.21079850, -0.00542404, -0.01883459, +0.10975158, +0.10293879, -0.03256937, +0.10160764, +0.01529671, +0.11225050, -0.10252175, -0.06704689, -0.01202846, -0.11266900, -0.05985353, -0.04532097, -0.12727574, +0.11789471, +0.01487225, +0.00379570, +0.02438929, -0.02322681, +0.02618638, +0.17566367, -0.03331947, -0.03024283, -0.03059378, -0.07469649, +0.01179540, -0.14204230, -0.03872126, -0.04514799, +0.18783048, + /* T3.TCP_WSCALE */ + -0.36378497, +0.83644092, -0.15922403, -0.08312409, -0.44903580, +0.02044463, -1.15047620, +0.75183087, -0.19754736, +0.02321969, +0.25612382, -0.00836573, -0.05175215, +0.00836091, -0.01211701, -0.02829021, -0.07745750, -0.02952066, +0.01017413, +0.36484773, -0.27090064, -0.04367239, -0.07077533, -0.10160522, -0.03782632, +0.01824967, +0.04147207, -0.09394788, -0.21709100, -0.00373087, -0.00215300, -1.50055845, +1.30442192, +0.14664337, -0.39576299, -0.03325903, -0.00898905, -2.35871665, +0.27212793, +1.20870293, -0.00571931, +0.28963962, -0.07902266, +0.01313798, +0.02120365, -0.31641727, -0.38321342, -0.22584551, -0.10239499, -0.38831574, -0.14262456, -0.25786317, -0.03685070, +0.02057132, -0.05353548, -0.32096017, -0.14036151, -0.03621395, -0.10513806, +2.03475786, -0.11684568, -0.03375472, -0.04029987, -0.21125579, +0.58817131, -0.07993226, +0.01104809, +0.00140589, +0.78385374, -0.24751723, -0.13772761, -0.03946379, -0.22864994, -0.14741593, -0.10311999, -0.28267890, +0.22818021, -0.10550317, -0.02606090, +0.01469483, -0.07075879, -0.03616636, +0.46942791, -0.11170325, -0.32496146, -0.09264191, -0.12776102, -0.02226355, -0.29926149, -0.08612499, -0.09154883, +0.36100012, + /* T3.TCP_CORR_WINDOW_MSS */ + +0.47485648, +1.00610210, -0.03236154, -0.08028424, +0.11353852, +0.02443733, +0.16786005, +0.40655461, -0.14817138, +0.01405425, +0.38157322, +0.00691271, -0.05645493, -0.00678487, +0.30042928, +0.16963256, -0.09700341, -0.03934205, +0.17159437, +0.11726107, +0.10070516, -0.03370983, +0.12130976, -0.07917591, -0.05217766, -0.27650994, -0.08128085, -0.08916343, -0.22308037, -0.00210297, -0.00534384, +0.22466224, +0.08437287, +0.00272165, -0.24829290, +0.54399052, +0.00200065, +1.13782380, +0.05378523, -0.00409401, +0.00355919, +0.04680980, +0.08503047, +0.10203053, +0.00919785, -0.32377777, -0.20437612, -0.12733021, -0.06049809, -0.21620634, -0.07482055, -0.18313757, -0.02602084, -0.03490210, -0.01343688, -0.12795223, -0.12061936, -0.02868529, -0.12419480, +2.01816008, +0.12659382, -0.09705225, -0.03594006, +2.61078138, +0.25118265, +0.29787359, +0.22315286, -0.24395807, +0.01800676, -0.11802536, -0.10594496, -0.03350145, -0.12620128, -0.10967024, -0.08558342, -0.31058984, +0.10553728, -0.10177551, -0.01511797, +0.01656357, -0.05400488, -0.03062225, +0.18550127, -0.08567498, -0.31438107, -0.09113410, -0.10075349, -0.02136049, -0.15094539, -0.05718184, -0.07488548, -2.36888629, + /* T4.TCP_WINDOW */ + +0.00906213, +0.08867248, +0.30602564, +0.02759562, +0.01046880, -0.28173882, +0.04304677, +0.03050650, +0.08771585, -0.05197209, -0.23075209, -0.14732407, +0.03130780, +0.18108446, +0.01137260, +0.07853056, -0.25056410, +0.03280080, +0.00855966, +0.02176043, +0.03019115, +0.03426645, +0.03112691, +0.02546507, -0.12812324, +0.02454231, +0.27989770, +0.04319331, +0.39429772, +0.10409227, +0.10951110, +0.04144622, +0.04820255, +0.38328485, +0.07963275, +0.03578866, -0.17707308, +0.00885710, +0.04243294, +0.01171939, -0.09973433, +0.00643489, +0.04389637, +0.00655984, -0.09024638, +0.05559197, +0.10760130, +0.14105144, +0.09972046, +0.11041023, +0.08016568, +0.15354855, -0.14331241, -0.18143755, -0.34111865, +0.01561373, +0.02081252, -0.04609520, +0.01938100, +0.21161795, +0.01291217, +0.08442179, -0.06501928, +0.03680469, +0.00439439, +0.06045208, +0.01400805, +0.10516143, +0.02189813, -0.39956019, -0.07447696, +0.05593861, +0.19379927, +0.03074105, +0.36062684, +0.16628878, +0.00997194, +0.01483368, +0.03041046, -0.06127083, +0.01693558, -0.02977426, +0.01077510, -0.17921258, +0.54838924, +0.04455728, +0.12955854, -0.22443905, +0.05808910, +0.02864634, +0.20351326, +0.02353881, + /* T4.TCP_FLAG_F */ + +0.01055154, +0.08919569, +0.30637777, +0.02793565, +0.01073334, -0.28143530, +0.04514988, +0.03088132, +0.08817970, -0.05183590, +0.03626664, -0.14711040, +0.03219696, +0.18132650, +0.01211977, +0.08232301, -0.25033056, +0.03326444, +0.00926740, +0.02257805, +0.03100618, +0.03453416, +0.03152156, +0.02588496, -0.12793262, +0.02505214, +0.28088037, +0.05007157, +0.39633090, +0.10427787, +0.10964284, +0.04202101, +0.04875605, +0.38353397, +0.07991573, +0.03784140, -0.17682736, +0.00914292, +0.04309280, +0.01239943, -0.09958799, +0.00925248, +0.04439256, +0.02119742, -0.09001296, +0.05750666, +0.10790336, +0.14140237, +0.10009731, +0.11087587, +0.08049020, +0.15397666, -0.14230564, -0.18084421, -0.34092778, +0.01701354, +0.02223479, -0.04354543, +0.02046966, +0.21221500, +0.01593418, +0.03086866, -0.06484993, +0.03700423, +0.00460996, +0.06133936, +0.01424044, +0.11374338, +0.02229937, -0.39934513, -0.07349240, +0.05641967, +0.19423363, +0.03102665, +0.36087171, +0.16646628, +0.01022718, +0.02111136, +0.03258308, -0.06107373, +0.01749943, +0.05950497, +0.01169705, -0.17831132, +0.02142043, +0.04952090, +0.12981315, -0.22423942, +0.05822496, +0.02890057, +0.20393841, +0.02530232, + /* T4.TCP_FLAG_S */ + +0.01055154, +0.08919569, +0.30637777, +0.02793565, +0.01073334, -0.28143530, +0.04514988, +0.03088132, +0.08817970, -0.05183590, +0.03626664, -0.14711040, +0.03219696, +0.18132650, +0.01211977, +0.08232301, -0.25033056, +0.03326444, +0.00926740, +0.02257805, +0.03100618, +0.03453416, +0.03152156, +0.02588496, -0.12793262, +0.02505214, +0.28088037, +0.05007157, +0.39633090, +0.10427787, +0.10964284, +0.04202101, +0.04875605, +0.38353397, +0.07991573, +0.03784140, -0.17682736, +0.00914292, +0.04309280, +0.01239943, -0.09958799, +0.00925248, +0.04439256, +0.02119742, -0.09001296, +0.05750666, +0.10790336, +0.14140237, +0.10009731, +0.11087587, +0.08049020, +0.15397666, -0.14230564, -0.18084421, -0.34092778, +0.01701354, +0.02223479, -0.04354543, +0.02046966, +0.21221500, +0.01593418, +0.03086866, -0.06484993, +0.03700423, +0.00460996, +0.06133936, +0.01424044, +0.11374338, +0.02229937, -0.39934513, -0.07349240, +0.05641967, +0.19423363, +0.03102665, +0.36087171, +0.16646628, +0.01022718, +0.02111136, +0.03258308, -0.06107373, +0.01749943, +0.05950497, +0.01169705, -0.17831132, +0.02142043, +0.04952090, +0.12981315, -0.22423942, +0.05822496, +0.02890057, +0.20393841, +0.02530232, + /* T4.TCP_FLAG_R */ + +0.01055154, +0.08919569, +0.30637777, +0.02793565, +0.01073334, -0.28143530, +0.04514988, +0.03088132, +0.08817970, -0.05183590, +0.03626664, -0.14711040, +0.03219696, +0.18132650, +0.01211977, +0.08232301, -0.25033056, +0.03326444, +0.00926740, +0.02257805, +0.03100618, +0.03453416, +0.03152156, +0.02588496, -0.12793262, +0.02505214, +0.28088037, +0.05007157, +0.39633090, +0.10427787, +0.10964284, +0.04202101, +0.04875605, +0.38353397, +0.07991573, +0.03784140, -0.17682736, +0.00914292, +0.04309280, +0.01239943, -0.09958799, +0.00925248, +0.04439256, +0.02119742, -0.09001296, +0.05750666, +0.10790336, +0.14140237, +0.10009731, +0.11087587, +0.08049020, +0.15397666, -0.14230564, -0.18084421, -0.34092778, +0.01701354, +0.02223479, -0.04354543, +0.02046966, +0.21221500, +0.01593418, +0.03086866, -0.06484993, +0.03700423, +0.00460996, +0.06133936, +0.01424044, +0.11374338, +0.02229937, -0.39934513, -0.07349240, +0.05641967, +0.19423363, +0.03102665, +0.36087171, +0.16646628, +0.01022718, +0.02111136, +0.03258308, -0.06107373, +0.01749943, +0.05950497, +0.01169705, -0.17831132, +0.02142043, +0.04952090, +0.12981315, -0.22423942, +0.05822496, +0.02890057, +0.20393841, +0.02530232, + /* T4.TCP_FLAG_P */ + +0.01055154, +0.08919569, +0.30637777, +0.02793565, +0.01073334, -0.28143530, +0.04514988, +0.03088132, +0.08817970, -0.05183590, +0.03626664, -0.14711040, +0.03219696, +0.18132650, +0.01211977, +0.08232301, -0.25033056, +0.03326444, +0.00926740, +0.02257805, +0.03100618, +0.03453416, +0.03152156, +0.02588496, -0.12793262, +0.02505214, +0.28088037, +0.05007157, +0.39633090, +0.10427787, +0.10964284, +0.04202101, +0.04875605, +0.38353397, +0.07991573, +0.03784140, -0.17682736, +0.00914292, +0.04309280, +0.01239943, -0.09958799, +0.00925248, +0.04439256, +0.02119742, -0.09001296, +0.05750666, +0.10790336, +0.14140237, +0.10009731, +0.11087587, +0.08049020, +0.15397666, -0.14230564, -0.18084421, -0.34092778, +0.01701354, +0.02223479, -0.04354543, +0.02046966, +0.21221500, +0.01593418, +0.03086866, -0.06484993, +0.03700423, +0.00460996, +0.06133936, +0.01424044, +0.11374338, +0.02229937, -0.39934513, -0.07349240, +0.05641967, +0.19423363, +0.03102665, +0.36087171, +0.16646628, +0.01022718, +0.02111136, +0.03258308, -0.06107373, +0.01749943, +0.05950497, +0.01169705, -0.17831132, +0.02142043, +0.04952090, +0.12981315, -0.22423942, +0.05822496, +0.02890057, +0.20393841, +0.02530232, + /* T4.TCP_FLAG_A */ + +0.00866163, +0.08734613, +0.30264077, -0.06512009, +0.00931227, -0.28435884, +0.04218263, +0.02670921, +0.08349278, -0.05275589, +0.01986611, -0.15106682, +0.02263962, +0.17931381, +0.00694116, +0.07777459, -0.26379960, +0.02516922, +0.00663616, +0.02006784, +0.02835145, -0.00409980, +0.02632157, +0.02320155, -0.34250677, +0.02042321, +0.26592433, -0.21327899, -0.06865356, +0.05918766, +0.07475393, +0.04030352, +0.04671857, +0.38142074, +0.07270759, +0.02284793, -0.18298311, +0.00787225, +0.04100792, +0.01048973, -0.10036569, +0.00714196, +0.04214610, +0.01761287, -0.09215641, +0.01707728, +0.10460113, +0.12729897, +0.09421141, +0.07705935, -0.04802908, +0.14669241, -0.14680269, -0.18315231, -0.34382038, +0.00713872, +0.55479292, -0.06416915, +0.01408249, -0.82865105, +0.00746733, +0.46265643, +0.41370375, +0.00897281, +0.00223428, +0.05773001, +0.00131968, +0.05172062, +0.01850340, -0.40267417, -0.16547499, +0.04520108, +0.07281649, +0.02300774, +0.35527200, +0.88694835, -0.05990504, -0.03008247, -0.07472499, -0.06320470, +0.01387043, +0.45221391, -0.01650292, -0.18622782, -0.06616394, +0.02470129, +0.12180781, -0.23020158, +0.05667681, +0.02209480, -0.07106039, +0.02105641, + /* T4.TCP_FLAG_U */ + +0.01055154, +0.08919569, +0.30637777, +0.02793565, +0.01073334, -0.28143530, +0.04514988, +0.03088132, +0.08817970, -0.05183590, +0.03626664, -0.14711040, +0.03219696, +0.18132650, +0.01211977, +0.08232301, -0.25033056, +0.03326444, +0.00926740, +0.02257805, +0.03100618, +0.03453416, +0.03152156, +0.02588496, -0.12793262, +0.02505214, +0.28088037, +0.05007157, +0.39633090, +0.10427787, +0.10964284, +0.04202101, +0.04875605, +0.38353397, +0.07991573, +0.03784140, -0.17682736, +0.00914292, +0.04309280, +0.01239943, -0.09958799, +0.00925248, +0.04439256, +0.02119742, -0.09001296, +0.05750666, +0.10790336, +0.14140237, +0.10009731, +0.11087587, +0.08049020, +0.15397666, -0.14230564, -0.18084421, -0.34092778, +0.01701354, +0.02223479, -0.04354543, +0.02046966, +0.21221500, +0.01593418, +0.03086866, -0.06484993, +0.03700423, +0.00460996, +0.06133936, +0.01424044, +0.11374338, +0.02229937, -0.39934513, -0.07349240, +0.05641967, +0.19423363, +0.03102665, +0.36087171, +0.16646628, +0.01022718, +0.02111136, +0.03258308, -0.06107373, +0.01749943, +0.05950497, +0.01169705, -0.17831132, +0.02142043, +0.04952090, +0.12981315, -0.22423942, +0.05822496, +0.02890057, +0.20393841, +0.02530232, + /* T4.TCP_FLAG_E */ + +0.01055154, +0.08919569, +0.30637777, +0.02793565, +0.01073334, -0.28143530, +0.04514988, +0.03088132, +0.08817970, -0.05183590, +0.03626664, -0.14711040, +0.03219696, +0.18132650, +0.01211977, +0.08232301, -0.25033056, +0.03326444, +0.00926740, +0.02257805, +0.03100618, +0.03453416, +0.03152156, +0.02588496, -0.12793262, +0.02505214, +0.28088037, +0.05007157, +0.39633090, +0.10427787, +0.10964284, +0.04202101, +0.04875605, +0.38353397, +0.07991573, +0.03784140, -0.17682736, +0.00914292, +0.04309280, +0.01239943, -0.09958799, +0.00925248, +0.04439256, +0.02119742, -0.09001296, +0.05750666, +0.10790336, +0.14140237, +0.10009731, +0.11087587, +0.08049020, +0.15397666, -0.14230564, -0.18084421, -0.34092778, +0.01701354, +0.02223479, -0.04354543, +0.02046966, +0.21221500, +0.01593418, +0.03086866, -0.06484993, +0.03700423, +0.00460996, +0.06133936, +0.01424044, +0.11374338, +0.02229937, -0.39934513, -0.07349240, +0.05641967, +0.19423363, +0.03102665, +0.36087171, +0.16646628, +0.01022718, +0.02111136, +0.03258308, -0.06107373, +0.01749943, +0.05950497, +0.01169705, -0.17831132, +0.02142043, +0.04952090, +0.12981315, -0.22423942, +0.05822496, +0.02890057, +0.20393841, +0.02530232, + /* T4.TCP_FLAG_C */ + +0.01055154, +0.08919569, +0.30637777, +0.02793565, +0.01073334, -0.28143530, +0.04514988, +0.03088132, +0.08817970, -0.05183590, +0.03626664, -0.14711040, +0.03219696, +0.18132650, +0.01211977, +0.08232301, -0.25033056, +0.03326444, +0.00926740, +0.02257805, +0.03100618, +0.03453416, +0.03152156, +0.02588496, -0.12793262, +0.02505214, +0.28088037, +0.05007157, +0.39633090, +0.10427787, +0.10964284, +0.04202101, +0.04875605, +0.38353397, +0.07991573, +0.03784140, -0.17682736, +0.00914292, +0.04309280, +0.01239943, -0.09958799, +0.00925248, +0.04439256, +0.02119742, -0.09001296, +0.05750666, +0.10790336, +0.14140237, +0.10009731, +0.11087587, +0.08049020, +0.15397666, -0.14230564, -0.18084421, -0.34092778, +0.01701354, +0.02223479, -0.04354543, +0.02046966, +0.21221500, +0.01593418, +0.03086866, -0.06484993, +0.03700423, +0.00460996, +0.06133936, +0.01424044, +0.11374338, +0.02229937, -0.39934513, -0.07349240, +0.05641967, +0.19423363, +0.03102665, +0.36087171, +0.16646628, +0.01022718, +0.02111136, +0.03258308, -0.06107373, +0.01749943, +0.05950497, +0.01169705, -0.17831132, +0.02142043, +0.04952090, +0.12981315, -0.22423942, +0.05822496, +0.02890057, +0.20393841, +0.02530232, + /* T4.TCP_FLAG_RES8 */ + +0.01055154, +0.08919569, +0.30637777, +0.02793565, +0.01073334, -0.28143530, +0.04514988, +0.03088132, +0.08817970, -0.05183590, +0.03626664, -0.14711040, +0.03219696, +0.18132650, +0.01211977, +0.08232301, -0.25033056, +0.03326444, +0.00926740, +0.02257805, +0.03100618, +0.03453416, +0.03152156, +0.02588496, -0.12793262, +0.02505214, +0.28088037, +0.05007157, +0.39633090, +0.10427787, +0.10964284, +0.04202101, +0.04875605, +0.38353397, +0.07991573, +0.03784140, -0.17682736, +0.00914292, +0.04309280, +0.01239943, -0.09958799, +0.00925248, +0.04439256, +0.02119742, -0.09001296, +0.05750666, +0.10790336, +0.14140237, +0.10009731, +0.11087587, +0.08049020, +0.15397666, -0.14230564, -0.18084421, -0.34092778, +0.01701354, +0.02223479, -0.04354543, +0.02046966, +0.21221500, +0.01593418, +0.03086866, -0.06484993, +0.03700423, +0.00460996, +0.06133936, +0.01424044, +0.11374338, +0.02229937, -0.39934513, -0.07349240, +0.05641967, +0.19423363, +0.03102665, +0.36087171, +0.16646628, +0.01022718, +0.02111136, +0.03258308, -0.06107373, +0.01749943, +0.05950497, +0.01169705, -0.17831132, +0.02142043, +0.04952090, +0.12981315, -0.22423942, +0.05822496, +0.02890057, +0.20393841, +0.02530232, + /* T4.TCP_FLAG_RES9 */ + +0.01055154, +0.08919569, +0.30637777, +0.02793565, +0.01073334, -0.28143530, +0.04514988, +0.03088132, +0.08817970, -0.05183590, +0.03626664, -0.14711040, +0.03219696, +0.18132650, +0.01211977, +0.08232301, -0.25033056, +0.03326444, +0.00926740, +0.02257805, +0.03100618, +0.03453416, +0.03152156, +0.02588496, -0.12793262, +0.02505214, +0.28088037, +0.05007157, +0.39633090, +0.10427787, +0.10964284, +0.04202101, +0.04875605, +0.38353397, +0.07991573, +0.03784140, -0.17682736, +0.00914292, +0.04309280, +0.01239943, -0.09958799, +0.00925248, +0.04439256, +0.02119742, -0.09001296, +0.05750666, +0.10790336, +0.14140237, +0.10009731, +0.11087587, +0.08049020, +0.15397666, -0.14230564, -0.18084421, -0.34092778, +0.01701354, +0.02223479, -0.04354543, +0.02046966, +0.21221500, +0.01593418, +0.03086866, -0.06484993, +0.03700423, +0.00460996, +0.06133936, +0.01424044, +0.11374338, +0.02229937, -0.39934513, -0.07349240, +0.05641967, +0.19423363, +0.03102665, +0.36087171, +0.16646628, +0.01022718, +0.02111136, +0.03258308, -0.06107373, +0.01749943, +0.05950497, +0.01169705, -0.17831132, +0.02142043, +0.04952090, +0.12981315, -0.22423942, +0.05822496, +0.02890057, +0.20393841, +0.02530232, + /* T4.TCP_FLAG_RES10 */ + +0.01055154, +0.08919569, +0.30637777, +0.02793565, +0.01073334, -0.28143530, +0.04514988, +0.03088132, +0.08817970, -0.05183590, +0.03626664, -0.14711040, +0.03219696, +0.18132650, +0.01211977, +0.08232301, -0.25033056, +0.03326444, +0.00926740, +0.02257805, +0.03100618, +0.03453416, +0.03152156, +0.02588496, -0.12793262, +0.02505214, +0.28088037, +0.05007157, +0.39633090, +0.10427787, +0.10964284, +0.04202101, +0.04875605, +0.38353397, +0.07991573, +0.03784140, -0.17682736, +0.00914292, +0.04309280, +0.01239943, -0.09958799, +0.00925248, +0.04439256, +0.02119742, -0.09001296, +0.05750666, +0.10790336, +0.14140237, +0.10009731, +0.11087587, +0.08049020, +0.15397666, -0.14230564, -0.18084421, -0.34092778, +0.01701354, +0.02223479, -0.04354543, +0.02046966, +0.21221500, +0.01593418, +0.03086866, -0.06484993, +0.03700423, +0.00460996, +0.06133936, +0.01424044, +0.11374338, +0.02229937, -0.39934513, -0.07349240, +0.05641967, +0.19423363, +0.03102665, +0.36087171, +0.16646628, +0.01022718, +0.02111136, +0.03258308, -0.06107373, +0.01749943, +0.05950497, +0.01169705, -0.17831132, +0.02142043, +0.04952090, +0.12981315, -0.22423942, +0.05822496, +0.02890057, +0.20393841, +0.02530232, + /* T4.TCP_FLAG_RES11 */ + +0.01055154, +0.08919569, +0.30637777, +0.02793565, +0.01073334, -0.28143530, +0.04514988, +0.03088132, +0.08817970, -0.05183590, +0.03626664, -0.14711040, +0.03219696, +0.18132650, +0.01211977, +0.08232301, -0.25033056, +0.03326444, +0.00926740, +0.02257805, +0.03100618, +0.03453416, +0.03152156, +0.02588496, -0.12793262, +0.02505214, +0.28088037, +0.05007157, +0.39633090, +0.10427787, +0.10964284, +0.04202101, +0.04875605, +0.38353397, +0.07991573, +0.03784140, -0.17682736, +0.00914292, +0.04309280, +0.01239943, -0.09958799, +0.00925248, +0.04439256, +0.02119742, -0.09001296, +0.05750666, +0.10790336, +0.14140237, +0.10009731, +0.11087587, +0.08049020, +0.15397666, -0.14230564, -0.18084421, -0.34092778, +0.01701354, +0.02223479, -0.04354543, +0.02046966, +0.21221500, +0.01593418, +0.03086866, -0.06484993, +0.03700423, +0.00460996, +0.06133936, +0.01424044, +0.11374338, +0.02229937, -0.39934513, -0.07349240, +0.05641967, +0.19423363, +0.03102665, +0.36087171, +0.16646628, +0.01022718, +0.02111136, +0.03258308, -0.06107373, +0.01749943, +0.05950497, +0.01169705, -0.17831132, +0.02142043, +0.04952090, +0.12981315, -0.22423942, +0.05822496, +0.02890057, +0.20393841, +0.02530232, + /* T4.TCP_OPT_0 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_1 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_2 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_3 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_4 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_5 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_0 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_1 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_2 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_3 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_4 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_5 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_MSS */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_SACKOK */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_WSCALE */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T4.TCP_CORR_WINDOW_MSS */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_WINDOW */ + +0.06332063, +0.25600628, -0.25384120, +0.02526825, +0.02792187, -0.11945819, +0.04354388, +0.04492900, +0.04678552, +0.06971545, +0.01424680, -0.54933300, +0.01646547, +0.01057118, +0.00568611, +0.08308831, -0.10483494, +0.02011973, +0.00996457, +0.01809170, +0.01625256, +0.05719581, +0.05200293, +0.02234862, -0.00605728, +0.01392034, -0.07520270, +0.08519879, -0.08677650, +0.07140719, -0.30657850, +0.07546842, -0.07525844, -0.18204820, +0.52575530, +0.01655880, +0.64549850, +0.04391738, +0.12608729, +0.08977305, -0.37230577, +0.00820328, +0.01755441, +0.01171601, -0.06251114, +0.04126486, +0.08276252, +0.06598014, -0.06902551, +0.11235451, +0.42158648, +0.07578299, -0.12777275, -0.12658934, +0.05635663, +0.00775791, +0.02040482, -0.02296122, +0.01763068, +0.51887295, +0.01864704, +0.02225816, +0.14108280, +0.05243271, +0.00523164, +0.05325058, +0.01372129, +0.10849395, +0.09336316, -0.10291372, +0.14386753, +0.04355739, +0.42639411, +0.04988152, -0.32320144, +0.17675612, +0.00988535, +0.01735443, +0.02565012, +0.07212096, +0.02490296, +0.06933182, +0.01004132, -0.16945292, +0.01975466, +0.04880242, +0.28976037, -0.31135591, +0.05694758, +0.04323588, +0.30916555, +0.04960703, + /* T5.TCP_FLAG_F */ + +0.06332063, +0.25600628, -0.25384120, +0.02526825, +0.02792187, -0.11945819, +0.04354388, +0.04492900, +0.04678552, +0.06971545, +0.01424680, -0.54933300, +0.01646547, +0.01057118, +0.00568611, +0.08308831, -0.10483494, +0.02011973, +0.00996457, +0.01809170, +0.01625256, +0.05719581, +0.05200293, +0.02234862, -0.00605728, +0.01392034, -0.07520270, +0.08519879, -0.08677650, +0.07140719, -0.30657850, +0.07546842, -0.07525844, -0.18204820, +0.52575530, +0.01655880, +0.64549850, +0.04391738, +0.12608729, +0.08977305, -0.37230577, +0.00820328, +0.01755441, +0.01171601, -0.06251114, +0.04126486, +0.08276252, +0.06598014, -0.06902551, +0.11235451, +0.42158648, +0.07578299, -0.12777275, -0.12658934, +0.05635663, +0.00775791, +0.02040482, -0.02296122, +0.01763068, +0.51887295, +0.01864704, +0.02225816, +0.14108280, +0.05243271, +0.00523164, +0.05325058, +0.01372129, +0.10849395, +0.09336316, -0.10291372, +0.14386753, +0.04355739, +0.42639411, +0.04988152, -0.32320144, +0.17675612, +0.00988535, +0.01735443, +0.02565012, +0.07212096, +0.02490296, +0.06933182, +0.01004132, -0.16945292, +0.01975466, +0.04880242, +0.28976037, -0.31135591, +0.05694758, +0.04323588, +0.30916555, +0.04960703, + /* T5.TCP_FLAG_S */ + +0.06332063, +0.25600628, -0.25384120, +0.02526825, +0.02792187, -0.11945819, +0.04354388, +0.04492900, +0.04678552, +0.06971545, +0.01424680, -0.54933300, +0.01646547, +0.01057118, +0.00568611, +0.08308831, -0.10483494, +0.02011973, +0.00996457, +0.01809170, +0.01625256, +0.05719581, +0.05200293, +0.02234862, -0.00605728, +0.01392034, -0.07520270, +0.08519879, -0.08677650, +0.07140719, -0.30657850, +0.07546842, -0.07525844, -0.18204820, +0.52575530, +0.01655880, +0.64549850, +0.04391738, +0.12608729, +0.08977305, -0.37230577, +0.00820328, +0.01755441, +0.01171601, -0.06251114, +0.04126486, +0.08276252, +0.06598014, -0.06902551, +0.11235451, +0.42158648, +0.07578299, -0.12777275, -0.12658934, +0.05635663, +0.00775791, +0.02040482, -0.02296122, +0.01763068, +0.51887295, +0.01864704, +0.02225816, +0.14108280, +0.05243271, +0.00523164, +0.05325058, +0.01372129, +0.10849395, +0.09336316, -0.10291372, +0.14386753, +0.04355739, +0.42639411, +0.04988152, -0.32320144, +0.17675612, +0.00988535, +0.01735443, +0.02565012, +0.07212096, +0.02490296, +0.06933182, +0.01004132, -0.16945292, +0.01975466, +0.04880242, +0.28976037, -0.31135591, +0.05694758, +0.04323588, +0.30916555, +0.04960703, + /* T5.TCP_FLAG_R */ + +0.06332063, +0.25600628, -0.25384120, +0.02526825, +0.02792187, -0.11945819, +0.04354388, +0.04492900, +0.04678552, +0.06971545, +0.01424680, -0.54933300, +0.01646547, +0.01057118, +0.00568611, +0.08308831, -0.10483494, +0.02011973, +0.00996457, +0.01809170, +0.01625256, +0.05719581, +0.05200293, +0.02234862, -0.00605728, +0.01392034, -0.07520270, +0.08519879, -0.08677650, +0.07140719, -0.30657850, +0.07546842, -0.07525844, -0.18204820, +0.52575530, +0.01655880, +0.64549850, +0.04391738, +0.12608729, +0.08977305, -0.37230577, +0.00820328, +0.01755441, +0.01171601, -0.06251114, +0.04126486, +0.08276252, +0.06598014, -0.06902551, +0.11235451, +0.42158648, +0.07578299, -0.12777275, -0.12658934, +0.05635663, +0.00775791, +0.02040482, -0.02296122, +0.01763068, +0.51887295, +0.01864704, +0.02225816, +0.14108280, +0.05243271, +0.00523164, +0.05325058, +0.01372129, +0.10849395, +0.09336316, -0.10291372, +0.14386753, +0.04355739, +0.42639411, +0.04988152, -0.32320144, +0.17675612, +0.00988535, +0.01735443, +0.02565012, +0.07212096, +0.02490296, +0.06933182, +0.01004132, -0.16945292, +0.01975466, +0.04880242, +0.28976037, -0.31135591, +0.05694758, +0.04323588, +0.30916555, +0.04960703, + /* T5.TCP_FLAG_P */ + +0.06332063, +0.25600628, -0.25384120, +0.02526825, +0.02792187, -0.11945819, +0.04354388, +0.04492900, +0.04678552, +0.06971545, +0.01424680, -0.54933300, +0.01646547, +0.01057118, +0.00568611, +0.08308831, -0.10483494, +0.02011973, +0.00996457, +0.01809170, +0.01625256, +0.05719581, +0.05200293, +0.02234862, -0.00605728, +0.01392034, -0.07520270, +0.08519879, -0.08677650, +0.07140719, -0.30657850, +0.07546842, -0.07525844, -0.18204820, +0.52575530, +0.01655880, +0.64549850, +0.04391738, +0.12608729, +0.08977305, -0.37230577, +0.00820328, +0.01755441, +0.01171601, -0.06251114, +0.04126486, +0.08276252, +0.06598014, -0.06902551, +0.11235451, +0.42158648, +0.07578299, -0.12777275, -0.12658934, +0.05635663, +0.00775791, +0.02040482, -0.02296122, +0.01763068, +0.51887295, +0.01864704, +0.02225816, +0.14108280, +0.05243271, +0.00523164, +0.05325058, +0.01372129, +0.10849395, +0.09336316, -0.10291372, +0.14386753, +0.04355739, +0.42639411, +0.04988152, -0.32320144, +0.17675612, +0.00988535, +0.01735443, +0.02565012, +0.07212096, +0.02490296, +0.06933182, +0.01004132, -0.16945292, +0.01975466, +0.04880242, +0.28976037, -0.31135591, +0.05694758, +0.04323588, +0.30916555, +0.04960703, + /* T5.TCP_FLAG_A */ + +0.06332063, +0.25600628, -0.25384120, +0.02526825, +0.02792187, -0.11945819, +0.04354388, +0.04492900, +0.04678552, +0.06971545, +0.01424680, -0.54933300, +0.01646547, +0.01057118, +0.00568611, +0.08308831, -0.10483494, +0.02011973, +0.00996457, +0.01809170, +0.01625256, +0.05719581, +0.05200293, +0.02234862, -0.00605728, +0.01392034, -0.07520270, +0.08519879, -0.08677650, +0.07140719, -0.30657850, +0.07546842, -0.07525844, -0.18204820, +0.52575530, +0.01655880, +0.64549850, +0.04391738, +0.12608729, +0.08977305, -0.37230577, +0.00820328, +0.01755441, +0.01171601, -0.06251114, +0.04126486, +0.08276252, +0.06598014, -0.06902551, +0.11235451, +0.42158648, +0.07578299, -0.12777275, -0.12658934, +0.05635663, +0.00775791, +0.02040482, -0.02296122, +0.01763068, +0.51887295, +0.01864704, +0.02225816, +0.14108280, +0.05243271, +0.00523164, +0.05325058, +0.01372129, +0.10849395, +0.09336316, -0.10291372, +0.14386753, +0.04355739, +0.42639411, +0.04988152, -0.32320144, +0.17675612, +0.00988535, +0.01735443, +0.02565012, +0.07212096, +0.02490296, +0.06933182, +0.01004132, -0.16945292, +0.01975466, +0.04880242, +0.28976037, -0.31135591, +0.05694758, +0.04323588, +0.30916555, +0.04960703, + /* T5.TCP_FLAG_U */ + +0.06332063, +0.25600628, -0.25384120, +0.02526825, +0.02792187, -0.11945819, +0.04354388, +0.04492900, +0.04678552, +0.06971545, +0.01424680, -0.54933300, +0.01646547, +0.01057118, +0.00568611, +0.08308831, -0.10483494, +0.02011973, +0.00996457, +0.01809170, +0.01625256, +0.05719581, +0.05200293, +0.02234862, -0.00605728, +0.01392034, -0.07520270, +0.08519879, -0.08677650, +0.07140719, -0.30657850, +0.07546842, -0.07525844, -0.18204820, +0.52575530, +0.01655880, +0.64549850, +0.04391738, +0.12608729, +0.08977305, -0.37230577, +0.00820328, +0.01755441, +0.01171601, -0.06251114, +0.04126486, +0.08276252, +0.06598014, -0.06902551, +0.11235451, +0.42158648, +0.07578299, -0.12777275, -0.12658934, +0.05635663, +0.00775791, +0.02040482, -0.02296122, +0.01763068, +0.51887295, +0.01864704, +0.02225816, +0.14108280, +0.05243271, +0.00523164, +0.05325058, +0.01372129, +0.10849395, +0.09336316, -0.10291372, +0.14386753, +0.04355739, +0.42639411, +0.04988152, -0.32320144, +0.17675612, +0.00988535, +0.01735443, +0.02565012, +0.07212096, +0.02490296, +0.06933182, +0.01004132, -0.16945292, +0.01975466, +0.04880242, +0.28976037, -0.31135591, +0.05694758, +0.04323588, +0.30916555, +0.04960703, + /* T5.TCP_FLAG_E */ + +0.06332063, +0.25600628, -0.25384120, +0.02526825, +0.02792187, -0.11945819, +0.04354388, +0.04492900, +0.04678552, +0.06971545, +0.01424680, -0.54933300, +0.01646547, +0.01057118, +0.00568611, +0.08308831, -0.10483494, +0.02011973, +0.00996457, +0.01809170, +0.01625256, +0.05719581, +0.05200293, +0.02234862, -0.00605728, +0.01392034, -0.07520270, +0.08519879, -0.08677650, +0.07140719, -0.30657850, +0.07546842, -0.07525844, -0.18204820, +0.52575530, +0.01655880, +0.64549850, +0.04391738, +0.12608729, +0.08977305, -0.37230577, +0.00820328, +0.01755441, +0.01171601, -0.06251114, +0.04126486, +0.08276252, +0.06598014, -0.06902551, +0.11235451, +0.42158648, +0.07578299, -0.12777275, -0.12658934, +0.05635663, +0.00775791, +0.02040482, -0.02296122, +0.01763068, +0.51887295, +0.01864704, +0.02225816, +0.14108280, +0.05243271, +0.00523164, +0.05325058, +0.01372129, +0.10849395, +0.09336316, -0.10291372, +0.14386753, +0.04355739, +0.42639411, +0.04988152, -0.32320144, +0.17675612, +0.00988535, +0.01735443, +0.02565012, +0.07212096, +0.02490296, +0.06933182, +0.01004132, -0.16945292, +0.01975466, +0.04880242, +0.28976037, -0.31135591, +0.05694758, +0.04323588, +0.30916555, +0.04960703, + /* T5.TCP_FLAG_C */ + +0.06332063, +0.25600628, -0.25384120, +0.02526825, +0.02792187, -0.11945819, +0.04354388, +0.04492900, +0.04678552, +0.06971545, +0.01424680, -0.54933300, +0.01646547, +0.01057118, +0.00568611, +0.08308831, -0.10483494, +0.02011973, +0.00996457, +0.01809170, +0.01625256, +0.05719581, +0.05200293, +0.02234862, -0.00605728, +0.01392034, -0.07520270, +0.08519879, -0.08677650, +0.07140719, -0.30657850, +0.07546842, -0.07525844, -0.18204820, +0.52575530, +0.01655880, +0.64549850, +0.04391738, +0.12608729, +0.08977305, -0.37230577, +0.00820328, +0.01755441, +0.01171601, -0.06251114, +0.04126486, +0.08276252, +0.06598014, -0.06902551, +0.11235451, +0.42158648, +0.07578299, -0.12777275, -0.12658934, +0.05635663, +0.00775791, +0.02040482, -0.02296122, +0.01763068, +0.51887295, +0.01864704, +0.02225816, +0.14108280, +0.05243271, +0.00523164, +0.05325058, +0.01372129, +0.10849395, +0.09336316, -0.10291372, +0.14386753, +0.04355739, +0.42639411, +0.04988152, -0.32320144, +0.17675612, +0.00988535, +0.01735443, +0.02565012, +0.07212096, +0.02490296, +0.06933182, +0.01004132, -0.16945292, +0.01975466, +0.04880242, +0.28976037, -0.31135591, +0.05694758, +0.04323588, +0.30916555, +0.04960703, + /* T5.TCP_FLAG_RES8 */ + +0.06332063, +0.25600628, -0.25384120, +0.02526825, +0.02792187, -0.11945819, +0.04354388, +0.04492900, +0.04678552, +0.06971545, +0.01424680, -0.54933300, +0.01646547, +0.01057118, +0.00568611, +0.08308831, -0.10483494, +0.02011973, +0.00996457, +0.01809170, +0.01625256, +0.05719581, +0.05200293, +0.02234862, -0.00605728, +0.01392034, -0.07520270, +0.08519879, -0.08677650, +0.07140719, -0.30657850, +0.07546842, -0.07525844, -0.18204820, +0.52575530, +0.01655880, +0.64549850, +0.04391738, +0.12608729, +0.08977305, -0.37230577, +0.00820328, +0.01755441, +0.01171601, -0.06251114, +0.04126486, +0.08276252, +0.06598014, -0.06902551, +0.11235451, +0.42158648, +0.07578299, -0.12777275, -0.12658934, +0.05635663, +0.00775791, +0.02040482, -0.02296122, +0.01763068, +0.51887295, +0.01864704, +0.02225816, +0.14108280, +0.05243271, +0.00523164, +0.05325058, +0.01372129, +0.10849395, +0.09336316, -0.10291372, +0.14386753, +0.04355739, +0.42639411, +0.04988152, -0.32320144, +0.17675612, +0.00988535, +0.01735443, +0.02565012, +0.07212096, +0.02490296, +0.06933182, +0.01004132, -0.16945292, +0.01975466, +0.04880242, +0.28976037, -0.31135591, +0.05694758, +0.04323588, +0.30916555, +0.04960703, + /* T5.TCP_FLAG_RES9 */ + -0.00917475, -0.39599157, -0.25562042, +0.02483873, +0.02681701, -0.11982370, +0.35679780, +0.04355845, +0.00451203, +0.06955985, +0.01367623, -0.54986716, +0.01607362, +0.01038865, +0.00545609, +0.08242154, -0.10542731, +0.01950264, +0.00953824, +0.01669361, +0.01441536, +0.05458298, +0.05056529, +0.02158792, -0.00648575, +0.01364905, -0.07565950, +0.08478410, -0.08722947, +0.07116224, -0.30674563, -0.01779640, -0.09599150, -0.18423341, +0.73697869, +0.01637731, +0.64401829, +0.04301639, -0.06937867, +0.04526007, -0.37249992, +0.00779245, +0.01717545, +0.01108038, -0.06271264, +0.03948165, -0.27599828, +0.06233987, -0.07676112, +0.10513301, +0.03741739, -0.04210678, -0.12807442, -0.12682160, +0.05049229, +0.00767001, +0.02008670, -0.02459444, +0.01686655, +0.51751526, +0.01636247, +0.02124449, +0.14064551, +0.03491780, +0.00510786, +0.05269626, +0.01317771, +0.10817904, +0.07985473, -0.10940947, +0.14352528, +0.04242708, -1.28707349, +0.04091357, -0.32617779, +0.17588829, +0.00974911, +0.01700670, +0.02506147, +0.07160535, +0.02387656, +0.06829647, +0.00953232, -0.16998047, +0.01901001, +0.04816308, -0.01186819, -0.31177213, -0.08861153, -0.00553953, +0.25932490, +0.04700337, + /* T5.TCP_FLAG_RES10 */ + -0.00948133, -0.39737802, -0.25982527, +0.02466494, +0.02661451, -0.12034515, +0.35625103, +0.04326266, +0.00180747, +0.06950087, +0.01354123, -0.55031623, +0.01594799, +0.01032289, +0.00541020, +0.08227096, -0.10612519, +0.01928394, +0.00945562, +0.01654767, +0.01427989, +0.05412284, +0.04992914, +0.02137683, -0.00663749, +0.01354219, -0.07631076, +0.08456734, -0.08784786, +0.07108134, -0.30680609, -0.01806012, -0.09637289, -0.18482786, +0.69266568, +0.01633262, +0.64327914, +0.04292410, -0.06993662, +0.04483644, -0.37254073, +0.00771765, +0.01708945, +0.01097563, -0.06285848, +0.03900557, -0.27830737, +0.05781755, -0.08437023, +0.06241160, -0.45729199, -0.04670439, -0.12825576, -0.12693497, +0.04903625, +0.00765148, +0.01988496, -0.02507033, +0.01668407, +0.51614785, +0.01622937, +0.02099132, +0.13879563, +0.03498058, +0.00506818, +0.05259323, +0.01308670, +0.10806037, +0.07935362, -0.11930037, +0.14320319, +0.04144803, +0.27831745, +0.03847679, -0.32992055, +0.14673913, +0.00973433, +0.01684403, +0.02478233, +0.07152471, +0.02358619, +0.06573225, +0.00942781, -0.17046814, +0.01886675, +0.04793402, -0.02083601, -0.31229359, -0.08936520, -0.00860375, +0.00309557, +0.04667249, + /* T5.TCP_FLAG_RES11 */ + -0.01063815, -0.39628359, -0.25703644, +0.02468457, +0.02585407, -0.12000637, +0.35650588, +0.04336280, +0.00250307, +0.06950910, +0.01355761, -0.55019475, +0.01592443, +0.01031682, +0.00540218, +0.07975933, -0.10583389, +0.01919696, +0.00943069, +0.01651196, +0.01424004, +0.04556931, +0.04925475, +0.02116812, -0.00674725, +0.01340395, -0.07581354, +0.08461442, -0.08753030, +0.07105806, -0.30684667, -0.01821382, -0.09669418, -0.18486624, +0.68324591, +0.01632241, +0.64212224, +0.04285168, -0.06989998, +0.04474451, -0.37256180, +0.00765005, +0.01703846, +0.01083267, -0.06281252, +0.03885460, -0.28028817, +0.04217957, -0.08572556, +0.10449261, -0.04490657, -0.04535075, -0.12820387, -0.12691675, +0.05003372, +0.00765258, +0.01998043, -0.02488862, +0.01537026, +0.51408421, +0.01627629, +0.02107011, +0.14046133, +0.03485009, +0.00504506, +0.05257026, +0.01307992, +0.10808418, +0.07910164, -0.12487311, +0.13838106, +0.03582959, -1.92773248, +0.00102885, -0.55968436, +0.17430630, +0.00972519, +0.01664267, +0.02486543, +0.07154907, +0.02352931, +0.06751482, +0.00944967, -0.17078798, +0.01886357, +0.04778618, -0.53043487, -0.31207230, -0.09256053, +0.81203420, -0.04936082, +0.04682684, + /* T5.TCP_OPT_0 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_1 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_2 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_3 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_4 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_5 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_0 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_1 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_2 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_3 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_4 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_5 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_MSS */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_SACKOK */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_WSCALE */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T5.TCP_CORR_WINDOW_MSS */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_WINDOW */ + +0.06468891, +0.25807315, -0.21620905, +0.03454390, +0.02932948, -0.05485683, +0.04486812, +0.05093990, +0.05377496, +0.07044689, +0.01529993, -0.04619279, +0.01860498, +0.01023281, +0.00168258, +0.08327217, -0.14409194, +0.02316236, +0.01145050, +0.01957678, +0.01664707, +0.06553607, +0.05885567, +0.02590717, +0.14873821, +0.01284934, -0.07602905, +0.09726994, -0.02192317, +0.07672426, -0.29307397, +0.07704304, -0.07041285, -0.17456601, +0.54769532, +0.00268030, -0.17704418, +0.04607273, +0.12833767, +0.09153969, -0.37180826, +0.00890652, +0.01732915, +0.01237666, -0.05680915, +0.04765568, +0.08857919, +0.08111899, -0.05047551, +0.13115614, +0.37635210, +0.10952408, -0.12055554, -0.12441606, -0.22446574, +0.00845387, +0.01998685, -0.03230106, +0.01387456, -0.74749654, +0.02465836, +0.45902917, -0.01062650, +0.08298264, +0.00614926, +0.05190184, +0.01618747, +0.05028275, +0.09653973, -0.30433617, -0.13554418, +0.05015162, +0.55673798, +0.05756990, -0.29569297, +0.30216590, +0.01044865, +0.01823727, +0.04442753, +0.07244882, +0.02782207, +0.08176702, +0.01477187, -0.10069866, +0.01994146, +0.02993369, +0.31296296, -0.03316216, +0.06054633, +0.05200047, +0.36053263, +0.05483420, + /* T6.TCP_FLAG_F */ + +0.06527275, +0.25878527, -0.21589296, +0.03580813, +0.02954300, -0.05434814, +0.04616514, +0.05120344, +0.05435447, +0.07063093, +0.01590593, -0.04601535, +0.01933374, +0.01116295, +0.00619786, +0.08439713, -0.14389171, +0.02351680, +0.01161983, +0.01991458, +0.01772535, +0.06572388, +0.05922448, +0.02659709, +0.14887076, +0.01502781, -0.07245457, +0.09749937, -0.02138938, +0.07687949, -0.29295122, +0.07747485, -0.06996874, -0.17432268, +0.54828485, +0.01704051, -0.17683101, +0.04619669, +0.12891878, +0.09211364, -0.37152350, +0.00931772, +0.01853147, +0.01318842, -0.05637226, +0.05880041, +0.08919483, +0.08159728, -0.04989529, +0.13241044, +0.37693770, +0.11055210, -0.11918331, -0.12350184, -0.22415945, +0.00852598, +0.02732909, -0.01379132, +0.01899069, -0.74728372, +0.02487376, +0.02385970, -0.01048226, +0.08314735, +0.00624850, +0.05437080, +0.01641020, +0.10960973, +0.09704609, -0.30409069, -0.13540062, +0.05048653, +0.55879936, +0.05807478, -0.29533098, +0.30235750, +0.01131770, +0.02033099, +0.04465982, +0.07316809, +0.02869712, +0.08290706, +0.01494801, -0.09808694, +0.02147251, +0.05103346, +0.31329545, -0.03299810, +0.06076051, +0.05226280, +0.36129995, +0.05507611, + /* T6.TCP_FLAG_S */ + +0.06527275, +0.25878527, -0.21589296, +0.03580813, +0.02954300, -0.05434814, +0.04616514, +0.05120344, +0.05435447, +0.07063093, +0.01590593, -0.04601535, +0.01933374, +0.01116295, +0.00619786, +0.08439713, -0.14389171, +0.02351680, +0.01161983, +0.01991458, +0.01772535, +0.06572388, +0.05922448, +0.02659709, +0.14887076, +0.01502781, -0.07245457, +0.09749937, -0.02138938, +0.07687949, -0.29295122, +0.07747485, -0.06996874, -0.17432268, +0.54828485, +0.01704051, -0.17683101, +0.04619669, +0.12891878, +0.09211364, -0.37152350, +0.00931772, +0.01853147, +0.01318842, -0.05637226, +0.05880041, +0.08919483, +0.08159728, -0.04989529, +0.13241044, +0.37693770, +0.11055210, -0.11918331, -0.12350184, -0.22415945, +0.00852598, +0.02732909, -0.01379132, +0.01899069, -0.74728372, +0.02487376, +0.02385970, -0.01048226, +0.08314735, +0.00624850, +0.05437080, +0.01641020, +0.10960973, +0.09704609, -0.30409069, -0.13540062, +0.05048653, +0.55879936, +0.05807478, -0.29533098, +0.30235750, +0.01131770, +0.02033099, +0.04465982, +0.07316809, +0.02869712, +0.08290706, +0.01494801, -0.09808694, +0.02147251, +0.05103346, +0.31329545, -0.03299810, +0.06076051, +0.05226280, +0.36129995, +0.05507611, + /* T6.TCP_FLAG_R */ + +0.06527275, +0.25878527, -0.21589296, +0.03580813, +0.02954300, -0.05434814, +0.04616514, +0.05120344, +0.05435447, +0.07063093, +0.01590593, -0.04601535, +0.01933374, +0.01116295, +0.00619786, +0.08439713, -0.14389171, +0.02351680, +0.01161983, +0.01991458, +0.01772535, +0.06572388, +0.05922448, +0.02659709, +0.14887076, +0.01502781, -0.07245457, +0.09749937, -0.02138938, +0.07687949, -0.29295122, +0.07747485, -0.06996874, -0.17432268, +0.54828485, +0.01704051, -0.17683101, +0.04619669, +0.12891878, +0.09211364, -0.37152350, +0.00931772, +0.01853147, +0.01318842, -0.05637226, +0.05880041, +0.08919483, +0.08159728, -0.04989529, +0.13241044, +0.37693770, +0.11055210, -0.11918331, -0.12350184, -0.22415945, +0.00852598, +0.02732909, -0.01379132, +0.01899069, -0.74728372, +0.02487376, +0.02385970, -0.01048226, +0.08314735, +0.00624850, +0.05437080, +0.01641020, +0.10960973, +0.09704609, -0.30409069, -0.13540062, +0.05048653, +0.55879936, +0.05807478, -0.29533098, +0.30235750, +0.01131770, +0.02033099, +0.04465982, +0.07316809, +0.02869712, +0.08290706, +0.01494801, -0.09808694, +0.02147251, +0.05103346, +0.31329545, -0.03299810, +0.06076051, +0.05226280, +0.36129995, +0.05507611, + /* T6.TCP_FLAG_P */ + +0.06527275, +0.25878527, -0.21589296, +0.03580813, +0.02954300, -0.05434814, +0.04616514, +0.05120344, +0.05435447, +0.07063093, +0.01590593, -0.04601535, +0.01933374, +0.01116295, +0.00619786, +0.08439713, -0.14389171, +0.02351680, +0.01161983, +0.01991458, +0.01772535, +0.06572388, +0.05922448, +0.02659709, +0.14887076, +0.01502781, -0.07245457, +0.09749937, -0.02138938, +0.07687949, -0.29295122, +0.07747485, -0.06996874, -0.17432268, +0.54828485, +0.01704051, -0.17683101, +0.04619669, +0.12891878, +0.09211364, -0.37152350, +0.00931772, +0.01853147, +0.01318842, -0.05637226, +0.05880041, +0.08919483, +0.08159728, -0.04989529, +0.13241044, +0.37693770, +0.11055210, -0.11918331, -0.12350184, -0.22415945, +0.00852598, +0.02732909, -0.01379132, +0.01899069, -0.74728372, +0.02487376, +0.02385970, -0.01048226, +0.08314735, +0.00624850, +0.05437080, +0.01641020, +0.10960973, +0.09704609, -0.30409069, -0.13540062, +0.05048653, +0.55879936, +0.05807478, -0.29533098, +0.30235750, +0.01131770, +0.02033099, +0.04465982, +0.07316809, +0.02869712, +0.08290706, +0.01494801, -0.09808694, +0.02147251, +0.05103346, +0.31329545, -0.03299810, +0.06076051, +0.05226280, +0.36129995, +0.05507611, + /* T6.TCP_FLAG_A */ + +0.06338284, +0.25693570, -0.21962997, -0.05724761, +0.02812193, -0.05727169, +0.04319789, +0.04703132, +0.04966755, +0.06971094, -0.00049459, -0.04997176, +0.00977640, +0.00915026, +0.00101924, +0.07984871, -0.15736074, +0.01542158, +0.00898858, +0.01740437, +0.01507062, +0.02708992, +0.05402449, +0.02391368, -0.06570339, +0.01039887, -0.08741061, -0.16585119, -0.48637383, +0.03178927, -0.32784014, +0.07575736, -0.07200622, -0.17643592, +0.54107671, +0.00204704, -0.18298676, +0.04492602, +0.12683390, +0.09020394, -0.37230121, +0.00720720, +0.01628501, +0.00960386, -0.05851570, +0.01837103, +0.08589259, +0.06749387, -0.05578119, +0.09859391, +0.24841842, +0.10326785, -0.12368036, -0.12580994, -0.22705205, -0.00134883, +0.55988722, -0.03441504, +0.01260352, -1.78814977, +0.01640691, +0.45564747, +0.46807142, +0.05511594, +0.00387282, +0.05076145, +0.00348944, +0.04758697, +0.09325012, -0.30741973, -0.22738322, +0.03926793, +0.43738222, +0.05005587, -0.30093069, +1.02283956, -0.05881452, -0.03086284, -0.06264825, +0.07103712, +0.02506811, +0.47561600, -0.01325196, -0.10600344, -0.06611185, +0.02621385, +0.30529011, -0.03896026, +0.05921236, +0.04545703, +0.08630115, +0.05083020, + /* T6.TCP_FLAG_U */ + +0.06527275, +0.25878527, -0.21589296, +0.03580813, +0.02954300, -0.05434814, +0.04616514, +0.05120344, +0.05435447, +0.07063093, +0.01590593, -0.04601535, +0.01933374, +0.01116295, +0.00619786, +0.08439713, -0.14389171, +0.02351680, +0.01161983, +0.01991458, +0.01772535, +0.06572388, +0.05922448, +0.02659709, +0.14887076, +0.01502781, -0.07245457, +0.09749937, -0.02138938, +0.07687949, -0.29295122, +0.07747485, -0.06996874, -0.17432268, +0.54828485, +0.01704051, -0.17683101, +0.04619669, +0.12891878, +0.09211364, -0.37152350, +0.00931772, +0.01853147, +0.01318842, -0.05637226, +0.05880041, +0.08919483, +0.08159728, -0.04989529, +0.13241044, +0.37693770, +0.11055210, -0.11918331, -0.12350184, -0.22415945, +0.00852598, +0.02732909, -0.01379132, +0.01899069, -0.74728372, +0.02487376, +0.02385970, -0.01048226, +0.08314735, +0.00624850, +0.05437080, +0.01641020, +0.10960973, +0.09704609, -0.30409069, -0.13540062, +0.05048653, +0.55879936, +0.05807478, -0.29533098, +0.30235750, +0.01131770, +0.02033099, +0.04465982, +0.07316809, +0.02869712, +0.08290706, +0.01494801, -0.09808694, +0.02147251, +0.05103346, +0.31329545, -0.03299810, +0.06076051, +0.05226280, +0.36129995, +0.05507611, + /* T6.TCP_FLAG_E */ + +0.06527275, +0.25878527, -0.21589296, +0.03580813, +0.02954300, -0.05434814, +0.04616514, +0.05120344, +0.05435447, +0.07063093, +0.01590593, -0.04601535, +0.01933374, +0.01116295, +0.00619786, +0.08439713, -0.14389171, +0.02351680, +0.01161983, +0.01991458, +0.01772535, +0.06572388, +0.05922448, +0.02659709, +0.14887076, +0.01502781, -0.07245457, +0.09749937, -0.02138938, +0.07687949, -0.29295122, +0.07747485, -0.06996874, -0.17432268, +0.54828485, +0.01704051, -0.17683101, +0.04619669, +0.12891878, +0.09211364, -0.37152350, +0.00931772, +0.01853147, +0.01318842, -0.05637226, +0.05880041, +0.08919483, +0.08159728, -0.04989529, +0.13241044, +0.37693770, +0.11055210, -0.11918331, -0.12350184, -0.22415945, +0.00852598, +0.02732909, -0.01379132, +0.01899069, -0.74728372, +0.02487376, +0.02385970, -0.01048226, +0.08314735, +0.00624850, +0.05437080, +0.01641020, +0.10960973, +0.09704609, -0.30409069, -0.13540062, +0.05048653, +0.55879936, +0.05807478, -0.29533098, +0.30235750, +0.01131770, +0.02033099, +0.04465982, +0.07316809, +0.02869712, +0.08290706, +0.01494801, -0.09808694, +0.02147251, +0.05103346, +0.31329545, -0.03299810, +0.06076051, +0.05226280, +0.36129995, +0.05507611, + /* T6.TCP_FLAG_C */ + +0.06527275, +0.25878527, -0.21589296, +0.03580813, +0.02954300, -0.05434814, +0.04616514, +0.05120344, +0.05435447, +0.07063093, +0.01590593, -0.04601535, +0.01933374, +0.01116295, +0.00619786, +0.08439713, -0.14389171, +0.02351680, +0.01161983, +0.01991458, +0.01772535, +0.06572388, +0.05922448, +0.02659709, +0.14887076, +0.01502781, -0.07245457, +0.09749937, -0.02138938, +0.07687949, -0.29295122, +0.07747485, -0.06996874, -0.17432268, +0.54828485, +0.01704051, -0.17683101, +0.04619669, +0.12891878, +0.09211364, -0.37152350, +0.00931772, +0.01853147, +0.01318842, -0.05637226, +0.05880041, +0.08919483, +0.08159728, -0.04989529, +0.13241044, +0.37693770, +0.11055210, -0.11918331, -0.12350184, -0.22415945, +0.00852598, +0.02732909, -0.01379132, +0.01899069, -0.74728372, +0.02487376, +0.02385970, -0.01048226, +0.08314735, +0.00624850, +0.05437080, +0.01641020, +0.10960973, +0.09704609, -0.30409069, -0.13540062, +0.05048653, +0.55879936, +0.05807478, -0.29533098, +0.30235750, +0.01131770, +0.02033099, +0.04465982, +0.07316809, +0.02869712, +0.08290706, +0.01494801, -0.09808694, +0.02147251, +0.05103346, +0.31329545, -0.03299810, +0.06076051, +0.05226280, +0.36129995, +0.05507611, + /* T6.TCP_FLAG_RES8 */ + +0.06496618, +0.25739881, -0.22009781, +0.03563435, +0.02934051, -0.05486959, +0.04561837, +0.05090765, +0.05164991, +0.07057196, +0.01577094, -0.04646442, +0.01920811, +0.01109720, +0.00615197, +0.08424655, -0.14458959, +0.02329810, +0.01153721, +0.01976864, +0.01758987, +0.06526374, +0.05858833, +0.02638600, +0.14871901, +0.01492094, -0.07310583, +0.09728262, -0.02200777, +0.07679858, -0.29301169, +0.07721113, -0.07035013, -0.17491713, +0.50397183, +0.01699582, -0.17757016, +0.04610440, +0.12836083, +0.09169000, -0.37156430, +0.00924292, +0.01844547, +0.01308367, -0.05651809, +0.05832433, +0.08688573, +0.07707496, -0.05750440, +0.08968902, -0.11777168, +0.10595449, -0.11936464, -0.12361521, -0.22561549, +0.00850746, +0.02712735, -0.01426721, +0.01880821, -0.74865113, +0.02474067, +0.02360653, -0.01233214, +0.08321013, +0.00620881, +0.05426776, +0.01631919, +0.10949106, +0.09654498, -0.31398159, -0.13572271, +0.04950748, +2.12419030, +0.05563800, -0.29907374, +0.27320833, +0.01130293, +0.02016832, +0.04438068, +0.07308745, +0.02840675, +0.08034284, +0.01484350, -0.09857461, +0.02132926, +0.05080440, +0.30432763, -0.03351955, +0.06000684, +0.04919858, +0.10507062, +0.05474523, + /* T6.TCP_FLAG_RES9 */ + -0.00752920, -0.39459903, -0.22187702, +0.03520483, +0.02823565, -0.05523510, +0.35887229, +0.04953710, +0.00937641, +0.07041635, +0.01520037, -0.04699858, +0.01881626, +0.01091467, +0.00592195, +0.08357978, -0.14518196, +0.02268101, +0.01111088, +0.01837055, +0.01575268, +0.06265091, +0.05715069, +0.02562530, +0.14829054, +0.01464966, -0.07356263, +0.09686792, -0.02246074, +0.07655363, -0.29317881, -0.01605369, -0.09108319, -0.17710234, +0.71519523, +0.01681433, -0.17905036, +0.04520341, -0.06710513, +0.04717702, -0.37175846, +0.00883208, +0.01806650, +0.01244804, -0.05671959, +0.05654111, -0.27187507, +0.07343470, -0.06524001, +0.08246753, -0.50194076, -0.01193528, -0.11966631, -0.12384747, -0.23147983, +0.00841956, +0.02680923, -0.01590042, +0.01804408, -0.75000882, +0.02245609, +0.02259286, -0.01276943, +0.06569522, +0.00608503, +0.05371345, +0.01577561, +0.10917615, +0.08303655, -0.32047734, -0.13606496, +0.04837717, +0.41072270, +0.04667005, -0.30205009, +0.27234050, +0.01116668, +0.01982059, +0.04379202, +0.07257185, +0.02738035, +0.07930748, +0.01433450, -0.09910216, +0.02058461, +0.05016506, +0.00269906, -0.03393578, -0.08555226, +0.00042317, +0.05522997, +0.05214156, + /* T6.TCP_FLAG_RES10 */ + -0.00722263, -0.39321257, -0.21767217, +0.03537861, +0.02843815, -0.05471366, +0.35941906, +0.04983290, +0.01208097, +0.07047533, +0.01533536, -0.04654950, +0.01894190, +0.01098042, +0.00596784, +0.08373037, -0.14448408, +0.02289971, +0.01119350, +0.01851649, +0.01588815, +0.06311105, +0.05778683, +0.02583639, +0.14844228, +0.01475652, -0.07291137, +0.09708468, -0.02184234, +0.07663453, -0.29311835, -0.01578996, -0.09070180, -0.17650789, +0.75950825, +0.01685902, -0.17831121, +0.04529570, -0.06654718, +0.04760066, -0.37171766, +0.00890688, +0.01815251, +0.01255279, -0.05657376, +0.05701719, -0.26956597, +0.07795701, -0.05763090, +0.12518894, -0.00723139, -0.00733766, -0.11948498, -0.12373410, -0.23002378, +0.00843808, +0.02701097, -0.01542454, +0.01822656, -0.74864141, +0.02258918, +0.02284603, -0.01091955, +0.06563244, +0.00612472, +0.05381648, +0.01586662, +0.10929482, +0.08353766, -0.31058644, -0.13574287, +0.04935621, -1.15466824, +0.04910683, -0.29830733, +0.30148967, +0.01118145, +0.01998326, +0.04407116, +0.07265249, +0.02767072, +0.08187170, +0.01443901, -0.09861449, +0.02072786, +0.05039412, +0.01166688, -0.03341433, -0.08479859, +0.00348739, +0.31145930, +0.05247244, + /* T6.TCP_FLAG_RES11 */ + -0.00868603, -0.39350460, -0.21908819, +0.03522445, +0.02747520, -0.05489633, +0.35912714, +0.04963724, +0.01007202, +0.07042458, +0.01521675, -0.04687710, +0.01879270, +0.01090860, +0.00591393, +0.08106815, -0.14489066, +0.02259403, +0.01108595, +0.01833484, +0.01571283, +0.05409737, +0.05647630, +0.02541659, +0.14818079, +0.01451142, -0.07306541, +0.09691500, -0.02214317, +0.07653035, -0.29321939, -0.01620738, -0.09140447, -0.17714072, +0.70577546, +0.01680413, -0.18020727, +0.04513099, -0.06706849, +0.04708509, -0.37177954, +0.00876448, +0.01801552, +0.01230507, -0.05667364, +0.05639014, -0.27385587, +0.05779671, -0.06659535, +0.12454854, -0.08955535, -0.01058164, -0.11961443, -0.12382925, -0.23048236, +0.00842065, +0.02690470, -0.01571871, +0.01673027, -0.75207246, +0.02250300, +0.02267165, -0.01110372, +0.06556473, +0.00606192, +0.05369048, +0.01576883, +0.10919996, +0.08278457, -0.32605008, -0.14088709, +0.04275872, -1.79532723, +0.00922212, -0.53181390, +0.29990768, +0.01115753, +0.01961923, +0.04387513, +0.07259620, +0.02732347, +0.08109005, +0.01435636, -0.09942200, +0.02058143, +0.05001722, -0.50689979, -0.03371450, -0.08874760, +0.82106112, +0.00277358, +0.05229591, + /* T6.TCP_OPT_0 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_1 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_2 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_3 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_4 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_5 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_0 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_1 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_2 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_3 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_4 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_5 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_MSS */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_SACKOK */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_WSCALE */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T6.TCP_CORR_WINDOW_MSS */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_WINDOW */ + +0.11402448, +0.81522530, -0.12524770, +0.16700510, -0.15943232, -0.03856811, +0.09374103, +0.07298762, +0.16690702, +0.19867890, +0.03760220, -0.03010407, +0.03943607, +0.02012874, +0.00661551, -0.35819354, -0.09305640, +0.04981534, +0.03405500, +0.07176858, +0.03288069, -0.17717061, -0.22087884, +0.04912785, -0.26599985, +0.10436277, +0.23422768, +0.14919413, +0.15016736, +0.17947863, +0.29406648, +0.11433226, -0.02823247, -0.09152549, -0.64698603, +0.00848070, -0.13690149, +0.12298872, +0.17084859, +0.22647957, +0.44477486, +0.01652067, +0.02857402, +0.02869325, -0.04606841, +0.08529746, +0.50952848, +0.31573736, +0.10066121, +0.54643325, -0.51779631, +0.48029753, -0.11222264, -0.11440009, -0.07529880, +0.01666499, +0.08646343, -0.01078507, +0.02456407, -0.18637405, +0.03787390, +0.47038490, -0.21399776, +0.11974008, +0.01321928, +0.07393590, +0.03945702, +0.05989923, -0.24042521, -0.13155847, -0.14994764, -0.14103920, +0.07511579, +0.27793853, +0.38107758, +0.11526662, +0.01525886, +0.07347247, +0.12796347, +0.09625051, +0.04065765, -0.25876562, +0.04884301, +0.16443039, +0.11157182, +0.05076667, -0.60169269, -0.01386783, +0.41323916, -0.36890722, -0.36032752, +0.09384133, + /* T7.TCP_FLAG_F */ + +0.11460832, +0.81593742, -0.12493161, +0.16826933, -0.15921879, -0.03805941, +0.09503806, +0.07325117, +0.16748653, +0.19886294, +0.03820821, -0.02992662, +0.04016483, +0.02105889, +0.01113079, -0.35706858, -0.09285616, +0.05016977, +0.03422433, +0.07210638, +0.03395898, -0.17698281, -0.22051003, +0.04981776, -0.26586731, +0.10654124, +0.23780216, +0.14942356, +0.15070116, +0.17963386, +0.29418923, +0.11476407, -0.02778836, -0.09128216, -0.64639650, +0.02284091, -0.13668832, +0.12311268, +0.17142970, +0.22705351, +0.44505962, +0.01693187, +0.02977635, +0.02950500, -0.04563151, +0.09644219, +0.51014411, +0.31621564, +0.10124143, +0.54768755, -0.51721071, +0.48132556, -0.11085040, -0.11348587, -0.07499250, +0.01673710, +0.09380567, +0.00772467, +0.02968020, -0.18616122, +0.03808930, +0.03521544, -0.21385352, +0.11990479, +0.01331852, +0.07640486, +0.03967974, +0.11922620, -0.23991885, -0.13131299, -0.14980409, -0.14070429, +0.07717717, +0.27844341, +0.38143957, +0.11545822, +0.01612790, +0.07556618, +0.12819575, +0.09696979, +0.04153270, -0.25762559, +0.04901915, +0.16704211, +0.11310288, +0.07186644, -0.60136021, -0.01370377, +0.41345335, -0.36864489, -0.35956021, +0.09408323, + /* T7.TCP_FLAG_S */ + +0.11460832, +0.81593742, -0.12493161, +0.16826933, -0.15921879, -0.03805941, +0.09503806, +0.07325117, +0.16748653, +0.19886294, +0.03820821, -0.02992662, +0.04016483, +0.02105889, +0.01113079, -0.35706858, -0.09285616, +0.05016977, +0.03422433, +0.07210638, +0.03395898, -0.17698281, -0.22051003, +0.04981776, -0.26586731, +0.10654124, +0.23780216, +0.14942356, +0.15070116, +0.17963386, +0.29418923, +0.11476407, -0.02778836, -0.09128216, -0.64639650, +0.02284091, -0.13668832, +0.12311268, +0.17142970, +0.22705351, +0.44505962, +0.01693187, +0.02977635, +0.02950500, -0.04563151, +0.09644219, +0.51014411, +0.31621564, +0.10124143, +0.54768755, -0.51721071, +0.48132556, -0.11085040, -0.11348587, -0.07499250, +0.01673710, +0.09380567, +0.00772467, +0.02968020, -0.18616122, +0.03808930, +0.03521544, -0.21385352, +0.11990479, +0.01331852, +0.07640486, +0.03967974, +0.11922620, -0.23991885, -0.13131299, -0.14980409, -0.14070429, +0.07717717, +0.27844341, +0.38143957, +0.11545822, +0.01612790, +0.07556618, +0.12819575, +0.09696979, +0.04153270, -0.25762559, +0.04901915, +0.16704211, +0.11310288, +0.07186644, -0.60136021, -0.01370377, +0.41345335, -0.36864489, -0.35956021, +0.09408323, + /* T7.TCP_FLAG_R */ + +0.11460832, +0.81593742, -0.12493161, +0.16826933, -0.15921879, -0.03805941, +0.09503806, +0.07325117, +0.16748653, +0.19886294, +0.03820821, -0.02992662, +0.04016483, +0.02105889, +0.01113079, -0.35706858, -0.09285616, +0.05016977, +0.03422433, +0.07210638, +0.03395898, -0.17698281, -0.22051003, +0.04981776, -0.26586731, +0.10654124, +0.23780216, +0.14942356, +0.15070116, +0.17963386, +0.29418923, +0.11476407, -0.02778836, -0.09128216, -0.64639650, +0.02284091, -0.13668832, +0.12311268, +0.17142970, +0.22705351, +0.44505962, +0.01693187, +0.02977635, +0.02950500, -0.04563151, +0.09644219, +0.51014411, +0.31621564, +0.10124143, +0.54768755, -0.51721071, +0.48132556, -0.11085040, -0.11348587, -0.07499250, +0.01673710, +0.09380567, +0.00772467, +0.02968020, -0.18616122, +0.03808930, +0.03521544, -0.21385352, +0.11990479, +0.01331852, +0.07640486, +0.03967974, +0.11922620, -0.23991885, -0.13131299, -0.14980409, -0.14070429, +0.07717717, +0.27844341, +0.38143957, +0.11545822, +0.01612790, +0.07556618, +0.12819575, +0.09696979, +0.04153270, -0.25762559, +0.04901915, +0.16704211, +0.11310288, +0.07186644, -0.60136021, -0.01370377, +0.41345335, -0.36864489, -0.35956021, +0.09408323, + /* T7.TCP_FLAG_P */ + +0.11460832, +0.81593742, -0.12493161, +0.16826933, -0.15921879, -0.03805941, +0.09503806, +0.07325117, +0.16748653, +0.19886294, +0.03820821, -0.02992662, +0.04016483, +0.02105889, +0.01113079, -0.35706858, -0.09285616, +0.05016977, +0.03422433, +0.07210638, +0.03395898, -0.17698281, -0.22051003, +0.04981776, -0.26586731, +0.10654124, +0.23780216, +0.14942356, +0.15070116, +0.17963386, +0.29418923, +0.11476407, -0.02778836, -0.09128216, -0.64639650, +0.02284091, -0.13668832, +0.12311268, +0.17142970, +0.22705351, +0.44505962, +0.01693187, +0.02977635, +0.02950500, -0.04563151, +0.09644219, +0.51014411, +0.31621564, +0.10124143, +0.54768755, -0.51721071, +0.48132556, -0.11085040, -0.11348587, -0.07499250, +0.01673710, +0.09380567, +0.00772467, +0.02968020, -0.18616122, +0.03808930, +0.03521544, -0.21385352, +0.11990479, +0.01331852, +0.07640486, +0.03967974, +0.11922620, -0.23991885, -0.13131299, -0.14980409, -0.14070429, +0.07717717, +0.27844341, +0.38143957, +0.11545822, +0.01612790, +0.07556618, +0.12819575, +0.09696979, +0.04153270, -0.25762559, +0.04901915, +0.16704211, +0.11310288, +0.07186644, -0.60136021, -0.01370377, +0.41345335, -0.36864489, -0.35956021, +0.09408323, + /* T7.TCP_FLAG_A */ + +0.11460832, +0.81593742, -0.12493161, +0.16826933, -0.15921879, -0.03805941, +0.09503806, +0.07325117, +0.16748653, +0.19886294, +0.03820821, -0.02992662, +0.04016483, +0.02105889, +0.01113079, -0.35706858, -0.09285616, +0.05016977, +0.03422433, +0.07210638, +0.03395898, -0.17698281, -0.22051003, +0.04981776, -0.26586731, +0.10654124, +0.23780216, +0.14942356, +0.15070116, +0.17963386, +0.29418923, +0.11476407, -0.02778836, -0.09128216, -0.64639650, +0.02284091, -0.13668832, +0.12311268, +0.17142970, +0.22705351, +0.44505962, +0.01693187, +0.02977635, +0.02950500, -0.04563151, +0.09644219, +0.51014411, +0.31621564, +0.10124143, +0.54768755, -0.51721071, +0.48132556, -0.11085040, -0.11348587, -0.07499250, +0.01673710, +0.09380567, +0.00772467, +0.02968020, -0.18616122, +0.03808930, +0.03521544, -0.21385352, +0.11990479, +0.01331852, +0.07640486, +0.03967974, +0.11922620, -0.23991885, -0.13131299, -0.14980409, -0.14070429, +0.07717717, +0.27844341, +0.38143957, +0.11545822, +0.01612790, +0.07556618, +0.12819575, +0.09696979, +0.04153270, -0.25762559, +0.04901915, +0.16704211, +0.11310288, +0.07186644, -0.60136021, -0.01370377, +0.41345335, -0.36864489, -0.35956021, +0.09408323, + /* T7.TCP_FLAG_U */ + +0.11460832, +0.81593742, -0.12493161, +0.16826933, -0.15921879, -0.03805941, +0.09503806, +0.07325117, +0.16748653, +0.19886294, +0.03820821, -0.02992662, +0.04016483, +0.02105889, +0.01113079, -0.35706858, -0.09285616, +0.05016977, +0.03422433, +0.07210638, +0.03395898, -0.17698281, -0.22051003, +0.04981776, -0.26586731, +0.10654124, +0.23780216, +0.14942356, +0.15070116, +0.17963386, +0.29418923, +0.11476407, -0.02778836, -0.09128216, -0.64639650, +0.02284091, -0.13668832, +0.12311268, +0.17142970, +0.22705351, +0.44505962, +0.01693187, +0.02977635, +0.02950500, -0.04563151, +0.09644219, +0.51014411, +0.31621564, +0.10124143, +0.54768755, -0.51721071, +0.48132556, -0.11085040, -0.11348587, -0.07499250, +0.01673710, +0.09380567, +0.00772467, +0.02968020, -0.18616122, +0.03808930, +0.03521544, -0.21385352, +0.11990479, +0.01331852, +0.07640486, +0.03967974, +0.11922620, -0.23991885, -0.13131299, -0.14980409, -0.14070429, +0.07717717, +0.27844341, +0.38143957, +0.11545822, +0.01612790, +0.07556618, +0.12819575, +0.09696979, +0.04153270, -0.25762559, +0.04901915, +0.16704211, +0.11310288, +0.07186644, -0.60136021, -0.01370377, +0.41345335, -0.36864489, -0.35956021, +0.09408323, + /* T7.TCP_FLAG_E */ + +0.11460832, +0.81593742, -0.12493161, +0.16826933, -0.15921879, -0.03805941, +0.09503806, +0.07325117, +0.16748653, +0.19886294, +0.03820821, -0.02992662, +0.04016483, +0.02105889, +0.01113079, -0.35706858, -0.09285616, +0.05016977, +0.03422433, +0.07210638, +0.03395898, -0.17698281, -0.22051003, +0.04981776, -0.26586731, +0.10654124, +0.23780216, +0.14942356, +0.15070116, +0.17963386, +0.29418923, +0.11476407, -0.02778836, -0.09128216, -0.64639650, +0.02284091, -0.13668832, +0.12311268, +0.17142970, +0.22705351, +0.44505962, +0.01693187, +0.02977635, +0.02950500, -0.04563151, +0.09644219, +0.51014411, +0.31621564, +0.10124143, +0.54768755, -0.51721071, +0.48132556, -0.11085040, -0.11348587, -0.07499250, +0.01673710, +0.09380567, +0.00772467, +0.02968020, -0.18616122, +0.03808930, +0.03521544, -0.21385352, +0.11990479, +0.01331852, +0.07640486, +0.03967974, +0.11922620, -0.23991885, -0.13131299, -0.14980409, -0.14070429, +0.07717717, +0.27844341, +0.38143957, +0.11545822, +0.01612790, +0.07556618, +0.12819575, +0.09696979, +0.04153270, -0.25762559, +0.04901915, +0.16704211, +0.11310288, +0.07186644, -0.60136021, -0.01370377, +0.41345335, -0.36864489, -0.35956021, +0.09408323, + /* T7.TCP_FLAG_C */ + +0.11460832, +0.81593742, -0.12493161, +0.16826933, -0.15921879, -0.03805941, +0.09503806, +0.07325117, +0.16748653, +0.19886294, +0.03820821, -0.02992662, +0.04016483, +0.02105889, +0.01113079, -0.35706858, -0.09285616, +0.05016977, +0.03422433, +0.07210638, +0.03395898, -0.17698281, -0.22051003, +0.04981776, -0.26586731, +0.10654124, +0.23780216, +0.14942356, +0.15070116, +0.17963386, +0.29418923, +0.11476407, -0.02778836, -0.09128216, -0.64639650, +0.02284091, -0.13668832, +0.12311268, +0.17142970, +0.22705351, +0.44505962, +0.01693187, +0.02977635, +0.02950500, -0.04563151, +0.09644219, +0.51014411, +0.31621564, +0.10124143, +0.54768755, -0.51721071, +0.48132556, -0.11085040, -0.11348587, -0.07499250, +0.01673710, +0.09380567, +0.00772467, +0.02968020, -0.18616122, +0.03808930, +0.03521544, -0.21385352, +0.11990479, +0.01331852, +0.07640486, +0.03967974, +0.11922620, -0.23991885, -0.13131299, -0.14980409, -0.14070429, +0.07717717, +0.27844341, +0.38143957, +0.11545822, +0.01612790, +0.07556618, +0.12819575, +0.09696979, +0.04153270, -0.25762559, +0.04901915, +0.16704211, +0.11310288, +0.07186644, -0.60136021, -0.01370377, +0.41345335, -0.36864489, -0.35956021, +0.09408323, + /* T7.TCP_FLAG_RES8 */ + +0.11460832, +0.81593742, -0.12493161, +0.16826933, -0.15921879, -0.03805941, +0.09503806, +0.07325117, +0.16748653, +0.19886294, +0.03820821, -0.02992662, +0.04016483, +0.02105889, +0.01113079, -0.35706858, -0.09285616, +0.05016977, +0.03422433, +0.07210638, +0.03395898, -0.17698281, -0.22051003, +0.04981776, -0.26586731, +0.10654124, +0.23780216, +0.14942356, +0.15070116, +0.17963386, +0.29418923, +0.11476407, -0.02778836, -0.09128216, -0.64639650, +0.02284091, -0.13668832, +0.12311268, +0.17142970, +0.22705351, +0.44505962, +0.01693187, +0.02977635, +0.02950500, -0.04563151, +0.09644219, +0.51014411, +0.31621564, +0.10124143, +0.54768755, -0.51721071, +0.48132556, -0.11085040, -0.11348587, -0.07499250, +0.01673710, +0.09380567, +0.00772467, +0.02968020, -0.18616122, +0.03808930, +0.03521544, -0.21385352, +0.11990479, +0.01331852, +0.07640486, +0.03967974, +0.11922620, -0.23991885, -0.13131299, -0.14980409, -0.14070429, +0.07717717, +0.27844341, +0.38143957, +0.11545822, +0.01612790, +0.07556618, +0.12819575, +0.09696979, +0.04153270, -0.25762559, +0.04901915, +0.16704211, +0.11310288, +0.07186644, -0.60136021, -0.01370377, +0.41345335, -0.36864489, -0.35956021, +0.09408323, + /* T7.TCP_FLAG_RES9 */ + +0.04248930, +0.16451176, -0.12563516, +0.16797360, -0.15969260, -0.03822047, +0.40928374, +0.07205223, +0.16429558, +0.19877164, +0.03776361, -0.03012381, +0.03992252, +0.02095586, +0.01095482, -0.35728288, -0.09308801, +0.04986188, +0.03389730, +0.07091073, +0.03230238, -0.17718304, -0.22156709, +0.04943551, -0.26598949, +0.10641515, +0.23754851, +0.14924938, +0.15050826, +0.17950212, +0.29411088, +0.02199855, -0.04780134, -0.09172919, -0.64747498, +0.02270963, -0.13698487, +0.12231251, -0.02256957, +0.18357781, +0.44493988, +0.01661838, +0.02950648, +0.02900473, -0.04573448, +0.09499517, +0.50893184, +0.31527643, +0.10035368, +0.54391302, -0.51895872, +0.37319184, -0.11102099, -0.11362596, -0.07678187, +0.01666746, +0.09363260, +0.00640663, +0.02922999, -0.18664665, +0.03589878, +0.03444147, -0.21399335, +0.10245538, +0.01323583, +0.07596295, +0.03924178, +0.11900546, -0.24122013, -0.13161162, -0.14990105, -0.14093865, +0.07480115, +0.27767196, +0.38096234, +0.11537742, +0.01601630, +0.07541202, +0.12802146, +0.09651931, +0.04100986, -0.25786293, +0.04859494, +0.16683852, +0.11250694, +0.07151402, -0.60180540, -0.01387571, +0.41308664, -0.36897661, -0.36007345, +0.09168139, + /* T7.TCP_FLAG_RES10 */ + +0.04248930, +0.16451176, -0.12563516, +0.16797360, -0.15969260, -0.03822047, +0.40928374, +0.07205223, +0.16429558, +0.19877164, +0.03776361, -0.03012381, +0.03992252, +0.02095586, +0.01095482, -0.35728288, -0.09308801, +0.04986188, +0.03389730, +0.07091073, +0.03230238, -0.17718304, -0.22156709, +0.04943551, -0.26598949, +0.10641515, +0.23754851, +0.14924938, +0.15050826, +0.17950212, +0.29411088, +0.02199855, -0.04780134, -0.09172919, -0.64747498, +0.02270963, -0.13698487, +0.12231251, -0.02256957, +0.18357781, +0.44493988, +0.01661838, +0.02950648, +0.02900473, -0.04573448, +0.09499517, +0.50893184, +0.31527643, +0.10035368, +0.54391302, -0.51895872, +0.37319184, -0.11102099, -0.11362596, -0.07678187, +0.01666746, +0.09363260, +0.00640663, +0.02922999, -0.18664665, +0.03589878, +0.03444147, -0.21399335, +0.10245538, +0.01323583, +0.07596295, +0.03924178, +0.11900546, -0.24122013, -0.13161162, -0.14990105, -0.14093865, +0.07480115, +0.27767196, +0.38096234, +0.11537742, +0.01601630, +0.07541202, +0.12802146, +0.09651931, +0.04100986, -0.25786293, +0.04859494, +0.16683852, +0.11250694, +0.07151402, -0.60180540, -0.01387571, +0.41308664, -0.36897661, -0.36007345, +0.09168139, + /* T7.TCP_FLAG_RES11 */ + +0.04248930, +0.16451176, -0.12563516, +0.16797360, -0.15969260, -0.03822047, +0.40928374, +0.07205223, +0.16429558, +0.19877164, +0.03776361, -0.03012381, +0.03992252, +0.02095586, +0.01095482, -0.35728288, -0.09308801, +0.04986188, +0.03389730, +0.07091073, +0.03230238, -0.17718304, -0.22156709, +0.04943551, -0.26598949, +0.10641515, +0.23754851, +0.14924938, +0.15050826, +0.17950212, +0.29411088, +0.02199855, -0.04780134, -0.09172919, -0.64747498, +0.02270963, -0.13698487, +0.12231251, -0.02256957, +0.18357781, +0.44493988, +0.01661838, +0.02950648, +0.02900473, -0.04573448, +0.09499517, +0.50893184, +0.31527643, +0.10035368, +0.54391302, -0.51895872, +0.37319184, -0.11102099, -0.11362596, -0.07678187, +0.01666746, +0.09363260, +0.00640663, +0.02922999, -0.18664665, +0.03589878, +0.03444147, -0.21399335, +0.10245538, +0.01323583, +0.07596295, +0.03924178, +0.11900546, -0.24122013, -0.13161162, -0.14990105, -0.14093865, +0.07480115, +0.27767196, +0.38096234, +0.11537742, +0.01601630, +0.07541202, +0.12802146, +0.09651931, +0.04100986, -0.25786293, +0.04859494, +0.16683852, +0.11250694, +0.07151402, -0.60180540, -0.01387571, +0.41308664, -0.36897661, -0.36007345, +0.09168139, + /* T7.TCP_OPT_0 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_1 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_2 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_3 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_4 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_5 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPT_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_0 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_1 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_2 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_3 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_4 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_5 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_6 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_7 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_8 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_9 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_10 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_11 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_12 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_13 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_14 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_OPTLEN_15 */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_MSS */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_SACKOK */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_WSCALE */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* T7.TCP_CORR_WINDOW_MSS */ + +0.04391601, +0.12907713, +0.05100486, +0.04601247, +0.05208250, +0.05703698, +0.04839751, +0.04296229, +0.06728604, +0.04025458, +0.04388164, +0.06231138, +0.02399299, +0.02927808, +0.03149545, +0.05457947, +0.06394298, +0.03010261, +0.04415511, +0.02938493, +0.03730745, +0.02885092, +0.03357334, +0.04170821, +0.04582917, +0.04333014, +0.07457369, +0.07666251, +0.09673959, +0.04004446, +0.06673196, +0.04289023, +0.02997523, +0.05601584, +0.07074378, +0.02985423, +0.05061897, +0.06081690, +0.04168460, +0.08359443, +0.04963331, +0.04480983, +0.05057287, +0.03784490, +0.04406986, +0.03164515, +0.08726245, +0.07068218, +0.06382041, +0.08762524, +0.07741988, +0.07947221, +0.03599128, +0.06008495, +0.07040531, +0.01043455, +0.03147002, +0.04780691, +0.03900792, +0.09143481, +0.04754608, +0.03694185, +0.04306367, +0.07289528, +0.04599846, +0.06205531, +0.01953146, +0.04008417, +0.03656811, +0.10817352, +0.08974351, +0.03899618, +0.06225472, +0.08403104, +0.08886935, +0.06483486, +0.03254593, +0.04237021, +0.07770584, +0.04113125, +0.05299147, +0.05780774, +0.04330807, +0.05146329, +0.04087181, +0.03575386, +0.07034416, +0.06537447, +0.07397839, +0.06365977, +0.07777802, +0.04836877, + /* IE1.ICMPV6_TYPE */ + -0.03781063, +0.29575534, -0.19942459, +0.35051310, +0.14099496, -0.43586038, +0.32758324, -0.11012627, +0.53049408, +0.95798231, -0.62078113, -0.08220171, +0.08069800, +0.02840354, +0.03214565, +0.12526659, -0.40239310, +0.13348385, +0.60474408, +0.14940368, +0.06497650, +0.15336330, -0.15347080, +0.04975578, +0.44371073, +0.07076312, -0.16143429, -0.37209455, -1.68595773, +0.13036196, +0.59852315, +0.15479178, +0.13412155, +0.33034244, +0.26138702, +0.35397728, +0.47825692, +0.39498621, -0.15738255, +0.32948925, +0.67259586, +0.12572972, +0.05060036, +0.46276643, -0.05410287, +0.35583218, +0.28752697, -1.05694503, -0.08324357, -0.61728696, +0.01769464, -0.34576128, -0.12266383, -0.06945958, +0.84544502, +0.12578005, -0.09759563, +0.48092606, +0.03716742, -0.73603861, -0.43293527, +0.13045009, -0.45641935, -0.14196011, -0.18483214, +0.15801414, +0.19016823, -0.42482278, +0.10849940, -0.89248905, -0.17674869, +0.11831568, +0.06411477, +0.31499596, -0.24163490, -0.16747051, -0.14341780, +0.20859380, -0.17068877, +0.06629185, +0.07563401, -0.09874947, -0.14491919, +0.52928050, -0.13089166, +0.12978708, +0.28161562, -0.32385665, +0.48572214, +0.11706811, +0.24778180, -0.39370255, + /* IE1.ICMPV6_CODE */ + +0.02153248, +1.04099406, -0.36494366, +0.28392082, -1.57741916, -0.56523592, -0.88159415, -0.21055396, -1.67270702, -1.75925226, -1.23778907, -0.30360466, +0.01298972, +0.08394792, +0.70651295, +0.35702412, -0.46728494, +0.04744450, +0.46312963, +0.13725950, +0.21307432, +0.28329626, +0.21007097, -0.03556706, +0.32821671, -0.20781281, -0.24744802, -0.42677937, -2.69827109, +0.01022949, +0.31902010, +0.72523949, +0.40390469, +0.70542952, +1.50501666, -0.81982793, +0.32841248, -0.08669795, +0.02561511, +1.06042474, +2.88779834, +0.25396197, +0.28929164, +0.98300567, -0.12033267, +0.24060673, +2.87675479, -1.89769122, -0.01243711, -1.25741065, +0.11457943, +3.20112165, -0.16875130, -0.15929988, +1.98899796, -0.10197945, -0.14658367, +0.29031718, -0.12069511, -0.94072959, -0.48882418, +0.46262024, -0.50189085, -0.21245062, -0.23883538, +0.58866808, +0.48934765, -0.61797631, +1.31429826, -1.65005951, -0.26466848, -0.13397285, +1.09194575, +0.64475235, -0.45482428, -0.27370060, -0.19044081, +0.07804103, -0.23334575, +0.20095061, -0.03897455, -0.18255952, -0.22057952, +0.26358443, -0.24073099, +0.01212659, +0.68170488, -0.38347928, +1.10588754, +0.25890696, +0.79315338, -0.65134624, + /* IE2.ICMPV6_TYPE */ + -0.35863351, -0.16336029, -0.30409632, -0.43662588, +0.12296398, -0.04848349, -0.07897468, -0.50735214, +0.67580977, +0.25188505, +0.11884919, -0.09950394, +0.04797443, +0.03462597, +0.03386379, +0.42706577, -0.12123020, +0.05569176, +0.46849736, +0.07382681, +0.05851123, +0.09966711, -0.16121415, +0.21939554, +0.41180746, +0.18060324, -0.56590565, +0.59681724, -0.02948133, +0.09310745, +1.40487183, +0.35249575, -0.10397617, +0.57238252, +1.00889784, +0.35463163, -0.11371702, +0.31677934, +0.18467876, +0.54183160, +0.55684944, +0.03103289, +0.04995380, +0.04595138, -0.03636624, -0.05192698, +0.89251155, -0.74512000, -0.00138248, -0.25058033, -0.97639172, -0.81362918, -0.09957629, -0.05892283, -0.75499599, +0.91984154, -0.31948791, -0.92645470, +0.94546778, +1.74110068, -0.58844293, -0.23927048, -0.48240107, -1.22450135, +0.52898155, +0.15815015, +0.10320560, -0.34236457, +0.12952006, +1.02261481, +0.41775580, +0.09386161, +0.64152185, +0.40577234, -0.10637959, -0.49563530, -1.27166868, +0.09391804, +0.27880333, -0.95833741, +0.23333503, -0.25546905, -0.21173151, -0.10311806, +0.15230392, +0.11251383, +0.51002575, -0.07630657, +0.52357571, +0.19101521, -0.42879960, +0.07402053, + /* IE2.ICMPV6_CODE */ + -0.55947616, -0.30900981, -0.48216567, -0.67269136, +0.15865735, -0.10226743, -0.13764947, -0.78186193, +0.97874818, +0.35750880, +0.15652827, -0.18747475, +0.06025431, +0.03744263, +0.03638966, +0.61262567, -0.21459192, +0.06546827, +0.68688688, +0.09930746, +0.07033515, +0.10056198, -0.25855578, +0.30290352, +1.14967390, +0.24914961, -0.88625219, +0.84975767, -0.09504416, +0.09284849, +1.88287166, +0.50800064, -0.17063248, +0.82418632, +1.46312459, +0.51947170, -0.19709519, +0.45229094, +0.25674470, +0.77245741, +0.80709604, +0.02433899, +0.04966400, +0.05032395, -0.07723909, -0.09091984, +1.29497538, -1.15317910, -0.03429458, -0.41976297, -1.50389237, -1.26041041, -0.16795310, -0.11878458, -1.17058177, +1.46138539, -0.49405164, -1.41371409, +1.39879515, +2.56564754, -0.90352089, -0.37715670, -0.89308224, -1.87178427, +0.78436639, +0.20648625, -0.02850757, -0.53338662, +0.17641674, +1.47249181, +0.57598458, +0.11934015, +0.93090701, +0.56656585, -0.20429993, -0.77588413, -1.90560707, +0.11965095, +0.37723198, -1.45806646, +0.32455932, -0.41243933, -0.32221593, -0.18169449, +0.20811418, +0.15121297, +0.71216665, -0.14900228, +0.74822520, +0.25381685, -0.68304910, +0.08895562, + /* NS.ICMPV6_TYPE */ + +0.15308269, +0.43599108, -0.06571973, -0.34542148, -0.61076450, -0.43279015, -1.23970709, +0.95018287, -0.98852043, +0.12974697, +0.40579072, +0.08503718, +0.07388275, +0.04157694, +0.14438521, +0.06493083, +0.95315989, +0.09387820, -0.19716067, +0.19584622, +0.10643109, -0.05248976, +0.87511014, +0.40122991, -0.02003576, +0.28856469, -0.22518753, -0.93070042, -0.07160463, +0.10637605, +1.45185681, +1.65551838, +0.77727255, -0.07352766, +0.58820656, +0.04707351, +0.35705965, +0.47514230, +0.03233207, -1.01338405, -0.11368013, +0.07346766, +0.20197132, +0.13796615, -0.04890862, -0.11105422, -1.74301952, +1.96555632, +0.21382948, -1.49996616, -0.11027120, +0.92786804, -0.10971275, -0.04614098, -0.51746120, +0.00143974, -0.21932921, +0.55060556, +0.10668803, -0.48036345, -0.24812069, -0.19605056, +0.06919432, -1.52771565, +0.55706484, -0.40730952, -0.14957863, -0.23209494, -0.49069206, +0.32324514, +0.47364578, +0.24013632, -0.40198879, -1.30542553, +1.25513245, +0.19360083, -0.04639237, +0.15226623, -0.74873561, +0.09457214, -0.41916596, -0.14193507, -0.17160468, +0.80088924, -0.30188083, -0.32536718, +0.75948498, +0.06045016, +0.60936376, +0.23963373, -0.02696272, -0.49319451, + /* NS.ICMPV6_CODE */ + +0.15308269, +0.43599108, -0.06571973, -0.34542148, -0.61076450, -0.43279015, -1.23970709, +0.95018287, -0.98852043, +0.12974697, +0.40579072, +0.08503718, +0.07388275, +0.04157694, +0.14438521, +0.06493083, +0.95315989, +0.09387820, -0.19716067, +0.19584622, +0.10643109, -0.05248976, +0.87511014, +0.40122991, -0.02003576, +0.28856469, -0.22518753, -0.93070042, -0.07160463, +0.10637605, +1.45185681, +1.65551838, +0.77727255, -0.07352766, +0.58820656, +0.04707351, +0.35705965, +0.47514230, +0.03233207, -1.01338405, -0.11368013, +0.07346766, +0.20197132, +0.13796615, -0.04890862, -0.11105422, -1.74301952, +1.96555632, +0.21382948, -1.49996616, -0.11027120, +0.92786804, -0.10971275, -0.04614098, -0.51746120, +0.00143974, -0.21932921, +0.55060556, +0.10668803, -0.48036345, -0.24812069, -0.19605056, +0.06919432, -1.52771565, +0.55706484, -0.40730952, -0.14957863, -0.23209494, -0.49069206, +0.32324514, +0.47364578, +0.24013632, -0.40198879, -1.30542553, +1.25513245, +0.19360083, -0.04639237, +0.15226623, -0.74873561, +0.09457214, -0.41916596, -0.14193507, -0.17160468, +0.80088924, -0.30188083, -0.32536718, +0.75948498, +0.06045016, +0.60936376, +0.23963373, -0.02696272, -0.49319451, +}; + +static int _labels[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91}; + +/* C = 100.000000 */ +struct model FPModel = { + {0}, + 92, + 695, + _w, + _labels, + -1.00000000 +}; + +std::vector load_fp_matches() { + std::vector matches; + { + FingerMatch match; + match.line = 0; + match.numprints = 11; + match.OS_name = (char *) "Linux 2.6.38 - 3.2"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 1; + match.numprints = 6; + match.OS_name = (char *) "Linux 2.6.38 - 2.6.39"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 2; + match.numprints = 8; + match.OS_name = (char *) "Linux 2.6.32 - 2.6.39"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 3; + match.numprints = 1; + match.OS_name = (char *) "HP ProCurve 2520G switch"; + { + OS_Classification osclass = {"HP", "embedded", NULL, "switch"}; + osclass.cpe.push_back("cpe:/h:hp:procurve_switch_2520g"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 4; + match.numprints = 1; + match.OS_name = (char *) "OpenIndiana oi_148"; + { + OS_Classification osclass = {"OpenIndiana", "OpenIndiana", NULL, "general purpose"}; + osclass.cpe.push_back("cpe:/o:openindiana:openindiana"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 5; + match.numprints = 4; + match.OS_name = (char *) "Microsoft Windows 7 Professional SP1"; + { + OS_Classification osclass = {"Microsoft", "Windows", "7", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_7::sp1:professional"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 6; + match.numprints = 4; + match.OS_name = (char *) "Linux 2.6.11 - 2.6.15"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 7; + match.numprints = 1; + match.OS_name = (char *) "VMware ESXi 5"; + { + OS_Classification osclass = {"VMware", "ESXi", "5.X", "specialized"}; + osclass.cpe.push_back("cpe:/o:vmware:esxi:5.0"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 8; + match.numprints = 1; + match.OS_name = (char *) "Linux 2.4.21"; + { + OS_Classification osclass = {"Linux", "Linux", "2.4.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.4.21"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 9; + match.numprints = 2; + match.OS_name = (char *) "Equinox CCM4850 remote management appliance or Nokia 5530 XpressMusic phone"; + { + OS_Classification osclass = {"Nokia", "Symbian OS", "9.X", "phone"}; + osclass.cpe.push_back("cpe:/h:nokia:5530"); + osclass.cpe.push_back("cpe:/o:nokia:symbian_os:9"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Equinox", "embedded", NULL, "remote management"}; + osclass.cpe.push_back("cpe:/h:equinox:ccm4850"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 10; + match.numprints = 4; + match.OS_name = (char *) "HP LaserJet P2055dn printer, TP-LINK TL-SG-series switch, or Zoom 5352 modem"; + { + OS_Classification osclass = {"HP", "embedded", NULL, "printer"}; + osclass.cpe.push_back("cpe:/h:hp:laserjet_p2055dn"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"TP-LINK", "embedded", NULL, "switch"}; + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Zoom", "embedded", NULL, "broadband router"}; + osclass.cpe.push_back("cpe:/h:zoom_telephonics:5352"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 11; + match.numprints = 12; + match.OS_name = (char *) "Microsoft Windows Vista SP2, Windows 7, Windows 8, Server 2008 R2, or Server 2012 R2"; + { + OS_Classification osclass = {"Microsoft", "Windows", "Vista", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_vista::sp2"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Microsoft", "Windows", "7", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_7"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Microsoft", "Windows", "2008 R2", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_server_2008:r2"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Microsoft", "Windows", "8", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_8"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Microsoft", "Windows", "2012 R2", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_server_2012:r2"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 12; + match.numprints = 1; + match.OS_name = (char *) "Brother MFC-9440CN printer"; + { + OS_Classification osclass = {"Brother", "embedded", NULL, "printer"}; + osclass.cpe.push_back("cpe:/h:brother:mfc-9440cn"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 13; + match.numprints = 1; + match.OS_name = (char *) "Cisco 2600 router"; + { + OS_Classification osclass = {"Cisco", "IOS", NULL, "router"}; + osclass.cpe.push_back("cpe:/h:cisco:router_2600"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 14; + match.numprints = 1; + match.OS_name = (char *) "Cisco 3750G switch"; + { + OS_Classification osclass = {"Cisco", "IOS", "12.X", "switch"}; + osclass.cpe.push_back("cpe:/h:cisco:catalyst_3750"); + osclass.cpe.push_back("cpe:/o:cisco:ios:12"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 15; + match.numprints = 2; + match.OS_name = (char *) "Cisco IOS 15.0"; + { + OS_Classification osclass = {"Cisco", "IOS", "15.X", "router"}; + osclass.cpe.push_back("cpe:/o:cisco:ios:15.0"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 16; + match.numprints = 3; + match.OS_name = (char *) "FreeBSD 8.1 - 8.2"; + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "8.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:8"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 17; + match.numprints = 2; + match.OS_name = (char *) "HP LaserJet P1606dn or M1212nf printer"; + { + OS_Classification osclass = {"HP", "embedded", NULL, "printer"}; + osclass.cpe.push_back("cpe:/h:hp:laserjet_p1606dn"); + osclass.cpe.push_back("cpe:/h:hp:laserjet_m1212nf"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 18; + match.numprints = 1; + match.OS_name = (char *) "FreeBSD 6.1-RELEASE"; + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:6.1"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 19; + match.numprints = 2; + match.OS_name = (char *) "Linux 2.6.23 - 2.6.33 (embedded)"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 20; + match.numprints = 1; + match.OS_name = (char *) "Thecus N4100PRO NAS device (Linux 2.6.33)"; + { + OS_Classification osclass = {"Thecus", "Linux", "2.6.X", "storage-misc"}; + osclass.cpe.push_back("cpe:/h:thecus:n4100pro"); + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6.33"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 21; + match.numprints = 2; + match.OS_name = (char *) "Oracle Solaris 10 or Sun OpenSolaris svn_111b"; + { + OS_Classification osclass = {"Sun", "Solaris", "10", "general purpose"}; + osclass.cpe.push_back("cpe:/o:sun:sunos:5.10"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"OpenSolaris", "OpenSolaris", NULL, "general purpose"}; + osclass.cpe.push_back("cpe:/o:sun:opensolaris"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 22; + match.numprints = 3; + match.OS_name = (char *) "Oracle Solaris 11 or OpenIndiana"; + { + OS_Classification osclass = {"Sun", "Solaris", "10", "general purpose"}; + osclass.cpe.push_back("cpe:/o:sun:sunos:5.11"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"OpenIndiana", "OpenIndiana", NULL, "general purpose"}; + osclass.cpe.push_back("cpe:/o:openindiana:openindiana"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 23; + match.numprints = 2; + match.OS_name = (char *) "Microsoft Windows 7 SP0 - SP1"; + { + OS_Classification osclass = {"Microsoft", "Windows", "7", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_7"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 24; + match.numprints = 2; + match.OS_name = (char *) "OpenBSD 4.4 - 4.8"; + { + OS_Classification osclass = {"OpenBSD", "OpenBSD", "4.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:openbsd:openbsd:4"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 25; + match.numprints = 3; + match.OS_name = (char *) "Cisco 1841 or 2509 router (IOS 12.3 - 15.4)"; + { + OS_Classification osclass = {"Cisco", "IOS", "12.X", "router"}; + osclass.cpe.push_back("cpe:/h:cisco:2509_router"); + osclass.cpe.push_back("cpe:/o:cisco:ios:12.3"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Cisco", "IOS", "15.X", "router"}; + osclass.cpe.push_back("cpe:/h:cisco:1841_router"); + osclass.cpe.push_back("cpe:/o:cisco:ios:15"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 26; + match.numprints = 4; + match.OS_name = (char *) "Cisco IOS 12"; + { + OS_Classification osclass = {"Cisco", "IOS", "12.X", "router"}; + osclass.cpe.push_back("cpe:/o:cisco:ios:12"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 27; + match.numprints = 4; + match.OS_name = (char *) "Apple Mac OS X 10.6.8 - 10.7.3 (Snow Leopard - Lion) (Darwin 10.8.0 - 11.3.0)"; + { + OS_Classification osclass = {"Apple", "Mac OS X", "10.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.6.8"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "Mac OS X", "10.7.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.7"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "iOS", "4.X", "media device"}; + osclass.cpe.push_back("cpe:/o:apple:iphone_os:4.3.3"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 28; + match.numprints = 14; + match.OS_name = (char *) "Apple Mac OS X 10.4.11 - 10.7 (Tiger - Lion) or iOS 4.3.3 (Darwin 8.11.1 - 11.3.0)"; + { + OS_Classification osclass = {"Apple", "Mac OS X", "10.4.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.4"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "Mac OS X", "10.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.6"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "Mac OS X", "10.7.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.7"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "iOS", "4.X", "phone"}; + osclass.cpe.push_back("cpe:/o:apple:ios:4.3.3"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 29; + match.numprints = 1; + match.OS_name = (char *) "HP OfficeJet 8500 printer"; + { + OS_Classification osclass = {"HP", "embedded", NULL, "printer"}; + osclass.cpe.push_back("cpe:/h:hp:officejet_8500"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 30; + match.numprints = 5; + match.OS_name = (char *) "Brother HL-L5200W or HP LaserJet CP1525nw or CP2025dn printer"; + { + OS_Classification osclass = {"HP", "embedded", NULL, "printer"}; + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Brother", "embedded", NULL, "printer"}; + osclass.cpe.push_back("cpe:/h:brother:hl-l5200w"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 31; + match.numprints = 2; + match.OS_name = (char *) "AVM FRITZ!Box 7390 WAP or Cisco SA520 Security Appliance"; + { + OS_Classification osclass = {"AVM", "embedded", NULL, "broadband router"}; + osclass.cpe.push_back("cpe:/h:avm:fritzbox_7390"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Cisco", "embedded", NULL, "firewall"}; + osclass.cpe.push_back("cpe:/h:cisco:sa520"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 32; + match.numprints = 10; + match.OS_name = (char *) "Linux 2.6.18 - 2.6.34"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 33; + match.numprints = 2; + match.OS_name = (char *) "Linux 2.6.18 - 2.6.34"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 34; + match.numprints = 5; + match.OS_name = (char *) "Linux 2.6.23 - 2.6.32"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 35; + match.numprints = 4; + match.OS_name = (char *) "Microsoft Windows XP SP3 or Windows Server 2003 SP1"; + { + OS_Classification osclass = {"Microsoft", "Windows", "XP", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_xp::sp3"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Microsoft", "Windows", "2003", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_server_2003::sp1"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 36; + match.numprints = 2; + match.OS_name = (char *) "Microsoft Windows 7 SP1"; + { + OS_Classification osclass = {"Microsoft", "Windows", "7", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_7::sp1"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 37; + match.numprints = 4; + match.OS_name = (char *) "FreeBSD 7.4 - 8.2"; + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "7.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:7"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "8.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:8"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 38; + match.numprints = 17; + match.OS_name = (char *) "Linux 2.6.32 - 2.6.37"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 39; + match.numprints = 16; + match.OS_name = (char *) "Linux 2.6.16 - 3.2"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 40; + match.numprints = 16; + match.OS_name = (char *) "Linux 2.6.32 - 3.2"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 41; + match.numprints = 2; + match.OS_name = (char *) "IBM AIX 7.1"; + { + OS_Classification osclass = {"IBM", "AIX", "7.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:ibm:aix:7.1"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 42; + match.numprints = 3; + match.OS_name = (char *) "IBM AIX 6.1"; + { + OS_Classification osclass = {"IBM", "AIX", "6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:ibm:aix:6.1"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 43; + match.numprints = 4; + match.OS_name = (char *) "IBM AIX 6.1 - 7.1"; + { + OS_Classification osclass = {"IBM", "AIX", "6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:ibm:aix:6.1"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"IBM", "AIX", "7.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:ibm:aix:7.1"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 44; + match.numprints = 2; + match.OS_name = (char *) "IBM AIX 6.1 - 7.1"; + { + OS_Classification osclass = {"IBM", "AIX", "6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:ibm:aix:6.1"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"IBM", "AIX", "7.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:ibm:aix:7.1"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 45; + match.numprints = 11; + match.OS_name = (char *) "Microsoft Windows Vista, Windows 7 SP1, Windows Server 2008 R2 or Windows 8.1"; + { + OS_Classification osclass = {"Microsoft", "Windows", "Vista", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_vista"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Microsoft", "Windows", "7", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_7::sp1"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Microsoft", "Windows", "2008", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_server_2008:r2"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Microsoft", "Windows", "8.1", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_8.1"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 46; + match.numprints = 3; + match.OS_name = (char *) "Linux 2.6.32 - 3.2"; + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 47; + match.numprints = 7; + match.OS_name = (char *) "Linux 3.2 - 3.8"; + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 48; + match.numprints = 11; + match.OS_name = (char *) "Linux 3.7 - 4.15"; + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Linux", "Linux", "4.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:4"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 49; + match.numprints = 4; + match.OS_name = (char *) "Linux 3.7 - 3.9"; + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 50; + match.numprints = 5; + match.OS_name = (char *) "Linux 2.6.39 - 3.5"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 51; + match.numprints = 4; + match.OS_name = (char *) "OpenWrt (Linux 3.3 - 3.10)"; + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "broadband router"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 52; + match.numprints = 1; + match.OS_name = (char *) "Citrix NetScaler load balancer (NS9.3)"; + { + OS_Classification osclass = {"Citrix", "embedded", NULL, "load balancer"}; + osclass.cpe.push_back("cpe:/a:citrix:netscaler:9.3"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 53; + match.numprints = 1; + match.OS_name = (char *) "Citrix NetScaler load balancer (NS9.2)"; + { + OS_Classification osclass = {"Citrix", "embedded", NULL, "load balancer"}; + osclass.cpe.push_back("cpe:/a:citrix:netscaler:9.2"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 54; + match.numprints = 3; + match.OS_name = (char *) "Linux 2.6.18"; + { + OS_Classification osclass = {"Linux", "Linux", "2.6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:2.6"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 55; + match.numprints = 3; + match.OS_name = (char *) "NetBSD"; + { + OS_Classification osclass = {"NetBSD", "NetBSD", NULL, "general purpose"}; + osclass.cpe.push_back("cpe:/o:netbsd:netbsd"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 56; + match.numprints = 1; + match.OS_name = (char *) "F5 BIG-IP load balancer"; + { + OS_Classification osclass = {"F5 Networks", "embedded", NULL, "load balancer"}; + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 57; + match.numprints = 2; + match.OS_name = (char *) "Microsoft Windows Vista SP2"; + { + OS_Classification osclass = {"Microsoft", "Windows", "Vista", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_vista::sp2"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 58; + match.numprints = 2; + match.OS_name = (char *) "Microsoft Windows Server 2008 R2"; + { + OS_Classification osclass = {"Microsoft", "Windows", "2008", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_server_2008:r2"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 59; + match.numprints = 10; + match.OS_name = (char *) "FreeBSD 9.0 - 11.1"; + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "9.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:9"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "10.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:10"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "11.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:11"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 60; + match.numprints = 2; + match.OS_name = (char *) "Juniper JUNOS 13"; + { + OS_Classification osclass = {"Juniper", "JUNOS", "13.X", "router"}; + osclass.cpe.push_back("cpe:/o:juniper:junos"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 61; + match.numprints = 1; + match.OS_name = (char *) "NetComm NP805N wireless ADSL router"; + { + OS_Classification osclass = {"NetComm", "embedded", NULL, "WAP"}; + osclass.cpe.push_back("cpe:/h:netcomm:np805n"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 62; + match.numprints = 5; + match.OS_name = (char *) "OpenBSD 5.3 - 6.1"; + { + OS_Classification osclass = {"OpenBSD", "OpenBSD", "5.X", "general purpose"}; + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"OpenBSD", "OpenBSD", "6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:openbsd:openbsd"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 63; + match.numprints = 4; + match.OS_name = (char *) "FreeBSD 9.1 - 11.0"; + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "9.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:9"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "10.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:10"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "11.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:11.0"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 64; + match.numprints = 1; + match.OS_name = (char *) "BlackBerry 10"; + { + OS_Classification osclass = {"RIM", "BlackBerry", "10.X", "phone"}; + osclass.cpe.push_back("cpe:/o:blackberry:blackberry_os:10.0"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 65; + match.numprints = 1; + match.OS_name = (char *) "IBM AIX 7.1"; + { + OS_Classification osclass = {"IBM", "AIX", "7.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:ibm:aix:7.1"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 66; + match.numprints = 1; + match.OS_name = (char *) "HP HP-UX B.11.23"; + { + OS_Classification osclass = {"HP", "HP-UX", "11.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:hp:hp-ux:11"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 67; + match.numprints = 1; + match.OS_name = (char *) "Cisco IOS XR"; + { + OS_Classification osclass = {"Cisco", "IOS XR", NULL, "router"}; + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 68; + match.numprints = 1; + match.OS_name = (char *) "Joyent SmartOS"; + { + OS_Classification osclass = {"Joyent", "SmartOS", NULL, "general purpose"}; + osclass.cpe.push_back("cpe:/o:joyent:smartos"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 69; + match.numprints = 7; + match.OS_name = (char *) "Linux 3.12 - 4.14"; + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Linux", "Linux", "4.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:4"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 70; + match.numprints = 23; + match.OS_name = (char *) "Apple OS X 10.9 (Mavericks) - 10.15 (Catalina) or iOS 6 - 12.4 (Darwin 13.0.0 - 19.3.0)"; + { + OS_Classification osclass = {"Apple", "OS X", "10.9.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.9"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "iOS", "6.X", "phone"}; + osclass.cpe.push_back("cpe:/o:apple:ios:6"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "OS X", "10.10.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.10"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "OS X", "10.11.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.11"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "macOS", "10.13.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.13"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "iOS", "9.X", "phone"}; + osclass.cpe.push_back("cpe:/o:apple:iphone_os:9"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "iOS", "10.X", "phone"}; + osclass.cpe.push_back("cpe:/o:apple:iphone_os:10"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 71; + match.numprints = 1; + match.OS_name = (char *) "Dell SonicWALL firewall (SonicOS 5.9)"; + { + OS_Classification osclass = {"SonicWALL", "SonicOS", "5.X", "firewall"}; + osclass.cpe.push_back("cpe:/o:sonicwall:sonicos:5"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 72; + match.numprints = 17; + match.OS_name = (char *) "Linux 3.13 - 4.6"; + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Linux", "Linux", "4.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:4"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 73; + match.numprints = 1; + match.OS_name = (char *) "Android 7.1 (Linux 3.18)"; + { + OS_Classification osclass = {"Google", "Android", "7.X", "phone"}; + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 74; + match.numprints = 2; + match.OS_name = (char *) "Linux 4.19"; + { + OS_Classification osclass = {"Linux", "Linux", "4.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:4.19"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 75; + match.numprints = 2; + match.OS_name = (char *) "VMware ESXi 6.0.0"; + { + OS_Classification osclass = {"VMware", "ESXi", "6.X", "specialized"}; + osclass.cpe.push_back("cpe:/o:vmware:esxi:6.0.0"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 76; + match.numprints = 2; + match.OS_name = (char *) "Apple Time Capsule NAS device"; + { + OS_Classification osclass = {"Apple", "NetBSD", "4.X", "storage-misc"}; + osclass.cpe.push_back("cpe:/h:apple:time_capsule"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 77; + match.numprints = 1; + match.OS_name = (char *) "IBM i 7.2"; + { + OS_Classification osclass = {"IBM", "i", "7.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:ibm:i:7.2"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 78; + match.numprints = 8; + match.OS_name = (char *) "Apple OS X 10.9 (Mavericks) - 10.12 (Sierra) (Darwin 13.0.0 - 16.6.0)"; + { + OS_Classification osclass = {"Apple", "OS X", "10.9.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.9"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "OS X", "10.10.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.10"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "OS X", "10.11.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.11"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Apple", "macOS", "10.12.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:apple:mac_os_x:10.12"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 79; + match.numprints = 1; + match.OS_name = (char *) "Cisco IOS XE 15"; + { + OS_Classification osclass = {"Cisco", "IOS XE", "15.X", "router"}; + osclass.cpe.push_back("cpe:/o:cisco:ios_xe:15"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 80; + match.numprints = 5; + match.OS_name = (char *) "Microsoft Windows 8.1 or Windows 10"; + { + OS_Classification osclass = {"Microsoft", "Windows", "8.1", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_8.1"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Microsoft", "Windows", "10", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_10"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 81; + match.numprints = 1; + match.OS_name = (char *) "OpenBSD 6.0"; + { + OS_Classification osclass = {"OpenBSD", "OpenBSD", "6.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:openbsd:openbsd:6.0"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 82; + match.numprints = 1; + match.OS_name = (char *) "DragonFly 4.7"; + { + OS_Classification osclass = {"DragonFly BSD", "DragonFly BSD", "4.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:dragonflybsd:dragonfly_bsd:4.7"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 83; + match.numprints = 5; + match.OS_name = (char *) "Microsoft Windows 10"; + { + OS_Classification osclass = {"Microsoft", "Windows", "10", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_10"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 84; + match.numprints = 1; + match.OS_name = (char *) "3Com Switch (3Com OS 5)"; + { + OS_Classification osclass = {"3Com", "3Com OS", "5.X", "switch"}; + osclass.cpe.push_back("cpe:/o:3com:3com_os:5"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 85; + match.numprints = 6; + match.OS_name = (char *) "Microsoft Windows 10"; + { + OS_Classification osclass = {"Microsoft", "Windows", "10", "general purpose"}; + osclass.cpe.push_back("cpe:/o:microsoft:windows_10"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 86; + match.numprints = 1; + match.OS_name = (char *) "Linux 4.4"; + { + OS_Classification osclass = {"Linux", "Linux", "4.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:4.4"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 87; + match.numprints = 3; + match.OS_name = (char *) "FreeBSD 11.2"; + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "11.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:11.2"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 88; + match.numprints = 1; + match.OS_name = (char *) "Synology DSM 6.2.1 (Linux 3.2.40)"; + { + OS_Classification osclass = {"Synology", "DiskStation Manager", "6.X", "storage-misc"}; + osclass.cpe.push_back("cpe:/a:synology:diskstation:6.2.1"); + match.OS_class.push_back(osclass); + } + { + OS_Classification osclass = {"Linux", "Linux", "3.X", "storage-misc"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:3.2.40"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 89; + match.numprints = 1; + match.OS_name = (char *) "Linux 5.0"; + { + OS_Classification osclass = {"Linux", "Linux", "5.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:5.0"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 90; + match.numprints = 3; + match.OS_name = (char *) "Linux 5.4"; + { + OS_Classification osclass = {"Linux", "Linux", "5.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:linux:linux_kernel:5.4"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + { + FingerMatch match; + match.line = 91; + match.numprints = 2; + match.OS_name = (char *) "FreeBSD 12.0 - 12.1"; + { + OS_Classification osclass = {"FreeBSD", "FreeBSD", "12.X", "general purpose"}; + osclass.cpe.push_back("cpe:/o:freebsd:freebsd:12"); + match.OS_class.push_back(osclass); + } + matches.push_back(match); + } + return matches; +} diff --git a/FPModel.h b/FPModel.h new file mode 100644 index 0000000..eec8d9e --- /dev/null +++ b/FPModel.h @@ -0,0 +1,10 @@ +#ifndef _FPMODEL_H_ +#define _FPMODEL_H_ + +extern struct model FPModel; +extern double FPscale[][2]; +extern double FPmean[][695]; +extern double FPvariance[][695]; +extern FingerMatch FPmatches[]; + +#endif diff --git a/FingerPrintResults.cc b/FingerPrintResults.cc new file mode 100644 index 0000000..470224e --- /dev/null +++ b/FingerPrintResults.cc @@ -0,0 +1,302 @@ + +/*************************************************************************** + * FingerPrintResults.cc -- The FingerPrintResults class the results of OS * + * fingerprint matching against a certain host. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#include "FingerPrintResults.h" +#include "osscan.h" +#include "NmapOps.h" + +extern NmapOps o; + +FingerPrintResults::FingerPrintResults() { + num_perfect_matches = num_matches = 0; + overall_results = OSSCAN_NOMATCHES; + memset(accuracy, 0, sizeof(accuracy)); + isClassified = false; + osscan_opentcpport = osscan_closedtcpport = osscan_closedudpport = -1; + distance = -1; + distance_guess = -1; + distance_calculation_method = DIST_METHOD_NONE; + maxTimingRatio = 0; + incomplete = false; + this->cp = NULL; +} + +FingerPrintResults::~FingerPrintResults() { + if (this->cp != NULL) + delete this->cp; +} + +FingerPrintResultsIPv4::FingerPrintResultsIPv4() { + FPs = (FingerPrint **) safe_zalloc(o.maxOSTries() * sizeof(FingerPrint *)); + numFPs = 0; +} + +FingerPrintResultsIPv4::~FingerPrintResultsIPv4() { + int i; + + /* Free OS fingerprints of OS scanning was done */ + for(i=0; i < numFPs; i++) { + FPs[i]->erase(); + delete(FPs[i]); + FPs[i] = NULL; + } + numFPs = 0; + free(FPs); +} + +// Max length string generated by printf("%X", u32) +#define VLEN_MAX (8 + 1) +const char *FingerPrintResults::cp_hex(u32 val) { + if (this->cp == NULL) + this->cp = new CharPool(); + char v[VLEN_MAX] = {0}; + int vlen = Snprintf(v, VLEN_MAX, "%X", val); + assert(vlen > 0 && vlen < VLEN_MAX); + return this->cp->dup(v, vlen); +} +const char *FingerPrintResults::cp_dup(const char *src, int len) { + if (this->cp == NULL) + this->cp = new CharPool(); + return this->cp->dup(src, len); +} + +FingerPrintResultsIPv6::FingerPrintResultsIPv6() { + unsigned int i; + + begin_time.tv_sec = 0; + begin_time.tv_usec = 0; + for (i = 0; i < sizeof(fp_responses) / sizeof(*fp_responses); i++) + fp_responses[i] = NULL; + flow_label = 0; +} + +FingerPrintResultsIPv6::~FingerPrintResultsIPv6() { + unsigned int i; + + for (i = 0; i < sizeof(fp_responses) / sizeof(*fp_responses); i++) { + if (fp_responses[i]) + delete fp_responses[i]; + } +} + +const struct OS_Classification_Results *FingerPrintResults::getOSClassification() { + if (!isClassified) { populateClassification(); isClassified = true; } + return &OSR; +} + +/* If the fingerprint is of potentially poor quality, we don't want to + print it and ask the user to submit it. In that case, the reason + for skipping the FP is returned as a static string. If the FP is + great and should be printed, NULL is returned. */ +const char *FingerPrintResults::OmitSubmissionFP() { + static char reason[128]; + + if (o.scan_delay > 500) { // This can screw up the sequence timing + Snprintf(reason, sizeof(reason), "Scan delay (%d) is greater than 500", o.scan_delay); + return reason; + } + + if (o.timing_level > 4) + return "Timing level 5 (Insane) used"; + + if (osscan_opentcpport <= 0) + return "Missing an open TCP port so results incomplete"; + + if (osscan_closedtcpport <= 0) + return "Missing a closed TCP port so results incomplete"; + + /* This can happen if the TTL in the response to the UDP probe is somehow + greater than the TTL in the probe itself. We exclude -1 because that is + used to mean the distance is unknown, though there's a chance it could + have come from the distance calculation. */ + if (distance < -1) { + Snprintf(reason, sizeof(reason), "Host distance (%d network hops) appears to be negative", distance); + return reason; + } + + if (distance > 5) { + Snprintf(reason, sizeof(reason), "Host distance (%d network hops) is greater than five", distance); + return reason; + } + + if (maxTimingRatio > 1.4) { + Snprintf(reason, sizeof(reason), "maxTimingRatio (%e) is greater than 1.4", maxTimingRatio); + return reason; + } + + if (osscan_closedudpport < 0 && !o.udpscan) { + /* If we didn't get a U1 response, that might be just + because we didn't search for an closed port rather than + because this OS doesn't respond to that sort of probe. + So we don't print FP if U1 response is lacking AND no UDP + scan was performed. */ + return "Didn't receive UDP response. Please try again with -sSU"; + } + + if (incomplete) { + return "Some probes failed to send so results incomplete"; + } + + return NULL; +} + +/* IPv6 classification is more robust to errors than IPv4, so apply less + stringent conditions than the general OmitSubmissionFP. */ +const char *FingerPrintResultsIPv6::OmitSubmissionFP() { + static char reason[128]; + + if (o.scan_delay > 500) { // This can screw up the sequence timing + Snprintf(reason, sizeof(reason), "Scan delay (%d) is greater than 500", o.scan_delay); + return reason; + } + + if (osscan_opentcpport <= 0 && osscan_closedtcpport <= 0) { + return "Missing a closed or open TCP port so results incomplete"; + } + + if (incomplete) { + return "Some probes failed to send so results incomplete"; + } + + return NULL; +} + + +/* Goes through fingerprinting results to populate OSR */ +void FingerPrintResults::populateClassification() { + std::vector::iterator osclass; + int printno; + + OSR.OSC_num_perfect_matches = OSR.OSC_num_matches = 0; + OSR.overall_results = OSSCAN_SUCCESS; + + if (overall_results == OSSCAN_TOOMANYMATCHES) { + // The normal classification overflowed so we don't even have all the perfect matches, + // I don't see any good reason to do classification. + OSR.overall_results = OSSCAN_TOOMANYMATCHES; + return; + } + + for(printno = 0; printno < num_matches; printno++) { + // a single print may have multiple classifications + for (osclass = matches[printno]->OS_class.begin(); + osclass != matches[printno]->OS_class.end(); + osclass++) { + if (!classAlreadyExistsInResults(&*osclass)) { + // Then we have to add it ... first ensure we have room + if (OSR.OSC_num_matches == MAX_FP_RESULTS) { + // Out of space ... if the accuracy of this one is 100%, we have a problem + if (printno < num_perfect_matches) + OSR.overall_results = OSSCAN_TOOMANYMATCHES; + return; + } + + // We have space, but do we even want this one? No point + // including lesser matches if we have 1 or more perfect + // matches. + if (OSR.OSC_num_perfect_matches > 0 && printno >= num_perfect_matches) { + return; + } + + // OK, we will add the new class + OSR.OSC[OSR.OSC_num_matches] = &*osclass; + OSR.OSC_Accuracy[OSR.OSC_num_matches] = accuracy[printno]; + if (printno < num_perfect_matches) + OSR.OSC_num_perfect_matches++; + OSR.OSC_num_matches++; + } + } + } + + if (OSR.OSC_num_matches == 0) + OSR.overall_results = OSSCAN_NOMATCHES; + + return; +} + +/* Return true iff s and t are both NULL or both the same string. */ +static bool strnulleq(const char *s, const char *t) { + if (s == NULL && t == NULL) + return true; + else if (s == NULL || t == NULL) + return false; + else + return strcmp(s, t) == 0; +} + +// Go through any previously entered classes to see if this is a dupe; +bool FingerPrintResults::classAlreadyExistsInResults(struct OS_Classification *OSC) { + int i; + + for (i=0; i < OSR.OSC_num_matches; i++) { + if (strnulleq(OSC->OS_Vendor, OSR.OSC[i]->OS_Vendor) && + strnulleq(OSC->OS_Family, OSR.OSC[i]->OS_Family) && + strnulleq(OSC->Device_Type, OSR.OSC[i]->Device_Type) && + strnulleq(OSC->OS_Generation, OSR.OSC[i]->OS_Generation)) { + // Found a duplicate! + return true; + } + } + + // Went through all the results -- no duplicates found + return false; +} diff --git a/FingerPrintResults.h b/FingerPrintResults.h new file mode 100644 index 0000000..7f0e5e5 --- /dev/null +++ b/FingerPrintResults.h @@ -0,0 +1,170 @@ + +/*************************************************************************** + * FingerPrintResults.h -- The FingerPrintResults class the results of OS * + * fingerprint matching against a certain host. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#ifndef FINGERPRINTRESULTS_H +#define FINGERPRINTRESULTS_H + +class FingerPrintResults; + +#include "FPEngine.h" +#include "osscan.h" +#include "charpool.h" + +/* Maximum number of results allowed in one of these things ... */ +#define MAX_FP_RESULTS 36 + +struct OS_Classification_Results { + struct OS_Classification *OSC[MAX_FP_RESULTS]; + double OSC_Accuracy[MAX_FP_RESULTS]; + int OSC_num_perfect_matches; // Number of perfect matches in OSC[\] + int OSC_num_matches; // Number of matches total in OSC[] (and, of course, _accuracy[]) + int overall_results; /* OSSCAN_TOOMANYMATCHES, OSSCAN_NOMATCHES, OSSCAN_SUCCESS, etc */ +}; + +class FingerPrintResults { + public: /* For now ... a lot of the data members should be made private */ + FingerPrintResults(); + virtual ~FingerPrintResults(); + + double accuracy[MAX_FP_RESULTS]; /* Percentage of match (1.0 == perfect + match) in same order as matches[] below */ + FingerMatch *matches[MAX_FP_RESULTS]; /* ptrs to matching references -- + highest accuracy matches first */ + int num_perfect_matches; /* Number of 1.0 accuracy matches in matches[] */ + int num_matches; /* Total number of matches in matches[] */ + int overall_results; /* OSSCAN_TOOMANYMATCHES, OSSCAN_NOMATCHES, + OSSCAN_SUCCESS, etc */ + + /* Ensures that the results are available and then returns them. + You should only call this AFTER all matching has been completed + (because results are cached and won't change if new matches[] are + added.) All OS Classes in the results will be unique, and if there + are any perfect (accuracy 1.0) matches, only those will be + returned */ + const struct OS_Classification_Results *getOSClassification(); + + int osscan_opentcpport; /* Open TCP port used for scanning (if one found -- + otherwise -1) */ + int osscan_closedtcpport; /* Closed TCP port used for scanning (if one found -- + otherwise -1) */ + int osscan_closedudpport; /* Closed UDP port used for scanning (if one found -- + otherwise -1) */ + int distance; /* How "far" is this FP gotten from? */ + int distance_guess; /* How "far" is this FP gotten from? by guessing based on ttl. */ + enum dist_calc_method distance_calculation_method; + + /* The largest ratio we have seen of time taken vs. target time + between sending 1st tseq probe and sending first ICMP echo probe. + Zero means we didn't see any ratios (the tseq probes weren't + sent), 1 is ideal, and larger values are undesirable from a + consistency standpoint. */ + double maxTimingRatio; + + bool incomplete; /* Were we unable to send all necessary probes? */ + + /* Store small strings in this object's CharPool. */ + const char *cp_hex(u32 val); + const char *cp_dup(const char *src, int len=-1); + +/* If the fingerprint is of potentially poor quality, we don't want to + print it and ask the user to submit it. In that case, the reason + for skipping the FP is returned as a static string. If the FP is + great and should be printed, NULL is returned. */ + virtual const char *OmitSubmissionFP(); + + virtual const char *merge_fpr(const Target *currenths, bool isGoodFP, bool wrapit) const = 0; + + private: + bool isClassified; // Whether populateClassification() has been called + /* Goes through fingerprinting results to populate OSR */ + + void populateClassification(); + bool classAlreadyExistsInResults(struct OS_Classification *OSC); + struct OS_Classification_Results OSR; + CharPool *cp; /* Holds small strings allocated for the life of this object */ +}; + +class FingerPrintResultsIPv4 : public FingerPrintResults { +public: + FingerPrint **FPs; /* Fingerprint data obtained from host */ + int numFPs; + + FingerPrintResultsIPv4(); + virtual ~FingerPrintResultsIPv4(); + const char *merge_fpr(const Target *currenths, bool isGoodFP, bool wrapit) const; +}; + +class FingerPrintResultsIPv6 : public FingerPrintResults { +public: + FPResponse *fp_responses[NUM_FP_PROBES_IPv6]; + struct timeval begin_time; + /* The flow label we set in our sent packets, for calculating offsets later. */ + unsigned int flow_label; + + FingerPrintResultsIPv6(); + virtual ~FingerPrintResultsIPv6(); + const char *OmitSubmissionFP(); + const char *merge_fpr(const Target *currenths, bool isGoodFP, bool wrapit) const; +}; + +#endif /* FINGERPRINTRESULTS_H */ + diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..33cae21 --- /dev/null +++ b/HACKING @@ -0,0 +1,106 @@ +$Id$ + +Nmap HACKING +------------ + +Information for potential Nmap hackers! + +Source is provided to Nmap because we believe users have a +right to know exactly what a program is going to do before they run +it. This also allows you to audit the software for security holes +(none have been found so far). + +Source code also allows you to port Nmap to new platforms, fix bugs, +and add new features. You are highly encouraged to send your changes +to dev@nmap.org for possible incorporation into the main +distribution. By sending these changes to Fyodor or one of the +Insecure.Org development mailing lists, it is assumed that you are +offering the Nmap Project (Nmap Software LLC) unlimited, non-exclusive +right to reuse, modify, and relicense the code. This is important +because the inability to relicense code has caused devastating +problems for other Free Software projects (such as KDE and NASM). +Nmap will always be available Open Source. If you wish to specify +special license conditions of your contributions, just say so when you +send them. + +Nmap is a community project and has already benefited greatly from +outside contributors (for examples, see the CHANGELOG at +https://nmap.org/changelog.html). Bugfixes, and portability changes +will almost always be accepted. Even if you do not have time to track +down and patch a problem, bug reports are always welcome. + +Hackers interested in something more major, such as a new feature, are +encouraged to send a mail describing their plans to +dev@nmap.org . This is a good way to solicit feedback on +your proposals. List members are often very willing to help. You +might want to subscribe to that mailing list as well -- send a blank +email to dev-subscribe@nmap.org . While you are at it, you +might also want to subscribe to announce@nmap.org via the same mechanism. +Web archives of those lists are at http://seclists.org . + +Some ideas of useful contributions/projects +------------------------------------------- + +Of course, you are welcome to work on whatever suits your fancy. But +some ideas of contributions that might be particularly useful are listed in +the todo file, available in todo/nmap.txt or online at +https://svn.nmap.org/nmap/todo/nmap.txt + +o Bug reports and feature requests at http://issues.nmap.org/ are a good place + to look for ideas. + +o Script ideas page. Writing NSE scripts is an excellent way to contribute to + the project. You can add your script ideas to our wiki page, or pick one and + implement it. See: https://secwiki.org/w/Nmap_Script_Ideas + +o Nmap GUI improvements -- Zenmap is the Nmap GUI. If you have + enhancement ideas, give it a shot! Alternatively, consider + contributing to the NmapSI and Umit projects available at + http://www.nmapsi4.org and http://umit.sourceforge.net respectively. + There are also other satellite projects, with different level of activity, + such as NmapGUI (http://sourceforge.net/projects/nmapgui) or Nmap::parser + (http://rubynmap.sourceforge.net). + +One of the best ways to help is to join the nmap-dev list +( https://nmap.org/mailman/listinfo/dev ). Requests for +assistance and new Nmap-related projects are often posted there. + +How to make code contributions +------------------------------ + +The preferred mechanism for submitted changes is unified diffs against +the latest SVN trunk. Please send them to dev@nmap.org . + +Get a local copy of the SVN trunk: + + svn co https://svn.nmap.org/nmap + +Make your changes. + +Then make a unified diff, by issuing the following command: + + svn diff > nmap.patch + +If you've added several features, it's best to send them as several independent +patches if you can. + +We also accept Github Pull Requests at https://github.com/nmap/nmap + +Style +----- + +Code style guidelines and quality checking tools are documented at +https://secwiki.org/w/Nmap/Code_Standards . The short version is: + +* Indent with 2 spaces, not tabs +* No trailing whitespace +* Be consistent +* Use comments + +Credits +------- + +I got the idea for this HACKING file from GNet +(http://www.gnetlibrary.org/) and followed the +general structure of their HACKING file. + diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..59d8ec5 --- /dev/null +++ b/INSTALL @@ -0,0 +1,10 @@ +Ideally, you should be able to just type: + +./configure +make +make install + +For far more in-depth compilation, installation, and removal notes, +read the Nmap Install Guide at https://nmap.org/book/install.html. + + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..be7ed8d --- /dev/null +++ b/LICENSE @@ -0,0 +1,583 @@ +Nmap Public Source License Version 0.95 +For more information on this license, see https://nmap.org/npsl/ + +0. Preamble + +The intent of this license is to establish freedom to share and change +the software regulated by this license under the open source model. It +also includes a Contributor Agreement and disclaims any warranty on +Covered Software. Companies wishing to use or incorporate Covered +Software within their own products may find that our Nmap OEM product +(https://nmap.org/oem/) better suits their needs. Open source +developers who wish to incorporate parts of Covered Software into free +software with conflicting licenses may write Licensor to request a +waiver of terms. + +If the Nmap Project (directly or through one of its commercial +licensing customers) has granted you additional rights to Nmap or Nmap +OEM, those additional rights take precedence where they conflict with +the terms of this license agreement. + +This License represents the complete agreement concerning subject +matter hereof. It contains the license terms themselves, but not the +reasoning behind them or detailed explanations. For further +information about this License, see https://nmap.org/npsl/ . That page +makes a good faith attempt to explain this License, but it does not +and can not modify its governing terms in any way. + +1. Definitions + +* "Contribution" means any work of authorship, including the original + version of the Work and any modifications or additions to that Work + or Derivative Works thereof, that is intentionally submitted to + Licensor by the copyright owner or by an individual or Legal Entity + authorized to submit on behalf of the copyright owner. For the + purposes of this definition, "submitted" means any form of + electronic, verbal, or written communication sent to the Licensor or + its representatives, including but not limited to communication on + electronic mailing lists, source code control systems, web sites, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a + Contribution." + +* "Contributor" means Licensor and any individual or Legal Entity on + behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +* "Covered Software" means the work of authorship, whether in Source + or Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + +* "Derivative Work" or "Collective Work" means any work, whether in + Source or Object form, that is based on (or derived from) the Work + and for which the editorial revisions, annotations, elaborations, or + other modifications represent, as a whole, an original work of + authorship. It includes software as described in Section 3 of this + License. + +* "Executable" means Covered Software in any form other than Source Code. + +* "Externally Deploy" means to Deploy the Covered Software in any way + that may be accessed or used by anyone other than You, used to + provide any services to anyone other than You, or used in any way to + deliver any content to anyone other than You, whether the Covered + Software is distributed to those parties, made available as an + application intended for use over a computer network, or used to + provide services or otherwise deliver content to anyone other than + You. + +* "GPL" means the GNU General Public License Version 2, as published + by the Free Software Foundation and provided in Exhibit A. + +* "Legal Entity" means the union of the acting entity and all other + entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + +* "License" means this document, including Exhibits. + +* "Licensor" means Nmap Software LLC and its successors and assigns. + +* "Main License Body" means all of the terms of this document, + excluding Exhibits. + +* "You" (or "Your") means an individual or Legal Entity exercising + permissions granted by this License. + +2. General Terms + +Covered Software is licensed to you under the terms of the GPL +(Exhibit A), with all the exceptions, clarifications, and additions +noted in this Main License Body. Where the terms in this Main License +Body conflict in any way with the GPL, the Main License Body terms +shall take precedence. These additional terms mean that You may not +distribute Covered Software or Derivative Works under plain GPL terms +without special permission from Licensor. + +You are not required to accept this License. However, nothing else +grants You permission to use, copy, modify or distribute the software +or its derivative works. These actions are prohibited by law if You do +not accept this License. Therefore, by modifying, copying or +distributing the software (or any work based on the software), You +indicate your acceptance of this License to do so, and all its terms +and conditions. In addition, you agree to the terms of this License by +clicking the Accept button or downloading the software. + +3. Derivative Works + +This License (including the GPL portion) places important restrictions +on derived works. Licensor interprets that term quite broadly. To +avoid any misunderstandings, we consider software to constitute a +"derivative work" of Covered Software for the purposes of this license +if it does any of the following: + +* Integrates source code from Covered Software + +* Reads or includes Covered Software data files, such as nmap-os-db or + nmap-service-probes. + +* Is designed specifically to execute Covered Software and parse the + results (as opposed to typical shell or execution-menu apps, which + will execute anything you tell them to). + +* Includes Covered Software in a proprietary executable installer. The + installers produced by InstallShield are an example of + this. Including Nmap with other software in compressed or archival + form does not trigger this provision, provided appropriate open + source decompression or de-archiving software is widely available + for no charge. For the purposes of this license, an installer is + considered to include Covered Software even if it actually retrieves + a copy of Covered Software from another source during runtime (such + as by downloading it from the Internet). + +* Links (statically or dynamically) to a library which does any of the + above + +* Executes a helper program, module, or script to do any of the above. + + +This list is not exclusive, but is meant to clarify Licensor's +intentions with some common examples. Distribution of any works which +meet these criteria (and that also choose to accept this license to +benefit from the rights granted herein) must be under the terms of +this license (including this Main License Body and GPL), with no +additional conditions or restrictions. They must abide by all +restrictions that the GPL places on derivative or collective works, +including the requirements for distributing their source code and +allowing royalty-free redistribution. + +Licensor does not purport to control through this license any software +which does not require the rights granted herein (such as rights to +redistribute and/or incorporate Covered Software executables and +source code). In particular, many software packages include the +ability to parse Covered Software results provided by an end user or +to execute Covered Software that end user may have already installed +on their system. To the extent that copyright doctrines such as fair +use allow their practices without the need to exercise any rights +granted by this license, vendors and distributors of such software are +not bound by our definition of derivative works or any other clauses +in this license. + +4. Contributor Agreement (Grant of Copyright and Patent Licenses) + +Each Contributor hereby grants to Licensor a perpetual, worldwide, +non-exclusive, no-charge, royalty-free, irrevocable copyright license +to reproduce, prepare Derivative Works of, publicly display, publicly +perform, sublicense, and distribute the Contribution and such +Derivative Works in Source or Object form. + +Each Contributor hereby grants to You and Licensor a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except +as stated in this section) patent license to make, have made, use, +offer to sell, sell, import, and otherwise transfer the Work, where +such license applies only to those patent claims licensable by such +Contributor that are necessarily infringed by their Contribution(s) +alone or by combination of their Contribution(s) with the Work to +which such Contribution(s) was submitted. If You institute patent +litigation against any entity (including a cross-claim or counterclaim +in a lawsuit) alleging that the Work or a Contribution incorporated +within the Work constitutes direct or contributory patent +infringement, then any patent licenses granted to You under this +License for that Work shall terminate as of the date such litigation +is filed. + +Contributors may impose different terms on their Contributions by +stating those terms in writing at the time the Contribution is +made. Contributors may withhold all authority from Licensor to +incorporate submissions by conspicuously marking or otherwise +designating them in writing as "Not a Contribution" at the time they +make the work available. + +5. Disclaimer of Warranty and Limitation of Liability + +Unless required by applicable law or agreed to in writing, Licensor +provides the Covered Software (and each Contributor provides its +Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS +OF ANY KIND, either express or implied, including, without limitation, +any warranties or conditions of TITLE, NON-INFRINGEMENT, +MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely +responsible for determining the appropriateness of using or +redistributing the Covered Software and assume any risks associated +with Your exercise of permissions under this License. + +In no event and under no legal theory, whether in tort (including +negligence), contract, or otherwise, unless required by applicable law +(such as deliberate and grossly negligent acts) or agreed to in +writing, shall any Contributor be liable to You for damages, including +any direct, indirect, special, incidental, or consequential damages of +any character arising as a result of this License or out of the use or +inability to use the Covered Software (including but not limited to +damages for loss of goodwill, work stoppage, computer failure or +malfunction, or any and all other commercial damages or losses), even +if such Contributor has been advised of the possibility of such +damages. + +6. External Deployment + +If You Externally Deploy Covered Software, such as hosting a website +designed to execute Nmap scans for users, the system and its +documentation must, if technically feasible, prominently display a +notice stating that the system uses the Nmap Security Scanner to +perform its tasks. If technically feasible, the notice must contain a +hyperlink to https://nmap.org/ or provide that URL in the text. + +7. Trademarks + +This License does not grant permission to use the trade names, +trademarks, service marks, or product names of the Licensor, except as +required for reasonable and customary use in describing the origin of +the Covered Software. + +8. Termination for Patent Action + +This License shall terminate automatically and You may no longer +exercise any of the rights granted to You by this License as of the +date You commence an action, including a cross-claim or counterclaim, +against Licensor or any licensee alleging that the Covered Software +infringes a patent. This termination provision shall not apply for an +action alleging patent infringement by combinations of the Covered +Software with other software or hardware. + +9. Jurisdiction, Venue and Governing Law + +This License is governed by the laws of the State of Washington and +the intellectual property laws of the United States of America, +excluding the jurisdiction's conflict-of-law provisions. Any +litigation or other dispute resolution between You and Licensor +relating to this License shall take place in the Northern District of +California, and You and Licensor hereby consent to the personal +jurisdiction of, and venue in, the state and federal courts within +that District with respect to this License. The application of the +United Nations Convention on Contracts for the International Sale of +Goods is expressly excluded. + +10. Npcap and the Official Nmap Windows Builds + +The official Windows Nmap builds includes the Npcap driver and library +(https://npcap.com) for packet capture and transmission on +Windows. That software is under its own separate license terms rather +than this license. Therefore anyone wishing to use or redistribute +both pieces of software must comply with both licenses. Since Npcap +does not allow for redistribution without special permission, the +official Nmap Windows builds which include Npcap may not be +redistributed without special permission. Such permission can be +requested by email to sales@nmap.com. + +11. Permission to link with OpenSSL + +Licensor grants permission to link Covered Software with any version +of the OpenSSL library from OpenSSL.Org, and distribute linked +combinations including the two (assuming such distribution is +otherwise allowed by this agreement). You must obey this License in +all respects for all code used other than OpenSSL. + +12. Waiver; Construction + +Failure by Licensor or any Contributor to enforce any provision of +this License will not be deemed a waiver of future enforcement of that +or any other provision. Any law or regulation which provides that the +language of a contract shall be construed against the drafter will not +apply to this License. + +13. Enforceability + +If any provision of this License is invalid or unenforceable under +applicable law, it shall not affect the validity or enforceability of +the remainder of the terms of this License, and without further action +by the parties hereto, such provision shall be reformed to the minimum +extent necessary to make such provision valid and enforceable. + +Exhibit A. The GNU General Public License Version 2 +GNU GENERAL PUBLIC LICENSE +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. +Preamble + +The licenses for most software are designed to take away your freedom +to share and change it. By contrast, the GNU General Public License is +intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, +we want its recipients to know that what they have is not the +original, so that any problems introduced by others will not reflect +on the original authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at +all. + +The precise terms and conditions for copying, distribution and +modification follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a +notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the Program +(independent of having been made by running the Program). Whether that +is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source +code as you receive it, in any medium, provided that you conspicuously +and appropriately publish on each copy an appropriate copyright notice +and disclaimer of warranty; keep intact all the notices that refer to +this License and to the absence of any warranty; and give any other +recipients of the Program a copy of this License along with the +Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a +fee. + +2. You may modify your copy or copies of the Program or any portion of +it, thus forming a work based on the Program, and copy and distribute +such modifications or work under the terms of Section 1 above, +provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any part +thereof, to be licensed as a whole at no charge to all third parties +under the terms of this License. + +c) If the modified program normally reads commands interactively when +run, you must cause it, when started running for such interactive use +in the most ordinary way, to print or display an announcement +including an appropriate copyright notice and a notice that there is +no warranty (or else, saying that you provide a warranty) and that +users may redistribute the program under these conditions, and telling +the user how to view a copy of this License. (Exception: if the +Program itself is interactive but does not normally print such an +announcement, your work based on the Program is not required to print +an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections 1 +and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three years, +to give any third party, for a charge no more than your cost of +physically performing source distribution, a complete machine-readable +copy of the corresponding source code, to be distributed under the +terms of Sections 1 and 2 above on a medium customarily used for +software interchange; or, + +c) Accompany it with the information you received as to the offer to +distribute corresponding source code. (This alternative is allowed +only for noncommercial distribution and only if you received the +program in object code or executable form with such an offer, in +accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt otherwise +to copy, modify, sublicense or distribute the Program is void, and +will automatically terminate your rights under this License. However, +parties who have received copies, or rights, from you under this +License will not have their licenses terminated so long as such +parties remain in full compliance. + +5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted +herein. You are not responsible for enforcing compliance by third +parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new +versions of the General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Program does not specify a +version number of this License, you may choose any version ever +published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the +author to ask for permission. For software which is copyrighted by the +Free Software Foundation, write to the Free Software Foundation; we +sometimes make exceptions for this. Our decision will be guided by the +two goals of preserving the free status of all derivatives of our free +software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE +LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS +AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF +ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + +END OF TERMS AND CONDITIONS + +[For brevity, we've cut out the GPL's final section on "How to Apply +These Terms to Your New Program", but you can find that at +https://www.gnu.org/licenses/gpl-2.0.html#SEC4 ] + diff --git a/MACLookup.cc b/MACLookup.cc new file mode 100644 index 0000000..489046c --- /dev/null +++ b/MACLookup.cc @@ -0,0 +1,245 @@ + +/*************************************************************************** + * MACLookup.cc -- This relatively simple system handles looking up the * + * vendor registered to a MAC address using the nmap-mac-prefixes * + * database. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#include "nmap.h" + +#include + +/* Character pool memory allocation */ +#include "MACLookup.h" +#include "NmapOps.h" +#include "nmap_error.h" +#include "string_pool.h" + +extern NmapOps o; + +typedef std::map MacMap; +MacMap MacTable; + +static inline u64 nibble(char hex) { + return (hex & 0xf) + ((hex & 0x40) ? 9 : 0); +} + +static void mac_prefix_init() { + static int initialized = 0; + if (initialized) return; + initialized = 1; + char filename[256]; + FILE *fp; + char line[128]; + u64 pfx; + const char *endptr, *vendor; + int lineno = 0; + + /* Now it is time to read in all of the entries ... */ + if (nmap_fetchfile(filename, sizeof(filename), "nmap-mac-prefixes") != 1){ + error("Cannot find nmap-mac-prefixes: Ethernet vendor correlation will not be performed"); + return; + } + + fp = fopen(filename, "r"); + if (!fp) { + gh_perror("Unable to open %s. Ethernet vendor correlation will not be performed ", filename); + return; + } + /* Record where this data file was found. */ + o.loaded_data_files["nmap-mac-prefixes"] = filename; + + while(fgets(line, sizeof(line), fp)) { + lineno++; + if (*line == '#') continue; + if (!isxdigit((int) (unsigned char) *line)) { + error("Parse error on line #%d of %s. Giving up parsing.", lineno, filename); + break; + } + /* First grab the prefix */ + endptr = line; + while(*endptr && isxdigit((int) (unsigned char) *endptr)) endptr++; + switch (endptr - line) { + case 6: + /* MA-L: 24 bits */ + pfx = (nibble(line[0]) << 20) + (nibble(line[1]) << 16) + + (nibble(line[2]) << 12) + (nibble(line[3]) << 8) + + (nibble(line[4]) << 4) + nibble(line[5]) + + ((u64)6 << 36); + break; + case 7: + /* MA-M: 28 bits */ + pfx = (nibble(line[0]) << 24) + (nibble(line[1]) << 20) + + (nibble(line[2]) << 16) + (nibble(line[3]) << 12) + + (nibble(line[4]) << 8) + (nibble(line[5]) << 4) + + nibble(line[6]) + + ((u64)7 << 36); + break; + case 9: + /* MA-S: 36 bits */ + pfx = (nibble(line[0]) << 32) + (nibble(line[1]) << 28) + + (nibble(line[2]) << 24) + (nibble(line[3]) << 20) + + (nibble(line[4]) << 16) + (nibble(line[5]) << 12) + + (nibble(line[6]) << 8) + (nibble(line[7]) << 4) + + nibble(line[8]) + + ((u64)9 << 36); + break; + default: + error("Parse error on line #%d of %s. Giving up parsing.", lineno, filename); + endptr = NULL; // force failure below + break; + } + if (!endptr || !isspace((int) (unsigned char) *endptr)) { + error("Parse error on line #%d of %s. Giving up parsing.", lineno, filename); + break; + } + /* Now grab the vendor */ + while(*endptr && isspace((int) (unsigned char) *endptr)) endptr++; + assert(*endptr); + vendor = endptr; + while(*endptr && *endptr != '\n' && *endptr != '\r') endptr++; + + std::pair status = MacTable.insert(std::pair(pfx, string_pool_substr(vendor, endptr))); + + if (!status.second && o.debugging > 1) + error("MAC prefix %0*lX is duplicated in %s; ignoring duplicates.", (int)(pfx >> 36), pfx & 0xfffffffffL, filename); + } + + fclose(fp); + return; +} + + +static const char *findMACEntry(u64 prefix) { + MacMap::const_iterator i; + + i = MacTable.find(prefix); + if (i == MacTable.end()) + return NULL; + + return i->second; +} + +/* Takes 6-byte MAC address and returns the company which has registered the prefix. + NULL is returned if no vendor is found for the given prefix or if there + is some other error. */ +const char *MACPrefix2Corp(const u8 *prefix) { + u64 key = 0; + const char *corp = NULL; + + if (!prefix) fatal("%s called with a NULL prefix", __func__); + mac_prefix_init(); + + /* MA-S: 36 bits (9 nibbles)*/ + key = ((u64)prefix[0] << 28) + (prefix[1] << 20) + (prefix[2] << 12) + (prefix[3] << 4) + (prefix[4] >> 4); + corp = findMACEntry(((u64)9 << 36) + key); + if (corp) + return corp; + + /* MA-M: 28 bits (7 nibbles) */ + key = key >> 8; + corp = findMACEntry(((u64)7 << 36) + key); + if (corp) + return corp; + + /* MA-L: 24 bits (6 nibbles)*/ + key = key >> 4; + corp = findMACEntry(((u64)6 << 36) + key); + + return corp; +} + +/* Takes a string and looks through the table for a vendor name which + contains that string. Sets the initial bytes in mac_data and returns the + number of nibbles (half-bytes) set for the first matching entry found. If no + entries match, leaves mac_data untouched and returns false. Note that this + is not particularly efficient and so should be rewritten if it is + called often */ +int MACCorp2Prefix(const char *vendorstr, u8 *mac_data) { + MacMap::const_iterator i; + + if (!vendorstr) fatal("%s: vendorstr is NULL", __func__); + if (!mac_data) fatal("%s: mac_data is NULL", __func__); + mac_prefix_init(); + + for (i = MacTable.begin(); i != MacTable.end(); i++) { + if (strcasestr(i->second, vendorstr)) { + int len = i->first >> 36; + int j = 0; + u64 pfx = i->first; + switch (len) { + case 9: + mac_data[j++] = (pfx >> 28) & 0xff; + case 7: + mac_data[j++] = (pfx >> 20) & 0xff; + pfx = pfx << 4; + case 6: + mac_data[j++] = (pfx >> 16) & 0xff; + mac_data[j++] = (pfx >> 8) & 0xff; + mac_data[j++] = (pfx) & 0xff; + break; + default: + break; + } + assert(j == (len + 1) / 2); + return len; + } + } + return 0; +} diff --git a/MACLookup.h b/MACLookup.h new file mode 100644 index 0000000..7dc531f --- /dev/null +++ b/MACLookup.h @@ -0,0 +1,83 @@ + +/*************************************************************************** + * MACLookup.h -- This relatively simple system handles looking up the * + * vendor registered to a MAC address using the nmap-mac-prefixes * + * database. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#ifndef MACLOOKUP_H +#define MACLOOKUP_H + +#include + +/* Takes a MAC address and returns the company which has registered the prefix. + NULL is returned if no vendor is found for the given prefix or if there + is some other error. */ +const char *MACPrefix2Corp(const u8 *prefix); + +/* Takes a string and looks through the table for a vendor name which + contains that string. Sets the initial bytes in mac_data and returns the + number of nibbles (half-bytes) set for the first matching entry found. If no + entries match, leaves mac_data untouched and returns false. Note that this + is not particularly efficient and so should be rewritten if it is + called often */ +int MACCorp2Prefix(const char *vendorstr, u8 *mac_data); + +#endif /* MACLOOKUP_H */ + diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..a924301 --- /dev/null +++ b/Makefile.in @@ -0,0 +1,530 @@ +# Extract the version string from nmap.h. +export NMAP_VERSION := $(shell echo NMAP_VERSION | $(CPP) -imacros nmap.h - | sed -n '$$s/[" ]//g;$$p') +NMAP_PLATFORM=@host@ +datarootdir = @datarootdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ +bindir = @bindir@ +sbindir = @sbindir@ +mandir = @mandir@ +top_srcdir = @top_srcdir@ +srcdir = @srcdir@ +nmapdatadir = @datadir@/nmap +deskdir = $(prefix)/share/applications +NMAPDEVDIR=~/nmap-private-dev + +export NBASEDIR=@NBASEDIR@ +export NSOCKDIR=@NSOCKDIR@ +export LIBLUADIR = @LIBLUADIR@ +export LIBLINEARDIR = @LIBLINEARDIR@ +export NDIR=$(shell pwd) +export LIBLINEAR_LIBS = @LIBLINEAR_LIBS@ +export NCATDIR=@NCATDIR@ +CC = @CC@ +CXX = @CXX@ +CCOPT = +DBGFLAGS = +STRIP = @STRIP@ +LIBPCAPDIR = @libpcapdir@ +LIBSSH2DIR = @LIBSSH2DIR@ +ZLIBDIR = @ZLIBDIR@ +LIBPCREDIR = @LIBPCREDIR@ +export LIBDNETDIR = @LIBDNETDIR@ +ZENMAPDIR = @ZENMAPDIR@ +NDIFFDIR = @NDIFFDIR@ +NPINGDIR = @NPINGDIR@ +PYTHON = @PYTHON@ +DEFS = @DEFS@ -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\" +# With GCC, add extra security checks to source code. +# http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html +# Level 1 only makes changes that don't affect "conforming" programs, +# while level 2 enforces additional restrictions. +DEFS += -D_FORTIFY_SOURCE=2 +# For mtrace debugging -- see MTRACE define in main.cc for instructions +# Should only be enabled during debugging and not in any real release. +# DEFS += -DMTRACE=1 +CXXFLAGS = @CXXFLAGS@ $(DBGFLAGS) $(CCOPT) +CPPFLAGS = @CPPFLAGS@ $(DEFS) +CFLAGS = @CFLAGS@ $(DBGFLAGS) $(CCOPT) +STATIC = +LDFLAGS = @LDFLAGS@ $(DBGFLAGS) $(STATIC) +LIBS = @LIBNSOCK_LIBS@ @LIBNBASE_LIBS@ @LIBPCRE_LIBS@ @LIBPCAP_LIBS@ $(LIBSSH2_LIBS) $(OPENSSL_LIBS) $(ZLIB_LIBS) libnetutil/libnetutil.a @LIBDNET_LIBS@ @LIBLUA_LIBS@ @LIBLINEAR_LIBS@ @LIBS@ +OPENSSL_LIBS = @OPENSSL_LIBS@ +LIBSSH2_LIBS = @LIBSSH2_LIBS@ +ZLIB_LIBS = @ZLIB_LIBS@ +# LIBS = -lefence @LIBS@ +# LIBS = -lrmalloc @LIBS@ +INSTALL = @INSTALL@ +# MAKEDEPEND = @MAKEDEPEND@ +export RPMTDIR=$(HOME)/rpm +# Whether the user wants to install translated man pages. If "yes", then +# all translated man pages are installed, unless a subset is specified +# with the LINGUAS environment variable. +USE_NLS = @USE_NLS@ +# A space-separated list of language codes supported (for man page +# installation). The user can install a subset of these with the LINGUAS +# environment variable or none of them with --disable-nls. +ALL_LINGUAS = de es fr hr hu it ja pl pt_BR pt_PT ro ru sk zh +# A space-separated list of language codes requested by the user. +LINGUAS ?= $(ALL_LINGUAS) + + +# DESTDIR is used by some package maintainers to install Nmap under +# its usual directory structure into a different tree. See the +# CHANGELOG for more info. +DESTDIR = + +TARGET = nmap +INSTALLNSE=@INSTALLNSE@ +BUILDZENMAP=@BUILDZENMAP@ +BUILDNDIFF=@BUILDNDIFF@ +BUILDNPING=@BUILDNPING@ +BUILDNCAT=@NCAT_BUILD@ +INSTALLZENMAP=@INSTALLZENMAP@ +INSTALLNDIFF=@INSTALLNDIFF@ +INSTALLNPING=@INSTALLNPING@ +UNINSTALLZENMAP=@UNINSTALLZENMAP@ +UNINSTALLNDIFF=@UNINSTALLNDIFF@ +UNINSTALLNPING=@UNINSTALLNPING@ + +ifneq (@NOLUA@,yes) +NSE_SRC=nse_main.cc nse_utility.cc nse_nsock.cc nse_db.cc nse_dnet.cc nse_fs.cc nse_nmaplib.cc nse_debug.cc nse_lpeg.cc +NSE_HDRS=nse_main.h nse_utility.h nse_nsock.h nse_db.h nse_dnet.h nse_fs.h nse_nmaplib.h nse_debug.h nse_lpeg.h +NSE_OBJS=nse_main.o nse_utility.o nse_nsock.o nse_db.o nse_dnet.o nse_fs.o nse_nmaplib.o nse_debug.o nse_lpeg.o +ifneq (@OPENSSL_LIBS@,) +NSE_SRC+=nse_openssl.cc nse_ssl_cert.cc +NSE_HDRS+=nse_openssl.h nse_ssl_cert.h +NSE_OBJS+=nse_openssl.o nse_ssl_cert.o +endif +ifneq (@LIBSSH2_LIBS@,) +NSE_SRC+=nse_libssh2.cc +NSE_HDRS+=nse_libssh2.h +NSE_OBJS+=nse_libssh2.o +endif +ifneq (@ZLIB_LIBS@,) +NSE_SRC+=nse_zlib.cc +NSE_HDRS+=nse_zlib.h +NSE_OBJS+=nse_zlib.o +endif +endif + +export SRCS = charpool.cc FingerPrintResults.cc FPEngine.cc FPModel.cc idle_scan.cc MACLookup.cc main.cc nmap.cc nmap_dns.cc nmap_error.cc nmap_ftp.cc NmapOps.cc NmapOutputTable.cc nmap_tty.cc osscan2.cc osscan.cc output.cc payload.cc portlist.cc portreasons.cc protocols.cc scan_engine.cc scan_engine_connect.cc scan_engine_raw.cc scan_lists.cc service_scan.cc services.cc string_pool.cc Target.cc NewTargets.cc TargetGroup.cc targets.cc tcpip.cc timing.cc traceroute.cc utils.cc xml.cc $(NSE_SRC) + +export HDRS = charpool.h FingerPrintResults.h FPEngine.h idle_scan.h MACLookup.h nmap_amigaos.h nmap_dns.h nmap_error.h nmap.h nmap_ftp.h NmapOps.h NmapOutputTable.h nmap_tty.h nmap_winconfig.h osscan2.h osscan.h output.h payload.h portlist.h portreasons.h probespec.h protocols.h scan_engine.h scan_engine_connect.h scan_engine_raw.h service_scan.h scan_lists.h services.h string_pool.h NewTargets.h TargetGroup.h Target.h targets.h tcpip.h timing.h traceroute.h utils.h xml.h $(NSE_HDRS) + +OBJS = charpool.o FingerPrintResults.o FPEngine.o FPModel.o idle_scan.o MACLookup.o nmap_dns.o nmap_error.o nmap.o nmap_ftp.o NmapOps.o NmapOutputTable.o nmap_tty.o osscan2.o osscan.o output.o payload.o portlist.o portreasons.o protocols.o scan_engine.o scan_engine_connect.o scan_engine_raw.o scan_lists.o service_scan.o services.o string_pool.o NewTargets.o TargetGroup.o Target.o targets.o tcpip.o timing.o traceroute.o utils.o xml.o $(NSE_OBJS) + +# %.o : %.cc -- nope this is a GNU extension +.cc.o: + $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $< -o $@ + +# FPModel.cc contains large numeric tables that exceed the capacity of +# debugging output with GCC 4.6.0 on AIX, causing "Error: value of 121716 too +# large for field of 2 bytes". Disable debugging for this one file. +FPModel.o: CXXFLAGS += -g0 + +all: $(TARGET) $(BUILDZENMAP) $(BUILDNDIFF) $(BUILDNPING) $(BUILDNCAT) + +$(TARGET): build-netutil @LIBLINEAR_BUILD@ @PCAP_BUILD@ @LIBSSH2_BUILD@ @ZLIB_BUILD@ @PCRE_BUILD@ @NSOCK_BUILD@ @NBASE_BUILD@ @DNET_BUILD@ @LUA_BUILD@ \ + $(OBJS) main.o + @echo Compiling nmap + rm -f $@ + $(CXX) $(LDFLAGS) -o $@ $(OBJS) main.o $(LIBS) + +build-pcre: $(LIBPCREDIR)/Makefile + @echo Compiling libpcre; cd $(LIBPCREDIR) && $(MAKE) + +build-dnet: $(LIBDNETDIR)/Makefile + @echo Compiling libdnet; cd $(LIBDNETDIR) && $(MAKE) + +build-pcap: $(LIBPCAPDIR)/Makefile + @echo Compiling libpcap; cd $(LIBPCAPDIR) && $(MAKE) + +build-libssh2: $(LIBSSH2DIR)/src/Makefile + @echo Compiling libssh2; cd $(LIBSSH2DIR)/src && $(MAKE); + cd $(LIBSSH2DIR)/src && $(MAKE) libdir="/lib" prefix="" DESTDIR=$(NDIR)/$(LIBSSH2DIR) install-libLTLIBRARIES; + +build-zlib: $(ZLIBDIR)/Makefile + @echo Compiling zlib; cd $(ZLIBDIR) && $(MAKE); + +build-nbase: $(NBASEDIR)/Makefile + @echo Compiling libnbase; + cd $(NBASEDIR) && $(MAKE) + +build-nsock: $(NSOCKDIR)/src/Makefile build-nbase + @echo Compiling libnsock; + cd $(NSOCKDIR)/src && $(MAKE) + +build-netutil: libnetutil/Makefile + @echo Compiling libnetutil; + cd libnetutil && $(MAKE) + +build-ncat: $(NCATDIR)/Makefile build-nbase build-nsock $(NCATDIR)/ncat.h @PCAP_BUILD@ + cd $(NCATDIR) && $(MAKE) + +build-lua: $(LIBLUADIR)/Makefile + @echo Compiling liblua; cd $(LIBLUADIR) && $(MAKE) liblua.a CC="$(CC)" MYCFLAGS="$(CFLAGS) @LUA_CFLAGS@" + +build-liblinear: $(LIBLINEARDIR)/Makefile +# -Wno-uninitialized avoids the warning "'Gnorm1_init' may be used uninitialized in this function" + @echo Compiling liblinear; cd $(LIBLINEARDIR) && $(MAKE) liblinear.a CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS) -Wno-uninitialized" + +# This is the last one to ensure specific build targets are preferred +build-%: %/Makefile + cd $* && $(MAKE) + +# Make a statically compiled binary for portability between distributions +static: + $(MAKE) STATIC=-static + +debug: + $(MAKE) DBGFLAGS="-O0 -g -pg -ftest-coverage -fprofile-arcs" + +# CALL THIS FROM ONE COMPUTER AND CHECK IN RESULTS BEFORE DOING ANYONE +# DOES A MAKE RELEASE +prerelease: + cd $(NMAPDEVDIR) && $(MAKE) prerelease + +# Make just the Nmap tarballs +release-tarballs: + cd $(NMAPDEVDIR) && $(MAKE) release-tarballs + +# Make the tarballs and RPMs (which are built from tarball) +release-rpms: + cd $(NMAPDEVDIR) && $(MAKE) release-rpms + +# Update the web site +web: + cd $(NMAPDEVDIR) && $(MAKE) web + +clean: @LUA_CLEAN@ @LIBLINEAR_CLEAN@ @PCAP_CLEAN@ @PCRE_CLEAN@ @DNET_CLEAN@ @LIBSSH2_CLEAN@ @ZLIB_CLEAN@\ +clean-nsock clean-nbase clean-netutil @NPING_CLEAN@ @ZENMAP_CLEAN@ \ +@NCAT_CLEAN@ @NDIFF_CLEAN@ clean-tests + rm -f $(OBJS) main.o $(TARGET) +# Who generates dependencies.mk? If it is generated by ./configure and +# not by make it should be moved to distclean + rm -f dependencies.mk + +debugclean: + rm -f *.gcov *.gcda *.gcno gmon.out + +distclean: @LUA_DIST_CLEAN@ @LIBLINEAR_DIST_CLEAN@ @PCAP_DIST_CLEAN@ @LIBSSH2_DIST_CLEAN@\ +@ZLIB_DIST_CLEAN@ @PCRE_DIST_CLEAN@ @DNET_DIST_CLEAN@ @NPING_DIST_CLEAN@ @ZENMAP_DIST_CLEAN@ \ +@NCAT_DIST_CLEAN@ distclean-netutil \ +distclean-nsock distclean-nbase @NDIFF_DIST_CLEAN@ clean debugclean + rm -f Makefile Makefile.bak makefile.dep nmap_config.h stamp-h \ + stamp-h.in config.cache config.log config.status + +clean-pcap: + -cd $(LIBPCAPDIR) && $(MAKE) clean && rm -f version.c pcap_version.h + +clean-libssh2: + -cd $(LIBSSH2DIR)/src && $(MAKE) prefix="" DESTDIR=$(NDIR)/$(LIBSSH2DIR) uninstall-libLTLIBRARIES + -cd $(LIBSSH2DIR)/src && $(MAKE) prefix="" DESTDIR=$(NDIR)/$(LIBSSH2DIR) clean + -cd $(LIBSSH2DIR) && $(MAKE) clean + +clean-zlib: + -cd $(ZLIBDIR) && $(MAKE) clean && cp zconf.h.clean zconf.h + +clean-pcre: + -cd $(LIBPCREDIR) && $(MAKE) clean + +clean-dnet: + -cd $(LIBDNETDIR) && $(MAKE) clean + +clean-nbase: + -cd $(NBASEDIR) && $(MAKE) clean + +clean-nsock: + -cd $(NSOCKDIR)/src && $(MAKE) clean + +clean-netutil: + -cd libnetutil && $(MAKE) clean + +clean-ncat: + -cd $(NCATDIR) && $(MAKE) clean + +clean-lua: + -cd $(LIBLUADIR) && $(MAKE) clean + +clean-liblinear: + -cd $(LIBLINEARDIR) && $(MAKE) clean + +clean-zenmap: + -cd $(ZENMAPDIR) && $(PYTHON) setup.py clean --all + rm -f $(ZENMAPDIR)/zenmapCore/__init__.pyc + rm -f $(ZENMAPDIR)/zenmapCore/Version.pyc + rm -f $(ZENMAPDIR)/zenmapCore/Name.pyc + +clean-ndiff: + -cd $(NDIFFDIR) && $(PYTHON) setup.py clean --all + +clean-nping: + -cd $(NPINGDIR) && $(MAKE) clean + +clean-tests: + @rm -f tests/check_dns + +distclean-pcap: + -cd $(LIBPCAPDIR) && $(MAKE) distclean + +distclean-libssh2: + -cd $(LIBSSH2DIR)/src && $(MAKE) prefix="" DESTDIR=$(NDIR)/$(LIBSSH2DIR) distclean + -cd $(LIBSSH2DIR) && $(MAKE) distclean + +distclean-zlib: + -cd $(ZLIBDIR) && $(MAKE) distclean + +distclean-pcre: + -cd $(LIBPCREDIR) && $(MAKE) distclean + +distclean-dnet: + -cd $(LIBDNETDIR) && $(MAKE) distclean + +distclean-lua: + -cd $(LIBLUADIR) && $(MAKE) clean + +distclean-liblinear: clean-liblinear + +distclean-nbase: + -cd $(NBASEDIR) && $(MAKE) distclean + +distclean-nsock: + -cd $(NSOCKDIR)/src && $(MAKE) distclean + +distclean-netutil: + -cd libnetutil && $(MAKE) distclean + +distclean-ncat: + -cd $(NCATDIR) && $(MAKE) distclean + +distclean-zenmap: clean-zenmap + -cd $(ZENMAPDIR) && rm -rf MANIFEST build/ dist/ INSTALLED_FILES + +distclean-ndiff: clean-ndiff + -cd $(NDIFFDIR) && rm -rf ndiff.pyc build/ dist/ INSTALLED_FILES + +distclean-nping: + -cd $(NPINGDIR) && $(MAKE) distclean + +clean-%: + -cd $* && $(MAKE) clean + +distclean-%: clean-% + -cd $* && $(MAKE) distclean + +install-nmap: $(TARGET) + $(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(nmapdatadir) + $(INSTALL) -c -m 755 nmap $(DESTDIR)$(bindir)/nmap +# Use strip -x to avoid stripping dynamically loaded NSE functions. See +# http://seclists.org/nmap-dev/2007/q4/0272.html. + $(STRIP) -x $(DESTDIR)$(bindir)/nmap + $(INSTALL) -c -m 644 docs/$(TARGET).1 $(DESTDIR)$(mandir)/man1/ + if [ "$(USE_NLS)" = "yes" ]; then \ + for ll in $(filter $(ALL_LINGUAS),$(LINGUAS)); do \ + $(INSTALL) -d $(DESTDIR)$(mandir)/$$ll/man1; \ + $(INSTALL) -c -m 644 docs/man-xlate/$(TARGET)-$$ll.1 $(DESTDIR)$(mandir)/$$ll/man1/$(TARGET).1; \ + done; \ + fi + $(INSTALL) -c -m 644 docs/nmap.xsl $(DESTDIR)$(nmapdatadir)/ + $(INSTALL) -c -m 644 docs/nmap.dtd $(DESTDIR)$(nmapdatadir)/ + $(INSTALL) -c -m 644 nmap-services $(DESTDIR)$(nmapdatadir)/ + $(INSTALL) -c -m 644 nmap-rpc $(DESTDIR)$(nmapdatadir)/ + $(INSTALL) -c -m 644 nmap-os-db $(DESTDIR)$(nmapdatadir)/ + $(INSTALL) -c -m 644 nmap-service-probes $(DESTDIR)$(nmapdatadir)/ + $(INSTALL) -c -m 644 nmap-protocols $(DESTDIR)$(nmapdatadir)/ + $(INSTALL) -c -m 644 nmap-mac-prefixes $(DESTDIR)$(nmapdatadir)/ + +# Update the Ncat version number. +$(NCATDIR)/ncat.h: nmap.h + sed -e 's/^#[ \t]*define[ \t]\+NCAT_VERSION[ \t]\+\(".*"\)/#define NCAT_VERSION "$(NMAP_VERSION)"/' $@ > $@.tmp + mv -f $@.tmp $@ + +# Update the Nping version number. This is "0.NMAP_VERSION". +# If the 0. prefix is removed it must also be removed from nmap.spec.in. +$(NPINGDIR)/nping.h: nmap.h + sed -e 's/^#[ \t]*define[ \t]\+NPING_VERSION[ \t]\+\(".*"\)/#define NPING_VERSION "0.$(NMAP_VERSION)"/' $@ > $@.tmp + mv -f $@.tmp $@ + +# Update the version number used by Zenmap. +$(ZENMAPDIR)/zenmapCore/Version.py $(ZENMAPDIR)/share/zenmap/config/zenmap_version: nmap.h + cd $(ZENMAPDIR) && $(PYTHON) install_scripts/utils/version_update.py "$(NMAP_VERSION)" + +tests/check_dns: $(OBJS) + $(CXX) -o $@ $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) $^ $(LIBS) tests/nmap_dns_test.cc + +# By default distutils rewrites installed scripts to hardcode the +# location of the Python interpreter they were built with (something +# like #!/usr/bin/python2.4). This is the wrong thing to do when +# installing on a machine other than the one used to do the build. Use +# this as the location of the interpreter whenever we're not doing a +# local installation. +DEFAULT_PYTHON_PATH = /usr/bin/env python3 + +build-zenmap: $(ZENMAPDIR)/setup.py $(ZENMAPDIR)/zenmapCore/Version.py +# When DESTDIR is defined, assume we're building an executable +# distribution rather than a local installation and force a generic +# Python interpreter location. + cd $(ZENMAPDIR) && $(PYTHON) setup.py build $(if $(DESTDIR),--executable "$(DEFAULT_PYTHON_PATH)") + +install-zenmap: $(ZENMAPDIR)/setup.py + $(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 + cd $(ZENMAPDIR) && $(PYTHON) setup.py --quiet install --prefix "$(prefix)" --force $(if $(DESTDIR),--root "$(DESTDIR)") + $(INSTALL) -c -m 644 docs/zenmap.1 $(DESTDIR)$(mandir)/man1/ +# Create a symlink from nmapfe to zenmap if nmapfe doesn't exist or is +# already a link. + if [ ! -f $(DESTDIR)$(bindir)/nmapfe -o -L $(DESTDIR)$(bindir)/nmapfe ]; then \ + ln -sf zenmap $(DESTDIR)$(bindir)/nmapfe; \ + fi +# Create a symlink from xnmap to zenmap unconditionally. + ln -sf zenmap $(DESTDIR)$(bindir)/xnmap + +build-ndiff: + cd $(NDIFFDIR) && $(PYTHON) setup.py build $(if $(DESTDIR),--executable "$(DEFAULT_PYTHON_PATH)") + +build-nping: $(NPINGDIR)/Makefile build-nbase build-nsock build-netutil $(NPINGDIR)/nping.h @DNET_BUILD@ @PCAP_BUILD@ + @cd $(NPINGDIR) && $(MAKE) + +install-ndiff: + cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTDIR)") + +NSE_FILES = scripts/script.db scripts/*.nse +NSE_LIB_LUA_FILES = nselib/*.lua nselib/*.luadoc + +install-nse: $(TARGET) + $(INSTALL) -d $(DESTDIR)$(nmapdatadir)/scripts + $(INSTALL) -d $(DESTDIR)$(nmapdatadir)/nselib + +# Remove obsolete scripts from a previous installation. + (cd $(DESTDIR)$(nmapdatadir)/scripts && rm -f $(OLD_SCRIPT_NAMES)) + + $(INSTALL) -c -m 644 nse_main.lua $(DESTDIR)$(nmapdatadir)/ + $(INSTALL) -c -m 644 $(NSE_FILES) $(DESTDIR)$(nmapdatadir)/scripts + $(INSTALL) -c -m 644 $(NSE_LIB_LUA_FILES) $(DESTDIR)$(nmapdatadir)/nselib + $(INSTALL) -d $(DESTDIR)$(nmapdatadir)/nselib/data + for f in `find nselib/data -name .svn -prune -o -type d -print`; do \ + $(INSTALL) -d $(DESTDIR)$(nmapdatadir)/$$f; \ + done + for f in `find nselib/data -name .svn -prune -o -type f -print`; do \ + $(INSTALL) -c -m 644 $$f $(DESTDIR)$(nmapdatadir)/$$f; \ + done + +install-%: build-% %/Makefile + cd $* && $(MAKE) install +uninstall-%: %/Makefile + cd $* && $(MAKE) uninstall + +install: install-nmap $(INSTALLNSE) $(INSTALLZENMAP) @NCAT_INSTALL@ $(INSTALLNDIFF) $(INSTALLNPING) + @echo "NMAP SUCCESSFULLY INSTALLED" + +uninstall: uninstall-nmap $(UNINSTALLZENMAP) @NCAT_UNINSTALL@ $(UNINSTALLNDIFF) $(UNINSTALLNPING) + +uninstall-nmap: + rm -f $(DESTDIR)$(bindir)/$(TARGET) + rm -f $(DESTDIR)$(mandir)/man1/$(TARGET).1 + rm -f $(DESTDIR)$(mandir)/*/man1/$(TARGET).1 + rm -rf $(DESTDIR)$(nmapdatadir) + +uninstall-zenmap: + cd $(ZENMAPDIR) && $(PYTHON) setup.py uninstall + rm -f $(DESTDIR)$(mandir)/man1/zenmap.1 +# Uninstall nmapfe only if it's a symlink. + if [ -L $(DESTDIR)$(bindir)/nmapfe ]; then \ + rm -f $(DESTDIR)$(bindir)/nmapfe; \ + fi + rm -f $(DESTDIR)$(bindir)/xnmap + +uninstall-ndiff: + cd $(NDIFFDIR) && $(PYTHON) setup.py uninstall + +uninstall-ncat: + @cd $(NCATDIR) && $(MAKE) uninstall + +uninstall-nping: + @cd $(NPINGDIR) && $(MAKE) uninstall + +check-nse: + ./nmap -d --datadir . --script=unittest --script-args=unittest.run + +check-ncat: + @cd $(NCATDIR) && $(MAKE) check + +check-ndiff: + @cd $(NDIFFDIR) && $(PYTHON) ndifftest.py + +check-nsock: + @cd $(NSOCKDIR)/src && $(MAKE) check + +check-zenmap: + @cd $(ZENMAPDIR)/test && $(PYTHON) run_tests.py + +check-dns: tests/check_dns + $< + +check: @NCAT_CHECK@ @NSOCK_CHECK@ @ZENMAP_CHECK@ @NSE_CHECK@ @NDIFF_CHECK@ check-dns + +${srcdir}/configure: configure.ac + cd ${srcdir} && autoconf + +## autoheader might not change config.h.in, so touch a stamp file. +#${srcdir}/config.h.in: stamp-h.in +#${srcdir}/stamp-h.in: configure.ac acconfig.h \ +# config.h.top config.h.bot +# cd ${srcdir} && autoheader +# echo timestamp > ${srcdir}/stamp-h.in +# +#config.h: stamp-h +#stamp-h: config.h.in config.status +# ./config.status + +Makefile: Makefile.in config.status + ./config.status + +config.status: configure + ./config.status --recheck + +config.guess: + wget -O $@ 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' + +%/config.guess: config.guess + cp $^ $@ + +config.sub: + wget -O $@ 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' + +%/config.sub: config.sub + cp $^ $@ + +configfiles-update: config.guess config.sub nping/config.guess nping/config.sub ncat/config.guess ncat/config.sub + +# Run the lua-format program to fix formatting of NSE files. +lua-format: + ./docs/style/lua-format -i scripts/*.nse + +makefile.dep: + $(CXX) -MM $(CPPFLAGS) $(SRCS) > $@ +-include makefile.dep + +# These the old names of scripts that have been renamed or deleted. Any +# scripts with these names will be deleted from the installation +# directory on "make install" so that duplicate, old copies of scripts +# are not run. +OLD_SCRIPT_NAMES = $(addsuffix .nse, \ +anonFTP ASN asn-to-prefix brutePOP3 bruteTelnet chargenTest daytimeTest \ +dns-safe-recursion-port dns-safe-recursion-txid dns-test-open-recursion \ +domino-enum-passwords echoTest ftpbounce HTTPAuth HTTP_open_proxy HTTPpasswd \ +HTTPtrace iax2Detect ircServerInfo ircZombieTest mac-geolocation MSSQLm \ +MySQLinfo netbios-smb-os-discovery nfs-acls nfs-dirlist popcapa PPTPversion \ +promiscuous RealVNC_auth_bypass ripeQuery robots showHTMLTitle \ +showHTTPVersion showOwner showSMTPVersion showSSHVersion skype_v2-version \ +smb-enumdomains smb-enumsessions smb-enumshares smb-enumusers \ +smb-serverstats smb-systeminfo SMTPcommands SMTP_openrelay_test \ +smtp-check-vulns SNMPcommunitybrute SNMPsysdescr SQLInject SSH-hostkey \ +SSHv1-support SSLv2-support strangeSMTPport UPnP-info xamppDefaultPass \ +zoneTrans db2-info db2-brute html-title robots.txt xmpp sql-injection \ +http-robtex-reverse-ip http-vuln-zimbra-lfi http-vuln-0-day-lfi-zimbra \ +whois db2-discover http-crossdomainxml http-email-harvest \ +http-wordpress-plugins http-wp-plugins smb-check-vulns \ +) + +.PHONY: all clean install uninstall check static debug prerelease release-tarballs release-rpms web distclean lua-format diff --git a/NewTargets.cc b/NewTargets.cc new file mode 100644 index 0000000..e5fa13a --- /dev/null +++ b/NewTargets.cc @@ -0,0 +1,147 @@ +/*************************************************************************** + * NewTargets.h -- The "NewTargets" class allows NSE scripts to add new * + * targets to the scan queue. * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#include "NewTargets.h" +#include "NmapOps.h" +#include "output.h" +#include "nmap_error.h" + +extern NmapOps o; /* option structure */ +NewTargets *NewTargets::new_targets = NULL; + +void NewTargets::free_new_targets (void) { + delete new_targets; +} + +/* This private method is used to push new targets to the + * queue. It returns the number of targets in the queue. */ +unsigned long NewTargets::push (const char *target) { + std::pair::iterator, bool> pair_iter; + std::string tg(target); + + if (tg.length() > 0) { + /* save targets in the scanned history here (NSE side). */ + pair_iter = history.insert(tg); + + /* A new target */ + if (pair_iter.second == true) { + /* push target onto the queue for future scans */ + queue.push(tg); + + if (o.debugging > 2) + log_write(LOG_PLAIN, "New Targets: target %s pushed onto the queue.\n", tg.c_str()); + } else { + if (o.debugging > 2) + log_write(LOG_PLAIN, "New Targets: target %s was already added.\n", tg.c_str()); + /* Return 1 when the target is already in the history cache, + * this will prevent returning 0 when the target queue is + * empty since no target was added. */ + return 1; + } + } + + return queue.size(); +} + +/* Reads a target from the queue and return it to be pushed + * onto Nmap scan queue */ +std::string NewTargets::read (void) { + std::string str; + + new_targets = new_targets ? new_targets : new NewTargets(); + + /* check to see it there are targets in the queue */ + if (!new_targets->queue.empty()) { + str = new_targets->queue.front(); + new_targets->queue.pop(); + } + + return str; +} + +unsigned long NewTargets::get_number (void) { + new_targets = new_targets ? new_targets : new NewTargets(); + return new_targets->history.size(); +} + +unsigned long NewTargets::get_queued (void) { + new_targets = new_targets ? new_targets : new NewTargets(); + return new_targets->queue.size(); +} + +/* This is the function that is used by nse_nmaplib.cc to add + * new targets. + * Returns the number of targets in the queue on success, or 0 on + * failures or when the queue is empty. */ +unsigned long NewTargets::insert (const char *target) { + new_targets = new_targets ? new_targets : new NewTargets(); + if (*target) { + if (o.current_scantype == SCRIPT_POST_SCAN) { + error("ERROR: adding targets is disabled in the Post-scanning phase."); + return 0; + } + if (strlen(target) >= 1024) { + error("ERROR: new target is too long (>= 1024), failed to add it."); + return 0; + } + } + + return new_targets->push(target); +} diff --git a/NewTargets.h b/NewTargets.h new file mode 100644 index 0000000..953dc64 --- /dev/null +++ b/NewTargets.h @@ -0,0 +1,105 @@ +/*************************************************************************** + * NewTargets.h -- The "NewTargets" class allows NSE scripts to add new * + * targets to the scan queue. * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#ifndef NEWTARGETS_H +#define NEWTARGETS_H + +#include +#include +#include + + +/* Adding new targets is for NSE scripts */ +class NewTargets { +public: + + /* return a previous inserted target */ + static std::string read (void); + + /* get the number of all new added targets */ + static unsigned long get_number (void); + + /* get the number of queued targets left to scan */ + static unsigned long get_queued (void); + + /* Free the new_targets object. */ + static void free_new_targets (void); + + /* insert targets to the new_targets_queue */ + static unsigned long insert (const char *target); + +private: + NewTargets() {}; + + /* A queue to push new targets that were discovered by NSE scripts. + * Nmap will pop future targets from this queue. */ + std::queue queue; + + /* A cache to save scanned targets specifications. + * (These are targets that were pushed to Nmap scan queue) */ + std::set history; + + /* Save new targets onto the queue */ + unsigned long push (const char *target); + + static NewTargets *new_targets; +}; + +#endif /* NEWTARGETS_H */ diff --git a/NmapOps.cc b/NmapOps.cc new file mode 100644 index 0000000..cdaad6d --- /dev/null +++ b/NmapOps.cc @@ -0,0 +1,637 @@ + +/*************************************************************************** + * NmapOps.cc -- The NmapOps class contains global options, mostly based * + * on user-provided command-line settings. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ +#ifdef WIN32 +#include "winfix.h" +#endif +#include "nmap.h" +#include "nbase.h" +#include "NmapOps.h" +#include "osscan.h" +#include "nmap_error.h" + +NmapOps o; + +NmapOps::NmapOps() { + datadir = NULL; + xsl_stylesheet = NULL; + Initialize(); +} + +NmapOps::~NmapOps() { + if (xsl_stylesheet) { + free(xsl_stylesheet); + xsl_stylesheet = NULL; + } + + if (reference_FPs) { + delete reference_FPs; + reference_FPs = NULL; + } + + if (dns_servers) { + free(dns_servers); + dns_servers = NULL; + } + if (extra_payload) { + free(extra_payload); + extra_payload = NULL; + } + if (ipoptions) { + free(ipoptions); + ipoptions = NULL; + } + if (portlist) { + free(portlist); + portlist = NULL; + } + if (exclude_portlist) { + free(exclude_portlist); + exclude_portlist = NULL; + } + if (proxy_chain) { + nsock_proxychain_delete(proxy_chain); + proxy_chain = NULL; + } + if (exclude_spec) { + free(exclude_spec); + exclude_spec = NULL; + } + if (idleProxy) { + free(idleProxy); + idleProxy = NULL; + } + if (datadir) { + free(datadir); + datadir = NULL; + } + if (locale) { + free(locale); + locale = NULL; + } + +#ifndef NOLUA + if (scriptversion || script) + close_nse(); + if (scriptargs) { + free(scriptargs); + scriptargs = NULL; + } +#endif +} + +void NmapOps::ReInit() { + Initialize(); +} + +// no setpf() because it is based on setaf() values +int NmapOps::pf() { + return (af() == AF_INET)? PF_INET : PF_INET6; +} + +int NmapOps::SourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len) { + if (sourcesocklen <= 0) + return 1; + assert(sourcesocklen <= sizeof(*ss)); + if (ss) + memcpy(ss, &sourcesock, sourcesocklen); + if (ss_len) + *ss_len = sourcesocklen; + return 0; +} + +/* Returns a const pointer to the source address if set, or NULL if unset. */ +const struct sockaddr_storage *NmapOps::SourceSockAddr() const { + if (sourcesock.ss_family == AF_UNSPEC) + return NULL; + else + return &sourcesock; +} + +/* Note that it is OK to pass in a sockaddr_in or sockaddr_in6 casted + to sockaddr_storage */ +void NmapOps::setSourceSockAddr(struct sockaddr_storage *ss, size_t ss_len) { + assert(ss_len > 0 && ss_len <= sizeof(*ss)); + memcpy(&sourcesock, ss, ss_len); + sourcesocklen = ss_len; +} + +// Number of seconds since getStartTime(). The current time is an +// optional argument to avoid an extra gettimeofday() call. +float NmapOps::TimeSinceStart(const struct timeval *now) { + struct timeval tv; + if (!now) + gettimeofday(&tv, NULL); + else tv = *now; + + return TIMEVAL_FSEC_SUBTRACT(tv, start_time); +} + +// Convert a filename to a file:// URL. The return value must be freed. +static char *filename_to_url(const char *filename) { + std::string url(filename); + char percent_buffer[10]; + +#if WIN32 + for (std::string::iterator p = url.begin(); p != url.end(); p++) { + if (*p == '\\') + *p = '/'; + } + /* Put a pseudo-root directory before "C:/" or whatever. */ + url = "/" + url; +#endif + + /* Percent-encode any troublesome characters. */ + std::string::size_type i = 0; + /* See RFC 3986, section 3.3 "Path" for allowed characters. */ + while ((i = url.find_first_of("?#[]%", i)) != std::string::npos) { + Snprintf(percent_buffer, sizeof(percent_buffer), "%%%02X", url[i]); + url.replace(i, 1, percent_buffer); + i += strlen(percent_buffer); + } + + url = "file://" + url; + + return strdup(url.c_str()); +} + +void NmapOps::Initialize() { + setaf(AF_INET); +#if defined WIN32 || defined __amigaos__ + isr00t = 1; +#else + if (getenv("NMAP_PRIVILEGED")) + isr00t = 1; + else if (getenv("NMAP_UNPRIVILEGED")) + isr00t = 0; + else + isr00t = !(geteuid()); +#endif + have_pcap = true; + debugging = 0; + verbose = 0; + min_packet_send_rate = 0.0; /* Unset. */ + max_packet_send_rate = 0.0; /* Unset. */ + stats_interval = 0.0; /* Unset. */ + randomize_hosts = false; + randomize_ports = true; + sendpref = PACKET_SEND_NOPREF; + spoofsource = false; + fastscan = false; + device[0] = '\0'; + ping_group_sz = PING_GROUP_SZ; + nogcc = false; + generate_random_ips = false; + reference_FPs = NULL; + magic_port = 33000 + (get_random_uint() % 31000); + magic_port_set = false; + timing_level = 3; + max_parallelism = 0; + min_parallelism = 0; + max_os_tries = 5; + max_rtt_timeout = MAX_RTT_TIMEOUT; + min_rtt_timeout = MIN_RTT_TIMEOUT; + initial_rtt_timeout = INITIAL_RTT_TIMEOUT; + max_retransmissions = MAX_RETRANSMISSIONS; + min_host_group_sz = 1; + max_host_group_sz = 100000; // don't want to be restrictive unless user sets + max_tcp_scan_delay = MAX_TCP_SCAN_DELAY; + max_udp_scan_delay = MAX_UDP_SCAN_DELAY; + max_sctp_scan_delay = MAX_SCTP_SCAN_DELAY; + max_ips_to_scan = 0; + extra_payload_length = 0; + extra_payload = NULL; + host_timeout = 0; + scan_delay = 0; + open_only = false; + scanflags = -1; + defeat_rst_ratelimit = false; + defeat_icmp_ratelimit = false; + resume_ip.ss_family = AF_UNSPEC; + osscan_limit = false; + osscan_guess = false; + numdecoys = 0; + decoyturn = -1; + osscan = false; + servicescan = false; + override_excludeports = false; + version_intensity = 7; + pingtype = PINGTYPE_UNKNOWN; + listscan = ackscan = bouncescan = connectscan = 0; + nullscan = xmasscan = fragscan = synscan = windowscan = 0; + maimonscan = idlescan = finscan = udpscan = ipprotscan = 0; + noportscan = noresolve = false; + sctpinitscan = 0; + sctpcookieechoscan = 0; + append_output = false; + memset(logfd, 0, sizeof(FILE *) * LOG_NUM_FILES); + ttl = -1; + badsum = false; + nmap_stdout = stdout; + gettimeofday(&start_time, NULL); + pTrace = vTrace = false; + reason = false; + adler32 = false; + if (datadir) free(datadir); + datadir = NULL; + xsl_stylesheet_set = false; + if (xsl_stylesheet) free(xsl_stylesheet); + xsl_stylesheet = NULL; + spoof_mac_set = false; + mass_dns = true; + deprecated_xml_osclass = false; + always_resolve = false; + resolve_all = false; + unique = false; + dns_servers = NULL; + implicitARPPing = true; + numhosts_scanned = 0; + numhosts_up = 0; + numhosts_scanning = 0; + noninteractive = false; + locale = NULL; + current_scantype = STYPE_UNKNOWN; + ipoptions = NULL; + ipoptionslen = 0; + ipopt_firsthop = 0; + ipopt_lasthop = 0; + release_memory = false; + topportlevel = -1; +#ifndef NOLUA + script = false; + scriptargs = NULL; + scriptversion = false; + scripttrace = false; + scriptupdatedb = false; + scripthelp = false; + scripttimeout = 0; + chosenScripts.clear(); +#endif + memset(&sourcesock, 0, sizeof(sourcesock)); + sourcesocklen = 0; + excludefd = NULL; + exclude_spec = NULL; + inputfd = NULL; + idleProxy = NULL; + portlist = NULL; + exclude_portlist = NULL; + proxy_chain = NULL; + resuming = false; + discovery_ignore_rst = false; +} + +bool NmapOps::SCTPScan() { + return sctpinitscan|sctpcookieechoscan; +} + +bool NmapOps::TCPScan() { + return ackscan|bouncescan|connectscan|finscan|idlescan|maimonscan|nullscan|synscan|windowscan|xmasscan; +} + +bool NmapOps::UDPScan() { + return udpscan; +} + +bool NmapOps::RawScan() { + if (ackscan||finscan||idlescan||ipprotscan||maimonscan||nullscan||osscan||synscan||udpscan||windowscan||xmasscan||sctpinitscan||sctpcookieechoscan||traceroute) + return true; + if (pingtype & (PINGTYPE_ICMP_PING|PINGTYPE_ICMP_MASK|PINGTYPE_ICMP_TS|PINGTYPE_TCP_USE_ACK|PINGTYPE_UDP|PINGTYPE_PROTO|PINGTYPE_SCTP_INIT)) + return true; + /* A SYN scan will only generate raw packets if nmap is running as root. + Otherwise, it becomes a connect scan. */ + if ((pingtype & PINGTYPE_TCP_USE_SYN) && isr00t) + return true; + + return false; +} + + +void NmapOps::ValidateOptions() { + const char *privreq = "root privileges."; +#ifdef WIN32 + if (!have_pcap) + privreq = "Npcap, but it seems to be missing.\n\ +Npcap is available from https://npcap.com. The Npcap driver service must\n\ +be started by an administrator before Npcap can be used. Running nmap.exe\n\ +will open a UAC dialog where you can start the service if you have\n\ +administrator privileges."; +#endif + + + /* Insure that at least one scantype is selected */ + if (!noportscan && !(TCPScan() || UDPScan() || SCTPScan() || ipprotscan)) { + if (isr00t) + synscan++; + else connectscan++; + // if (verbose) error("No TCP, UDP, SCTP or ICMP scantype specified, assuming %s scan. Use -sn if you really don't want to portscan (and just want to see what hosts are up).", synscan? "SYN Stealth" : "vanilla tcp connect()"); + } + + if (pingtype != PINGTYPE_NONE && spoofsource) { + error("WARNING: If -S is being used to fake your source address, you may also have to use -e and -Pn . If you are using it to specify your real source address, you can ignore this warning."); + } + + if (pingtype != PINGTYPE_NONE && idlescan) { + error("WARNING: Many people use -Pn w/Idlescan to prevent pings from their true IP. On the other hand, timing info Nmap gains from pings can allow for faster, more reliable scans."); + sleep(2); /* Give ppl a chance for ^C :) */ + } + + if (numdecoys > 1 && idlescan) { + error("WARNING: Your decoys won't be used in the Idlescan portion of your scanning (although all packets sent to the target are spoofed anyway"); + } + + if (connectscan && spoofsource) { + error("WARNING: -S will only affect the source address used in a connect() scan if you specify one of your own addresses. Use -sS or another raw scan if you want to completely spoof your source address, but then you need to know what you're doing to obtain meaningful results."); + } + + if ((pingtype & PINGTYPE_UDP) && (!isr00t)) { + fatal("Sorry, UDP Ping (-PU) only works if you are root (because we need to read raw responses off the wire)"); + } + + if ((pingtype & PINGTYPE_SCTP_INIT) && (!isr00t)) { + fatal("Sorry, SCTP INIT Ping (-PY) only works if you are root (because we need to read raw responses off the wire)"); + } + + if ((pingtype & PINGTYPE_PROTO) && (!isr00t)) { + fatal("Sorry, IPProto Ping (-PO) only works if you are root (because we need to read raw responses off the wire)"); + } + + if (ipprotscan && (TCPScan() || UDPScan() || SCTPScan())) { + fatal("Sorry, the IPProtoscan (-sO) must currently be used alone rather than combined with other scan types."); + } + + if (noportscan && (TCPScan() || UDPScan() || SCTPScan() || ipprotscan)) { + fatal("-sL and -sn (skip port scan) are not valid with any other scan types"); + } + + if (af() == AF_INET6 && (pingtype & (PINGTYPE_ICMP_MASK|PINGTYPE_ICMP_TS))) { + fatal("ICMP Timestamp and Address Mask pings are only valid for IPv4."); + } + + if (sendpref == PACKET_SEND_NOPREF) { +#ifdef WIN32 + sendpref = PACKET_SEND_ETH_STRONG; +#else + sendpref = PACKET_SEND_IP_WEAK; +#endif + } +/* We start with stuff users should not do if they are not root */ + if (!isr00t) { + + if (ackscan|finscan|idlescan|ipprotscan|maimonscan|nullscan|synscan|udpscan|windowscan|xmasscan|sctpinitscan|sctpcookieechoscan) { + fatal("You requested a scan type which requires %s", privreq); + } + + if (numdecoys > 0) { + fatal("Sorry, but decoys (-D) require %s", privreq); + } + + if (fragscan) { + fatal("Sorry, but fragscan requires %s", privreq); + } + + if (osscan) { + fatal("TCP/IP fingerprinting (for OS scan) requires %s", privreq); + } + } + + + if (bouncescan && pingtype != PINGTYPE_NONE) + log_write(LOG_STDOUT, "Hint: if your bounce scan target hosts aren't reachable from here, remember to use -Pn so we don't try and ping them prior to the scan\n"); + + if (ackscan+bouncescan+connectscan+finscan+idlescan+maimonscan+nullscan+synscan+windowscan+xmasscan > 1) + fatal("You specified more than one type of TCP scan. Please choose only one of -sA, -b, -sT, -sF, -sI, -sM, -sN, -sS, -sW, and -sX"); + + if (numdecoys > 0 && (bouncescan || connectscan)) { + error("WARNING: Decoys are irrelevant to the bounce or connect scans"); + } + + if (fragscan && !(ackscan|finscan|maimonscan|nullscan|synscan|windowscan|xmasscan) && \ + !(pingtype&(PINGTYPE_ICMP_TS|PINGTYPE_TCP)) && !(fragscan == 8 && pingtype&PINGTYPE_ICMP_MASK) && \ + !(extra_payload_length + 8 > fragscan)) { + fatal("Fragscan only works with TCP, ICMP Timestamp or ICMP Mask (mtu=8) ping types or ACK, FIN, Maimon, NULL, SYN, Window, and XMAS scan types"); + } + + if (osscan && bouncescan) + error("Combining bounce scan with OS scan seems silly, but I will let you do whatever you want!"); + +#if !defined(LINUX) && !defined(OPENBSD) && !defined(FREEBSD) && !defined(NETBSD) + if (fragscan) { + error("Warning: Packet fragmentation selected on a host other than Linux, OpenBSD, FreeBSD, or NetBSD. This may or may not work."); + } +#endif + + if (osscan && noportscan) { + fatal("WARNING: OS Scan is unreliable without a port scan. You need to use a scan type along with it, such as -sS, -sT, -sF, etc instead of -sn"); + } + + if (osscan && ipprotscan) { + error("WARNING: Disabling OS Scan (-O) as it is incompatible with the IPProto Scan (-sO)"); + osscan = false; + } + + if (servicescan && ipprotscan) { + error("WARNING: Disabling Service Scan (-sV) as it is incompatible with the IPProto Scan (-sO)"); + servicescan = false; + } + + if (servicescan && noportscan) + servicescan = false; + + if (defeat_rst_ratelimit && !synscan && !openOnly()) { + fatal("Option --defeat-rst-ratelimit works only with a SYN scan (-sS)"); + } + + if (defeat_icmp_ratelimit && !udpscan) { + fatal("Option --defeat-icmp-ratelimit works only with a UDP scan (-sU)"); + } + + if (resume_ip.ss_family != AF_UNSPEC && generate_random_ips) + resume_ip.ss_family = AF_UNSPEC; + + if (magic_port_set && connectscan) { + error("WARNING: -g is incompatible with the default connect() scan (-sT). Use a raw scan such as -sS if you want to set the source port."); + } + + if (max_parallelism && min_parallelism && (min_parallelism > max_parallelism)) { + fatal("--min-parallelism=%i must be less than or equal to --max-parallelism=%i",min_parallelism,max_parallelism); + } + + if (min_packet_send_rate != 0.0 && max_packet_send_rate != 0.0 && min_packet_send_rate > max_packet_send_rate) { + fatal("--min-rate=%g must be less than or equal to --max-rate=%g", min_packet_send_rate, max_packet_send_rate); + } + + if (af() == AF_INET6 && (generate_random_ips||bouncescan||fragscan)) { + fatal("Random targets, FTP bounce scan, and fragmentation are not supported with IPv6."); + } + + if(ipoptions && osscan) + error("WARNING: IP options are NOT used while OS scanning!"); + +#ifndef NOLUA + /* Make sure nmap.registry.args is available (even if it's empty) */ + if (!scriptargs) + scriptargs = strdup(""); +#endif +} + +void NmapOps::setMaxOSTries(int mot) { + if (mot <= 0) + fatal("%s: value must be at least 1", __func__); + max_os_tries = mot; +} + +void NmapOps::setMaxRttTimeout(int rtt) +{ + if (rtt <= 0) fatal("%s: maximum round trip time must be greater than 0", __func__); + max_rtt_timeout = rtt; + if (rtt < min_rtt_timeout) min_rtt_timeout = rtt; + if (rtt < initial_rtt_timeout) initial_rtt_timeout = rtt; +} + +void NmapOps::setMinRttTimeout(int rtt) +{ + if (rtt < 0) fatal("%s: minimum round trip time must be at least 0", __func__); + min_rtt_timeout = rtt; + if (rtt > max_rtt_timeout) max_rtt_timeout = rtt; + if (rtt > initial_rtt_timeout) initial_rtt_timeout = rtt; +} + +void NmapOps::setInitialRttTimeout(int rtt) +{ + if (rtt <= 0) fatal("%s: initial round trip time must be greater than 0", __func__); + initial_rtt_timeout = rtt; + if (rtt > max_rtt_timeout) max_rtt_timeout = rtt; + if (rtt < min_rtt_timeout) min_rtt_timeout = rtt; +} + +void NmapOps::setMaxRetransmissions(int max_retransmit) +{ + if (max_retransmit < 0) + fatal("%s: must be positive", __func__); + max_retransmissions = max_retransmit; +} + + +void NmapOps::setMinHostGroupSz(unsigned int sz) { + if (sz > max_host_group_sz) + fatal("Minimum host group size may not be set to greater than maximum size (currently %d)\n", max_host_group_sz); + min_host_group_sz = sz; +} + +void NmapOps::setMaxHostGroupSz(unsigned int sz) { + if (sz < min_host_group_sz) + fatal("Maximum host group size may not be set to less than the minimum size (currently %d)\n", min_host_group_sz); + if (sz <= 0) + fatal("Max host size must be at least 1"); + max_host_group_sz = sz; +} + + /* Sets the Name of the XML stylesheet to be printed in XML output. + If this is never called, a default stylesheet distributed with + Nmap is used. If you call it with NULL as the xslname, no + stylesheet line is printed. */ +void NmapOps::setXSLStyleSheet(const char *xslname) { + if (xsl_stylesheet) free(xsl_stylesheet); + xsl_stylesheet = xslname? strdup(xslname) : NULL; + xsl_stylesheet_set = true; +} + +/* Returns the full path or URL that should be printed in the XML + output xml-stylesheet element. Returns NULL if the whole element + should be skipped */ +char *NmapOps::XSLStyleSheet() { + char tmpxsl[MAXPATHLEN]; + + if (xsl_stylesheet_set) + return xsl_stylesheet; + + if (nmap_fetchfile(tmpxsl, sizeof(tmpxsl), "nmap.xsl") == 1) { + xsl_stylesheet = filename_to_url(tmpxsl); + } else { + /* Use a relative URL if nmap_fetchfile failed. It won't work, + but it gives a clue that there is an nmap.xsl somewhere. */ + xsl_stylesheet = strdup("nmap.xsl"); + } + + return xsl_stylesheet; +} + +void NmapOps::setSpoofMACAddress(u8 *mac_data) { + memcpy(spoof_mac, mac_data, 6); + spoof_mac_set = true; +} + +#ifndef NOLUA +void NmapOps::chooseScripts(char* argument) { + char *p; + + for (;;) { + p = strchr(argument, ','); + if (p == NULL) { + chosenScripts.push_back(std::string(argument)); + break; + } else { + chosenScripts.push_back(std::string(argument, p - argument)); + argument = p + 1; + } + } +} +#endif diff --git a/NmapOps.h b/NmapOps.h new file mode 100644 index 0000000..06e8d54 --- /dev/null +++ b/NmapOps.h @@ -0,0 +1,384 @@ + +/*************************************************************************** + * NmapOps.h -- The NmapOps class contains global options, mostly based on * + * user-provided command-line settings. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#ifndef NMAP_OPS_H +#define NMAP_OPS_H + +#include "nmap.h" /* MAX_DECOYS */ +#include "scan_lists.h" +#include "output.h" /* LOG_NUM_FILES */ +#include +#include +#include +#include +#include + +struct FingerPrintDB; +struct FingerMatch; + +class NmapOps { + public: + NmapOps(); + ~NmapOps(); + void ReInit(); // Reinitialize the class to default state + void setaf(int af) { addressfamily = af; } + int af() { return addressfamily; } + // no setpf() because it is based on setaf() values + int pf(); + /* Returns 0 for success, nonzero if no source has been set or any other + failure */ + int SourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len); + /* Returns a const pointer to the source address if set, or NULL if unset. */ + const struct sockaddr_storage *SourceSockAddr() const; + /* Note that it is OK to pass in a sockaddr_in or sockaddr_in6 casted + to sockaddr_storage */ + void setSourceSockAddr(struct sockaddr_storage *ss, size_t ss_len); + +// The time this obj. was instantiated or last ReInit()ed. + const struct timeval *getStartTime() { return &start_time; } + // Number of seconds since getStartTime(). The current time is an + // optional argument to avoid an extra gettimeofday() call. + float TimeSinceStart(const struct timeval *now=NULL); + + + + bool TCPScan(); /* Returns true if at least one chosen scan type is TCP */ + bool UDPScan(); /* Returns true if at least one chosen scan type is UDP */ + bool SCTPScan(); /* Returns true if at least one chosen scan type is SCTP */ + + /* Returns true if at least one chosen scan type uses raw packets. + It does not currently cover cases such as TCP SYN ping scan which + can go either way based on whether the user is root or IPv6 is + being used. It will return false in those cases where a RawScan + is not necessarily used. */ + bool RawScan(); + void ValidateOptions(); /* Checks that the options given are + reasonable and consistent. If they aren't, the + function may bail out of Nmap or make small + adjustments (quietly or with a warning to the + user). */ + int isr00t; + /* Whether we have pcap functions (can be false on Windows). */ + bool have_pcap; + u8 debugging; + bool resuming; + +#define PACKET_SEND_NOPREF 1 +#define PACKET_SEND_ETH_WEAK 2 +#define PACKET_SEND_ETH_STRONG 4 +#define PACKET_SEND_ETH 6 +#define PACKET_SEND_IP_WEAK 8 +#define PACKET_SEND_IP_STRONG 16 +#define PACKET_SEND_IP 24 + + /* How should we send raw IP packets? Nmap can generally use either + ethernet or raw ip sockets. Which is better depends on platform + and goals. A _STRONG preference means that Nmap should use the + preferred method whenever it is possible (obviously it isn't + always possible -- sending ethernet frames won't work over a PPP + connection). This is useful when the other type doesn't work at + all. A _WEAK preference means that Nmap may use the other type + where it is substantially more efficient to do so. For example, + Nmap will still do an ARP ping scan of a local network even when + the pref is SEND_IP_WEAK */ + int sendpref; + bool packetTrace() { return (debugging >= 3)? true : pTrace; } + bool versionTrace() { return packetTrace()? true : vTrace; } +#ifndef NOLUA + bool scriptTrace() { return packetTrace()? true : scripttrace; } +#endif + // Note that packetTrace may turn on at high debug levels even if + // setPacketTrace(false) has been called + void setPacketTrace(bool pt) { pTrace = pt; } + void setVersionTrace(bool vt) { vTrace = vt; } + bool openOnly() { return open_only; } + void setOpenOnly(bool oo) { open_only = oo; } + u8 verbose; + /* The requested minimum packet sending rate, or 0.0 if unset. */ + float min_packet_send_rate; + /* The requested maximum packet sending rate, or 0.0 if unset. */ + float max_packet_send_rate; + /* The requested auto stats printing interval, or 0.0 if unset. */ + float stats_interval; + bool randomize_hosts; + bool randomize_ports; + bool spoofsource; /* -S used */ + bool fastscan; + char device[64]; + int ping_group_sz; + bool nogcc; /* Turn off group congestion control with --nogcc */ + bool generate_random_ips; /* -iR option */ + FingerPrintDB *reference_FPs; /* Used in the new OS scan system. */ + std::vector os_labels_ipv6; + u16 magic_port; /* The source port set by -g or --source-port. */ + bool magic_port_set; /* Was this set by user? */ + + /* Scan timing/politeness issues */ + int timing_level; // 0-5, corresponding to Paranoid, Sneaky, Polite, Normal, Aggressive, Insane + int max_parallelism; // 0 means it has not been set + int min_parallelism; // 0 means it has not been set + double topportlevel; // -1 means it has not been set + + /* The maximum number of OS detection (gen2) tries we will make + without any matches before giving up on a host. We may well give + up after fewer tries anyway, particularly if the target isn't + ideal for unknown fingerprint submissions */ + int maxOSTries() { return max_os_tries; } + void setMaxOSTries(int mot); + + /* These functions retrieve and set the Round Trip Time timeouts, in + milliseconds. The set versions do extra processing to insure sane + values and to adjust each other to insure consistence (e.g. that + max is always at least as high as min) */ + int maxRttTimeout() { return max_rtt_timeout; } + int minRttTimeout() { return min_rtt_timeout; } + int initialRttTimeout() { return initial_rtt_timeout; } + void setMaxRttTimeout(int rtt); + void setMinRttTimeout(int rtt); + void setInitialRttTimeout(int rtt); + void setMaxRetransmissions(int max_retransmit); + unsigned int getMaxRetransmissions() { return max_retransmissions; } + + /* Similar functions for Host group size */ + int minHostGroupSz() { return min_host_group_sz; } + int maxHostGroupSz() { return max_host_group_sz; } + void setMinHostGroupSz(unsigned int sz); + void setMaxHostGroupSz(unsigned int sz); + unsigned int maxTCPScanDelay() { return max_tcp_scan_delay; } + unsigned int maxUDPScanDelay() { return max_udp_scan_delay; } + unsigned int maxSCTPScanDelay() { return max_sctp_scan_delay; } + void setMaxTCPScanDelay(unsigned int delayMS) { max_tcp_scan_delay = delayMS; } + void setMaxUDPScanDelay(unsigned int delayMS) { max_udp_scan_delay = delayMS; } + void setMaxSCTPScanDelay(unsigned int delayMS) { max_sctp_scan_delay = delayMS; } + + /* Sets the Name of the XML stylesheet to be printed in XML output. + If this is never called, a default stylesheet distributed with + Nmap is used. If you call it with NULL as the xslname, no + stylesheet line is printed. */ + void setXSLStyleSheet(const char *xslname); + /* Returns the full path or URL that should be printed in the XML + output xml-stylesheet element. Returns NULL if the whole element + should be skipped */ + char *XSLStyleSheet(); + + /* Sets the spoofed MAC address */ + void setSpoofMACAddress(u8 *mac_data); + /* Gets the spoofed MAC address, but returns NULL if it hasn't been set */ + const u8 *spoofMACAddress() { return spoof_mac_set? spoof_mac : NULL; } + + unsigned int max_ips_to_scan; // Used for Random input (-iR) to specify how + // many IPs to try before stopping. 0 means unlimited. + int extra_payload_length; /* These two are for --data-length op */ + char *extra_payload; + unsigned long host_timeout; + /* Delay between probes, in milliseconds */ + unsigned int scan_delay; + bool open_only; + + int scanflags; /* if not -1, this value should dictate the TCP flags + for the core portscanning routine (eg to change a + FIN scan into a PSH scan. Sort of a hack, but can + be very useful sometimes. */ + + bool defeat_rst_ratelimit; /* Solaris 9 rate-limits RSTs so scanning is very + slow against it. If we don't distinguish between closed and filtered ports, + we can get the list of open ports very fast */ + + bool defeat_icmp_ratelimit; /* If a host rate-limits ICMP responses, then scanning + is very slow against it. This option prevents Nmap to adjust timing + when it changes the port's state because of ICMP response, as the latter + might be rate-limited. Doing so we can get scan results faster. */ + + struct sockaddr_storage resume_ip; /* The last IP in the log file if user + requested --restore . Otherwise + resume_ip.ss_family == AF_UNSPEC. Also + Target::next_target will eventually set it + to AF_UNSPEC. */ + + // Version Detection Options + bool override_excludeports; + int version_intensity; + + struct sockaddr_storage decoys[MAX_DECOYS]; + bool osscan_limit; /* Skip OS Scan if no open or no closed TCP ports */ + bool osscan_guess; /* Be more aggressive in guessing OS type */ + int numdecoys; + int decoyturn; + bool osscan; + bool servicescan; + int pingtype; + int listscan; + int fragscan; /* 0 or MTU (without IPv4 header size) */ + int ackscan; + int bouncescan; + int connectscan; + int finscan; + int idlescan; + char* idleProxy; /* The idle host used to "Proxy" an idle scan */ + int ipprotscan; + int maimonscan; + int nullscan; + int synscan; + int udpscan; + int sctpinitscan; + int sctpcookieechoscan; + int windowscan; + int xmasscan; + bool noresolve; + bool noportscan; + bool append_output; /* Append to any output files rather than overwrite */ + FILE *logfd[LOG_NUM_FILES]; + FILE *nmap_stdout; /* Nmap standard output */ + int ttl; // Time to live + bool badsum; + char *datadir; + /* A map from abstract data file names like "nmap-services" and "nmap-os-db" + to paths which have been requested by the user. nmap_fetchfile will return + the file names defined in this map instead of searching for a matching + file. */ + std::map requested_data_files; + /* A map from data file names to the paths at which they were actually found. + Only files that were actually read should be in this map. */ + std::map loaded_data_files; + bool mass_dns; + bool always_resolve; + bool resolve_all; + bool unique; + char *dns_servers; + + /* Do IPv4 ARP or IPv6 ND scan of directly connected Ethernet hosts, even if + non-ARP host discovery options are used? This is normally more efficient, + not only because ARP/ND scan is faster, but because we need the MAC + addresses provided by ARP or ND scan in order to do IP-based host discovery + anyway. But when a network uses proxy ARP, all hosts will appear to be up + unless you do an IP host discovery on them. This option is true by default. */ + bool implicitARPPing; + + // If true, write as in xmloutputversion 1.03 + // rather than as in 1.04 and later. + bool deprecated_xml_osclass; + + bool traceroute; + bool reason; + bool adler32; + FILE *excludefd; + char *exclude_spec; + FILE *inputfd; + char *portlist; /* Ports list specified by user */ + char *exclude_portlist; /* exclude-ports list specified by user */ + + nsock_proxychain proxy_chain; + bool discovery_ignore_rst; /* host discovery should not consider TCP RST packet responses as a live asset */ + +#ifndef NOLUA + bool script; + char *scriptargs; + char *scriptargsfile; + bool scriptversion; + bool scripttrace; + bool scriptupdatedb; + bool scripthelp; + double scripttimeout; + void chooseScripts(char* argument); + std::vector chosenScripts; +#endif + + /* ip options used in build_*_raw() */ + u8 *ipoptions; + int ipoptionslen; + int ipopt_firsthop; // offset in ipoptions where is first hop for source/strict routing + int ipopt_lasthop; // offset in ipoptions where is space for targets ip for source/strict routing + + // Statistics Options set in nmap.cc + unsigned int numhosts_scanned; + unsigned int numhosts_up; + int numhosts_scanning; + stype current_scantype; + bool noninteractive; + char *locale; + + bool release_memory; /* suggest to release memory before quitting. used to find memory leaks. */ + private: + int max_os_tries; + int max_rtt_timeout; + int min_rtt_timeout; + int initial_rtt_timeout; + unsigned int max_retransmissions; + unsigned int max_tcp_scan_delay; + unsigned int max_udp_scan_delay; + unsigned int max_sctp_scan_delay; + unsigned int min_host_group_sz; + unsigned int max_host_group_sz; + void Initialize(); + int addressfamily; /* Address family: AF_INET or AF_INET6 */ + struct sockaddr_storage sourcesock; + size_t sourcesocklen; + struct timeval start_time; + bool pTrace; // Whether packet tracing has been enabled + bool vTrace; // Whether version tracing has been enabled + bool xsl_stylesheet_set; + char *xsl_stylesheet; + u8 spoof_mac[6]; + bool spoof_mac_set; +}; + +#endif diff --git a/NmapOutputTable.cc b/NmapOutputTable.cc new file mode 100644 index 0000000..bc328fc --- /dev/null +++ b/NmapOutputTable.cc @@ -0,0 +1,257 @@ + +/*************************************************************************** + * NmapOutputTable.cc -- A relatively simple class for organizing Nmap * + * output into an orderly table for display to the user. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#ifdef WIN32 +#include "nmap_winconfig.h" +#endif + +#include "NmapOutputTable.h" +#include "nmap_error.h" + +#include + +NmapOutputTable::NmapOutputTable(int nrows, int ncols) { + numRows = nrows; + numColumns = ncols; + assert(numRows > 0); + assert(numColumns > 0); + table = (struct NmapOutputTableCell *) safe_zalloc(sizeof(struct NmapOutputTableCell) * nrows * ncols); + maxColLen = (int *) safe_zalloc(sizeof(*maxColLen) * ncols); + itemsInRow = (int *) safe_zalloc(sizeof(*itemsInRow) * nrows); + tableout = NULL; + tableoutsz = 0; +} + +NmapOutputTable::~NmapOutputTable() { + unsigned int col, row; + struct NmapOutputTableCell *cell; + + for(row = 0; row < numRows; row++) { + for(col = 0; col < numColumns; col++) { + cell = getCellAddy(row, col); + if (cell->weAllocated) { + assert(cell->str); + free(cell->str); + } + } + } + + free(table); + free(maxColLen); + free(itemsInRow); + if (tableout) free(tableout); +} + +void NmapOutputTable::addItem(unsigned int row, unsigned int column, bool fullrow, + bool copy, const char *item, int itemlen) { + struct NmapOutputTableCell *cell; + int mc = maxColLen[column]; + + addItem(row, column, copy, item, itemlen); + + if(fullrow) { + maxColLen[column] = mc; + cell = getCellAddy(row, column); + cell->fullrow = fullrow; + } + return; +} + +void NmapOutputTable::addItem(unsigned int row, unsigned int column, bool copy, const char *item, + int itemlen) { + struct NmapOutputTableCell *cell; + + assert(row < numRows); + assert(column < numColumns); + + if (itemlen < 0) + itemlen = strlen(item); + + if (itemlen == 0) + return; + + cell = getCellAddy(row, column); + assert(cell->str == NULL); // I'll worry about replacing members if I ever need it + itemsInRow[row]++; + + cell->strlength = itemlen; + + if (copy) { + cell->str = (char *) safe_malloc(itemlen + 1); + memcpy(cell->str, item, itemlen); + cell->str[itemlen] = '\0'; + } else { + cell->str = (char *) item; + } + cell->weAllocated = copy; + + if (maxColLen[column] < itemlen) + maxColLen[column] = itemlen; + + return; +} + +void NmapOutputTable::addItemFormatted(unsigned int row, + unsigned int column, + bool fullrow, + const char *fmt, ...) { + struct NmapOutputTableCell *cell; + int mc = maxColLen[column]; + unsigned int res; + va_list ap; + va_start(ap,fmt); + char buf[4096]; + res = Vsnprintf(buf, sizeof(buf), fmt, ap); + va_end(ap); + + if (res >= sizeof(buf)) + fatal("NmapOutputTable only supports adding up to 4096 to a cell via %s.", __func__); + + addItem(row, column, fullrow, true, buf, res); + + if(fullrow) { + maxColLen[column] = mc; + cell = getCellAddy(row, column); + cell->fullrow = fullrow; + } +} + +/* True if every column in nrow is empty */ +bool NmapOutputTable::emptyRow(unsigned int nrow) { + NmapOutputTableCell *cell; + unsigned int col; + bool isEmpty = true; + + assert(nrow < numRows); + + for(col = 0 ; col < numColumns; col++) { + cell = getCellAddy(nrow, col); + if(cell->strlength > 0) { + isEmpty = false; + break; + } + } + return isEmpty; +} + + // This function sticks the entire table into a character buffer. + // Note that the buffer is likely to be reused if you call the + // function again, and it will also be invalidated if you free the + // table. If size is not NULL, it will be filled with the size of + // the ASCII table in bytes (not including the terminating NUL) + // All blank rows are removed from the returned string +char *NmapOutputTable::printableTable(int *size) { + unsigned int col, row; + int p = 0; /* The offset into tableout */ + int clen = 0; + int i; + struct NmapOutputTableCell *cell; + int validthisrow; + + if (tableoutsz == 0) { + tableoutsz = 512; /* Start us off with half a k */ + tableout = (char *) safe_malloc(tableoutsz); + } + + for(row = 0; row < numRows; row++) { + validthisrow = 0; + + if(emptyRow(row)) + continue; + + cell = getCellAddy(row, 0); + if(cell->fullrow && cell->strlength > 0) { + /* Full rows are easy, just make sure we have the space + \n\0 */ + if (cell->strlength + p + 2 > tableoutsz) { + tableoutsz = (cell->strlength + p + 2) * 2; + tableout = (char *) safe_realloc(tableout, tableoutsz); + } + memcpy(tableout + p, cell->str, cell->strlength); + p += cell->strlength; + } else { + for(col = 0; col < numColumns; col++) { + cell = getCellAddy(row, col); + clen = maxColLen[col]; + /* Cells get padded with an extra space + \n\0 */ + if (clen + p + 3 > tableoutsz) { + tableoutsz = (cell->strlength + p + 2) * 2; + tableout = (char *) safe_realloc(tableout, tableoutsz); + } + if (cell->strlength > 0) { + memcpy(tableout + p, cell->str, cell->strlength); + p += cell->strlength; + validthisrow++; + } + // No point leaving trailing spaces ... + if (validthisrow < itemsInRow[row]) { + for(i=cell->strlength; i <= clen; i++) // one extra because of space between columns + *(tableout + p++) = ' '; + } + } + } + *(tableout + p++) = '\n'; + } + *(tableout + p) = '\0'; + + if (size) *size = p; + return tableout; +} diff --git a/NmapOutputTable.h b/NmapOutputTable.h new file mode 100644 index 0000000..0caf78a --- /dev/null +++ b/NmapOutputTable.h @@ -0,0 +1,138 @@ + +/*************************************************************************** + * NmapOutputTable.h -- A relatively simple class for organizing Nmap * + * output into an orderly table for display to the user. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#ifndef NMAPOUTPUTTABLE_H +#define NMAPOUTPUTTABLE_H + +/* Keep assert() defined for security reasons */ +#undef NDEBUG +#include + +#include "nbase.h" /* __attribute__ */ + +/********************** DEFINES/ENUMS ***********************************/ + +/********************** STRUCTURES ***********************************/ + +/********************** CLASSES ***********************************/ + +struct NmapOutputTableCell { + char *str; + int strlength; + bool weAllocated; // If we allocated str, we must free it. + bool fullrow; +}; + +class NmapOutputTable { + public: + // Create a table of the given dimensions. Any completely + // blank rows will be removed when printableTable() is called. + // If the number of table rows is unknown then the highest + // number of possible rows should be specified. + NmapOutputTable(int nrows, int ncols); + ~NmapOutputTable(); + + // Copy specifies whether we must make a copy of item. Otherwise we'll just save the + // ptr (and you better not free it until this table is destroyed ). Skip the itemlen parameter if you + // don't know (and the function will use strlen). + void addItem(unsigned int row, unsigned int column, bool copy, const char *item, int itemlen = -1); + // Same as above but if fullrow is true, 'item' spans across all columns. The spanning starts from + // the column argument (ie. 0 will be the first column) + void addItem(unsigned int row, unsigned int column, bool fullrow, bool copy, const char *item, int itemlen = -1); + + // Like addItem except this version takes a printf-style format string followed by varargs + void addItemFormatted(unsigned int row, unsigned int column, bool fullrow, const char *fmt, ...) + __attribute__ ((format (printf, 5, 6))); // Offset by 1 to account for implicit "this" parameter. + + // This function sticks the entire table into a character buffer. + // Note that the buffer is likely to be reused if you call the + // function again, and it will also be invalidated if you free the + // table. If size is not NULL, it will be filled with the size of + // the ASCII table in bytes (not including the terminating NUL) + // All blank rows will be removed from the returned string + char *printableTable(int *size); + + private: + + bool emptyRow(unsigned int nrow); + // The table, squished into 1D. Access a member via getCellAddy + struct NmapOutputTableCell *table; + struct NmapOutputTableCell *getCellAddy(unsigned int row, unsigned int col) { + assert(row < numRows); assert(col < numColumns); + return table + row * numColumns + col; + } + int *maxColLen; // An array that gives the maximum length of any member of each column + // (excluding terminator) + // Array that tells the number of valid (> 0 length) items in each row + int *itemsInRow; + unsigned int numRows; + unsigned int numColumns; + char *tableout; // If printableTable() is called, we return this + int tableoutsz; // Amount of space ALLOCATED for tableout. Includes space allocated for NUL. +}; + + +/********************** PROTOTYPES ***********************************/ + + +#endif /* NMAPOUTPUTTABLE_H */ + diff --git a/README-WIN32 b/README-WIN32 new file mode 100644 index 0000000..345bc9f --- /dev/null +++ b/README-WIN32 @@ -0,0 +1,4 @@ +Details on installation, compilation, and limitation of the Nmap +Security Scanner on the Windows platform is now available in the Nmap +Installation Guide at https://nmap.org/install/ . + diff --git a/README.md b/README.md new file mode 100644 index 0000000..f7e2b95 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +Nmap [![Build Status](https://travis-ci.org/nmap/nmap.svg?branch=master)](https://travis-ci.org/nmap/nmap) [![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/nmap/nmap.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/nmap/nmap/context:cpp) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/nmap/nmap.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/nmap/nmap/context:python) [![Total alerts](https://img.shields.io/lgtm/alerts/g/nmap/nmap.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/nmap/nmap/alerts/) +==== + +Nmap is released under a custom license, which is based on (but not compatible +with) GPLv2. The Nmap license allows free usage by end users, and we also offer +a commercial license for companies that wish to redistribute Nmap technology +with their products. See [Nmap Copyright and Licensing](https://nmap.org/book/man-legal.html) +for full details. + +The latest version of this software as well as binary installers for Windows, +macOS, and Linux (RPM) are available from +[Nmap.org](https://nmap.org/download.html) + +Full documentation is also available +[on the Nmap.org website](https://nmap.org/docs.html). + +Questions and suggestions may be sent to +[the Nmap-dev mailing list](https://nmap.org/mailman/listinfo/dev). + +Installing +---------- +Ideally, you should be able to just type: + + ./configure + make + make install + +For far more in-depth compilation, installation, and removal notes, read the +[Nmap Install Guide](https://nmap.org/book/install.html) on Nmap.org. + +Using Nmap +---------- +Nmap has a lot of features, but getting started is as easy as running `nmap +scanme.nmap.org`. Running `nmap` without any parameters will give a helpful +list of the most common options, which are discussed in depth in [the man +page](https://nmap.org/book/man.html). Users who prefer a graphical interface +can use the included [Zenmap front-end](https://nmap.org/zenmap/). + +Contributing +------------ +Information about filing bug reports and contributing to the Nmap project can +be found in the [HACKING](HACKING) and [CONTRIBUTING.md](CONTRIBUTING.md) +files. diff --git a/Target.cc b/Target.cc new file mode 100644 index 0000000..dd2a754 --- /dev/null +++ b/Target.cc @@ -0,0 +1,508 @@ + +/*************************************************************************** + * Target.cc -- The Target class encapsulates much of the information Nmap * + * has about a host. Results (such as ping, OS scan, etc) are stored in * + * this class as they are determined. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#ifdef WIN32 +#include "nmap_winconfig.h" +#endif + +#include "Target.h" +#include "FingerPrintResults.h" /* for ~FingerPrintResults() */ +#include +#include "nbase.h" +#include "NmapOps.h" +#include "nmap.h" +#include "nmap_error.h" + +extern NmapOps o; + +Target::Target() { + hostname = NULL; + targetname = NULL; + memset(&seq, 0, sizeof(seq)); + distance = -1; + distance_calculation_method = DIST_METHOD_NONE; + FPR = NULL; + osscan_flag = OS_NOTPERF; + weird_responses = flags = 0; + traceroute_probespec.type = PS_NONE; + memset(&to, 0, sizeof(to)); + memset(&targetsock, 0, sizeof(targetsock)); + memset(&sourcesock, 0, sizeof(sourcesock)); + memset(&nexthopsock, 0, sizeof(nexthopsock)); + targetsocklen = sourcesocklen = nexthopsocklen = 0; + directly_connected = -1; + targetipstring[0] = '\0'; + sourceipstring[0] = '\0'; + nameIPBuf = NULL; + memset(&MACaddress, 0, sizeof(MACaddress)); + memset(&SrcMACaddress, 0, sizeof(SrcMACaddress)); + memset(&NextHopMACaddress, 0, sizeof(NextHopMACaddress)); + MACaddress_set = SrcMACaddress_set = NextHopMACaddress_set = false; + htn.msecs_used = 0; + htn.toclock_running = false; + htn.host_start = htn.host_end = 0; + interface_type = devt_other; + devname[0] = '\0'; + devfullname[0] = '\0'; + mtu = 0; + state_reason_init(&reason); + memset(&pingprobe, 0, sizeof(pingprobe)); + pingprobe_state = PORT_UNKNOWN; +} + + +const char * Target::deviceName() const { + return (devname[0] != '\0')? devname : NULL; +} + +const char * Target::deviceFullName() const { + return (devfullname[0] != '\0')? devfullname : NULL; +} + +Target::~Target() { + FreeInternal(); +#ifndef NOLUA + for (ScriptResults::iterator it = scriptResults.begin(); + it != scriptResults.end(); it++) { + delete (*it); + } +#endif +} + +void Target::FreeInternal() { + /* Free the DNS name if we resolved one */ + if (hostname) + free(hostname); + + if (targetname) + free(targetname); + + if (nameIPBuf) { + free(nameIPBuf); + nameIPBuf = NULL; + } + + if (FPR) delete FPR; + for (std::vector::iterator it=earlySvcResponses.begin(); + it != earlySvcResponses.end(); it++) { + free(*it); + } + earlySvcResponses.clear(); +} + +/* Creates a "presentation" formatted string out of the IPv4/IPv6 address. + Called when the IP changes */ +void Target::GenerateTargetIPString() { + struct sockaddr_in *sin = (struct sockaddr_in *) &targetsock; +#if HAVE_IPV6 + struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) &targetsock; +#endif + + if (inet_ntop(sin->sin_family, (sin->sin_family == AF_INET)? + (char *) &sin->sin_addr : +#if HAVE_IPV6 + (char *) &sin6->sin6_addr, +#else + (char *) NULL, +#endif + targetipstring, sizeof(targetipstring)) == NULL) { + fatal("Failed to convert target address to presentation format!?! Error: %s", strerror(socket_errno())); + } +} + +/* Creates a "presentation" formatted string out of the IPv4/IPv6 address. + Called when the IP changes */ +void Target::GenerateSourceIPString() { + struct sockaddr_in *sin = (struct sockaddr_in *) &sourcesock; +#if HAVE_IPV6 + struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) &sourcesock; +#endif + + if (inet_ntop(sin->sin_family, (sin->sin_family == AF_INET)? + (char *) &sin->sin_addr : +#if HAVE_IPV6 + (char *) &sin6->sin6_addr, +#else + (char *) NULL, +#endif + sourceipstring, sizeof(sourceipstring)) == NULL) { + fatal("Failed to convert source address to presentation format!?! Error: %s", strerror(socket_errno())); + } +} + +/* Returns the address family of the destination address. */ +int Target::af() const { + return targetsock.ss_family; +} + +/* Fills a sockaddr_storage with the AF_INET or AF_INET6 address + information of the target. This is a preferred way to get the + address since it is portable for IPv6 hosts. Returns 0 for + success. ss_len must be provided. It is not examined, but is set + to the size of the sockaddr copied in. */ +int Target::TargetSockAddr(struct sockaddr_storage *ss, size_t *ss_len) const { + assert(ss); + assert(ss_len); + if (targetsocklen <= 0) + return 1; + assert(targetsocklen <= sizeof(*ss)); + memcpy(ss, &targetsock, targetsocklen); + *ss_len = targetsocklen; + return 0; +} + +const struct sockaddr_storage *Target::TargetSockAddr() const { + return &targetsock; +} + +/* Note that it is OK to pass in a sockaddr_in or sockaddr_in6 casted + to sockaddr_storage */ +void Target::setTargetSockAddr(const struct sockaddr_storage *ss, size_t ss_len) { + + assert(ss_len > 0 && ss_len <= sizeof(*ss)); + if (targetsocklen > 0) { + /* We had an old target sock, so we better blow away the hostname as + this one may be new. */ + setHostName(NULL); + setTargetName(NULL); + } + memcpy(&targetsock, ss, ss_len); + targetsocklen = ss_len; + GenerateTargetIPString(); + /* The ports array needs to know a name too */ + ports.setIdStr(targetipstr()); +} + +// Returns IPv4 host address or {0} if unavailable. +struct in_addr Target::v4host() const { + const struct in_addr *addy = v4hostip(); + struct in_addr in; + if (addy) return *addy; + in.s_addr = 0; + return in; +} + +// Returns IPv4 host address or NULL if unavailable. +const struct in_addr *Target::v4hostip() const { + struct sockaddr_in *sin = (struct sockaddr_in *) &targetsock; + if (sin->sin_family == AF_INET) { + return &(sin->sin_addr); + } + return NULL; +} + +const struct in6_addr *Target::v6hostip() const { + struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) &targetsock; + if (sin6->sin6_family == AF_INET6) { + return &(sin6->sin6_addr); + } + return NULL; +} + + /* The source address used to reach the target */ +int Target::SourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len) const { + if (sourcesocklen <= 0) + return 1; + assert(sourcesocklen <= sizeof(*ss)); + if (ss) + memcpy(ss, &sourcesock, sourcesocklen); + if (ss_len) + *ss_len = sourcesocklen; + return 0; +} + +const struct sockaddr_storage *Target::SourceSockAddr() const { + return &sourcesock; +} + +/* Note that it is OK to pass in a sockaddr_in or sockaddr_in6 casted + to sockaddr_storage */ +void Target::setSourceSockAddr(const struct sockaddr_storage *ss, size_t ss_len) { + assert(ss_len > 0 && ss_len <= sizeof(*ss)); + memcpy(&sourcesock, ss, ss_len); + sourcesocklen = ss_len; + GenerateSourceIPString(); +} + +// Returns IPv4 host address or {0} if unavailable. +struct sockaddr_storage Target::source() const { + return sourcesock; +} + +// Returns IPv4 host address or NULL if unavailable. +const struct in_addr *Target::v4sourceip() const { + struct sockaddr_in *sin = (struct sockaddr_in *) &sourcesock; + if (sin->sin_family == AF_INET) { + return &(sin->sin_addr); + } + return NULL; +} + +// Returns IPv6 host address or NULL if unavailable. +const struct in6_addr *Target::v6sourceip() const { + struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) &sourcesock; + if (sin6->sin6_family == AF_INET6) { + return &(sin6->sin6_addr); + } + return NULL; +} + + /* You can set to NULL to erase a name or if it failed to resolve -- or + just don't call this if it fails to resolve */ +void Target::setHostName(const char *name) { + char *p; + if (hostname) { + free(hostname); + hostname = NULL; + } + if (name) { + p = hostname = strdup(name); + while (*p) { + // I think only a-z A-Z 0-9 . and - are allowed, but I'll be a little more + // generous. + if (!isalnum((int) (unsigned char) *p) && !strchr(".-+=:_~*", *p)) { + log_write(LOG_STDOUT, "Illegal character(s) in hostname -- replacing with '*'\n"); + *p = '*'; + } + p++; + } + } +} + +void Target::setTargetName(const char *name) { + if (targetname) { + free(targetname); + targetname = NULL; + } + if (name) { + targetname = strdup(name); + } +} + + /* Generates a printable string consisting of the host's IP + address and hostname (if available). Eg "www.insecure.org + (64.71.184.53)" or "fe80::202:e3ff:fe14:1102". The name is + written into the buffer provided, which is also returned. Results + that do not fit in buflen will be truncated. */ +const char *Target::NameIP(char *buf, size_t buflen) const { + assert(buf); + assert(buflen > 8); + if (targetname) + Snprintf(buf, buflen, "%s (%s)", targetname, targetipstring); + else if (hostname) + Snprintf(buf, buflen, "%s (%s)", hostname, targetipstring); + else + Strncpy(buf, targetipstring, buflen); + return buf; +} + +/* This next version returns a static buffer -- so no concurrency */ +const char *Target::NameIP() const { + /* Add 3 characters for the hostname and IP string, hence we allocate + (FQDN_LEN + INET6_ADDRSTRLEN + 4) octets, with octet for the null terminator */ + if (!nameIPBuf) nameIPBuf = (char *) safe_malloc(FQDN_LEN + INET6_ADDRSTRLEN + 4); + return NameIP(nameIPBuf, FQDN_LEN + INET6_ADDRSTRLEN + 4); +} + + /* Returns the next hop for sending packets to this host. Returns true if + next_hop was filled in. It might be false, for example, if + next_hop has never been set */ +bool Target::nextHop(struct sockaddr_storage *next_hop, size_t *next_hop_len) const { + if (nexthopsocklen <= 0) + return false; + assert(nexthopsocklen <= sizeof(*next_hop)); + if (next_hop) + memcpy(next_hop, &nexthopsock, nexthopsocklen); + if (next_hop_len) + *next_hop_len = nexthopsocklen; + return true; +} + + /* If the host is directly connected on a network, set and retrieve + that information here. directlyConnected() will abort if it hasn't + been set yet. */ +void Target::setDirectlyConnected(bool connected) { + directly_connected = connected? 1 : 0; +} + +int Target::directlyConnectedOrUnset() const { + return directly_connected; +} + +bool Target::directlyConnected() const { + assert(directly_connected == 0 || directly_connected == 1); + return directly_connected; +} + +/* Note that it is OK to pass in a sockaddr_in or sockaddr_in6 casted + to sockaddr_storage */ +void Target::setNextHop(const struct sockaddr_storage *next_hop, size_t next_hop_len) { + assert(next_hop_len > 0 && next_hop_len <= sizeof(nexthopsock)); + memcpy(&nexthopsock, next_hop, next_hop_len); + nexthopsocklen = next_hop_len; +} + +/* Set MTU (to correspond with devname) */ +void Target::setMTU(int devmtu) { + mtu = devmtu; +} + +/* Get MTU (to correspond with devname) */ +int Target::MTU(void) const { + return mtu; +} + + /* Starts the timeout clock for the host running (e.g. you are + beginning a scan). If you do not have the current time handy, + you can pass in NULL. When done, call stopTimeOutClock (it will + also automatically be stopped of timedOut() returns true) */ +void Target::startTimeOutClock(const struct timeval *now) { + assert(htn.toclock_running == false); + htn.toclock_running = true; + if (now) htn.toclock_start = *now; + else gettimeofday(&htn.toclock_start, NULL); + if (!htn.host_start) htn.host_start = htn.toclock_start.tv_sec; +} + /* The complement to startTimeOutClock. */ +void Target::stopTimeOutClock(const struct timeval *now) { + struct timeval tv; + assert(htn.toclock_running == true); + htn.toclock_running = false; + if (now) tv = *now; + else gettimeofday(&tv, NULL); + htn.msecs_used += TIMEVAL_MSEC_SUBTRACT(tv, htn.toclock_start); + htn.host_end = tv.tv_sec; +} + /* Returns whether the host is timedout. If the timeoutclock is + running, counts elapsed time for that. Pass NULL if you don't have the + current time handy. You might as well also pass NULL if the + clock is not running, as the func won't need the time. */ +bool Target::timedOut(const struct timeval *now) const { + unsigned long used = htn.msecs_used; + struct timeval tv; + + if (!o.host_timeout) return false; + if (htn.toclock_running) { + if (now) tv = *now; + else gettimeofday(&tv, NULL); + used += TIMEVAL_MSEC_SUBTRACT(tv, htn.toclock_start); + } + + return (used > o.host_timeout); +} + + +/* Returns zero if MAC address set successfully */ +int Target::setMACAddress(const u8 *addy) { + if (!addy) return 1; + memcpy(MACaddress, addy, 6); + MACaddress_set = 1; + return 0; +} + +int Target::setSrcMACAddress(const u8 *addy) { + if (!addy) return 1; + memcpy(SrcMACaddress, addy, 6); + SrcMACaddress_set = 1; + return 0; +} + +int Target::setNextHopMACAddress(const u8 *addy) { + if (!addy) return 1; + memcpy(NextHopMACaddress, addy, 6); + NextHopMACaddress_set = 1; + return 0; +} + +/* Set the device names so that they can be returned by deviceName() + and deviceFullName(). The normal name may not include alias + qualifier, while the full name may include it (e.g. "eth1:1"). If + these are non-null, they will overwrite the stored version */ +void Target::setDeviceNames(const char *name, const char *fullname) { + if (name) Strncpy(devname, name, sizeof(devname)); + if (fullname) Strncpy(devfullname, fullname, sizeof(devfullname)); +} + +/* Returns the 6-byte long MAC address, or NULL if none has been set */ +const u8 *Target::MACAddress() const { + return (MACaddress_set)? MACaddress : NULL; +} + +const u8 *Target::SrcMACAddress() const { + return (SrcMACaddress_set)? SrcMACaddress : NULL; +} + +const u8 *Target::NextHopMACAddress() const { + return (NextHopMACaddress_set)? NextHopMACaddress : NULL; +} + +int Target::osscanPerformed(void) const { + return osscan_flag; +} + +void Target::osscanSetFlag(int flag) { + if(osscan_flag == OS_PERF_UNREL) + return; + else + osscan_flag = flag; +} diff --git a/Target.h b/Target.h new file mode 100644 index 0000000..2feb7ee --- /dev/null +++ b/Target.h @@ -0,0 +1,310 @@ + +/*************************************************************************** + * Target.h -- The Target class encapsulates much of the information Nmap * + * has about a host. Results (such as ping, OS scan, etc) are stored in * + * this class as they are determined. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#ifndef TARGET_H +#define TARGET_H + +#include "nbase.h" + +#include "libnetutil/netutil.h" /* devtype */ + +#ifndef NOLUA +#include "nse_main.h" +#endif + +#include "portreasons.h" +#include "portlist.h" +#include "probespec.h" +#include "osscan.h" +#include "osscan2.h" +class FingerPrintResults; + +#include +#include +#include +#include /* time_t */ + +#ifndef INET6_ADDRSTRLEN +#define INET6_ADDRSTRLEN 46 +#endif + +enum osscan_flags { + OS_NOTPERF=0, OS_PERF, OS_PERF_UNREL +}; + +struct host_timeout_nfo { + unsigned long msecs_used; /* How many msecs has this Target used? */ + bool toclock_running; /* Is the clock running right now? */ + struct timeval toclock_start; /* When did the clock start? */ + time_t host_start, host_end; /* The absolute start and end for this host */ +}; + +struct TracerouteHop { + struct sockaddr_storage tag; + bool timedout; + std::string name; + struct sockaddr_storage addr; + int ttl; + float rtt; /* In milliseconds. */ + + int display_name(char *buf, size_t len) const { + if (name.empty()) + return Snprintf(buf, len, "%s", inet_ntop_ez(&addr, sizeof(addr))); + else + return Snprintf(buf, len, "%s (%s)", name.c_str(), inet_ntop_ez(&addr, sizeof(addr))); + } +}; + +struct EarlySvcResponse { + probespec pspec; + int len; + u8 data[1]; +}; + +class Target { + public: /* For now ... TODO: a lot of the data members should be made private */ + Target(); + ~Target(); + /* Returns the address family of the destination address. */ + int af() const; + /* Fills a sockaddr_storage with the AF_INET or AF_INET6 address + information of the target. This is a preferred way to get the + address since it is portable for IPv6 hosts. Returns 0 for + success. ss_len must be provided. It is not examined, but is set + to the size of the sockaddr copied in. */ + int TargetSockAddr(struct sockaddr_storage *ss, size_t *ss_len) const; + const struct sockaddr_storage *TargetSockAddr() const; + /* Note that it is OK to pass in a sockaddr_in or sockaddr_in6 casted + to sockaddr_storage */ + void setTargetSockAddr(const struct sockaddr_storage *ss, size_t ss_len); + // Returns IPv4 target host address or {0} if unavailable. + struct in_addr v4host() const; + const struct in_addr *v4hostip() const; + const struct in6_addr *v6hostip() const; + /* The source address used to reach the target */ + int SourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len) const; + const struct sockaddr_storage *SourceSockAddr() const; + /* Note that it is OK to pass in a sockaddr_in or sockaddr_in6 casted + to sockaddr_storage */ + void setSourceSockAddr(const struct sockaddr_storage *ss, size_t ss_len); + struct sockaddr_storage source() const; + const struct in_addr *v4sourceip() const; + const struct in6_addr *v6sourceip() const; + /* The IPv4 or IPv6 literal string for the target host */ + const char *targetipstr() const { return targetipstring; } + /* The IPv4 or IPv6 literal string for the source address */ + const char *sourceipstr() const { return sourceipstring; } + /* Give the name from the last setHostName() call, which should be + the name obtained from reverse-resolution (PTR query) of the IP (v4 + or v6). If the name has not been set, or was set to NULL, an empty + string ("") is returned to make printing easier. */ + const char *HostName() const { return hostname? hostname : ""; } + /* You can set to NULL to erase a name or if it failed to resolve -- or + just don't call this if it fails to resolve. The hostname is blown + away when you setTargetSockAddr(), so make sure you do these in proper + order + */ + void setHostName(const char *name); + /* Generates a printable string consisting of the host's IP + address and hostname (if available). Eg "www.insecure.org + (64.71.184.53)" or "fe80::202:e3ff:fe14:1102". The name is + written into the buffer provided, which is also returned. Results + that do not fit in buflen will be truncated. */ + const char *NameIP(char *buf, size_t buflen) const; + /* This next version returns a STATIC buffer -- so no concurrency */ + const char *NameIP() const; + + /* Give the name from the last setTargetName() call, which is the + name of the target given on the command line if it's a named + host. */ + const char *TargetName() const { return targetname; } + /* You can set to NULL to erase a name. The targetname is blown + away when you setTargetSockAddr(), so make sure you do these in proper + order + */ + void setTargetName(const char *name); + + /* If the host is directly connected on a network, set and retrieve + that information here. directlyConnected() will abort if it hasn't + been set yet. */ + void setDirectlyConnected(bool connected); + bool directlyConnected() const; + int directlyConnectedOrUnset() const; /* 1-directly connected, 0-no, -1-we don't know*/ + + /* If the host is NOT directly connected, you can set the next hop + value here. It is OK to pass in a sockaddr_in or sockaddr_in6 + casted to sockaddr_storage*/ + void setNextHop(const struct sockaddr_storage *next_hop, size_t next_hop_len); + /* Returns the next hop for sending packets to this host. Returns true if + next_hop was filled in. It might be false, for example, if + next_hop has never been set */ + bool nextHop(struct sockaddr_storage *next_hop, size_t *next_hop_len) const; + + void setMTU(int devmtu); + int MTU(void) const; + + /* Sets the interface type to one of: + devt_ethernet, devt_loopback, devt_p2p, devt_other + */ + void setIfType(devtype iftype) { interface_type = iftype; } + /* Returns -1 if it has not yet been set with setIfType() */ + devtype ifType() const { return interface_type; } + /* Starts the timeout clock for the host running (e.g. you are + beginning a scan). If you do not have the current time handy, + you can pass in NULL. When done, call stopTimeOutClock (it will + also automatically be stopped of timedOut() returns true) */ + void startTimeOutClock(const struct timeval *now); + /* The complement to startTimeOutClock. */ + void stopTimeOutClock(const struct timeval *now); + /* Is the timeout clock currently running? */ + bool timeOutClockRunning() const { return htn.toclock_running; } + /* Returns whether the host is timedout. If the timeoutclock is + running, counts elapsed time for that. Pass NULL if you don't have the + current time handy. You might as well also pass NULL if the + clock is not running, as the func won't need the time. */ + bool timedOut(const struct timeval *now) const; + /* Return time_t for the start and end time of this host */ + time_t StartTime() const { return htn.host_start; } + time_t EndTime() const { return htn.host_end; } + + /* Takes a 6-byte MAC address */ + int setMACAddress(const u8 *addy); + int setSrcMACAddress(const u8 *addy); + int setNextHopMACAddress(const u8 *addy); // this should be the target's own MAC if directlyConnected() + + /* Returns a pointer to 6-byte MAC address, or NULL if none is set */ + const u8 *MACAddress() const; + const u8 *SrcMACAddress() const; + const u8 *NextHopMACAddress() const; + +/* Set the device names so that they can be returned by deviceName() + and deviceFullName(). The normal name may not include alias + qualifier, while the full name may include it (e.g. "eth1:1"). If + these are non-null, they will overwrite the stored version */ + void setDeviceNames(const char *name, const char *fullname); + const char *deviceName() const; + const char *deviceFullName() const; + + int osscanPerformed(void) const; + void osscanSetFlag(int flag); + + struct seq_info seq; + int distance; + enum dist_calc_method distance_calculation_method; + FingerPrintResults *FPR; /* FP results get by the OS scan system. */ + PortList ports; + std::vector earlySvcResponses; + + int weird_responses; /* echo responses from other addresses, Ie a network broadcast address */ + int flags; /* HOST_UNKNOWN, HOST_UP, or HOST_DOWN. */ + struct timeout_info to; + char *hostname; // Null if unable to resolve or unset + char * targetname; // The name of the target host given on the command line if it is a named host + + struct probespec traceroute_probespec; + std::list traceroute_hops; + + /* If the address for this target came from a DNS lookup, the list of + resultant addresses (sometimes there are more than one) that were not scanned. */ + std::list unscanned_addrs; + +#ifndef NOLUA + ScriptResults scriptResults; +#endif + + state_reason_t reason; + + /* A probe that is known to receive a response. This is used to hold the + current timing ping probe type during scanning. */ + probespec pingprobe; + /* The state the port or protocol entered when the response to pingprobe was + received. */ + int pingprobe_state; + + private: + void FreeInternal(); // Free memory allocated inside this object + // Creates a "presentation" formatted string out of the target's IPv4/IPv6 address + void GenerateTargetIPString(); + // Creates a "presentation" formatted string out of the source IPv4/IPv6 address. + void GenerateSourceIPString(); + struct sockaddr_storage targetsock, sourcesock, nexthopsock; + size_t targetsocklen, sourcesocklen, nexthopsocklen; + int directly_connected; // -1 = unset; 0 = no; 1 = yes + char targetipstring[INET6_ADDRSTRLEN]; + char sourceipstring[INET6_ADDRSTRLEN]; + mutable char *nameIPBuf; /* for the NameIP(void) function to return */ + u8 MACaddress[6], SrcMACaddress[6], NextHopMACaddress[6]; + bool MACaddress_set, SrcMACaddress_set, NextHopMACaddress_set; + struct host_timeout_nfo htn; + devtype interface_type; + char devname[32]; + char devfullname[32]; + int mtu; + /* 0 (OS_NOTPERF) if os detection not performed + * 1 (OS_PERF) if os detection performed + * 2 (OS_PERF_UNREL) if an unreliable os detection has been performed */ + int osscan_flag; +}; + +#endif /* TARGET_H */ + diff --git a/TargetGroup.cc b/TargetGroup.cc new file mode 100644 index 0000000..3f90e14 --- /dev/null +++ b/TargetGroup.cc @@ -0,0 +1,838 @@ + +/*************************************************************************** + * TargetGroup.cc -- The "TargetGroup" class holds a group of IP * + * addresses, such as those from a '/16' or '10.*.*.*' specification. It * + * also has a trivial HostGroupState class which handles a bunch of * + * expressions that go into TargetGroup classes. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#include "tcpip.h" +#include "TargetGroup.h" +#include "NmapOps.h" +#include "nmap_error.h" +#include "nmap.h" +#include "libnetutil/netutil.h" + +#include +#include +#include +#include // CHAR_BIT + +/* We use bit vectors to represent what values are allowed in an IPv4 octet. + Each vector is built up of an array of bitvector_t (any convenient integer + type). */ +typedef unsigned long bitvector_t; +/* A 256-element bit vector, representing legal values for one octet. */ +typedef bitvector_t octet_bitvector[(256 - 1) / (sizeof(unsigned long) * CHAR_BIT) + 1]; + +#define BITVECTOR_BITS (sizeof(bitvector_t) * CHAR_BIT) +#define BIT_SET(v, n) ((v)[(n) / BITVECTOR_BITS] |= 1UL << ((n) % BITVECTOR_BITS)) +#define BIT_IS_SET(v, n) (((v)[(n) / BITVECTOR_BITS] & 1UL << ((n) % BITVECTOR_BITS)) != 0) + +extern NmapOps o; + +class NetBlock { +public: + virtual ~NetBlock() {} + NetBlock() { + current_addr = resolvedaddrs.begin(); + } + std::string hostname; + std::list resolvedaddrs; + std::list unscanned_addrs; + std::list::const_iterator current_addr; + + /* Parses an expression such as 192.168.0.0/16, 10.1.0-5.1-254, or + fe80::202:e3ff:fe14:1102/112 and returns a newly allocated NetBlock. The af + parameter is AF_INET or AF_INET6. Returns NULL in case of error. */ + static NetBlock *parse_expr(const char *target_expr, int af); + + bool is_resolved_address(const struct sockaddr_storage *ss) const; + + /* For NetBlock subclasses that need to "resolve" themselves into a different + * NetBlock subclass, override this method. Otherwise, it's safe to reassign + * the return value to the pointer that this method was called through. + * On error, return NULL. */ + virtual NetBlock *resolve() { return this; } + virtual bool next(struct sockaddr_storage *ss, size_t *sslen) = 0; + virtual void apply_netmask(int bits) = 0; + virtual std::string str() const = 0; +}; + +class NetBlockIPv4Ranges : public NetBlock { +public: + octet_bitvector octets[4]; + + NetBlockIPv4Ranges(); + + bool next(struct sockaddr_storage *ss, size_t *sslen); + void apply_netmask(int bits); + std::string str() const; + void set_addr(const struct sockaddr_in *addr); + +private: + unsigned int counter[4]; +}; + +class NetBlockIPv6Netmask : public NetBlock { +public: + void set_addr(const struct sockaddr_in6 *addr); + + bool next(struct sockaddr_storage *ss, size_t *sslen); + void apply_netmask(int bits); + std::string str() const; + +private: + bool exhausted; + struct sockaddr_in6 addr; + struct in6_addr start; + struct in6_addr cur; + struct in6_addr end; +}; + +class NetBlockHostname : public NetBlock { +public: + NetBlockHostname(const char *hostname, int af); + int af; + int bits; + + NetBlock *resolve(); + + bool next(struct sockaddr_storage *ss, size_t *sslen); + void apply_netmask(int bits); + std::string str() const; +}; + +/* Return a newly allocated string containing the part of expr up to the last + '/' (or a copy of the whole string if there is no slash). *bits will contain + the number after the slash, or -1 if there was no slash. In case of error + return NULL; *bits is then undefined. */ +static char *split_netmask(const char *expr, int *bits) { + const char *slash; + + slash = strrchr(expr, '/'); + if (slash != NULL) { + long l; + const char *tail; + + l = parse_long(slash + 1, &tail); + if (tail == slash + 1 || *tail != '\0' || l < 0 || l > INT_MAX) + return NULL; + *bits = (int) l; + } else { + slash = expr + strlen(expr); + *bits = -1; + } + + return mkstr(expr, slash); +} + +/* Parse an IPv4 address with optional ranges and wildcards into bit vectors. + Each octet must match the regular expression '(\*|#?(-#?)?(,#?(-#?)?)*)', + where '#' stands for an integer between 0 and 255. Return 0 on success, -1 on + error. */ +static int parse_ipv4_ranges(octet_bitvector octets[4], const char *spec) { + const char *p; + int octet_index, i; + + p = spec; + octet_index = 0; + while (*p != '\0' && octet_index < 4) { + if (*p == '*') { + for (i = 0; i < 256; i++) + BIT_SET(octets[octet_index], i); + p++; + } else { + for (;;) { + long start, end; + const char *tail; + + errno = 0; + start = parse_long(p, &tail); + /* Is this a range open on the left? */ + if (tail == p) { + if (*p == '-') + start = 0; + else + return -1; + } + if (errno != 0 || start < 0 || start > 255) + return -1; + p = tail; + + /* Look for a range. */ + if (*p == '-') { + p++; + errno = 0; + end = parse_long(p, &tail); + /* Is this range open on the right? */ + if (tail == p) + end = 255; + if (errno != 0 || end < 0 || end > 255 || end < start) + return -1; + p = tail; + } else { + end = start; + } + + /* Fill in the range in the bit vector. */ + for (i = start; i <= end; i++) + BIT_SET(octets[octet_index], i); + + if (*p != ',') + break; + p++; + } + } + octet_index++; + if (octet_index < 4) { + if (*p != '.') + return -1; + p++; + } + } + if (*p != '\0' || octet_index < 4) + return -1; + + return 0; +} + +static NetBlock *parse_expr_without_netmask(const char *hostexp, int af) { + struct sockaddr_storage ss; + size_t sslen; + + if (af == AF_INET) { + NetBlockIPv4Ranges *netblock_ranges; + + /* Check if this is an IPv4 address, with optional ranges and wildcards. */ + netblock_ranges = new NetBlockIPv4Ranges(); + if (parse_ipv4_ranges(netblock_ranges->octets, hostexp) == 0) + return netblock_ranges; + delete netblock_ranges; + } + + sslen = sizeof(ss); + if (resolve_numeric(hostexp, 0, &ss, &sslen, AF_INET6) == 0) { + if (af != AF_INET6) { + error("%s looks like an IPv6 target specification -- you have to use the -6 option.", hostexp); + return NULL; + } + NetBlockIPv6Netmask *netblock_ipv6; + + netblock_ipv6 = new NetBlockIPv6Netmask(); + netblock_ipv6->set_addr((struct sockaddr_in6 *) &ss); + return netblock_ipv6; + } + + return new NetBlockHostname(hostexp, af); +} + +/* Parses an expression such as 192.168.0.0/16, 10.1.0-5.1-254, or + fe80::202:e3ff:fe14:1102/112 and returns a newly allocated NetBlock. The af + parameter is AF_INET or AF_INET6. Returns NULL in case of error. */ +NetBlock *NetBlock::parse_expr(const char *target_expr, int af) { + NetBlock *netblock; + char *hostexp; + int bits; + + hostexp = split_netmask(target_expr, &bits); + if (hostexp == NULL) { + error("Unable to split netmask from target expression: \"%s\"", target_expr); + goto bail; + } + + if (af == AF_INET && bits > 32) { + error("Illegal netmask in \"%s\". Assuming /32 (one host)", target_expr); + bits = -1; + } + + netblock = parse_expr_without_netmask(hostexp, af); + if (netblock == NULL) + goto bail; + netblock->apply_netmask(bits); + + free(hostexp); + return netblock; + +bail: + free(hostexp); + return NULL; +} + +bool NetBlock::is_resolved_address(const struct sockaddr_storage *ss) const { + for (std::list::const_iterator it = this->resolvedaddrs.begin(), end = this->resolvedaddrs.end(); it != end; ++it) { + if (sockaddr_storage_equal(&*it, ss)) { + return true; + } + } + return false; +} + +NetBlockIPv4Ranges::NetBlockIPv4Ranges() { + unsigned int i; + + memset(this->octets, 0, sizeof(this->octets)); + for (i = 0; i < 4; i++) { + this->counter[i] = 0; + } +} + +bool NetBlockIPv4Ranges::next(struct sockaddr_storage *ss, size_t *sslen) { + struct sockaddr_in *sin; + unsigned int i; + + /* This first time this is called, the current values of this->counter + probably do not point to set bits (they point to 0.0.0.0). Find the first + set bit in each bitvector. If any overflow occurs, it means that there is + not bit set for one of the octets and therefore there are not addresses + overall. */ + for (i = 0; i < 4; i++) { + while (this->counter[i] < 256 && !BIT_IS_SET(this->octets[i], this->counter[i])) + this->counter[i]++; + if (this->counter[i] >= 256) + return false; + } + + /* Assign the returned address based on current counters. */ + memset(ss, 0, sizeof(*ss)); + sin = (struct sockaddr_in *) ss; + sin->sin_family = AF_INET; + sin->sin_port = 0; +#if HAVE_SOCKADDR_SA_LEN + sin->sin_len = sizeof(*sin); +#endif + sin->sin_addr.s_addr = htonl((this->counter[0] << 24) | (this->counter[1] << 16) | (this->counter[2] << 8) | this->counter[3]); + *sslen = sizeof(*sin); + + for (i = 0; i < 4; i++) { + bool carry; + + carry = false; + do { + this->counter[3 - i] = (this->counter[3 - i] + 1) % 256; + if (this->counter[3 - i] == 0) + carry = true; + } while (!BIT_IS_SET(this->octets[3 - i], this->counter[3 - i])); + if (!carry) + break; + } + if (i >= 4) { + if (o.resolve_all && !this->resolvedaddrs.empty() && current_addr != this->resolvedaddrs.end() && ++current_addr != this->resolvedaddrs.end()) { + this->set_addr((struct sockaddr_in *) &*current_addr); + } + else { + /* We cycled all counters. Mark them invalid for the next call. */ + this->counter[0] = 256; + this->counter[1] = 256; + this->counter[2] = 256; + this->counter[3] = 256; + } + } + + return true; +} + +/* Expand a single-octet bit vector to include any additional addresses that + result when mask is applied. */ +static void apply_ipv4_netmask_octet(octet_bitvector bits, uint8_t mask) { + unsigned int i, j; + uint32_t chunk_size; + + /* Process the bit vector in chunks, first of size 1, then of size 2, up to + size 128. Check the next bit of the mask. If it is 1, do nothing. + Otherwise, pair up the chunks (first with the second, third with the + fourth, etc.). For each pair of chunks, set a bit in one chunk if it is + set in the other. chunk_size also serves as an index into the mask. */ + for (chunk_size = 1; chunk_size < 256; chunk_size <<= 1) { + if ((mask & chunk_size) != 0) + continue; + for (i = 0; i < 256; i += chunk_size * 2) { + for (j = 0; j < chunk_size; j++) { + if (BIT_IS_SET(bits, i + j)) + BIT_SET(bits, i + j + chunk_size); + else if (BIT_IS_SET(bits, i + j + chunk_size)) + BIT_SET(bits, i + j); + } + } + } +} + +/* Expand IPv4 bit vectors to include any additional addresses that result when + the given netmask is applied. The mask is in host byte order. */ +static void apply_ipv4_netmask(octet_bitvector octets[4], uint32_t mask) { + /* Apply the mask one octet at a time. It's done this way because ranges + span exactly one octet. */ + apply_ipv4_netmask_octet(octets[0], (mask & 0xFF000000) >> 24); + apply_ipv4_netmask_octet(octets[1], (mask & 0x00FF0000) >> 16); + apply_ipv4_netmask_octet(octets[2], (mask & 0x0000FF00) >> 8); + apply_ipv4_netmask_octet(octets[3], (mask & 0x000000FF)); +} + +/* Expand IPv4 bit vectors to include any additional addresses that result from + the application of a CIDR-style netmask with the given number of bits. If + bits is negative it is taken to be 32. */ +void NetBlockIPv4Ranges::apply_netmask(int bits) { + uint32_t mask; + + if (bits > 32) + return; + if (bits < 0) + bits = 32; + + if (bits == 0) + mask = 0x00000000; + else + mask = 0xFFFFFFFF << (32 - bits); + + apply_ipv4_netmask(this->octets, mask); +} + +static std::string bitvector_to_range_string(const octet_bitvector v) { + unsigned int i, j; + std::ostringstream result; + + i = 0; + while (i < 256) { + while (i < 256 && !BIT_IS_SET(v, i)) + i++; + if (i >= 256) + break; + j = i + 1; + while (j < 256 && BIT_IS_SET(v, j)) + j++; + + if (result.tellp() > 0) + result << ","; + if (i == j - 1) + result << i; + else if (i + 1 == j - 1) + result << i << "," << (j - 1); + else + result << i << "-" << (j - 1); + + i = j; + } + + return result.str(); +} + +std::string NetBlockIPv4Ranges::str() const { + std::ostringstream result; + + result << bitvector_to_range_string(this->octets[0]); + result << "."; + result << bitvector_to_range_string(this->octets[1]); + result << "."; + result << bitvector_to_range_string(this->octets[2]); + result << "."; + result << bitvector_to_range_string(this->octets[3]); + + return result.str(); +} + +void NetBlockIPv4Ranges::set_addr(const struct sockaddr_in *addr) { + uint32_t ip; + + assert(addr->sin_family == AF_INET); + ip = ntohl(addr->sin_addr.s_addr); + memset(this->octets, 0, sizeof(this->octets)); + BIT_SET(this->octets[0], (ip & 0xFF000000) >> 24); + BIT_SET(this->octets[1], (ip & 0x00FF0000) >> 16); + BIT_SET(this->octets[2], (ip & 0x0000FF00) >> 8); + BIT_SET(this->octets[3], (ip & 0x000000FF)); + /* Reset counter so that set_addr can be used to reset the whole NetBlock */ + for (int i = 0; i < 4; i++) { + this->counter[i] = 0; + } +} + +void NetBlockIPv6Netmask::set_addr(const struct sockaddr_in6 *addr) { + assert(addr->sin6_family == AF_INET6); + this->exhausted = false; + this->addr = *addr; + this->start = this->addr.sin6_addr; + this->cur = this->addr.sin6_addr; + this->end = this->addr.sin6_addr; +} + +/* Get the sin6_scope_id member of a sockaddr_in6, based on a device name. This + is used to assign scope to all addresses that otherwise lack a scope id when + the -e option is used. */ +static int get_scope_id(const char *devname) { + struct interface_info *ii; + + if (devname == NULL || devname[0] == '\0') + return 0; + ii = getInterfaceByName(devname, AF_INET6); + if (ii != NULL) + return ii->ifindex; + else + return 0; +} + +static bool ipv6_equal(const struct in6_addr *a, const struct in6_addr *b) { + return memcmp(a->s6_addr, b->s6_addr, 16) == 0; +} + +bool NetBlockIPv6Netmask::next(struct sockaddr_storage *ss, size_t *sslen) { + struct sockaddr_in6 *sin6; + + if (this->exhausted){ + if (o.resolve_all && !this->resolvedaddrs.empty() && current_addr != this->resolvedaddrs.end() && ++current_addr != this->resolvedaddrs.end()) { + this->set_addr((struct sockaddr_in6 *) &*current_addr); + } + else { + return false; + } + } + + memset(ss, 0, sizeof(*ss)); + sin6 = (struct sockaddr_in6 *) ss; + sin6->sin6_family = AF_INET6; +#ifdef SIN_LEN + sin6->sin6_len = sizeof(*sin6); +#endif + *sslen = sizeof(*sin6); + + if (this->addr.sin6_scope_id != 0) + sin6->sin6_scope_id = this->addr.sin6_scope_id; + else + sin6->sin6_scope_id = get_scope_id(o.device); + + sin6->sin6_addr = this->cur; + + if (ipv6_equal(&this->cur, &this->end)) + exhausted = true; + + /* Increment current address. */ + for (int i = 15; i >= 0; i--) { + this->cur.s6_addr[i]++; + if (this->cur.s6_addr[i] > 0) + break; + } + + return true; +} + +/* Fill in an in6_addr with a CIDR-style netmask with the given number of bits. */ +static void make_ipv6_netmask(struct in6_addr *mask, int bits) { + unsigned int i; + + memset(mask, 0, sizeof(*mask)); + + if (bits < 0) + bits = 0; + else if (bits > 128) + bits = 128; + + if (bits == 0) + return; + + i = 0; + /* 0 < bits <= 128, so this loop goes at most 15 times. */ + for (; bits > 8; bits -= 8) + mask->s6_addr[i++] = 0xFF; + mask->s6_addr[i] = 0xFF << (8 - bits); +} + +/* a = (a & mask) | (b & ~mask) */ +static void ipv6_or_mask(struct in6_addr *a, const struct in6_addr *mask, const struct in6_addr *b) { + unsigned int i; + + for (i = 0; i < sizeof(a->s6_addr) / sizeof(*a->s6_addr); i++) + a->s6_addr[i] = (a->s6_addr[i] & mask->s6_addr[i]) | (b->s6_addr[i] & ~mask->s6_addr[i]); +} + +void NetBlockIPv6Netmask::apply_netmask(int bits) { +#ifdef _AIX + const struct in6_addr zeros = { { { 0x00, 0x00, 0x00, 0x00 } } }; + const struct in6_addr ones = { { { 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff } } }; +#else + const struct in6_addr zeros = { { { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} } }; + const struct in6_addr ones = { { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff} } }; +#endif + struct in6_addr mask; + + if (bits > 128) + return; + if (bits < 0) + bits = 128; + + this->exhausted = false; + make_ipv6_netmask(&mask, bits); + ipv6_or_mask(&this->start, &mask, &zeros); + ipv6_or_mask(&this->end, &mask, &ones); + this->cur = this->start; +} + +/* a = a & ~b */ +static void recover_ipv6_netmask(struct in6_addr *a, const struct in6_addr *b) { + unsigned int i; + + for (i = 0; i < sizeof(a->s6_addr) / sizeof(*a->s6_addr); i++) + a->s6_addr[i] = a->s6_addr[i] & ~b->s6_addr[i]; +} + +static unsigned int count_ipv6_bits(const struct in6_addr *a) { + unsigned int i, n; + unsigned char mask; + + n = 0; + for (i = 0; i < sizeof(a->s6_addr) / sizeof(*a->s6_addr); i++) { + for (mask = 0x80; mask != 0; mask >>= 1) { + if ((a->s6_addr[i] & mask) != 0) + n++; + } + } + + return n; +} + +std::string NetBlockIPv6Netmask::str() const { + std::ostringstream result; + unsigned int bits; + struct in6_addr a; + + a = this->start; + recover_ipv6_netmask(&a, &this->end); + bits = count_ipv6_bits(&a); + + result << inet_ntop_ez((struct sockaddr_storage *) &this->addr, sizeof(this->addr)) << "/" << bits; + + return result.str(); +} + +NetBlock *NetBlockHostname::resolve() { + struct addrinfo *addrs, *addr; + std::list resolvedaddrs; + std::list unscanned_addrs; + NetBlock *netblock; + struct sockaddr_storage ss; + size_t sslen; + + addrs = resolve_all(this->hostname.c_str(), AF_UNSPEC); + for (addr = addrs; addr != NULL; addr = addr->ai_next) { + if (addr->ai_addrlen < sizeof(ss)) { + memcpy(&ss, addr->ai_addr, addr->ai_addrlen); + if ((o.resolve_all || resolvedaddrs.empty()) && addr->ai_family == this->af) { + resolvedaddrs.push_back(ss); + } + else { + unscanned_addrs.push_back(ss); + } + } + } + if (addrs != NULL) + freeaddrinfo(addrs); + + if (resolvedaddrs.empty()) { + if (unscanned_addrs.empty()) + return NULL; + + switch (this->af) { + case AF_INET: + error("Warning: Hostname %s resolves, but not to any IPv4 address. Try scanning with -6", this->hostname.c_str()); + break; + case AF_INET6: + error("Warning: Hostname %s resolves, but not to any IPv6 address. Try scanning without -6", this->hostname.c_str()); + break; + default: + error("Warning: Unknown address family: %d", this->af); + break; + } + return NULL; + } + ss = resolvedaddrs.front(); + sslen = sizeof(ss); + + if (!unscanned_addrs.empty() && o.verbose > 1) { + error("Warning: Hostname %s resolves to %lu IPs. Using %s.", this->hostname.c_str(), + (unsigned long) unscanned_addrs.size() + resolvedaddrs.size(), inet_ntop_ez(&ss, sslen)); + } + + netblock = NULL; + if (ss.ss_family == AF_INET) { + NetBlockIPv4Ranges *netblock_ranges; + + netblock_ranges = new NetBlockIPv4Ranges(); + netblock_ranges->set_addr((struct sockaddr_in *) &ss); + netblock = netblock_ranges; + } else if (ss.ss_family == AF_INET6) { + NetBlockIPv6Netmask *netblock_ipv6; + + netblock_ipv6 = new NetBlockIPv6Netmask(); + netblock_ipv6->set_addr((struct sockaddr_in6 *) &ss); + netblock = netblock_ipv6; + } + + if (netblock == NULL) + return NULL; + + netblock->hostname = this->hostname; + netblock->resolvedaddrs = resolvedaddrs; + netblock->unscanned_addrs = unscanned_addrs; + netblock->current_addr = netblock->resolvedaddrs.begin(); + netblock->apply_netmask(this->bits); + + return netblock; +} + +NetBlockHostname::NetBlockHostname(const char *hostname, int af) { + this->hostname = hostname; + this->af = af; + this->bits = -1; +} + +bool NetBlockHostname::next(struct sockaddr_storage *ss, size_t *sslen) { + assert(false); + return false; +} + +void NetBlockHostname::apply_netmask(int bits) { + this->bits = bits; +} + +std::string NetBlockHostname::str() const { + std::ostringstream result; + + result << this->hostname; + if (this->bits >= 0) + result << "/" << this->bits; + + return result.str(); +} + +TargetGroup::~TargetGroup() { + if (this->netblock != NULL) + delete this->netblock; +} + +/* Initializes (or reinitializes) the object with a new expression, such + as 192.168.0.0/16 , 10.1.0-5.1-254 , or fe80::202:e3ff:fe14:1102 . + Returns 0 for success */ +int TargetGroup::parse_expr(const char *target_expr, int af) { + if (this->netblock != NULL) + delete this->netblock; + this->netblock = NetBlock::parse_expr(target_expr, af); + if (this->netblock != NULL) + return 0; + else + return 1; +} + +/* Grab the next host from this expression (if any) and updates its internal + state to reflect that the IP was given out. Returns 0 and + fills in ss if successful. ss must point to a pre-allocated + sockaddr_storage structure */ +int TargetGroup::get_next_host(struct sockaddr_storage *ss, size_t *sslen) { + if (this->netblock == NULL) + return -1; + + /* If all we have at this point is a hostname and netmask, resolve into + something where we know the address. If we ever have to use strictly the + hostname, without doing local DNS resolution (like with a proxy scan), this + has to be made conditional (and perhaps an error if the netmask doesn't + limit it to exactly one address). */ + NetBlock *netblock_resolved = this->netblock->resolve(); + if (netblock_resolved != NULL) { + /* resolve may return the original netblock if it's not a type that needs + * to be resolved. Don't delete it! */ + if (netblock_resolved != this->netblock) { + delete this->netblock; + this->netblock = netblock_resolved; + } + } + else { + error("Failed to resolve \"%s\".", this->netblock->hostname.c_str()); + if (this->netblock->hostname == "-") + error("Bare '-': did you put a space between '--'?"); + return -1; + } + + if (this->netblock->next(ss, sslen)) + return 0; + else + return -1; +} + +/* Returns true iff the given address is the one that was resolved to create + this target group; i.e., not one of the addresses derived from it with a + netmask. */ +bool TargetGroup::is_resolved_address(const struct sockaddr_storage *ss) const { + return this->netblock->is_resolved_address(ss); +} + +/* Return a string of the name or address that was resolved for this group. */ +const char *TargetGroup::get_resolved_name(void) const { + if (this->netblock->hostname.empty()) + return NULL; + else + return this->netblock->hostname.c_str(); +} + +/* Return the list of addresses that the name for this group resolved to, but + which were not scanned, if it came from a name resolution. */ +const std::list &TargetGroup::get_unscanned_addrs(void) const { + return this->netblock->unscanned_addrs; +} + +/* is the current expression a named host */ +int TargetGroup::get_namedhost() const { + return this->get_resolved_name() != NULL; +} diff --git a/TargetGroup.h b/TargetGroup.h new file mode 100644 index 0000000..bf6a093 --- /dev/null +++ b/TargetGroup.h @@ -0,0 +1,106 @@ + +/*************************************************************************** + * TargetGroup.h -- The "TargetGroup" class holds a group of IP addresses, * + * such as those from a '/16' or '10.*.*.*' specification. It also has a * + * trivial HostGroupState class which handles a bunch of expressions that * + * go into TargetGroup classes. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#ifndef TARGETGROUP_H +#define TARGETGROUP_H + +#include +#include + +class NetBlock; + +class TargetGroup { +public: + NetBlock *netblock; + + TargetGroup() { + this->netblock = NULL; + } + + ~TargetGroup(); + + /* Initializes (or reinitializes) the object with a new expression, + such as 192.168.0.0/16 , 10.1.0-5.1-254 , or + fe80::202:e3ff:fe14:1102 . The af parameter is AF_INET or + AF_INET6 Returns 0 for success */ + int parse_expr(const char *target_expr, int af); + /* Grab the next host from this expression (if any). Returns 0 and + fills in ss if successful. ss must point to a pre-allocated + sockaddr_storage structure */ + int get_next_host(struct sockaddr_storage *ss, std::size_t *sslen); + /* Returns true iff the given address is the one that was resolved to create + this target group; i.e., not one of the addresses derived from it with a + netmask. */ + bool is_resolved_address(const struct sockaddr_storage *ss) const; + /* Return a string of the name or address that was resolved for this group. */ + const char *get_resolved_name(void) const; + /* Return the list of addresses that the name for this group resolved to, but + which were not scanned, if it came from a name resolution. */ + const std::list &get_unscanned_addrs(void) const; + /* is the current expression a named host */ + int get_namedhost() const; +}; + +#endif /* TARGETGROUP_H */ + diff --git a/acinclude.m4 b/acinclude.m4 new file mode 100644 index 0000000..21c9346 --- /dev/null +++ b/acinclude.m4 @@ -0,0 +1,127 @@ +dnl Type of 6th argument to recvfrom(). Usually int or socklen_t. +AC_DEFUN([RECVFROM_ARG6_TYPE], +[ + AC_LANG_PUSH(C++) + AC_MSG_CHECKING([for type of 6th argument to recvfrom()]) + recvfrom6_t= + for t in socklen_t int; do + AC_TRY_COMPILE([ +#include +#include +#include +#include ],[ +$t arg; +recvfrom (0, NULL, 0, 0, NULL, &arg);],[ + recvfrom6_t="$t" + break]) + done + + if test "x$recvfrom6_t" = x; then + AC_MSG_WARN([Cannot find type for 6th argument to recvfrom(). Using socklen_t ptr]) + recvfrom6_t="socklen_t" + fi + + AC_MSG_RESULT($recvfrom6_t) + AC_DEFINE_UNQUOTED(recvfrom6_t, $recvfrom6_t, + [Type of 6th argument to recvfrom()]) + AC_LANG_POP(C++) +]) + +dnl Checks if the pcap version is suitable. The has to be at least version +dnl 0.9.4. Mac OS X 10.6 has a bug in its BIOCSRTIMEOUT ioctl that is worked +dnl around in libpcap 1.1.0 and later; but before that we must use our own copy. +AC_DEFUN([PCAP_IS_SUITABLE], +[ + AC_CHECK_HEADERS(sys/ioccom.h sys/time.h net/bpf.h) + AC_MSG_CHECKING(if libpcap is suitable) + AC_TRY_RUN([ +#include +extern char pcap_version[]; +int main() { + int major, minor1, minor2; + sscanf(pcap_version,"%d.%d.%d", &major, &minor1, &minor2); + if (major > 0) + return 0; + if (minor1 < 9) + return 1; + if (minor2 < 4) + return 1; + return 0; +} + ], [ + AC_TRY_RUN([ +#include +#include +#ifdef HAVE_SYS_IOCCOM_H +#include +#endif +#ifdef HAVE_SYS_TIME_H +#include +#endif +#ifdef HAVE_NET_BPF_H +#include +#endif +extern char pcap_version[]; +int main() { + int major, minor; + sscanf(pcap_version,"%d.%d", &major, &minor); + if ((major == 1 && minor >= 1) || major > 1) + return 0; +#ifdef BIOCSRTIMEOUT +#ifdef IOCPARM_LEN + if (IOCPARM_LEN(BIOCSRTIMEOUT) != sizeof(struct timeval)) + return 1; +#endif +#endif + return 0; +} + ], [ + AC_CHECK_DECL([pcap_get_selectable_fd], + [AC_MSG_RESULT(yes); $1], + [AC_MSG_RESULT(no -- pcap_get_selectable_fd not declared); $2], + [[#include ]]) + ], + [AC_MSG_RESULT(no -- BPF_TIMEOUT BIOCSRTIMEOUT bug (64-bit OS X)); $2]) + ], + [AC_MSG_RESULT(no); $2], + [AC_MSG_RESULT(cross-compiling -- assuming yes); $3]) +]) + +dnl Checks if IPPROTO_RAW induces IP_HDRINCL-like behavior in AF_INET6 sockets. +dnl Defines HAVE_IPV6_IPPROTO_RAW if so. So far I only know this happens on +dnl Linux. +AC_DEFUN([CHECK_IPV6_IPPROTO_RAW], +[ + AC_MSG_CHECKING(if AF_INET6 IPPROTO_RAW sockets include the packet header) + # This should be replaced with a better test, if possible. + case "$host" in + *-linux*) + AC_DEFINE(HAVE_IPV6_IPPROTO_RAW, 1, + [If AF_INET6 IPPROTO_RAW sockets include the packet header]) + AC_MSG_RESULT(yes) + ;; + *) + AC_MSG_RESULT(no) + ;; + esac +]) + +AC_DEFUN([LARGE_FILES_IF_NOT_BROKEN], +[ + AC_LANG_PUSH(C++) + AC_MSG_CHECKING([for broken _LARGE_FILES support, such as with gcc <4.4.0 on AIX]) + AC_CACHE_VAL(ac_cv_large_files_broken, + AC_TRY_COMPILE( + [ +#define _LARGE_FILES 1 +#include], + [], + ac_cv_large_files_broken=no, + ac_cv_large_files_broken=yes)) + if test $ac_cv_large_files_broken = no; then + AC_SYS_LARGEFILE + fi + AC_MSG_RESULT($ac_cv_large_files_broken) + AC_LANG_POP(C++) +] +) diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..da900a3 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,300 @@ +# generated automatically by aclocal 1.15 -*- Autoconf -*- + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. + +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) +# nls.m4 serial 5 (gettext-0.18) +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, +dnl Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. +dnl +dnl This file can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +AC_PREREQ([2.50]) + +AC_DEFUN([AM_NLS], +[ + AC_MSG_CHECKING([whether NLS is requested]) + dnl Default is enabled NLS + AC_ARG_ENABLE([nls], + [ --disable-nls do not use Native Language Support], + USE_NLS=$enableval, USE_NLS=yes) + AC_MSG_RESULT([$USE_NLS]) + AC_SUBST([USE_NLS]) +]) + +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + + +# AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# --------------------------------------------------------------------------- +# Adds support for distributing Python modules and packages. To +# install modules, copy them to $(pythondir), using the python_PYTHON +# automake variable. To install a package with the same name as the +# automake package, install to $(pkgpythondir), or use the +# pkgpython_PYTHON automake variable. +# +# The variables $(pyexecdir) and $(pkgpyexecdir) are provided as +# locations to install python extension modules (shared libraries). +# Another macro is required to find the appropriate flags to compile +# extension modules. +# +# If your package is configured with a different prefix to python, +# users will have to add the install directory to the PYTHONPATH +# environment variable, or create a .pth file (see the python +# documentation for details). +# +# If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will +# cause an error if the version of python installed on the system +# doesn't meet the requirement. MINIMUM-VERSION should consist of +# numbers and dots only. +AC_DEFUN([AM_PATH_PYTHON], + [ + dnl Find a Python interpreter. Python versions prior to 2.0 are not + dnl supported. (2.0 was released on October 16, 2000). + m4_define_default([_AM_PYTHON_INTERPRETER_LIST], +[python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 dnl + python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0]) + + AC_ARG_VAR([PYTHON], [the Python interpreter]) + + m4_if([$1],[],[ + dnl No version check is needed. + # Find any Python interpreter. + if test -z "$PYTHON"; then + AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :) + fi + am_display_PYTHON=python + ], [ + dnl A version check is needed. + if test -n "$PYTHON"; then + # If the user set $PYTHON, use it and don't search something else. + AC_MSG_CHECKING([whether $PYTHON version is >= $1]) + AM_PYTHON_CHECK_VERSION([$PYTHON], [$1], + [AC_MSG_RESULT([yes])], + [AC_MSG_RESULT([no]) + AC_MSG_ERROR([Python interpreter is too old])]) + am_display_PYTHON=$PYTHON + else + # Otherwise, try each interpreter until we find one that satisfies + # VERSION. + AC_CACHE_CHECK([for a Python interpreter with version >= $1], + [am_cv_pathless_PYTHON],[ + for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do + test "$am_cv_pathless_PYTHON" = none && break + AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break]) + done]) + # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. + if test "$am_cv_pathless_PYTHON" = none; then + PYTHON=: + else + AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON]) + fi + am_display_PYTHON=$am_cv_pathless_PYTHON + fi + ]) + + if test "$PYTHON" = :; then + dnl Run any user-specified action, or abort. + m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])]) + else + + dnl Query Python for its version number. Getting [:3] seems to be + dnl the best way to do this; it's what "site.py" does in the standard + dnl library. + + AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version], + [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`]) + AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) + + dnl Use the values of $prefix and $exec_prefix for the corresponding + dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX. These are made + dnl distinct variables so they can be overridden if need be. However, + dnl general consensus is that you shouldn't need this ability. + + AC_SUBST([PYTHON_PREFIX], ['${prefix}']) + AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}']) + + dnl At times (like when building shared libraries) you may want + dnl to know which OS platform Python thinks this is. + + AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform], + [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`]) + AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform]) + + # Just factor out some code duplication. + am_python_setup_sysconfig="\ +import sys +# Prefer sysconfig over distutils.sysconfig, for better compatibility +# with python 3.x. See automake bug#10227. +try: + import sysconfig +except ImportError: + can_use_sysconfig = 0 +else: + can_use_sysconfig = 1 +# Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs: +# +try: + from platform import python_implementation + if python_implementation() == 'CPython' and sys.version[[:3]] == '2.7': + can_use_sysconfig = 0 +except ImportError: + pass" + + dnl Set up 4 directories: + + dnl pythondir -- where to install python scripts. This is the + dnl site-packages directory, not the python standard library + dnl directory like in previous automake betas. This behavior + dnl is more consistent with lispdir.m4 for example. + dnl Query distutils for this directory. + AC_CACHE_CHECK([for $am_display_PYTHON script directory], + [am_cv_python_pythondir], + [if test "x$prefix" = xNONE + then + am_py_prefix=$ac_default_prefix + else + am_py_prefix=$prefix + fi + am_cv_python_pythondir=`$PYTHON -c " +$am_python_setup_sysconfig +if can_use_sysconfig: + sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'}) +else: + from distutils import sysconfig + sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix') +sys.stdout.write(sitedir)"` + case $am_cv_python_pythondir in + $am_py_prefix*) + am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` + am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"` + ;; + *) + case $am_py_prefix in + /usr|/System*) ;; + *) + am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages + ;; + esac + ;; + esac + ]) + AC_SUBST([pythondir], [$am_cv_python_pythondir]) + + dnl pkgpythondir -- $PACKAGE directory under pythondir. Was + dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is + dnl more consistent with the rest of automake. + + AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE]) + + dnl pyexecdir -- directory for installing python extension modules + dnl (shared libraries) + dnl Query distutils for this directory. + AC_CACHE_CHECK([for $am_display_PYTHON extension module directory], + [am_cv_python_pyexecdir], + [if test "x$exec_prefix" = xNONE + then + am_py_exec_prefix=$am_py_prefix + else + am_py_exec_prefix=$exec_prefix + fi + am_cv_python_pyexecdir=`$PYTHON -c " +$am_python_setup_sysconfig +if can_use_sysconfig: + sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_prefix'}) +else: + from distutils import sysconfig + sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_prefix') +sys.stdout.write(sitedir)"` + case $am_cv_python_pyexecdir in + $am_py_exec_prefix*) + am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` + am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"` + ;; + *) + case $am_py_exec_prefix in + /usr|/System*) ;; + *) + am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages + ;; + esac + ;; + esac + ]) + AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir]) + + dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE) + + AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE]) + + dnl Run any user-specified action. + $2 + fi + +]) + + +# AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], [ACTION-IF-FALSE]) +# --------------------------------------------------------------------------- +# Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION. +# Run ACTION-IF-FALSE otherwise. +# This test uses sys.hexversion instead of the string equivalent (first +# word of sys.version), in order to cope with versions such as 2.2c1. +# This supports Python 2.0 or higher. (2.0 was released on October 16, 2000). +AC_DEFUN([AM_PYTHON_CHECK_VERSION], + [prog="import sys +# split strings by '.' and convert to numeric. Append some zeros +# because we need at least 4 digits for the hex conversion. +# map returns an iterator in Python 3.0 and a list in 2.x +minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]] +minverhex = 0 +# xrange is not present in Python 3.0 and range returns an iterator +for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]] +sys.exit(sys.hexversion < minverhex)" + AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) + +# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +m4_include([acinclude.m4]) diff --git a/charpool.cc b/charpool.cc new file mode 100644 index 0000000..882ca91 --- /dev/null +++ b/charpool.cc @@ -0,0 +1,141 @@ + +/*************************************************************************** + * charpool.cc -- Handles Nmap's "character pool" memory allocation * + * system. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#include +#undef NDEBUG +#include + +#include "nbase.h" + +/* Character pool memory allocation */ +#include "charpool.h" +#include "nmap_error.h" + +static CharPool g_charpool (16384); + +const char *cp_strndup(const char *src, int len) { + return g_charpool.dup(src, len); +} +const char *cp_strdup(const char *src) { + return g_charpool.dup(src); +} +void cp_free(void) { + return g_charpool.clear(); +} + +class StrTable { + public: + StrTable() { + memset(table, 0, sizeof(table)); + for (int i = 1; i <= CHAR_MAX; i++) { + table[i*2] = static_cast(i); + } + } + const char *get(char c) { assert(c >= 0); return &table[c*2]; } + private: + char table[2*(CHAR_MAX + 1)]; +}; +static StrTable g_table; + +const char *cp_char2str(char c) { + return g_table.get(c); +} + +CharPool::CharPool(size_t init_sz) { + assert(init_sz >= 256); + /* Create our char pool */ + currentbucketsz = init_sz; + nexti = 0; + char *b = (char *) safe_malloc(currentbucketsz); + buckets.push_back(b); +} + +void CharPool::clear(void) { + for (BucketList::iterator it=buckets.begin(); it != buckets.end(); it++) { + free(*it); + } + buckets.clear(); +} + +const char *CharPool::dup(const char *src, int len) { + if (len < 0) + len = strlen(src); + if (len == 0) + return g_table.get('\0'); + else if (len == 1) + return g_table.get(*src); + + int sz = len + 1; + char *p = buckets.back() + nexti; + + while (nexti + sz > currentbucketsz) { + /* Doh! We've got to make room */ + currentbucketsz <<= 1; + nexti = 0; + p = (char *) safe_malloc(currentbucketsz); + buckets.push_back(p); + } + + nexti += sz; + p[len] = '\0'; + return (const char *) memcpy(p, src, len); +} diff --git a/charpool.h b/charpool.h new file mode 100644 index 0000000..c0c0749 --- /dev/null +++ b/charpool.h @@ -0,0 +1,93 @@ + +/*************************************************************************** + * charpool.h -- Handles Nmap's "character pool" memory allocation * + * system. * + * * + ***********************IMPORTANT NMAP LICENSE TERMS************************ + * + * The Nmap Security Scanner is (C) 1996-2023 Nmap Software LLC ("The Nmap + * Project"). Nmap is also a registered trademark of the Nmap Project. + * + * This program is distributed under the terms of the Nmap Public Source + * License (NPSL). The exact license text applying to a particular Nmap + * release or source code control revision is contained in the LICENSE + * file distributed with that version of Nmap or source code control + * revision. More Nmap copyright/legal information is available from + * https://nmap.org/book/man-legal.html, and further information on the + * NPSL license itself can be found at https://nmap.org/npsl/ . This + * header summarizes some key points from the Nmap license, but is no + * substitute for the actual license text. + * + * Nmap is generally free for end users to download and use themselves, + * including commercial use. It is available from https://nmap.org. + * + * The Nmap license generally prohibits companies from using and + * redistributing Nmap in commercial products, but we sell a special Nmap + * OEM Edition with a more permissive license and special features for + * this purpose. See https://nmap.org/oem/ + * + * If you have received a written Nmap license agreement or contract + * stating terms other than these (such as an Nmap OEM license), you may + * choose to use and redistribute Nmap under those terms instead. + * + * The official Nmap Windows builds include the Npcap software + * (https://npcap.com) for packet capture and transmission. It is under + * separate license terms which forbid redistribution without special + * permission. So the official Nmap Windows builds may not be redistributed + * without special permission (such as an Nmap OEM license). + * + * Source is provided to this software because we believe users have a + * right to know exactly what a program is going to do before they run it. + * This also allows you to audit the software for security holes. + * + * Source code also allows you to port Nmap to new platforms, fix bugs, and add + * new features. You are highly encouraged to submit your changes as a Github PR + * or by email to the dev@nmap.org mailing list for possible incorporation into + * the main distribution. Unless you specify otherwise, it is understood that + * you are offering us very broad rights to use your submissions as described in + * the Nmap Public Source License Contributor Agreement. This is important + * because we fund the project by selling licenses with various terms, and also + * because the inability to relicense code has caused devastating problems for + * other Free Software projects (such as KDE and NASM). + * + * The free version of Nmap is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranties, + * indemnification and commercial support are all available through the + * Npcap OEM program--see https://nmap.org/oem/ + * + ***************************************************************************/ + +/* $Id$ */ + +#ifndef CHARPOOL_H +#define CHARPOOL_H + +#include + +/* len does not include null terminator */ +const char *cp_strndup(const char *src, int len); +const char *cp_strdup(const char *src); +// Returns a pointer to a 1-char string +const char *cp_char2str(char c); + +void cp_free(void); + +typedef std::vector BucketList; + +class CharPool { + private: + BucketList buckets; + size_t currentbucketsz; + size_t nexti; + public: + CharPool(size_t init_sz=256); + ~CharPool() { this->clear(); } + // Free all allocated buckets + void clear(); + // if len < 0, strlen will be used to determine src length + const char *dup(const char *src, int len=-1); +}; + +#endif + diff --git a/checklibs.sh b/checklibs.sh new file mode 100644 index 0000000..52defc0 --- /dev/null +++ b/checklibs.sh @@ -0,0 +1,110 @@ +#!/bin/sh + +NDIR=${NDIR:-$PWD} + +newest() { + sort -V | tail -n 1 +} + +trim_version() { + echo $1 | sed 's/\(^\|\.\)0*/\1/g' +} + +check_libpcre() { + PCRE_SOURCE="https://github.com/PCRE2Project/pcre2/releases/latest" + PCRE_MAJOR="" + PCRE_MINOR="" + eval $(grep '^PCRE2_MAJOR=' $NDIR/libpcre/configure) + eval $(grep '^PCRE2_MINOR=' $NDIR/libpcre/configure) + PCRE_VERSION="$PCRE2_MAJOR.$PCRE2_MINOR" + PCRE_LATEST=$(curl -s -I $PCRE_SOURCE | tee tmp.txt | perl -lne 'if(m|^Location:.*/tag/pcre2-(\d+.\d+)[\r\n]*$|){print $1;exit(0)}') + if [ "$PCRE_VERSION" != "$PCRE_LATEST" ]; then + echo "Newer version of libpcre available" + echo " Current:" $PCRE_VERSION + echo " Latest: " $PCRE_LATEST + echo " Source: $PCRE_SOURCE" + else + echo "libpcre: $PCRE_VERSION" + fi +} + +check_libpcap() { + PCAP_SOURCE="https://www.tcpdump.org/release/" + PCAP_VERSION=$(cat $NDIR/libpcap/VERSION 2>/dev/null || cat $NDIR/libpcap/VERSION.txt) + PCAP_LATEST=$(curl -s $PCAP_SOURCE | perl -lne 'if(/libpcap-([\d.]+).tar.gz/){print $1}' | newest) + if [ "$PCAP_VERSION" != "$PCAP_LATEST" ]; then + echo "Newer version of libpcap available" + echo " Current:" $PCAP_VERSION + echo " Latest: " $PCAP_LATEST + echo " Source: $PCAP_SOURCE" + else + echo "libpcap: $PCAP_VERSION" + fi +} + +check_liblua() { + LUA_SOURCE="http://www.lua.org/ftp/" + cat >check_liblua.c < +int main(int argc,char *argv[]){ +printf("%s\\n", LUA_RELEASE); +return 0; +} +EOC + cc -I"$NDIR/liblua" -o check_liblua check_liblua.c + LUA_VERSION=$(./check_liblua) + LUA_VERSION=${LUA_VERSION#Lua } + rm check_liblua check_liblua.c + LUA_LATEST=$(curl -s $LUA_SOURCE | perl -lne 'if(/lua-([\d.]+).tar.gz/){print $1}' | newest) + if [ "$LUA_VERSION" != "$LUA_LATEST" ]; then + echo "Newer version of liblua available" + echo " Current:" $LUA_VERSION + echo " Latest: " $LUA_LATEST + echo " Source: $LUA_SOURCE" + else + echo "liblua: $LUA_VERSION" + fi +} + +check_liblinear() { + LINEAR_SOURCE="https://www.csie.ntu.edu.tw/~cjlin/liblinear/" + echo "Can't check liblinear, no version information is available" + LINEAR_LATEST=$(curl -s $LINEAR_SOURCE | perl -lne 'if(/The current release \(([^)]+)\) of LIBLINEAR/){print $1;exit 0}') + echo " Latest:" $LINEAR_LATEST +} + +check_zlib() { + ZLIB_SOURCE="https://zlib.net/" + ZLIB_VERSION=$(awk '$2=="ZLIB_VERSION"{print$3;exit}' $NDIR/libz/zlib.h | tr -d '"') + ZLIB_LATEST=$(curl -s $ZLIB_SOURCE | perl -lne 'if(/zlib-([\d.]+).tar.gz/){print $1}' | newest) + if [ "$ZLIB_VERSION" != "$ZLIB_LATEST" ]; then + echo "Newer version of zlib available" + echo " Current:" $ZLIB_VERSION + echo " Latest: " $ZLIB_LATEST + echo " Source: $ZLIB_SOURCE" + else + echo "zlib: $ZLIB_VERSION" + fi +} + +check_libssh2() { + LIBSSH2_SOURCE="https://www.libssh2.org/download/" + LIBSSH2_VERSION=$(awk '$2=="LIBSSH2_VERSION"{print$3;exit}' $NDIR/libssh2/include/libssh2.h | tr -d '"') + LIBSSH2_LATEST=$(curl -s $LIBSSH2_SOURCE | perl -lne 'if(/libssh2-([\d.]+).tar.gz/){print $1}' | newest) + if [ "$LIBSSH2_VERSION" != "$LIBSSH2_LATEST" ]; then + echo "Newer version of libssh2 available" + echo " Current:" $LIBSSH2_VERSION + echo " Latest: " $LIBSSH2_LATEST + echo " Source: $LIBSSH2_SOURCE" + else + echo "libssh2: $LIBSSH2_VERSION" + fi +} + +check_libpcre +check_libpcap +check_liblua +check_liblinear +check_zlib +check_libssh2 diff --git a/config.guess b/config.guess new file mode 100755 index 0000000..dbfb978 --- /dev/null +++ b/config.guess @@ -0,0 +1,1421 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright 1992-2015 Free Software Foundation, Inc. + +timestamp='2015-01-01' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). +# +# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. +# +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD +# +# Please send patches to . + + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright 1992-2015 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +case "${UNAME_SYSTEM}" in +Linux|GNU|GNU/*) + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + LIBC=gnu + + eval $set_cc_for_build + cat <<-EOF > $dummy.c + #include + #if defined(__UCLIBC__) + LIBC=uclibc + #elif defined(__dietlibc__) + LIBC=dietlibc + #else + LIBC=gnu + #endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + ;; +esac + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit ;; + arm*:riscos:*:*|arm*:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux${UNAME_RELEASE} + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[4567]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/lslpp ] ; then + IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | + awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + UNAME_PROCESSOR=`/usr/bin/uname -p` + case ${UNAME_PROCESSOR} in + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + *:MINGW64*:*) + echo ${UNAME_MACHINE}-pc-mingw64 + exit ;; + *:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + *:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + *:Interix*:*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + authenticamd | genuineintel | EM64T) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + aarch64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + aarch64_be:Linux:*:*) + UNAME_MACHINE=aarch64_be + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + arc:Linux:*:* | arceb:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + arm*:Linux:*:*) + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + else + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi + else + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf + fi + fi + exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + cris:Linux:*:*) + echo ${UNAME_MACHINE}-axis-linux-${LIBC} + exit ;; + crisv32:Linux:*:*) + echo ${UNAME_MACHINE}-axis-linux-${LIBC} + exit ;; + frv:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + hexagon:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + i*86:Linux:*:*) + echo ${UNAME_MACHINE}-pc-linux-${LIBC} + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + mips:Linux:*:* | mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=${UNAME_MACHINE}el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=${UNAME_MACHINE} + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + ;; + openrisc*:Linux:*:*) + echo or1k-unknown-linux-${LIBC} + exit ;; + or32:Linux:*:* | or1k*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-${LIBC} + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-${LIBC} + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; + PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; + *) echo hppa-unknown-linux-${LIBC} ;; + esac + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-${LIBC} + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-${LIBC} + exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-${LIBC} + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux-${LIBC} + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-${LIBC} + exit ;; + x86_64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + eval $set_cc_for_build + if test "$UNAME_PROCESSOR" = unknown ; then + UNAME_PROCESSOR=powerpc + fi + if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # Avoid executing cc on OS X 10.9, as it ships with a stub + # that puts up a graphical alert prompting to install + # developer tools. Any system running Mac OS X 10.7 or + # later (Darwin 11 and later) is required to have a 64-bit + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 + fi + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; + NSE-*:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; + x86_64:VMkernel:*:*) + echo ${UNAME_MACHINE}-unknown-esx + exit ;; +esac + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/config.sub b/config.sub new file mode 100755 index 0000000..6d2e94c --- /dev/null +++ b/config.sub @@ -0,0 +1,1807 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright 1992-2015 Free Software Foundation, Inc. + +timestamp='2015-01-01' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). + + +# Please send patches to . +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright 1992-2015 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + android-linux) + os=-linux-android + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray | -microblaze*) + os= + basic_machine=$1 + ;; + -bluegene*) + os=-cnk + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | aarch64 | aarch64_be \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arceb \ + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ + | avr | avr32 \ + | be32 | be64 \ + | bfin \ + | c4x | c8051 | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | epiphany \ + | fido | fr30 | frv | ft32 \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | k1om \ + | le32 | le64 \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r6 | mipsisa32r6el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r6 | mipsisa64r6el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nds32 | nds32le | nds32be \ + | nios | nios2 | nios2eb | nios2el \ + | ns16k | ns32k \ + | open8 | or1k | or1knd | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pyramid \ + | riscv32 | riscv64 \ + | rl78 | rx \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ + | ubicom32 \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | visium \ + | we32k \ + | x86 | xc16x | xstormy16 | xtensa \ + | z8k | z80) + basic_machine=$basic_machine-unknown + ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; + leon|leon[3-9]) + basic_machine=sparc-$basic_machine + ;; + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown + ;; + + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | aarch64-* | aarch64_be-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | be32-* | be64-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ + | c8051-* | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | hexagon-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | k1om-* \ + | le32-* | le64-* \ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | microblaze-* | microblazeel-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64octeon-* | mips64octeonel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa32r6-* | mipsisa32r6el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64r6-* | mipsisa64r6el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipsr5900-* | mipsr5900el-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ + | nios-* | nios2-* | nios2eb-* | nios2el-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ + | or1k*-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pyramid-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ + | tron-* \ + | ubicom32-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ + | visium-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ + | xstormy16-* | xtensa*-* \ + | ymp-* \ + | z8k-* | z80-*) + ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aros) + basic_machine=i386-pc + os=-aros + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16 | cr16-*) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + leon-*|leon[3-9]-*) + basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` + ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + microblaze*) + basic_machine=microblaze-xilinx + ;; + mingw64) + basic_machine=x86_64-pc + os=-mingw64 + ;; + mingw32) + basic_machine=i686-pc + os=-mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + moxiebox) + basic_machine=moxie-unknown + os=-moxiebox + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; + msys) + basic_machine=i686-pc + os=-msys + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc | ppcbe) basic_machine=powerpc-unknown + ;; + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos | rdos64) + basic_machine=x86_64-pc + os=-rdos + ;; + rdos32) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tile*) + basic_machine=$basic_machine-unknown + os=-linux-gnu + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -auroraux) + os=-auroraux + ;; + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* | -plan9* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* | -aros* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -zvmoe) + os=-zvmoe + ;; + -dicos*) + os=-dicos + ;; + -nacl*) + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + c8051-*) + os=-elf + ;; + hexagon-*) + os=-elf + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -cnk*|-aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/configure b/configure new file mode 100755 index 0000000..12764ee --- /dev/null +++ b/configure @@ -0,0 +1,9280 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.69. +# +# +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME= +PACKAGE_TARNAME= +PACKAGE_VERSION= +PACKAGE_STRING= +PACKAGE_BUGREPORT= +PACKAGE_URL= + +ac_unique_file="nmap.cc" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +enable_option_checking=no +ac_subst_vars='LTLIBOBJS +LIBOBJS +NCAT_DIST_CLEAN +NCAT_CLEAN +NCAT_UNINSTALL +NCAT_INSTALL +NCAT_CHECK +NCAT_BUILD +NCATDIR +LIBNSOCK_LIBS +NSOCK_CHECK +NSOCK_BUILD +NSOCKDIR +LIBNBASE_LIBS +NBASE_BUILD +NBASEDIR +LIBLINEAR_DIST_CLEAN +LIBLINEAR_CLEAN +LIBLINEAR_BUILD +LIBLINEARDIR +LIBLINEAR_LIBS +NSE_CHECK +INSTALLNSE +LUA_DIST_CLEAN +LUA_CLEAN +LUA_BUILD +LIBLUADIR +LIBLUA_LIBS +NOLUA +DNET_DIST_CLEAN +DNET_CLEAN +DNET_BUILD +LIBDNETDIR +LIBDNET_LIBS +LIBSSH2_LIBS +LIBSSH2_DIST_CLEAN +LIBSSH2_CLEAN +LIBSSH2_BUILD +ZLIB_LIBS +ZLIB_DIST_CLEAN +ZLIB_CLEAN +ZLIB_BUILD +PCRE_DIST_CLEAN +PCRE_CLEAN +PCRE_BUILD +LIBPCREDIR +LIBPCRE_LIBS +LIBPCAP_LIBS +PCAP_DIST_CLEAN +PCAP_CLEAN +PCAP_BUILD +OPENSSL_LIBS +NPING_DIST_CLEAN +NPING_CLEAN +UNINSTALLNPING +INSTALLNPING +BUILDNPING +NPINGDIR +subdirs +ZENMAP_DIST_CLEAN +ZENMAP_CLEAN +ZENMAP_CHECK +UNINSTALLZENMAP +INSTALLZENMAP +BUILDZENMAP +ZENMAPDIR +NDIFF_DIST_CLEAN +NDIFF_CLEAN +NDIFF_CHECK +UNINSTALLNDIFF +INSTALLNDIFF +BUILDNDIFF +NDIFFDIR +pkgpyexecdir +pyexecdir +pkgpythondir +pythondir +PYTHON_PLATFORM +PYTHON_EXEC_PREFIX +PYTHON_PREFIX +PYTHON_VERSION +PYTHON +EGREP +GREP +CPP +LUA_CFLAGS +STRIP +AWK +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +RANLIB +ac_ct_CXX +CXXFLAGS +CXX +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +pcredir +ZLIBDIR +LIBSSH2DIR +libpcapdir +USE_NLS +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_nls +with_localdirs +with_ndiff +with_zenmap +with_nping +with_openssl +with_libpcap +with_libpcre +with_libz +with_libssh2 +with_libdnet +with_liblua +with_liblinear +with_libnbase +with_libnsock +with_ncat +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CXX +CXXFLAGS +CCC +CPP +PYTHON' +ac_subdirs_all='nping +libpcap +libpcre +libz +libssh2 +libdnet-stripped +nbase +nsock/src +ncat' + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures this package to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --disable-nls do not use Native Language Support + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-localdirs Explicitly ask compiler to use + /usr/local/{include,libs} if they exist + --without-ndiff Skip installation of the Ndiff utility + --without-zenmap Skip installation of the Zenmap graphical frontend + --without-nping Skip installation of the Nping utility + --with-openssl=DIR Use optional openssl libs and includes from + [DIR]/lib/ and [DIR]/include/openssl/) + --with-libpcap=DIR Look for pcap in DIR/include and DIR/libs. + --with-libpcap=included Always use version included with Nmap + --with-libpcre=DIR Use an existing (compiled) pcre2 lib from + DIR/include and DIR/lib. + --with-libpcre=included Always use the version included with Nmap + --with-libz=DIR Use specific copy of libz + --with-libz=included Always use version included with Nmap + --with-libssh2=DIR Use specific copy of libssh2 + --with-libssh2=included Always use version included with Nmap + --without-libssh2 Compile without libssh2 + --with-libdnet=DIR Use an existing (compiled) dnet lib from DIR/include + and DIR/lib. This is NOT RECOMMENDED because we have + made many important fixes to our included libdnet, + as described at + ./libdnet-stripped/NMAP_MODIFICATIONS + --with-libdnet=included Use the libdnet version included with Nmap (default) + --with-liblua=DIR Use an existing (compiled) lua lib from DIR/include + and DIR/lib. + --with-liblua=included Use the liblua version included with Nmap + --without-liblua Compile without lua (this will exclude all of NSE + from compilation) + --with-liblinear=DIR Use an existing (compiled) liblinear from + DIR/include and DIR/lib. + --with-liblinear=included + Use the liblinear version included with Nmap + --with-libnbase=DIR Look for nbase include/libs in DIR + --with-libnsock=DIR Compile and link to libnsock in DIR + --without-ncat Skip build and installation of Ncat + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CXX C++ compiler command + CXXFLAGS C++ compiler flags + CPP C preprocessor + PYTHON the Python interpreter + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to the package provider. +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +configure +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_cxx_try_compile LINENO +# ---------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_compile + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_try_cpp LINENO +# ---------------------- +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_cpp + +# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists, giving a warning if it cannot be compiled using +# the include files in INCLUDES and setting the cache variable VAR +# accordingly. +ac_fn_c_check_header_mongrel () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if eval \${$3+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 +$as_echo_n "checking $2 usability... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_header_compiler=yes +else + ac_header_compiler=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 +$as_echo_n "checking $2 presence... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <$2> +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + ac_header_preproc=yes +else + ac_header_preproc=no +fi +rm -f conftest.err conftest.i conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( + yes:no: ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} + ;; + no:yes:* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} + ;; +esac + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=\$ac_header_compiler" +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_mongrel + +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then : + ac_retval=0 +else + $as_echo "$as_me: program exited with status $ac_status" >&5 + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_run + +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists and can be compiled using the include files in +# INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_compile + +# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES +# --------------------------------------------- +# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR +# accordingly. +ac_fn_c_check_decl () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + as_decl_name=`echo $2|sed 's/ *(.*//'` + as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 +$as_echo_n "checking whether $as_decl_name is declared... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +#ifndef $as_decl_name +#ifdef __cplusplus + (void) $as_decl_use; +#else + (void) $as_decl_name; +#endif +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_decl + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by $as_me, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 +$as_echo_n "checking whether NLS is requested... " >&6; } + # Check whether --enable-nls was given. +if test "${enable_nls+set}" = set; then : + enableval=$enable_nls; USE_NLS=$enableval +else + USE_NLS=yes +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 +$as_echo "$USE_NLS" >&6; } + + + +trace_use="" +trace_no_use="" + + +# Check whether --with-localdirs was given. +if test "${with_localdirs+set}" = set; then : + withval=$with_localdirs; case "$with_localdirs" in + yes) + user_localdirs=1 + ;; + no) + user_localdirs=0 + ;; + esac + +else + user_localdirs=0 +fi + + +if test "$user_localdirs" = 1; then + trace_use="$trace_use localdirs" + if test -d /usr/local/lib; then + LDFLAGS="$LDFLAGS -L/usr/local/lib" + fi + if test -d /usr/local/include; then + CPPFLAGS="$CPPFLAGS -I/usr/local/include" + fi +else + trace_no_use="$trace_no_use localdirs" +fi + +if test "${top_nmap_srcdir+set}" != set; then + top_nmap_srcdir=`cd "$srcdir" && pwd` + export top_nmap_srcdir +fi + +libpcapdir=libpcap + + +LIBSSH2DIR=libssh2 + + +ZLIBDIR=libz + + +pcredir=libpcre + + +ac_config_headers="$ac_config_headers nmap_config.h" + + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } +if ${ac_cv_build+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } +if ${ac_cv_host+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi +if test -z "$ac_file"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } +if ${ac_cv_objext+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if ${ac_cv_c_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if ${ac_cv_prog_cc_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if ${ac_cv_prog_cc_c89+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 +$as_echo_n "checking for inline... " >&6; } +if ${ac_cv_c_inline+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo () {return 0; } +$ac_kw foo_t foo () {return 0; } +#endif + +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_inline=$ac_kw +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +$as_echo "$ac_cv_c_inline" >&6; } + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if ${ac_cv_c_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if ${ac_cv_prog_cc_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if ${ac_cv_prog_cc_c89+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +if test -z "$CXX"; then + if test -n "$CCC"; then + CXX=$CCC + else + if test -n "$ac_tool_prefix"; then + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CXX"; then + ac_cv_prog_CXX="$CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CXX=$ac_cv_prog_CXX +if test -n "$CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 +$as_echo "$CXX" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CXX" && break + done +fi +if test -z "$CXX"; then + ac_ct_CXX=$CXX + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CXX"; then + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CXX="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX +if test -n "$ac_ct_CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 +$as_echo "$ac_ct_CXX" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CXX" && break +done + + if test "x$ac_ct_CXX" = x; then + CXX="g++" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CXX=$ac_ct_CXX + fi +fi + + fi +fi +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 +$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } +if ${ac_cv_cxx_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 +$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GXX=yes +else + GXX= +fi +ac_test_CXXFLAGS=${CXXFLAGS+set} +ac_save_CXXFLAGS=$CXXFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 +$as_echo_n "checking whether $CXX accepts -g... " >&6; } +if ${ac_cv_prog_cxx_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_cxx_werror_flag=$ac_cxx_werror_flag + ac_cxx_werror_flag=yes + ac_cv_prog_cxx_g=no + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_prog_cxx_g=yes +else + CXXFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + +else + ac_cxx_werror_flag=$ac_save_cxx_werror_flag + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_prog_cxx_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cxx_werror_flag=$ac_save_cxx_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 +$as_echo "$ac_cv_prog_cxx_g" >&6; } +if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS=$ac_save_CXXFLAGS +elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then + CXXFLAGS="-g -O2" + else + CXXFLAGS="-g" + fi +else + if test "$GXX" = yes; then + CXXFLAGS="-O2" + else + CXXFLAGS= + fi +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_RANLIB+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in #(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + + + +if test -n "$GXX"; then + # -fno-strict-aliasing disables strict-aliasing optimizations that assume + # that pointers of different types never point to the same object. + CXXFLAGS="$CXXFLAGS -Wall -fno-strict-aliasing" +fi + +CFLAGS="$CFLAGS -Wall" + +# Remember that all following tests will run with this CXXFLAGS by default +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __func__" >&5 +$as_echo_n "checking for __func__... " >&6; } + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include + +int +main () +{ +printf ("%s", __func__); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + have_func=yes +else + have_func=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +if test "x$have_func" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __FUNCTION__" >&5 +$as_echo_n "checking for __FUNCTION__... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include + +int +main () +{ +printf ("%s", __FUNCTION__); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + have_function=yes +else + have_function=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test "x$have_function" = "xyes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + $as_echo "#define __func__ __FUNCTION__" >>confdefs.h + + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + $as_echo "#define __func__ __FILE__" >>confdefs.h + + fi +fi + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $STRIP in + [\\/]* | ?:[\\/]*) + ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_STRIP="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +STRIP=$ac_cv_path_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_STRIP"; then + ac_pt_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_ac_pt_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $ac_pt_STRIP in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_STRIP="$ac_pt_STRIP" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_STRIP="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_STRIP=$ac_cv_path_ac_pt_STRIP +if test -n "$ac_pt_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_STRIP" >&5 +$as_echo "$ac_pt_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_pt_STRIP" = x; then + STRIP="/bin/true" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_pt_STRIP + fi +else + STRIP="$ac_cv_path_STRIP" +fi + + +needs_cpp_precomp=no + +LUA_CFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" + + + +case "$host" in + *alpha-dec-osf*) + +$as_echo "#define DEC 1" >>confdefs.h + + ;; + *-netbsd* | *-knetbsd*-gnu) + +$as_echo "#define NETBSD 1" >>confdefs.h + + LDFLAGS="-Wl,-E $LDFLAGS" # needed for nse-C-module support + ;; + *-openbsd*) + +$as_echo "#define OPENBSD 1" >>confdefs.h + + LDFLAGS="-Wl,-E $LDFLAGS" # needed for nse-C-module support + ;; + *-freebsd* | *-kfreebsd*-gnu | *-dragonfly*) + +$as_echo "#define FREEBSD 1" >>confdefs.h + + LDFLAGS="-Wl,-E $LDFLAGS" # needed for nse-C-module support + ;; + *-bsdi*) + +$as_echo "#define BSDI 1" >>confdefs.h + + ;; + *-sgi-irix5* | *-sgi-irix6*) + +$as_echo "#define IRIX 1" >>confdefs.h + + ;; + *-hpux*) + +$as_echo "#define HPUX 1" >>confdefs.h + + # To link with libnet and NM (/usr/lib/libnm.sl) library + # on HP-UX 11.11 (other versions?) Mikhail Zakharov (zmey20000@yahoo.com) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for open_mib in -lnm" >&5 +$as_echo_n "checking for open_mib in -lnm... " >&6; } +if ${ac_cv_lib_nm_open_mib+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lnm $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char open_mib (); +int +main () +{ +return open_mib (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_nm_open_mib=yes +else + ac_cv_lib_nm_open_mib=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nm_open_mib" >&5 +$as_echo "$ac_cv_lib_nm_open_mib" >&6; } +if test "x$ac_cv_lib_nm_open_mib" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBNM 1 +_ACEOF + + LIBS="-lnm $LIBS" + +fi + + ;; + *-aix*) + # use some AIX specific libraries + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for odm_initialize in -lodm" >&5 +$as_echo_n "checking for odm_initialize in -lodm... " >&6; } +if ${ac_cv_lib_odm_odm_initialize+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lodm $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char odm_initialize (); +int +main () +{ +return odm_initialize (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_odm_odm_initialize=yes +else + ac_cv_lib_odm_odm_initialize=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_odm_odm_initialize" >&5 +$as_echo "$ac_cv_lib_odm_odm_initialize" >&6; } +if test "x$ac_cv_lib_odm_odm_initialize" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBODM 1 +_ACEOF + + LIBS="-lodm $LIBS" + +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _system_configuration in -lcfg" >&5 +$as_echo_n "checking for _system_configuration in -lcfg... " >&6; } +if ${ac_cv_lib_cfg__system_configuration+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcfg $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char _system_configuration (); +int +main () +{ +return _system_configuration (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_cfg__system_configuration=yes +else + ac_cv_lib_cfg__system_configuration=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cfg__system_configuration" >&5 +$as_echo "$ac_cv_lib_cfg__system_configuration" >&6; } +if test "x$ac_cv_lib_cfg__system_configuration" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBCFG 1 +_ACEOF + + LIBS="-lcfg $LIBS" + +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for crypt_r in -lcrypt" >&5 +$as_echo_n "checking for crypt_r in -lcrypt... " >&6; } +if ${ac_cv_lib_crypt_crypt_r+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcrypt $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char crypt_r (); +int +main () +{ +return crypt_r (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_crypt_crypt_r=yes +else + ac_cv_lib_crypt_crypt_r=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypt_crypt_r" >&5 +$as_echo "$ac_cv_lib_crypt_crypt_r" >&6; } +if test "x$ac_cv_lib_crypt_crypt_r" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBCRYPT 1 +_ACEOF + + LIBS="-lcrypt $LIBS" + +fi + + ;; + *-solaris2.1[1-9]*) + $as_echo "#define SOLARIS 1" >>confdefs.h + + # Solaris 11 and later use BPF packet capture rather than DLPI. + +$as_echo "#define SOLARIS_BPF_PCAP_CAPTURE 1" >>confdefs.h + + ;; + *-solaris2.0*) + $as_echo "#define STUPID_SOLARIS_CHECKSUM_BUG 1" >>confdefs.h + + $as_echo "#define SOLARIS 1" >>confdefs.h + + ;; + *-solaris2.[1-9][0-9]*) + $as_echo "#define SOLARIS 1" >>confdefs.h + + ;; + *-solaris2.1*) + $as_echo "#define STUPID_SOLARIS_CHECKSUM_BUG 1" >>confdefs.h + + $as_echo "#define SOLARIS 1" >>confdefs.h + + ;; + *-solaris2.2*) + $as_echo "#define STUPID_SOLARIS_CHECKSUM_BUG 1" >>confdefs.h + + $as_echo "#define SOLARIS 1" >>confdefs.h + + ;; + *-solaris2.3*) + $as_echo "#define STUPID_SOLARIS_CHECKSUM_BUG 1" >>confdefs.h + + $as_echo "#define SOLARIS 1" >>confdefs.h + + ;; + *-solaris2.4*) + $as_echo "#define STUPID_SOLARIS_CHECKSUM_BUG 1" >>confdefs.h + + $as_echo "#define SOLARIS 1" >>confdefs.h + + ;; + *-solaris2.5.1) + $as_echo "#define STUPID_SOLARIS_CHECKSUM_BUG 1" >>confdefs.h + + $as_echo "#define SOLARIS 1" >>confdefs.h + + ;; + *-solaris*) + $as_echo "#define SOLARIS 1" >>confdefs.h + + ;; + *-sunos4*) + +$as_echo "#define SUNOS 1" >>confdefs.h + + +$as_echo "#define SPRINTF_RETURNS_STRING 1" >>confdefs.h + + ;; + *-linux*) + +$as_echo "#define LINUX 1" >>confdefs.h + + LDFLAGS="-Wl,-E $LDFLAGS" # needed for nse-C-module support + ;; + *-apple-darwin*) + +$as_echo "#define MACOSX 1" >>confdefs.h + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5 +$as_echo_n "checking for main in -lm... " >&6; } +if ${ac_cv_lib_m_main+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lm $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + +int +main () +{ +return main (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_m_main=yes +else + ac_cv_lib_m_main=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5 +$as_echo "$ac_cv_lib_m_main" >&6; } +if test "x$ac_cv_lib_m_main" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBM 1 +_ACEOF + + LIBS="-lm $LIBS" + +fi + + LUA_CFLAGS="-DLUA_USE_MACOSX" + needs_cpp_precomp=yes + ;; +esac + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if ${ac_cv_prog_CPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +$as_echo "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } +if ${ac_cv_path_GREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if ${ac_cv_path_EGREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if ${ac_cv_header_stdc+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdc=yes +else + ac_cv_header_stdc=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then : + : +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + +else + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +$as_echo "#define STDC_HEADERS 1" >>confdefs.h + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +for ac_header in pwd.h termios.h sys/sockio.h stdint.h sys/stat.h fcntl.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + +for ac_header in linux/rtnetlink.h +do : + ac_fn_c_check_header_compile "$LINENO" "linux/rtnetlink.h" "ac_cv_header_linux_rtnetlink_h" "#include +" +if test "x$ac_cv_header_linux_rtnetlink_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LINUX_RTNETLINK_H 1 +_ACEOF + +fi + +done + +for ac_header in sys/socket.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" +if test "x$ac_cv_header_sys_socket_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_SYS_SOCKET_H 1 +_ACEOF + +fi + +done + +for ac_header in net/if.h +do : + ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "#include +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_SYS_SOCKET_H +# include +#endif + +" +if test "x$ac_cv_header_net_if_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_NET_IF_H 1 +_ACEOF + +fi + +done + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setsockopt" >&5 +$as_echo_n "checking for library containing setsockopt... " >&6; } +if ${ac_cv_search_setsockopt+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char setsockopt (); +int +main () +{ +return setsockopt (); + ; + return 0; +} +_ACEOF +for ac_lib in '' socket; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_setsockopt=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_setsockopt+:} false; then : + break +fi +done +if ${ac_cv_search_setsockopt+:} false; then : + +else + ac_cv_search_setsockopt=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_setsockopt" >&5 +$as_echo "$ac_cv_search_setsockopt" >&6; } +ac_res=$ac_cv_search_setsockopt +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5 +$as_echo_n "checking for library containing gethostbyname... " >&6; } +if ${ac_cv_search_gethostbyname+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char gethostbyname (); +int +main () +{ +return gethostbyname (); + ; + return 0; +} +_ACEOF +for ac_lib in '' nsl; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_gethostbyname=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_gethostbyname+:} false; then : + break +fi +done +if ${ac_cv_search_gethostbyname+:} false; then : + +else + ac_cv_search_gethostbyname=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5 +$as_echo "$ac_cv_search_gethostbyname" >&6; } +ac_res=$ac_cv_search_gethostbyname +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if AF_INET6 IPPROTO_RAW sockets include the packet header" >&5 +$as_echo_n "checking if AF_INET6 IPPROTO_RAW sockets include the packet header... " >&6; } + # This should be replaced with a better test, if possible. + case "$host" in + *-linux*) + +$as_echo "#define HAVE_IPV6_IPPROTO_RAW 1" >>confdefs.h + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + ;; + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + ;; + esac + + + + + + + + + + if test -n "$PYTHON"; then + # If the user set $PYTHON, use it and don't search something else. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 3" >&5 +$as_echo_n "checking whether $PYTHON version is >= 3... " >&6; } + prog="import sys +# split strings by '.' and convert to numeric. Append some zeros +# because we need at least 4 digits for the hex conversion. +# map returns an iterator in Python 3.0 and a list in 2.x +minver = list(map(int, '3'.split('.'))) + [0, 0, 0] +minverhex = 0 +# xrange is not present in Python 3.0 and range returns an iterator +for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] +sys.exit(sys.hexversion < minverhex)" + if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5 + ($PYTHON -c "$prog") >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + as_fn_error $? "Python interpreter is too old" "$LINENO" 5 +fi + am_display_PYTHON=$PYTHON + else + # Otherwise, try each interpreter until we find one that satisfies + # VERSION. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a Python interpreter with version >= 3" >&5 +$as_echo_n "checking for a Python interpreter with version >= 3... " >&6; } +if ${am_cv_pathless_PYTHON+:} false; then : + $as_echo_n "(cached) " >&6 +else + + for am_cv_pathless_PYTHON in python3 python none; do + test "$am_cv_pathless_PYTHON" = none && break + prog="import sys +# split strings by '.' and convert to numeric. Append some zeros +# because we need at least 4 digits for the hex conversion. +# map returns an iterator in Python 3.0 and a list in 2.x +minver = list(map(int, '3'.split('.'))) + [0, 0, 0] +minverhex = 0 +# xrange is not present in Python 3.0 and range returns an iterator +for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] +sys.exit(sys.hexversion < minverhex)" + if { echo "$as_me:$LINENO: $am_cv_pathless_PYTHON -c "$prog"" >&5 + ($am_cv_pathless_PYTHON -c "$prog") >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then : + break +fi + done +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_pathless_PYTHON" >&5 +$as_echo "$am_cv_pathless_PYTHON" >&6; } + # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. + if test "$am_cv_pathless_PYTHON" = none; then + PYTHON=: + else + # Extract the first word of "$am_cv_pathless_PYTHON", so it can be a program name with args. +set dummy $am_cv_pathless_PYTHON; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_PYTHON+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $PYTHON in + [\\/]* | ?:[\\/]*) + ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +PYTHON=$ac_cv_path_PYTHON +if test -n "$PYTHON"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5 +$as_echo "$PYTHON" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi + am_display_PYTHON=$am_cv_pathless_PYTHON + fi + + + if test "$PYTHON" = :; then + HAVE_PYTHON=false + else + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON version" >&5 +$as_echo_n "checking for $am_display_PYTHON version... " >&6; } +if ${am_cv_python_version+:} false; then : + $as_echo_n "(cached) " >&6 +else + am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"` +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5 +$as_echo "$am_cv_python_version" >&6; } + PYTHON_VERSION=$am_cv_python_version + + + + PYTHON_PREFIX='${prefix}' + + PYTHON_EXEC_PREFIX='${exec_prefix}' + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON platform" >&5 +$as_echo_n "checking for $am_display_PYTHON platform... " >&6; } +if ${am_cv_python_platform+:} false; then : + $as_echo_n "(cached) " >&6 +else + am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"` +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5 +$as_echo "$am_cv_python_platform" >&6; } + PYTHON_PLATFORM=$am_cv_python_platform + + + # Just factor out some code duplication. + am_python_setup_sysconfig="\ +import sys +# Prefer sysconfig over distutils.sysconfig, for better compatibility +# with python 3.x. See automake bug#10227. +try: + import sysconfig +except ImportError: + can_use_sysconfig = 0 +else: + can_use_sysconfig = 1 +# Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs: +# +try: + from platform import python_implementation + if python_implementation() == 'CPython' and sys.version[:3] == '2.7': + can_use_sysconfig = 0 +except ImportError: + pass" + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON script directory" >&5 +$as_echo_n "checking for $am_display_PYTHON script directory... " >&6; } +if ${am_cv_python_pythondir+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$prefix" = xNONE + then + am_py_prefix=$ac_default_prefix + else + am_py_prefix=$prefix + fi + am_cv_python_pythondir=`$PYTHON -c " +$am_python_setup_sysconfig +if can_use_sysconfig: + sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'}) +else: + from distutils import sysconfig + sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix') +sys.stdout.write(sitedir)"` + case $am_cv_python_pythondir in + $am_py_prefix*) + am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` + am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"` + ;; + *) + case $am_py_prefix in + /usr|/System*) ;; + *) + am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages + ;; + esac + ;; + esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5 +$as_echo "$am_cv_python_pythondir" >&6; } + pythondir=$am_cv_python_pythondir + + + + pkgpythondir=\${pythondir}/$PACKAGE + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON extension module directory" >&5 +$as_echo_n "checking for $am_display_PYTHON extension module directory... " >&6; } +if ${am_cv_python_pyexecdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$exec_prefix" = xNONE + then + am_py_exec_prefix=$am_py_prefix + else + am_py_exec_prefix=$exec_prefix + fi + am_cv_python_pyexecdir=`$PYTHON -c " +$am_python_setup_sysconfig +if can_use_sysconfig: + sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_prefix'}) +else: + from distutils import sysconfig + sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_prefix') +sys.stdout.write(sitedir)"` + case $am_cv_python_pyexecdir in + $am_py_exec_prefix*) + am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` + am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"` + ;; + *) + case $am_py_exec_prefix in + /usr|/System*) ;; + *) + am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages + ;; + esac + ;; + esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5 +$as_echo "$am_cv_python_pyexecdir" >&6; } + pyexecdir=$am_cv_python_pyexecdir + + + + pkgpyexecdir=\${pyexecdir}/$PACKAGE + + + HAVE_PYTHON=true + fi + + + +NDIFFDIR=ndiff + +# Do they want Ndiff? + +# Check whether --with-ndiff was given. +if test "${with_ndiff+set}" = set; then : + withval=$with_ndiff; +else + with_ndiff=check +fi + +if $HAVE_PYTHON ; then : ; +else + if test "$with_ndiff" = "check" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Not building Ndiff because Python was not found" >&5 +$as_echo "$as_me: WARNING: Not building Ndiff because Python was not found" >&2;} + elif test "$with_ndiff" = "yes"; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "--with-ndiff requires Python +See \`config.log' for more details" "$LINENO" 5; } + fi + with_ndiff=no +fi +if test "$with_ndiff" = "no"; then + trace_no_use="$trace_no_use ndiff" + BUILDNDIFF="" + INSTALLNDIFF="" + UNINSTALLNDIFF="" + NDIFF_CHECK="" + NDIFF_CLEAN="" + NDIFF_DIST_CLEAN="" +else + trace_use="$trace_use ndiff" + BUILDNDIFF=build-ndiff + INSTALLNDIFF=install-ndiff + UNINSTALLNDIFF=uninstall-ndiff + NDIFF_CHECK="check-ndiff" + NDIFF_CLEAN=clean-ndiff + NDIFF_DIST_CLEAN=distclean-ndiff +fi + + + + + + + + +ZENMAPDIR=zenmap + +# Do they want Zenmap? + +# Check whether --with-zenmap was given. +if test "${with_zenmap+set}" = set; then : + withval=$with_zenmap; +else + with_zenmap=check +fi + + +if $HAVE_PYTHON ; then : ; +else + if test "$with_zenmap" = "check"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Not building Zenmap because Python was not found" >&5 +$as_echo "$as_me: WARNING: Not building Zenmap because Python was not found" >&2;} + elif test "$with_zenmap" = "yes"; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "--with-zenmap requires Python +See \`config.log' for more details" "$LINENO" 5; } + fi + with_zenmap=no +fi +if test "$with_zenmap" = "no"; then + trace_no_use="$trace_no_use zenmap" + BUILDZENMAP="" + INSTALLZENMAP="" + UNINSTALLZENMAP="" + ZENMAP_CHECK="" + ZENMAP_CLEAN="" + ZENMAP_DIST_CLEAN="" +else + trace_use="$trace_use zenmap" + BUILDZENMAP=build-zenmap + INSTALLZENMAP=install-zenmap + UNINSTALLZENMAP=uninstall-zenmap + ZENMAP_CHECK=check-zenmap + ZENMAP_CLEAN=clean-zenmap + ZENMAP_DIST_CLEAN=distclean-zenmap +fi + + + + + + + + +NPINGDIR=nping + +# Do they want Nping? + +# Check whether --with-nping was given. +if test "${with_nping+set}" = set; then : + withval=$with_nping; +else + with_nping=check +fi + + +if test "$with_nping" = "no"; then + trace_no_use="$trace_no_use nping" + BUILDNPING="" + INSTALLNPING="" + UNINSTALLNPING="" + NPING_CLEAN="" + NPING_DIST_CLEAN="" +else + trace_use="$trace_use nping" + BUILDNPING=build-nping + INSTALLNPING=install-nping + UNINSTALLNPING=uninstall-nping + NPING_CLEAN=clean-nping + NPING_DIST_CLEAN=distclean-nping + + +subdirs="$subdirs nping" + +fi + + + + + + + +# OpenSSL and NSE C modules can require dlopen +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5 +$as_echo_n "checking for library containing dlopen... " >&6; } +if ${ac_cv_search_dlopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +for ac_lib in '' dl; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_dlopen=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_dlopen+:} false; then : + break +fi +done +if ${ac_cv_search_dlopen+:} false; then : + +else + ac_cv_search_dlopen=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5 +$as_echo "$ac_cv_search_dlopen" >&6; } +ac_res=$ac_cv_search_dlopen +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + + +# We test whether they specified openssl desires explicitly +use_openssl="yes" +specialssldir="" + +# Check whether --with-openssl was given. +if test "${with_openssl+set}" = set; then : + withval=$with_openssl; case "$with_openssl" in + yes) + ;; + no) + use_openssl="no" + ;; + *) + specialssldir="$with_openssl" + ac_configure_args="$ac_configure_args '--with-libssl-prefix=$with_openssl'" + CPPFLAGS="$CPPFLAGS -I$with_openssl/include" + LDFLAGS="$LDFLAGS -L$with_openssl/lib" + ;; + esac + +fi + + +# If they didn't specify it, we try to find it +if test "$use_openssl" = "yes"; then + ac_fn_c_check_header_mongrel "$LINENO" "openssl/ssl.h" "ac_cv_header_openssl_ssl_h" "$ac_includes_default" +if test "x$ac_cv_header_openssl_ssl_h" = xyes; then : + +else + use_openssl="no" + if test -n "$specialssldir"; then + as_fn_error $? "Specific OpenSSL location was requested but openssl/ssl.h was not found. Try correcting the --with-openssl=DIR argument." "$LINENO" 5 + fi + if test "$with_openssl" = "yes"; then + as_fn_error $? "OpenSSL was explicitly requested but openssl/ssl.h was not found. Try the --with-openssl=DIR argument to give the location of OpenSSL or run configure with --without-openssl." "$LINENO" 5 + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed to find openssl/ssl.h so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument" >&5 +$as_echo "$as_me: WARNING: Failed to find openssl/ssl.h so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument" >&2;} + +fi + + +fi + +# use_openssl="yes" given explicitly in next 2 rules to avoid adding lib to $LIBS +if test "$use_openssl" = "yes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BIO_int_ctrl in -lcrypto" >&5 +$as_echo_n "checking for BIO_int_ctrl in -lcrypto... " >&6; } +if ${ac_cv_lib_crypto_BIO_int_ctrl+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcrypto $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char BIO_int_ctrl (); +int +main () +{ +return BIO_int_ctrl (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_crypto_BIO_int_ctrl=yes +else + ac_cv_lib_crypto_BIO_int_ctrl=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_BIO_int_ctrl" >&5 +$as_echo "$ac_cv_lib_crypto_BIO_int_ctrl" >&6; } +if test "x$ac_cv_lib_crypto_BIO_int_ctrl" = xyes; then : + use_openssl="yes" +else + use_openssl="no" + if test -n "$specialssldir"; then + as_fn_error $? "Specific OpenSSL location was requested but libcrypto was not found. Try correcting the --with-openssl=DIR argument." "$LINENO" 5 + fi + if test "$with_openssl" = "yes"; then + as_fn_error $? "OpenSSL was explicitly requested but libcrypto was not found. Try the --with-openssl=DIR argument to give the location of OpenSSL or run configure with --without-openssl." "$LINENO" 5 + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed to find libcrypto so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument" >&5 +$as_echo "$as_me: WARNING: Failed to find libcrypto so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument" >&2;} + +fi + +fi + +if test "$use_openssl" = "yes"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_new in -lssl" >&5 +$as_echo_n "checking for SSL_new in -lssl... " >&6; } +if ${ac_cv_lib_ssl_SSL_new+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lssl -lcrypto $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char SSL_new (); +int +main () +{ +return SSL_new (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_ssl_SSL_new=yes +else + ac_cv_lib_ssl_SSL_new=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_new" >&5 +$as_echo "$ac_cv_lib_ssl_SSL_new" >&6; } +if test "x$ac_cv_lib_ssl_SSL_new" = xyes; then : + use_openssl="yes" +else + use_openssl="no" + if test -n "$specialssldir"; then + as_fn_error $? "Specific OpenSSL location was requested but libssl was not found. Try correcting the --with-openssl=DIR argument." "$LINENO" 5 + fi + if test "$with_openssl" = "yes"; then + as_fn_error $? "OpenSSL was explicitly requested but libssl was not found. Try the --with-openssl=DIR argument to give the location of OpenSSL or run configure with --without-openssl." "$LINENO" 5 + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed to find libssl so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument" >&5 +$as_echo "$as_me: WARNING: Failed to find libssl so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument" >&2;} + +fi + +fi + +OPENSSL_LIBS= +if test "$use_openssl" = "yes"; then + trace_use="$trace_use openssl" + +$as_echo "#define HAVE_OPENSSL 1" >>confdefs.h + + OPENSSL_LIBS="-lssl -lcrypto" +else + trace_no_use="$trace_no_use openssl" +fi + + + +have_libpcap=no + +# By default, search for pcap library +test "${with_libpcap+set}" != "set" && with_libpcap=yes + + +# Check whether --with-libpcap was given. +if test "${with_libpcap+set}" = set; then : + withval=$with_libpcap; case "$with_libpcap" in + yes) + ac_fn_c_check_header_mongrel "$LINENO" "pcap.h" "ac_cv_header_pcap_h" "$ac_includes_default" +if test "x$ac_cv_header_pcap_h" = xyes; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5 +$as_echo_n "checking for pcap_create in -lpcap... " >&6; } +if ${ac_cv_lib_pcap_pcap_create+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lpcap $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pcap_create (); +int +main () +{ +return pcap_create (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_pcap_pcap_create=yes +else + ac_cv_lib_pcap_pcap_create=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5 +$as_echo "$ac_cv_lib_pcap_pcap_create" >&6; } +if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then : + have_libpcap=yes +fi + +fi + + + ;; + included) + have_libpcap=no + ;; + *) + _cppflags=$CPPFLAGS + _ldflags=$LDFLAGS + + CPPFLAGS="-I$with_libpcap/include $CPPFLAGS" + LDFLAGS="-L$with_libpcap/lib $LDFLAGS" + + ac_fn_c_check_header_mongrel "$LINENO" "pcap.h" "ac_cv_header_pcap_h" "$ac_includes_default" +if test "x$ac_cv_header_pcap_h" = xyes; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5 +$as_echo_n "checking for pcap_create in -lpcap... " >&6; } +if ${ac_cv_lib_pcap_pcap_create+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lpcap $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pcap_create (); +int +main () +{ +return pcap_create (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_pcap_pcap_create=yes +else + ac_cv_lib_pcap_pcap_create=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5 +$as_echo "$ac_cv_lib_pcap_pcap_create" >&6; } +if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then : + have_libpcap=yes + LIBPCAP_INC=$with_libpcap/include + LIBPCAP_LIB=$with_libpcap/lib +fi + +fi + + + + LDFLAGS=$_ldflags + CPPFLAGS=$_cppflags + ;; + esac + +fi + + +if test $needs_cpp_precomp = yes; then + CXXFLAGS="-no-cpp-precomp $CXXFLAGS" +fi + +if test $have_libpcap = yes; then + if test "${LIBPCAP_INC+set}" = "set"; then + CPPFLAGS="-I$LIBPCAP_INC $CPPFLAGS" + LDFLAGS="-L$LIBPCAP_LIB $LDFLAGS" + fi + + # link with -lpcap for the purposes of this test + LIBS_OLD="$LIBS" + LIBS="$LIBS -lpcap" + + for ac_header in sys/ioccom.h sys/time.h net/bpf.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libpcap is suitable" >&5 +$as_echo_n "checking if libpcap is suitable... " >&6; } + if test "$cross_compiling" = yes; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling -- assuming yes" >&5 +$as_echo "cross-compiling -- assuming yes" >&6; }; have_libpcap=yes +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +extern char pcap_version[]; +int main() { + int major, minor1, minor2; + sscanf(pcap_version,"%d.%d.%d", &major, &minor1, &minor2); + if (major > 0) + return 0; + if (minor1 < 9) + return 1; + if (minor2 < 4) + return 1; + return 0; +} + +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + + if test "$cross_compiling" = yes; then : + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run test program while cross compiling +See \`config.log' for more details" "$LINENO" 5; } +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +#include +#ifdef HAVE_SYS_IOCCOM_H +#include +#endif +#ifdef HAVE_SYS_TIME_H +#include +#endif +#ifdef HAVE_NET_BPF_H +#include +#endif +extern char pcap_version[]; +int main() { + int major, minor; + sscanf(pcap_version,"%d.%d", &major, &minor); + if ((major == 1 && minor >= 1) || major > 1) + return 0; +#ifdef BIOCSRTIMEOUT +#ifdef IOCPARM_LEN + if (IOCPARM_LEN(BIOCSRTIMEOUT) != sizeof(struct timeval)) + return 1; +#endif +#endif + return 0; +} + +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + + ac_fn_c_check_decl "$LINENO" "pcap_get_selectable_fd" "ac_cv_have_decl_pcap_get_selectable_fd" "#include +" +if test "x$ac_cv_have_decl_pcap_get_selectable_fd" = xyes; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; }; have_libpcap=yes +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no -- pcap_get_selectable_fd not declared" >&5 +$as_echo "no -- pcap_get_selectable_fd not declared" >&6; }; have_libpcap=no +fi + + +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no -- BPF_TIMEOUT BIOCSRTIMEOUT bug (64-bit OS X)" >&5 +$as_echo "no -- BPF_TIMEOUT BIOCSRTIMEOUT bug (64-bit OS X)" >&6; }; have_libpcap=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + + +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; }; have_libpcap=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + + + LIBS="$LIBS_OLD" +fi + +if test $have_libpcap != yes; then + subdirs="$subdirs libpcap" + + if test "${LIBPCAP_INC+set}" = "set"; then + CPPFLAGS="$CPPFLAGS -I$LIBPCAP_INC" + else + CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/$libpcapdir" + fi + LIBPCAP_LIBS='$(LIBPCAPDIR)/libpcap.a' + PCAP_BUILD="build-pcap" + PCAP_CLEAN="clean-pcap" + PCAP_DIST_CLEAN="distclean-pcap" + +$as_echo "#define PCAP_INCLUDED 1" >>confdefs.h + + +$as_echo "#define HAVE_PCAP_SET_IMMEDIATE_MODE 1" >>confdefs.h + +else + # We assume our included libpcap doesn't need this check-and-define + # link with -lpcap for the purposes of this test + LIBS_OLD="$LIBS" + LIBS="$LIBS -lpcap" + for ac_func in pcap_set_immediate_mode +do : + ac_fn_c_check_func "$LINENO" "pcap_set_immediate_mode" "ac_cv_func_pcap_set_immediate_mode" +if test "x$ac_cv_func_pcap_set_immediate_mode" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_PCAP_SET_IMMEDIATE_MODE 1 +_ACEOF + +fi +done + + # Restore libs + LIBS="$LIBS_OLD" + + +$as_echo "#define HAVE_LIBPCAP 1" >>confdefs.h + + LIBPCAP_LIBS="-lpcap" + PCAP_BUILD="" + PCAP_CLEAN="" + PCAP_DIST_CLEAN="" +fi + + + + + + +have_pcre=no +requested_included_pcre=no +LIBPCREDIR=libpcre + +# First we test whether they specified libpcre explicitly + +# Check whether --with-libpcre was given. +if test "${with_libpcre+set}" = set; then : + withval=$with_libpcre; case "$with_libpcre" in + yes) + ;; + included) + requested_included_pcre=yes + ;; + *) + CPPFLAGS="-I$with_libpcre/include $CPPFLAGS" + LDFLAGS="-L$with_libpcre/lib $LDFLAGS" + have_pcre=yes + ;; + esac + +fi + + +# If they didn't specify it, we try to find it +if test $have_pcre != yes -a $requested_included_pcre != yes ; then + ac_fn_c_check_header_compile "$LINENO" "pcre2.h" "ac_cv_header_pcre2_h" " +#define PCRE2_CODE_UNIT_WIDTH 8 + + +" +if test "x$ac_cv_header_pcre2_h" = xyes; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre2_compile_8 in -lpcre2-8" >&5 +$as_echo_n "checking for pcre2_compile_8 in -lpcre2-8... " >&6; } +if ${ac_cv_lib_pcre2_8_pcre2_compile_8+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lpcre2-8 $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pcre2_compile_8 (); +int +main () +{ +return pcre2_compile_8 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_pcre2_8_pcre2_compile_8=yes +else + ac_cv_lib_pcre2_8_pcre2_compile_8=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre2_8_pcre2_compile_8" >&5 +$as_echo "$ac_cv_lib_pcre2_8_pcre2_compile_8" >&6; } +if test "x$ac_cv_lib_pcre2_8_pcre2_compile_8" = xyes; then : + have_pcre=yes +fi + +fi + + +fi + +# If we still don't have it, we use our own +if test $have_pcre != yes ; then + subdirs="$subdirs libpcre" + + CPPFLAGS="-I\$(top_srcdir)/$LIBPCREDIR/src $CPPFLAGS" + LIBPCRE_LIBS="$LIBPCREDIR/.libs/libpcre2-8.a" + PCRE_BUILD="build-pcre" + PCRE_CLEAN="clean-pcre" + PCRE_DIST_CLEAN="distclean-pcre" + +$as_echo "#define PCRE_INCLUDED 1" >>confdefs.h + +else +# We only need to check for and use this if we are NOT using included pcre + for ac_header in pcre2.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "pcre2.h" "ac_cv_header_pcre2_h" "$ac_includes_default" +if test "x$ac_cv_header_pcre2_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_PCRE2_H 1 +_ACEOF + +fi + +done + + LIBPCRE_LIBS="-lpcre2-8" + PCRE_BUILD="" + PCRE_CLEAN="" + PCRE_DIST_CLEAN="" +fi + + + + + + + + +# We test whether desired libz is specified explicitly +# Since this is a libssh2 dependency, we have to do it first. + +have_libz="no" +requested_included_libz="no" +test "${with_libz+set}" != "set" && with_libz="yes" + + +# Check whether --with-libz was given. +if test "${with_libz+set}" = set; then : + withval=$with_libz; + case "$with_libz" in + yes) + ;; + no) + # Do nothing + ;; + included) + requested_included_libz="yes" + ;; + *) + _cppflags=$CPPFLAGS + _ldflags=$LDFLAGS + + CPPFLAGS="-I$with_libz/include $CPPFLAGS" + LDFLAGS="-L$with_libz/lib $LDFLAGS" + + ac_configure_args="$ac_configure_args '--with-libz-prefix=$with_libz'" + ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" +if test "x$ac_cv_header_zlib_h" = xyes; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gzread in -lz" >&5 +$as_echo_n "checking for gzread in -lz... " >&6; } +if ${ac_cv_lib_z_gzread+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lz $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char gzread (); +int +main () +{ +return gzread (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_z_gzread=yes +else + ac_cv_lib_z_gzread=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_gzread" >&5 +$as_echo "$ac_cv_lib_z_gzread" >&6; } +if test "x$ac_cv_lib_z_gzread" = xyes; then : + have_libz=yes + ZLIB_INC=$with_libz/include + ZLIB_LIB=$with_libz/lib +fi + + +fi + + + + LDFLAGS=$_ldflags + CPPFLAGS=$_cppflags + ;; + esac + + +fi + + +if test $with_libz != no; then + trace_use="$trace_use zlib" + + # If they didn't specify it, we try to find it + if test $have_libz != yes -a $requested_included_libz != yes; then + ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" +if test "x$ac_cv_header_zlib_h" = xyes; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gzread in -lz" >&5 +$as_echo_n "checking for gzread in -lz... " >&6; } +if ${ac_cv_lib_z_gzread+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lz -lm $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char gzread (); +int +main () +{ +return gzread (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_z_gzread=yes +else + ac_cv_lib_z_gzread=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_gzread" >&5 +$as_echo "$ac_cv_lib_z_gzread" >&6; } +if test "x$ac_cv_lib_z_gzread" = xyes; then : + have_libz="yes" +fi + + +fi + + + fi + + if test $have_libz != yes; then + subdirs="$subdirs libz" + + # TODO: This doesn't work because libssh2's configure script is looking for + # already-built libs. Giving up for now: build libz first or install + # headers/libs on your own if you want compression support for SSH. + #ac_configure_args="$ac_configure_args '--with-libz-prefix=../../$ZLIBDIR'" + CPPFLAGS="-I\$(top_srcdir)/$ZLIBDIR $CPPFLAGS" + ZLIB_LIBS="$ZLIBDIR/libz.a" + ZLIB_BUILD="build-zlib" + ZLIB_CLEAN="clean-zlib" + ZLIB_DIST_CLEAN="distclean-zlib" + +$as_echo "#define ZLIB_INCLUDED 1" >>confdefs.h + + else + ZLIB_LIBS="-lz" + ZLIB_BUILD="" + ZLIB_CLEAN="" + ZLIB_DIST_CLEAN="" + fi + +$as_echo "#define HAVE_LIBZ 1" >>confdefs.h + +else + trace_no_use="$trace_no_use zlib" + ZLIB_LIBS="" + ZLIB_BUILD="" + ZLIB_CLEAN="" + ZLIB_DIST_CLEAN="" +fi + + + + + + +# We test whether desired libssh2 is specified explicitly + +use_libssh2="yes" +have_libssh2="no" +requested_included_libssh2="no" +test "${with_libssh2+set}" != "set" && with_libssh2="yes" + + +# Check whether --with-libssh2 was given. +if test "${with_libssh2+set}" = set; then : + withval=$with_libssh2; case "$with_libssh2" in + yes) + ;; + no) + use_libssh2="no" + ;; + included) + requested_included_libssh2="yes" + ;; + *) + _cppflags=$CPPFLAGS + _ldflags=$LDFLAGS + + CPPFLAGS="-I$with_libssh2/include $CPPFLAGS" + LDFLAGS="-L$with_libssh2/lib $LDFLAGS" + + ac_fn_c_check_header_mongrel "$LINENO" "libssh2.h" "ac_cv_header_libssh2_h" "$ac_includes_default" +if test "x$ac_cv_header_libssh2_h" = xyes; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libssh2_version in -lssh2" >&5 +$as_echo_n "checking for libssh2_version in -lssh2... " >&6; } +if ${ac_cv_lib_ssh2_libssh2_version+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lssh2 -lm $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char libssh2_version (); +int +main () +{ +return libssh2_version (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_ssh2_libssh2_version=yes +else + ac_cv_lib_ssh2_libssh2_version=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssh2_libssh2_version" >&5 +$as_echo "$ac_cv_lib_ssh2_libssh2_version" >&6; } +if test "x$ac_cv_lib_ssh2_libssh2_version" = xyes; then : + have_libssh2=yes + LIBSSH2_INC=$with_libssh2/include + LIBSSH2_LIB=$with_libssh2/lib +else + LDFLAGS=$_ldflags + CPPFLAGS=$_cppflags +fi + + +fi + + + + ;; + esac + +fi + + + +if test $use_libssh2 = yes -a $use_openssl = yes; then + trace_use="$trace_use libssh2" + + # If they didn't specify it, we try to find it + if test $have_libssh2 != yes -a $requested_included_libssh2 != yes; then + ac_fn_c_check_header_mongrel "$LINENO" "libssh2.h" "ac_cv_header_libssh2_h" "$ac_includes_default" +if test "x$ac_cv_header_libssh2_h" = xyes; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libssh2_version in -lssh2" >&5 +$as_echo_n "checking for libssh2_version in -lssh2... " >&6; } +if ${ac_cv_lib_ssh2_libssh2_version+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lssh2 -lm $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char libssh2_version (); +int +main () +{ +return libssh2_version (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_ssh2_libssh2_version=yes +else + ac_cv_lib_ssh2_libssh2_version=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssh2_libssh2_version" >&5 +$as_echo "$ac_cv_lib_ssh2_libssh2_version" >&6; } +if test "x$ac_cv_lib_ssh2_libssh2_version" = xyes; then : + have_libssh2="yes" +fi + + +fi + + + fi + + # If we still don't have it, we use our own + if test $have_libssh2 != yes; then + have_libssh2=yes + subdirs="$subdirs libssh2" + + CPPFLAGS="-I\$(top_srcdir)/$LIBSSH2DIR/include $CPPFLAGS" + LIBSSH2_LIBS="$LIBSSH2DIR/lib/libssh2.a" + LIBSSH2_BUILD="build-libssh2" + LIBSSH2_CLEAN="clean-libssh2" + LIBSSH2_DIST_CLEAN="distclean-libssh2" + +$as_echo "#define LIBSSH2_INCLUDED 1" >>confdefs.h + + else + LIBSSH2_LIBS="-lssh2" + LIBSSH2_BUILD="" + LIBSSH2_CLEAN="" + LIBSSH2_DIST_CLEAN="" + fi + +$as_echo "#define HAVE_LIBSSH2 1" >>confdefs.h + +else + use_libssh2="no" + trace_no_use="$trace_no_use libssh2" + LIBSSH2_LIBS="" + LIBSSH2_BUILD="" + LIBSSH2_CLEAN="" + LIBSSH2_DIST_CLEAN="" +fi + + + + + + + +have_dnet=no +requested_included_dnet=no +LIBDNETDIR=libdnet-stripped + +# First we test whether they specified libdnet explicitly. +# Unlike the other included libraries (pcap, pcre, lua), we prefer our local +# copy of libdnet. That is, with the other libraries we check for a system +# version by default, whereas with dnet we use the local version unless +# specifically asked to use a system version. This is because we have +# made many improvements and fixes to our version of dnet. + +# Check whether --with-libdnet was given. +if test "${with_libdnet+set}" = set; then : + withval=$with_libdnet; case "$with_libdnet" in + yes) + ;; + included) + ;; + *) + CPPFLAGS="-I$with_libdnet/include $CPPFLAGS" + LDFLAGS="-L$with_libdnet/lib $LDFLAGS" + have_dnet=yes + ;; + esac + +fi + + +# If they didn't provide location, we use the included one +if test $have_dnet != yes ; then + subdirs="$subdirs libdnet-stripped" + + CPPFLAGS="-I\$(top_srcdir)/$LIBDNETDIR/include $CPPFLAGS" + LIBDNET_LIBS="\$(top_srcdir)/$LIBDNETDIR/src/.libs/libdnet.a" + DNET_BUILD="build-dnet" + DNET_CLEAN="clean-dnet" + DNET_DIST_CLEAN="distclean-dnet" + +$as_echo "#define DNET_INCLUDED 1" >>confdefs.h + +else + LIBDNET_LIBS="-ldnet" + DNET_BUILD="" + DNET_CLEAN="" + DNET_DIST_CLEAN="" +fi + + + + + + + +LIBLUADIR=liblua + +have_lua=no +requested_included_lua=no +no_lua=no + +# First we test whether they specified liblua explicitly + +# Check whether --with-liblua was given. +if test "${with_liblua+set}" = set; then : + withval=$with_liblua; case "$with_liblua" in + yes) + ;; + included) + CPPFLAGS="-I\$(top_srcdir)/$LIBLUADIR $CPPFLAGS" + LIBLUA_LIBS="\$(top_srcdir)/$LIBLUADIR/liblua.a" + LUA_BUILD="build-lua" + LUA_CLEAN="clean-lua" + LUA_DIST_CLEAN="distclean-lua" + have_lua="yes" + +$as_echo "#define LUA_INCLUDED 1" >>confdefs.h + + ;; + no) + no_lua="yes" + ;; + *) + CPPFLAGS="-I$with_liblua/include $CPPFLAGS" + LDFLAGS="-L$with_liblua/lib $LDFLAGS" + ;; + esac + +fi + + +# They don't want lua +if test "$no_lua" = "yes"; then + trace_no_use="$trace_no_use lua" + CPPFLAGS="-DNOLUA $CPPFLAGS" + NOLUA="yes" + LUA_BUILD="" + LUA_CLEAN="" + LUA_DIST_CLEAN="" + INSTALLNSE="" + +else + trace_use="$trace_use lua" + + # If they didn't specify it, we try to find it + if test $have_lua != yes; then + for ac_header in lua5.4/lua.h lua/5.4/lua.h lua.h lua/lua.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + break +fi + +done + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing lua_isyieldable" >&5 +$as_echo_n "checking for library containing lua_isyieldable... " >&6; } +if ${ac_cv_search_lua_isyieldable+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char lua_isyieldable (); +int +main () +{ +return lua_isyieldable (); + ; + return 0; +} +_ACEOF +for ac_lib in '' lua5.4 lua54 lua; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib -lm $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_lua_isyieldable=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_lua_isyieldable+:} false; then : + break +fi +done +if ${ac_cv_search_lua_isyieldable+:} false; then : + +else + ac_cv_search_lua_isyieldable=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_lua_isyieldable" >&5 +$as_echo "$ac_cv_search_lua_isyieldable" >&6; } +ac_res=$ac_cv_search_lua_isyieldable +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + have_lua=yes +fi + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + # We need Lua 5.4 exactly + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lua version == 504" >&5 +$as_echo_n "checking for lua version == 504... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + #ifdef HAVE_LUA5_4_LUA_H + #include + #elif defined HAVE_LUA_5_4_LUA_H + #include + #elif defined HAVE_LUA_H || defined LUA_INCLUDED + #include + #elif defined HAVE_LUA_LUA_H + #include + #endif + + #if (LUA_VERSION_NUM != 504) + #error Incorrect Lua version + #endif + +int +main () +{ +if(LUA_VERSION_NUM != 504) return 1; + ; + return 0; +} + +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + have_lua=yes +else + have_lua=no +fi +rm -f conftest.err conftest.i conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + LUA_BUILD="" + LUA_CLEAN="" + LUA_DIST_CLEAN="" + fi + + # if we didn't find we use our own + if test $have_lua != yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + CPPFLAGS="-I\$(top_srcdir)/$LIBLUADIR $CPPFLAGS" + LIBLUA_LIBS="\$(top_srcdir)/$LIBLUADIR/liblua.a" + LUA_BUILD="build-lua" + LUA_CLEAN="clean-lua" + LUA_DIST_CLEAN="distclean-lua" + +$as_echo "#define LUA_INCLUDED 1" >>confdefs.h + + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + fi + + INSTALLNSE="install-nse" + NSE_CHECK="check-nse" +fi + + + + + + + + + + + + + +LIBLINEARDIR=liblinear +have_liblinear=no + +# First we test whether they specified liblinear explicitly + +# Check whether --with-liblinear was given. +if test "${with_liblinear+set}" = set; then : + withval=$with_liblinear; case "$with_liblinear" in + yes) + ;; + included) + CPPFLAGS="-I\$(top_srcdir)/$LIBLINEARDIR $CPPFLAGS" + LIBLINEAR_LIBS="\$(top_srcdir)/$LIBLINEARDIR/liblinear.a" + LIBLINEAR_BUILD="build-liblinear" + LIBLINEAR_CLEAN="clean-liblinear" + LIBLINEAR_DIST_CLEAN="distclean-liblinear" + have_liblinear=yes + ;; + *) + CPPFLAGS="-I$with_liblinear/include $CPPFLAGS" + LDFLAGS="-L$with_liblinear/lib $LDFLAGS" + have_liblinear=yes + ;; + esac + +fi + + +# If they didn't specify it, we try to find it +if test $have_liblinear != yes; then + for ac_header in linear.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "linear.h" "ac_cv_header_linear_h" "$ac_includes_default" +if test "x$ac_cv_header_linear_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LINEAR_H 1 +_ACEOF + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for predict in -llinear" >&5 +$as_echo_n "checking for predict in -llinear... " >&6; } +if ${ac_cv_lib_linear_predict+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-llinear -lm $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char predict (); +int +main () +{ +return predict (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_linear_predict=yes +else + ac_cv_lib_linear_predict=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_linear_predict" >&5 +$as_echo "$ac_cv_lib_linear_predict" >&6; } +if test "x$ac_cv_lib_linear_predict" = xyes; then : + have_liblinear=yes; LIBLINEAR_LIBS="-llinear"; break +fi + + +fi + +done + + + LIBLINEAR_BUILD="" + LIBLINEAR_CLEAN="" + LIBLINEAR_DIST_CLEAN="" +fi + +# if we didn't find we use our own +if test $have_liblinear != yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + CPPFLAGS="-I\$(top_srcdir)/$LIBLINEARDIR $CPPFLAGS" + LIBLINEAR_LIBS="\$(top_srcdir)/$LIBLINEARDIR/liblinear.a" + LIBLINEAR_BUILD="build-liblinear" + LIBLINEAR_CLEAN="clean-liblinear" + LIBLINEAR_DIST_CLEAN="distclean-liblinear" + +$as_echo "#define LIBLINEAR_INCLUDED 1" >>confdefs.h + +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +fi + + + + + + + + +#dnl check endedness + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 +$as_echo_n "checking whether byte ordering is bigendian... " >&6; } +if ${ac_cv_c_bigendian+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_c_bigendian=unknown + # See if we're dealing with a universal compiler. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __APPLE_CC__ + not a universal capable compiler + #endif + typedef int dummy; + +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + + # Check for potential -arch flags. It is not universal unless + # there are at least two -arch flags with different values. + ac_arch= + ac_prev= + for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do + if test -n "$ac_prev"; then + case $ac_word in + i?86 | x86_64 | ppc | ppc64) + if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then + ac_arch=$ac_word + else + ac_cv_c_bigendian=universal + break + fi + ;; + esac + ac_prev= + elif test "x$ac_word" = "x-arch"; then + ac_prev=arch + fi + done +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test $ac_cv_c_bigendian = unknown; then + # See if sys/param.h defines the BYTE_ORDER macro. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + #include + +int +main () +{ +#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ + && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ + && LITTLE_ENDIAN) + bogus endian macros + #endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + # It does; now see whether it defined to BIG_ENDIAN or not. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + #include + +int +main () +{ +#if BYTE_ORDER != BIG_ENDIAN + not big endian + #endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_bigendian=yes +else + ac_cv_c_bigendian=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +int +main () +{ +#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) + bogus endian macros + #endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + # It does; now see whether it defined to _BIG_ENDIAN or not. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +int +main () +{ +#ifndef _BIG_ENDIAN + not big endian + #endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_bigendian=yes +else + ac_cv_c_bigendian=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # Compile a test program. + if test "$cross_compiling" = yes; then : + # Try to guess by grepping values from an object file. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +short int ascii_mm[] = + { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; + short int ascii_ii[] = + { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; + int use_ascii (int i) { + return ascii_mm[i] + ascii_ii[i]; + } + short int ebcdic_ii[] = + { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; + short int ebcdic_mm[] = + { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; + int use_ebcdic (int i) { + return ebcdic_mm[i] + ebcdic_ii[i]; + } + extern int foo; + +int +main () +{ +return use_ascii (foo) == use_ebcdic (foo); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then + ac_cv_c_bigendian=yes + fi + if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then + if test "$ac_cv_c_bigendian" = unknown; then + ac_cv_c_bigendian=no + else + # finding both strings is unlikely to happen, but who knows? + ac_cv_c_bigendian=unknown + fi + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ + + /* Are we little or big endian? From Harbison&Steele. */ + union + { + long int l; + char c[sizeof (long int)]; + } u; + u.l = 1; + return u.c[sizeof (long int) - 1] == 1; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + ac_cv_c_bigendian=no +else + ac_cv_c_bigendian=yes +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 +$as_echo "$ac_cv_c_bigendian" >&6; } + case $ac_cv_c_bigendian in #( + yes) + $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h +;; #( + no) + ;; #( + universal) + +$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h + + ;; #( + *) + as_fn_error $? "unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; + esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if struct in_addr is a wacky huge structure (some Sun boxes)" >&5 +$as_echo_n "checking if struct in_addr is a wacky huge structure (some Sun boxes)... " >&6; } + + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +struct in_addr i; i._S_un._S_addr; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + \ + $as_echo "#define IN_ADDR_DEEPSTRUCT 1" >>confdefs.h + \ + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + \ + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +int +main () +{ +struct in_addr i; i.S_un.S_addr; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + \ + $as_echo "#define IN_ADDR_DEEPSTRUCT 1" >>confdefs.h + \ + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + \ + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; }; +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if struct icmp exists" >&5 +$as_echo_n "checking if struct icmp exists... " >&6; } +if ${ac_cv_struct_icmp_exists+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + #include + #include + #include + #include + #define __USE_BSD + #define __FAVOR_BSD + #define _BSD_SOURCE + #include + #include +int +main () +{ +unsigned int i = sizeof(struct icmp) + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_struct_icmp_exists=yes +else + ac_cv_struct_icmp_exists=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_icmp_exists" >&5 +$as_echo "$ac_cv_struct_icmp_exists" >&6; } +if test $ac_cv_struct_icmp_exists = yes ; then + +$as_echo "#define HAVE_STRUCT_ICMP 1" >>confdefs.h + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if struct ip exists" >&5 +$as_echo_n "checking if struct ip exists... " >&6; } +if ${ac_cv_struct_ip_exists+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + #include + #include + #include + #include + #define __USE_BSD + #define __FAVOR_BSD + #define _BSD_SOURCE + #include +int +main () +{ +unsigned int i = sizeof(struct ip) + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_struct_ip_exists=yes +else + ac_cv_struct_ip_exists=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_ip_exists" >&5 +$as_echo "$ac_cv_struct_ip_exists" >&6; } +if test $ac_cv_struct_ip_exists = yes ; then + +$as_echo "#define HAVE_STRUCT_IP 1" >>confdefs.h + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if struct ip has ip_sum member" >&5 +$as_echo_n "checking if struct ip has ip_sum member... " >&6; } +if ${ac_cv_ip_has_ip_sum+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + #include + #include + #include + #include + #define __USE_BSD + #define __FAVOR_BSD + #define _BSD_SOURCE + #include + #include +int +main () +{ +unsigned int i = sizeof(((struct ip *)0)->ip_sum) + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_ip_has_ip_sum=yes +else + ac_cv_ip_has_ip_sum=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_ip_has_ip_sum" >&5 +$as_echo "$ac_cv_ip_has_ip_sum" >&6; } +if test $ac_cv_ip_has_ip_sum = yes ; then + +$as_echo "#define HAVE_IP_IP_SUM 1" >>confdefs.h + +fi + +for ac_func in strerror +do : + ac_fn_c_check_func "$LINENO" "strerror" "ac_cv_func_strerror" +if test "x$ac_cv_func_strerror" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_STRERROR 1 +_ACEOF + +fi +done + + + + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type of 6th argument to recvfrom()" >&5 +$as_echo_n "checking for type of 6th argument to recvfrom()... " >&6; } + recvfrom6_t= + for t in socklen_t int; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +#include +#include +#include +int +main () +{ + +$t arg; +recvfrom (0, NULL, 0, 0, NULL, &arg); + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + + recvfrom6_t="$t" + break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done + + if test "x$recvfrom6_t" = x; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find type for 6th argument to recvfrom(). Using socklen_t ptr" >&5 +$as_echo "$as_me: WARNING: Cannot find type for 6th argument to recvfrom(). Using socklen_t ptr" >&2;} + recvfrom6_t="socklen_t" + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $recvfrom6_t" >&5 +$as_echo "$recvfrom6_t" >&6; } + +cat >>confdefs.h <<_ACEOF +#define recvfrom6_t $recvfrom6_t +_ACEOF + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + +# Check whether --with-libnbase was given. +if test "${with_libnbase+set}" = set; then : + withval=$with_libnbase; case "$with_libnbase" in + yes) + ;; + *) + NBASEDIR="$with_libnbase" + NBASE_BUILD="" + ;; + esac +else + NBASE_BUILD="build-nbase" +NBASEDIR="nbase" + +fi + + +LDFLAGS="$LDFLAGS -L$NBASEDIR" +CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/$NBASEDIR" +LIBNBASE_LIBS="-lnbase" + + + + + +subdirs="$subdirs nbase" + + +NSOCKDIR="nsock" +NSOCK_BUILD="build-nsock" +NSOCK_CHECK="check-nsock" + +# Check whether --with-libnsock was given. +if test "${with_libnsock+set}" = set; then : + withval=$with_libnsock; case "$with_libnsock" in + yes) + ;; + *) + NSOCKDIR="$with_libnsock" + NSOCK_BUILD="" + NSOCK_CHECK="" + ;; + esac + +fi + + +LDFLAGS="$LDFLAGS -L$NSOCKDIR/src/" +CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/$NSOCKDIR/include" +LIBNSOCK_LIBS="-lnsock" + + + + + + +subdirs="$subdirs nsock/src" + + +NCATDIR="ncat" + + +# Check whether --with-ncat was given. +if test "${with_ncat+set}" = set; then : + withval=$with_ncat; +else + with_ncat=check +fi + + +if test "$with_ncat" = "no"; then + trace_no_use="$trace_no_use ncat" + NCAT_BUILD="" + NCAT_CHECK="" + NCAT_INSTALL="" + NCAT_UNINSTALL="" + NCAT_CLEAN="" + NCAT_DIST_CLEAN="" +else + trace_use="$trace_use ncat" + NCAT_BUILD="build-ncat" + NCAT_CHECK="check-ncat" + NCAT_INSTALL="install-ncat" + NCAT_UNINSTALL="uninstall-ncat" + NCAT_CLEAN="clean-ncat" + NCAT_DIST_CLEAN="distclean-ncat" + subdirs="$subdirs ncat" + +fi + + + + + + + + + +ac_config_files="$ac_config_files Makefile libnetutil/Makefile" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + + + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by $as_me, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Report bugs to the package provider." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +config.status +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "nmap_config.h") CONFIG_HEADERS="$CONFIG_HEADERS nmap_config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "libnetutil/Makefile") CONFIG_FILES="$CONFIG_FILES libnetutil/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi + ;; + + + esac + +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi + +# +# CONFIG_SUBDIRS section. +# +if test "$no_recursion" != yes; then + + # Remove --cache-file, --srcdir, and --disable-option-checking arguments + # so they do not pile up. + ac_sub_configure_args= + ac_prev= + eval "set x $ac_configure_args" + shift + for ac_arg + do + if test -n "$ac_prev"; then + ac_prev= + continue + fi + case $ac_arg in + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \ + | --c=*) + ;; + --config-cache | -C) + ;; + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + ;; + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + ;; + --disable-option-checking) + ;; + *) + case $ac_arg in + *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_sub_configure_args " '$ac_arg'" ;; + esac + done + + # Always prepend --prefix to ensure using the same prefix + # in subdir configurations. + ac_arg="--prefix=$prefix" + case $ac_arg in + *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args" + + # Pass --silent + if test "$silent" = yes; then + ac_sub_configure_args="--silent $ac_sub_configure_args" + fi + + # Always prepend --disable-option-checking to silence warnings, since + # different subdirs can have different --enable and --with options. + ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args" + + ac_popdir=`pwd` + for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue + + # Do not complain, so a configure script can configure whichever + # parts of a large source tree are present. + test -d "$srcdir/$ac_dir" || continue + + ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)" + $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5 + $as_echo "$ac_msg" >&6 + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + cd "$ac_dir" + + # Check for guested configure; otherwise get Cygnus style configure. + if test -f "$ac_srcdir/configure.gnu"; then + ac_sub_configure=$ac_srcdir/configure.gnu + elif test -f "$ac_srcdir/configure"; then + ac_sub_configure=$ac_srcdir/configure + elif test -f "$ac_srcdir/configure.in"; then + # This should be Cygnus configure. + ac_sub_configure=$ac_aux_dir/configure + else + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5 +$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} + ac_sub_configure= + fi + + # The recursion is here. + if test -n "$ac_sub_configure"; then + # Make the cache file name correct relative to the subdirectory. + case $cache_file in + [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;; + *) # Relative name. + ac_sub_cache_file=$ac_top_build_prefix$cache_file ;; + esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 +$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} + # The eval makes quoting arguments work. + eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \ + --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || + as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5 + fi + + cd "$ac_popdir" + done +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + + +# Krad ASCII ART#!#@$!@#$ +# Randomly store the name of one of the ASCII Art files in FILENAME +FILENAME=`ls $srcdir/docs/leet-nmap-ascii-art*.txt 2>/dev/null | $AWK ' + BEGIN { + srand(); + } + + { + lines[++d] = $0 + } + + END { + # This makes AWKs random numbers more random + print lines[int(rand()*49139)%d+1]; + } + '` +# Print the file to screen, if any such file exists (i.e. $FILENAME is not empty) +if test "$FILENAME"; then + cat "$FILENAME" +fi +echo " NMAP IS A POWERFUL TOOL -- USE CAREFULLY AND RESPONSIBLY" + +echo "Configured with:$trace_use" +echo "Configured without:$trace_no_use" +echo "Type make (or gmake on some *BSD machines) to compile." + +if test "x$use_openssl" = "xno" && test "x$with_openssl" != "xno"; then + echo "WARNING: You are compiling without OpenSSL" +fi + +if test "x$use_libssh2" != "xyes"; then + echo "WARNING: You are compiling without LibSSH2" +fi diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..10a6034 --- /dev/null +++ b/configure.ac @@ -0,0 +1,1135 @@ +# Require autoconf 2.13 -*- mode: fundamental; -*- +AC_PREREQ(2.13) + +dnl Process this file with autoconf to produce a configure script. +AC_INIT(nmap.cc) + +dnl Give us the --enable-nls option, to choose which translated man pages get +dnl installed. This gets replaced with AM_GNU_GETTEXT for full gettext support. +AM_NLS + +trace_use="" +trace_no_use="" + +AC_ARG_WITH(localdirs, +AC_HELP_STRING([--with-localdirs], [Explicitly ask compiler to use /usr/local/{include,libs} if they exist ]), + [ case "$with_localdirs" in + yes) + user_localdirs=1 + ;; + no) + user_localdirs=0 + ;; + esac + ], + [ user_localdirs=0 ] ) + +if test "$user_localdirs" = 1; then + trace_use="$trace_use localdirs" + if test -d /usr/local/lib; then + LDFLAGS="$LDFLAGS -L/usr/local/lib" + fi + if test -d /usr/local/include; then + CPPFLAGS="$CPPFLAGS -I/usr/local/include" + fi +else + trace_no_use="$trace_no_use localdirs" +fi + +dnl Let subdirs configure scripts find the Nmap source dir +if test "${top_nmap_srcdir+set}" != set; then + top_nmap_srcdir=`cd "$srcdir" && pwd` + export top_nmap_srcdir +fi + +libpcapdir=libpcap +AC_SUBST(libpcapdir) + +LIBSSH2DIR=libssh2 +AC_SUBST(LIBSSH2DIR) + +ZLIBDIR=libz +AC_SUBST(ZLIBDIR) + +pcredir=libpcre +AC_SUBST(pcredir) + +dnl use nmap_config.h instead of -D macros +AC_CONFIG_HEADER(nmap_config.h) + +dnl Host specific hacks +AC_CANONICAL_HOST +AC_C_INLINE + +dnl Checks for programs. +AC_PROG_CC +AC_PROG_CXX +AC_PROG_RANLIB +AC_PROG_INSTALL +AC_PROG_AWK + +dnl For nse_fs.cc +dnl LARGE_FILES_IF_NOT_BROKEN + +if test -n "$GXX"; then + # -fno-strict-aliasing disables strict-aliasing optimizations that assume + # that pointers of different types never point to the same object. + CXXFLAGS="$CXXFLAGS -Wall -fno-strict-aliasing" +fi + +CFLAGS="$CFLAGS -Wall" + +# Remember that all following tests will run with this CXXFLAGS by default +AC_MSG_CHECKING(for __func__) +AH_TEMPLATE(__func__, [C99-specified function identifier]) +AC_TRY_COMPILE([ +#include +],[printf ("%s", __func__);], +have_func=yes, have_func=no) +if test "x$have_func" = "xyes"; then + AC_MSG_RESULT(yes) +else + AC_MSG_RESULT(no) + AC_MSG_CHECKING(for __FUNCTION__) + AC_TRY_COMPILE([ +#include +],[printf ("%s", __FUNCTION__);], +have_function=yes, have_function=no) + if test "x$have_function" = "xyes"; then + AC_MSG_RESULT(yes) + AC_DEFINE(__func__, __FUNCTION__) + else + AC_MSG_RESULT(no) + AC_DEFINE(__func__, __FILE__) + fi +fi + +AC_PATH_TOOL([STRIP], [strip], [/bin/true]) + +needs_cpp_precomp=no + +LUA_CFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" + +AH_TEMPLATE(SOLARIS, [Sun/Oracle Solaris]) +AH_TEMPLATE(STUPID_SOLARIS_CHECKSUM_BUG, [], + [A bug in Solaris causing incorrect IP checksums]) +case "$host" in + *alpha-dec-osf*) + AC_DEFINE(DEC, 1, [DEC Alpha]) + ;; + *-netbsd* | *-knetbsd*-gnu) + AC_DEFINE(NETBSD, 1, [NetBSD]) + LDFLAGS="-Wl,-E $LDFLAGS" # needed for nse-C-module support + ;; + *-openbsd*) + AC_DEFINE(OPENBSD, 1, [OpenBSD]) + LDFLAGS="-Wl,-E $LDFLAGS" # needed for nse-C-module support + ;; + *-freebsd* | *-kfreebsd*-gnu | *-dragonfly*) + AC_DEFINE(FREEBSD, 1, [FreeBSD]) + LDFLAGS="-Wl,-E $LDFLAGS" # needed for nse-C-module support + ;; + *-bsdi*) + AC_DEFINE(BSDI, 1, [BSD/OS]) + ;; + *-sgi-irix5* | *-sgi-irix6*) + AC_DEFINE(IRIX, 1, [IRIX]) + ;; + *-hpux*) + AC_DEFINE(HPUX, 1, [HP-UX]) + # To link with libnet and NM (/usr/lib/libnm.sl) library + # on HP-UX 11.11 (other versions?) Mikhail Zakharov (zmey20000@yahoo.com) + AC_CHECK_LIB(nm, open_mib) + ;; + *-aix*) + # use some AIX specific libraries + AC_CHECK_LIB(odm, odm_initialize) + AC_CHECK_LIB(cfg, _system_configuration) + AC_CHECK_LIB(crypt, crypt_r) + ;; + *-solaris2.1[[1-9]]*) + AC_DEFINE(SOLARIS) + # Solaris 11 and later use BPF packet capture rather than DLPI. + AC_DEFINE(SOLARIS_BPF_PCAP_CAPTURE, 1, [Solaris 11 and later use BPF packet capture rather than DLPI.]) + ;; + *-solaris2.0*) + AC_DEFINE(STUPID_SOLARIS_CHECKSUM_BUG) + AC_DEFINE(SOLARIS) + ;; + *-solaris2.[[1-9]][[0-9]]*) + AC_DEFINE(SOLARIS) + ;; + *-solaris2.1*) + AC_DEFINE(STUPID_SOLARIS_CHECKSUM_BUG) + AC_DEFINE(SOLARIS) + ;; + *-solaris2.2*) + AC_DEFINE(STUPID_SOLARIS_CHECKSUM_BUG) + AC_DEFINE(SOLARIS) + ;; + *-solaris2.3*) + AC_DEFINE(STUPID_SOLARIS_CHECKSUM_BUG) + AC_DEFINE(SOLARIS) + ;; + *-solaris2.4*) + AC_DEFINE(STUPID_SOLARIS_CHECKSUM_BUG) + AC_DEFINE(SOLARIS) + ;; + *-solaris2.5.1) + AC_DEFINE(STUPID_SOLARIS_CHECKSUM_BUG) + AC_DEFINE(SOLARIS) + ;; + *-solaris*) + AC_DEFINE(SOLARIS) + ;; + *-sunos4*) + AC_DEFINE(SUNOS, 1, [SunOS 4]) + AC_DEFINE(SPRINTF_RETURNS_STRING, 1, + [sprintf(9f) returns its first argument, not the number of characters printed]) + ;; + *-linux*) + AC_DEFINE(LINUX, 1, [Linux]) + LDFLAGS="-Wl,-E $LDFLAGS" # needed for nse-C-module support + ;; + *-apple-darwin*) + AC_DEFINE(MACOSX, 1, [Apple OS X]) + dnl on Mac OSX the math library seems to contain unwanted getopt cruft + AC_CHECK_LIB(m, main) + LUA_CFLAGS="-DLUA_USE_MACOSX" + needs_cpp_precomp=yes + ;; +esac + +AC_SUBST(LUA_CFLAGS) + +dnl Checks for header files. +AC_CHECK_HEADERS(pwd.h termios.h sys/sockio.h stdint.h sys/stat.h fcntl.h) +AC_CHECK_HEADERS(linux/rtnetlink.h,,,[#include ]) +dnl A special check required for on Darwin. See +dnl http://www.gnu.org/software/autoconf/manual/html_node/Header-Portability.html. +AC_CHECK_HEADERS([sys/socket.h]) +AC_CHECK_HEADERS([net/if.h], [], [], +[#include +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_SYS_SOCKET_H +# include +#endif +]) + +dnl If any socket libraries needed +AC_SEARCH_LIBS(setsockopt, socket) +AC_SEARCH_LIBS(gethostbyname, nsl) + +dnl Check IPv6 raw sending flavor. +CHECK_IPV6_IPPROTO_RAW + +m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3 python]) +AM_PATH_PYTHON([3], [HAVE_PYTHON=true], [HAVE_PYTHON=false]) + +NDIFFDIR=ndiff + +# Do they want Ndiff? +AC_ARG_WITH(ndiff, AC_HELP_STRING([--without-ndiff], [Skip installation of the Ndiff utility]), [], [with_ndiff=check]) +if $HAVE_PYTHON ; then : ; +else + if test "$with_ndiff" = "check" ; then + AC_MSG_WARN([Not building Ndiff because Python was not found]) + elif test "$with_ndiff" = "yes"; then + AC_MSG_FAILURE([--with-ndiff requires Python]) + fi + with_ndiff=no +fi +if test "$with_ndiff" = "no"; then + trace_no_use="$trace_no_use ndiff" + BUILDNDIFF="" + INSTALLNDIFF="" + UNINSTALLNDIFF="" + NDIFF_CHECK="" + NDIFF_CLEAN="" + NDIFF_DIST_CLEAN="" +else + trace_use="$trace_use ndiff" + BUILDNDIFF=build-ndiff + INSTALLNDIFF=install-ndiff + UNINSTALLNDIFF=uninstall-ndiff + NDIFF_CHECK="check-ndiff" + NDIFF_CLEAN=clean-ndiff + NDIFF_DIST_CLEAN=distclean-ndiff +fi +AC_SUBST(NDIFFDIR) +AC_SUBST(BUILDNDIFF) +AC_SUBST(INSTALLNDIFF) +AC_SUBST(UNINSTALLNDIFF) +AC_SUBST(NDIFF_CHECK) +AC_SUBST(NDIFF_CLEAN) +AC_SUBST(NDIFF_DIST_CLEAN) + +ZENMAPDIR=zenmap + +# Do they want Zenmap? +AC_ARG_WITH(zenmap, AC_HELP_STRING([--without-zenmap], [Skip installation of the Zenmap graphical frontend]), [], [with_zenmap=check]) + +if $HAVE_PYTHON ; then : ; +else + if test "$with_zenmap" = "check"; then + AC_MSG_WARN([Not building Zenmap because Python was not found]) + elif test "$with_zenmap" = "yes"; then + AC_MSG_FAILURE([--with-zenmap requires Python]) + fi + with_zenmap=no +fi +if test "$with_zenmap" = "no"; then + trace_no_use="$trace_no_use zenmap" + BUILDZENMAP="" + INSTALLZENMAP="" + UNINSTALLZENMAP="" + ZENMAP_CHECK="" + ZENMAP_CLEAN="" + ZENMAP_DIST_CLEAN="" +else + trace_use="$trace_use zenmap" + BUILDZENMAP=build-zenmap + INSTALLZENMAP=install-zenmap + UNINSTALLZENMAP=uninstall-zenmap + ZENMAP_CHECK=check-zenmap + ZENMAP_CLEAN=clean-zenmap + ZENMAP_DIST_CLEAN=distclean-zenmap +fi +AC_SUBST(ZENMAPDIR) +AC_SUBST(BUILDZENMAP) +AC_SUBST(INSTALLZENMAP) +AC_SUBST(UNINSTALLZENMAP) +AC_SUBST(ZENMAP_CHECK) +AC_SUBST(ZENMAP_CLEAN) +AC_SUBST(ZENMAP_DIST_CLEAN) + +NPINGDIR=nping + +# Do they want Nping? +AC_ARG_WITH(nping, AC_HELP_STRING([--without-nping], [Skip installation of the Nping utility]), [], [with_nping=check]) + +if test "$with_nping" = "no"; then + trace_no_use="$trace_no_use nping" + BUILDNPING="" + INSTALLNPING="" + UNINSTALLNPING="" + NPING_CLEAN="" + NPING_DIST_CLEAN="" +else + trace_use="$trace_use nping" + BUILDNPING=build-nping + INSTALLNPING=install-nping + UNINSTALLNPING=uninstall-nping + NPING_CLEAN=clean-nping + NPING_DIST_CLEAN=distclean-nping + AC_CONFIG_SUBDIRS(nping) +fi +AC_SUBST(NPINGDIR) +AC_SUBST(BUILDNPING) +AC_SUBST(INSTALLNPING) +AC_SUBST(UNINSTALLNPING) +AC_SUBST(NPING_CLEAN) +AC_SUBST(NPING_DIST_CLEAN) + +# OpenSSL and NSE C modules can require dlopen +AC_SEARCH_LIBS(dlopen, dl) + +# We test whether they specified openssl desires explicitly +use_openssl="yes" +specialssldir="" +AC_ARG_WITH(openssl, +AC_HELP_STRING([--with-openssl=DIR],[Use optional openssl libs and includes from [DIR]/lib/ and [DIR]/include/openssl/)]), +[ case "$with_openssl" in + yes) + ;; + no) + use_openssl="no" + ;; + *) + specialssldir="$with_openssl" + ac_configure_args="$ac_configure_args '--with-libssl-prefix=$with_openssl'" + CPPFLAGS="$CPPFLAGS -I$with_openssl/include" + LDFLAGS="$LDFLAGS -L$with_openssl/lib" + ;; + esac] +) + +# If they didn't specify it, we try to find it +if test "$use_openssl" = "yes"; then + AC_CHECK_HEADER(openssl/ssl.h,, + [ use_openssl="no" + if test -n "$specialssldir"; then + AC_MSG_ERROR([Specific OpenSSL location was requested but openssl/ssl.h was not found. Try correcting the --with-openssl=DIR argument.]) + fi + if test "$with_openssl" = "yes"; then + AC_MSG_ERROR([OpenSSL was explicitly requested but openssl/ssl.h was not found. Try the --with-openssl=DIR argument to give the location of OpenSSL or run configure with --without-openssl.]) + fi + AC_MSG_WARN([Failed to find openssl/ssl.h so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument]) + ]) +fi + +# use_openssl="yes" given explicitly in next 2 rules to avoid adding lib to $LIBS +if test "$use_openssl" = "yes"; then + AC_CHECK_LIB(crypto, BIO_int_ctrl, + [ use_openssl="yes"], + [ use_openssl="no" + if test -n "$specialssldir"; then + AC_MSG_ERROR([Specific OpenSSL location was requested but libcrypto was not found. Try correcting the --with-openssl=DIR argument.]) + fi + if test "$with_openssl" = "yes"; then + AC_MSG_ERROR([OpenSSL was explicitly requested but libcrypto was not found. Try the --with-openssl=DIR argument to give the location of OpenSSL or run configure with --without-openssl.]) + fi + AC_MSG_WARN([Failed to find libcrypto so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument]) + ]) +fi + +if test "$use_openssl" = "yes"; then + AC_CHECK_LIB(ssl, SSL_new, + [ use_openssl="yes" ], + [ use_openssl="no" + if test -n "$specialssldir"; then + AC_MSG_ERROR([Specific OpenSSL location was requested but libssl was not found. Try correcting the --with-openssl=DIR argument.]) + fi + if test "$with_openssl" = "yes"; then + AC_MSG_ERROR([OpenSSL was explicitly requested but libssl was not found. Try the --with-openssl=DIR argument to give the location of OpenSSL or run configure with --without-openssl.]) + fi + AC_MSG_WARN([Failed to find libssl so OpenSSL will not be used. If it is installed you can try the --with-openssl=DIR argument]) + ], + [ -lcrypto ]) +fi + +OPENSSL_LIBS= +if test "$use_openssl" = "yes"; then + trace_use="$trace_use openssl" + AC_DEFINE(HAVE_OPENSSL, 1, [Have OpenSSL library]) + OPENSSL_LIBS="-lssl -lcrypto" +else + trace_no_use="$trace_no_use openssl" +fi + +AC_SUBST(OPENSSL_LIBS) + +dnl Check whether libpcap is already available +have_libpcap=no + +# By default, search for pcap library +test "${with_libpcap+set}" != "set" && with_libpcap=yes + +AC_ARG_WITH(libpcap, +AC_HELP_STRING([--with-libpcap=DIR], [Look for pcap in DIR/include and DIR/libs.]) +AC_HELP_STRING([--with-libpcap=included], [Always use version included with Nmap]), +[ case "$with_libpcap" in + yes) + AC_CHECK_HEADER(pcap.h,[ + AC_CHECK_LIB(pcap, pcap_create, + [have_libpcap=yes ])]) + ;; + included) + have_libpcap=no + ;; + *) + _cppflags=$CPPFLAGS + _ldflags=$LDFLAGS + + CPPFLAGS="-I$with_libpcap/include $CPPFLAGS" + LDFLAGS="-L$with_libpcap/lib $LDFLAGS" + + AC_CHECK_HEADER(pcap.h,[ + AC_CHECK_LIB(pcap, pcap_create, + [have_libpcap=yes + LIBPCAP_INC=$with_libpcap/include + LIBPCAP_LIB=$with_libpcap/lib])]) + + LDFLAGS=$_ldflags + CPPFLAGS=$_cppflags + ;; + esac] +) + +if test $needs_cpp_precomp = yes; then + CXXFLAGS="-no-cpp-precomp $CXXFLAGS" +fi + +if test $have_libpcap = yes; then + if test "${LIBPCAP_INC+set}" = "set"; then + CPPFLAGS="-I$LIBPCAP_INC $CPPFLAGS" + LDFLAGS="-L$LIBPCAP_LIB $LDFLAGS" + fi + + # link with -lpcap for the purposes of this test + LIBS_OLD="$LIBS" + LIBS="$LIBS -lpcap" + PCAP_IS_SUITABLE([have_libpcap=yes], [have_libpcap=no], [have_libpcap=yes]) + LIBS="$LIBS_OLD" +fi + +if test $have_libpcap != yes; then + AC_CONFIG_SUBDIRS(libpcap) + if test "${LIBPCAP_INC+set}" = "set"; then + CPPFLAGS="$CPPFLAGS -I$LIBPCAP_INC" + else + CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/$libpcapdir" + fi + LIBPCAP_LIBS='$(LIBPCAPDIR)/libpcap.a' + PCAP_BUILD="build-pcap" + PCAP_CLEAN="clean-pcap" + PCAP_DIST_CLEAN="distclean-pcap" + AC_DEFINE(PCAP_INCLUDED, 1, [Using included libpcap]) + AC_DEFINE(HAVE_PCAP_SET_IMMEDIATE_MODE, 1, [Included libpcap has pcap_set_immediate_mode]) +else + # We assume our included libpcap doesn't need this check-and-define + # link with -lpcap for the purposes of this test + LIBS_OLD="$LIBS" + LIBS="$LIBS -lpcap" + AC_CHECK_FUNCS([pcap_set_immediate_mode]) + # Restore libs + LIBS="$LIBS_OLD" + + AC_DEFINE(HAVE_LIBPCAP, 1, [Have libpcap library]) + LIBPCAP_LIBS="-lpcap" + PCAP_BUILD="" + PCAP_CLEAN="" + PCAP_DIST_CLEAN="" +fi + +AC_SUBST(PCAP_BUILD) +AC_SUBST(PCAP_CLEAN) +AC_SUBST(PCAP_DIST_CLEAN) +AC_SUBST(LIBPCAP_LIBS) + +have_pcre=no +requested_included_pcre=no +LIBPCREDIR=libpcre + +# First we test whether they specified libpcre explicitly +AC_ARG_WITH(libpcre, +AC_HELP_STRING([--with-libpcre=DIR], [Use an existing (compiled) pcre2 lib from DIR/include and DIR/lib.]) +AC_HELP_STRING([--with-libpcre=included], [Always use the version included with Nmap]), +[ case "$with_libpcre" in + yes) + ;; + included) + requested_included_pcre=yes + ;; + *) + CPPFLAGS="-I$with_libpcre/include $CPPFLAGS" + LDFLAGS="-L$with_libpcre/lib $LDFLAGS" + have_pcre=yes + ;; + esac] +) + +# If they didn't specify it, we try to find it +if test $have_pcre != yes -a $requested_included_pcre != yes ; then + AC_CHECK_HEADER(pcre2.h, + AC_CHECK_LIB(pcre2-8, pcre2_compile_8, [have_pcre=yes ]), + [], + [ +#define PCRE2_CODE_UNIT_WIDTH 8 + ] + ) +fi + +# If we still don't have it, we use our own +if test $have_pcre != yes ; then + AC_CONFIG_SUBDIRS( libpcre ) + CPPFLAGS="-I\$(top_srcdir)/$LIBPCREDIR/src $CPPFLAGS" + LIBPCRE_LIBS="$LIBPCREDIR/.libs/libpcre2-8.a" + PCRE_BUILD="build-pcre" + PCRE_CLEAN="clean-pcre" + PCRE_DIST_CLEAN="distclean-pcre" + AC_DEFINE(PCRE_INCLUDED, 1, [Using included libpcre2]) +else +# We only need to check for and use this if we are NOT using included pcre + AC_CHECK_HEADERS(pcre2.h) + LIBPCRE_LIBS="-lpcre2-8" + PCRE_BUILD="" + PCRE_CLEAN="" + PCRE_DIST_CLEAN="" +fi + +AC_SUBST(LIBPCRE_LIBS) +AC_SUBST(LIBPCREDIR) +AC_SUBST(PCRE_BUILD) +AC_SUBST(PCRE_CLEAN) +AC_SUBST(PCRE_DIST_CLEAN) + + +# We test whether desired libz is specified explicitly +# Since this is a libssh2 dependency, we have to do it first. + +have_libz="no" +requested_included_libz="no" +test "${with_libz+set}" != "set" && with_libz="yes" + +AC_ARG_WITH(libz, +AC_HELP_STRING([--with-libz=DIR], [Use specific copy of libz]) +AC_HELP_STRING([--with-libz=included], [Always use version included with Nmap]), +[ + case "$with_libz" in + yes) + ;; + no) + # Do nothing + ;; + included) + requested_included_libz="yes" + ;; + *) + _cppflags=$CPPFLAGS + _ldflags=$LDFLAGS + + CPPFLAGS="-I$with_libz/include $CPPFLAGS" + LDFLAGS="-L$with_libz/lib $LDFLAGS" + + ac_configure_args="$ac_configure_args '--with-libz-prefix=$with_libz'" + AC_CHECK_HEADER(zlib.h,[ + AC_CHECK_LIB(z, gzread, + [have_libz=yes + ZLIB_INC=$with_libz/include + ZLIB_LIB=$with_libz/lib],,) + ]) + + LDFLAGS=$_ldflags + CPPFLAGS=$_cppflags + ;; + esac +] +) + +if test $with_libz != no; then + trace_use="$trace_use zlib" + + # If they didn't specify it, we try to find it + if test $have_libz != yes -a $requested_included_libz != yes; then + AC_CHECK_HEADER(zlib.h,[ + AC_CHECK_LIB(z, gzread, + [have_libz="yes"],,[-lm]) + ]) + fi + + if test $have_libz != yes; then + AC_CONFIG_SUBDIRS(libz) + # TODO: This doesn't work because libssh2's configure script is looking for + # already-built libs. Giving up for now: build libz first or install + # headers/libs on your own if you want compression support for SSH. + #ac_configure_args="$ac_configure_args '--with-libz-prefix=../../$ZLIBDIR'" + CPPFLAGS="-I\$(top_srcdir)/$ZLIBDIR $CPPFLAGS" + ZLIB_LIBS="$ZLIBDIR/libz.a" + ZLIB_BUILD="build-zlib" + ZLIB_CLEAN="clean-zlib" + ZLIB_DIST_CLEAN="distclean-zlib" + AC_DEFINE(ZLIB_INCLUDED, 1, [Using included zlib]) + else + ZLIB_LIBS="-lz" + ZLIB_BUILD="" + ZLIB_CLEAN="" + ZLIB_DIST_CLEAN="" + fi + AC_DEFINE(HAVE_LIBZ, 1, [Have zlib library]) +else + trace_no_use="$trace_no_use zlib" + ZLIB_LIBS="" + ZLIB_BUILD="" + ZLIB_CLEAN="" + ZLIB_DIST_CLEAN="" +fi + +AC_SUBST(ZLIB_BUILD) +AC_SUBST(ZLIB_CLEAN) +AC_SUBST(ZLIB_DIST_CLEAN) +AC_SUBST(ZLIB_LIBS) + +# We test whether desired libssh2 is specified explicitly + +use_libssh2="yes" +have_libssh2="no" +requested_included_libssh2="no" +test "${with_libssh2+set}" != "set" && with_libssh2="yes" + +AC_ARG_WITH(libssh2, +AC_HELP_STRING([--with-libssh2=DIR], [Use specific copy of libssh2]) +AC_HELP_STRING([--with-libssh2=included], [Always use version included with Nmap]) +AC_HELP_STRING([--without-libssh2], [Compile without libssh2]), +[ case "$with_libssh2" in + yes) + ;; + no) + use_libssh2="no" + ;; + included) + requested_included_libssh2="yes" + ;; + *) + _cppflags=$CPPFLAGS + _ldflags=$LDFLAGS + + CPPFLAGS="-I$with_libssh2/include $CPPFLAGS" + LDFLAGS="-L$with_libssh2/lib $LDFLAGS" + + AC_CHECK_HEADER(libssh2.h,[ + AC_CHECK_LIB(ssh2, libssh2_version, + [have_libssh2=yes + LIBSSH2_INC=$with_libssh2/include + LIBSSH2_LIB=$with_libssh2/lib], + [LDFLAGS=$_ldflags + CPPFLAGS=$_cppflags],[-lm]) + ]) + + ;; + esac] +) + + +if test $use_libssh2 = yes -a $use_openssl = yes; then + trace_use="$trace_use libssh2" + + # If they didn't specify it, we try to find it + if test $have_libssh2 != yes -a $requested_included_libssh2 != yes; then + AC_CHECK_HEADER(libssh2.h,[ + AC_CHECK_LIB(ssh2, libssh2_version, + [have_libssh2="yes"],,[-lm]) + ]) + fi + + # If we still don't have it, we use our own + if test $have_libssh2 != yes; then + have_libssh2=yes + AC_CONFIG_SUBDIRS(libssh2) + CPPFLAGS="-I\$(top_srcdir)/$LIBSSH2DIR/include $CPPFLAGS" + LIBSSH2_LIBS="$LIBSSH2DIR/lib/libssh2.a" + LIBSSH2_BUILD="build-libssh2" + LIBSSH2_CLEAN="clean-libssh2" + LIBSSH2_DIST_CLEAN="distclean-libssh2" + AC_DEFINE(LIBSSH2_INCLUDED, 1, [Using included libssh2]) + else + LIBSSH2_LIBS="-lssh2" + LIBSSH2_BUILD="" + LIBSSH2_CLEAN="" + LIBSSH2_DIST_CLEAN="" + fi + AC_DEFINE(HAVE_LIBSSH2, 1, [Have libssh2 library]) +else + use_libssh2="no" + trace_no_use="$trace_no_use libssh2" + LIBSSH2_LIBS="" + LIBSSH2_BUILD="" + LIBSSH2_CLEAN="" + LIBSSH2_DIST_CLEAN="" +fi + +AC_SUBST(LIBSSH2_BUILD) +AC_SUBST(LIBSSH2_CLEAN) +AC_SUBST(LIBSSH2_DIST_CLEAN) +AC_SUBST(LIBSSH2_LIBS) + + +have_dnet=no +requested_included_dnet=no +LIBDNETDIR=libdnet-stripped + +# First we test whether they specified libdnet explicitly. +# Unlike the other included libraries (pcap, pcre, lua), we prefer our local +# copy of libdnet. That is, with the other libraries we check for a system +# version by default, whereas with dnet we use the local version unless +# specifically asked to use a system version. This is because we have +# made many improvements and fixes to our version of dnet. +AC_ARG_WITH(libdnet, +AC_HELP_STRING([--with-libdnet=DIR], [Use an existing (compiled) dnet lib from DIR/include and DIR/lib. This is NOT RECOMMENDED because we have made many important fixes to our included libdnet, as described at ./libdnet-stripped/NMAP_MODIFICATIONS]) +AC_HELP_STRING([--with-libdnet=included], [Use the libdnet version included with Nmap (default)]), +[ case "$with_libdnet" in + yes) + ;; + included) + ;; + *) + CPPFLAGS="-I$with_libdnet/include $CPPFLAGS" + LDFLAGS="-L$with_libdnet/lib $LDFLAGS" + have_dnet=yes + ;; + esac] +) + +# If they didn't provide location, we use the included one +if test $have_dnet != yes ; then + AC_CONFIG_SUBDIRS( libdnet-stripped ) + CPPFLAGS="-I\$(top_srcdir)/$LIBDNETDIR/include $CPPFLAGS" + LIBDNET_LIBS="\$(top_srcdir)/$LIBDNETDIR/src/.libs/libdnet.a" + DNET_BUILD="build-dnet" + DNET_CLEAN="clean-dnet" + DNET_DIST_CLEAN="distclean-dnet" + AC_DEFINE(DNET_INCLUDED, 1, [Use included libdnet]) +else + LIBDNET_LIBS="-ldnet" + DNET_BUILD="" + DNET_CLEAN="" + DNET_DIST_CLEAN="" +fi + +AC_SUBST(LIBDNET_LIBS) +AC_SUBST(LIBDNETDIR) +AC_SUBST(DNET_BUILD) +AC_SUBST(DNET_CLEAN) +AC_SUBST(DNET_DIST_CLEAN) + +LIBLUADIR=liblua + +have_lua=no +requested_included_lua=no +no_lua=no + +# First we test whether they specified liblua explicitly +AC_ARG_WITH(liblua, +AC_HELP_STRING([--with-liblua=DIR], [Use an existing (compiled) lua lib from DIR/include and DIR/lib.]) +AC_HELP_STRING([--with-liblua=included], [Use the liblua version included with Nmap]) +AC_HELP_STRING([--without-liblua], [Compile without lua (this will exclude all of NSE from compilation)]), +[ case "$with_liblua" in + yes) + ;; + included) + CPPFLAGS="-I\$(top_srcdir)/$LIBLUADIR $CPPFLAGS" + LIBLUA_LIBS="\$(top_srcdir)/$LIBLUADIR/liblua.a" + LUA_BUILD="build-lua" + LUA_CLEAN="clean-lua" + LUA_DIST_CLEAN="distclean-lua" + have_lua="yes" + AC_DEFINE(LUA_INCLUDED, 1, [Using included liblua]) + ;; + no) + no_lua="yes" + ;; + *) + CPPFLAGS="-I$with_liblua/include $CPPFLAGS" + LDFLAGS="-L$with_liblua/lib $LDFLAGS" + ;; + esac] +) + +# They don't want lua +if test "$no_lua" = "yes"; then + trace_no_use="$trace_no_use lua" + CPPFLAGS="-DNOLUA $CPPFLAGS" + NOLUA="yes" + LUA_BUILD="" + LUA_CLEAN="" + LUA_DIST_CLEAN="" + INSTALLNSE="" + +else + trace_use="$trace_use lua" + + # If they didn't specify it, we try to find it + if test $have_lua != yes; then + AC_CHECK_HEADERS([lua5.4/lua.h lua/5.4/lua.h lua.h lua/lua.h], [break]) + AC_SEARCH_LIBS(lua_isyieldable, [lua5.4 lua54 lua], [have_lua=yes],, [-lm]) + AC_LANG_PUSH(C) + # We need Lua 5.4 exactly + AC_MSG_CHECKING([for lua version == 504]) + AC_PREPROC_IFELSE([ AC_LANG_PROGRAM( [[ + #ifdef HAVE_LUA5_4_LUA_H + #include + #elif defined HAVE_LUA_5_4_LUA_H + #include + #elif defined HAVE_LUA_H || defined LUA_INCLUDED + #include + #elif defined HAVE_LUA_LUA_H + #include + #endif + + #if (LUA_VERSION_NUM != 504) + #error Incorrect Lua version + #endif + ]], + [[if(LUA_VERSION_NUM != 504) return 1;]]) + ], + [have_lua=yes], [have_lua=no]) + AC_LANG_POP(C) + + LUA_BUILD="" + LUA_CLEAN="" + LUA_DIST_CLEAN="" + fi + + # if we didn't find we use our own + if test $have_lua != yes; then + AC_MSG_RESULT(no) + CPPFLAGS="-I\$(top_srcdir)/$LIBLUADIR $CPPFLAGS" + LIBLUA_LIBS="\$(top_srcdir)/$LIBLUADIR/liblua.a" + LUA_BUILD="build-lua" + LUA_CLEAN="clean-lua" + LUA_DIST_CLEAN="distclean-lua" + AC_DEFINE(LUA_INCLUDED, 1, [Using included liblua]) + else + AC_MSG_RESULT(yes) + fi + + INSTALLNSE="install-nse" + NSE_CHECK="check-nse" +fi + +AC_SUBST(NOLUA) +AC_SUBST(LIBLUA_LIBS) +AC_SUBST(LIBLUADIR) +AC_SUBST(LUA_BUILD) +AC_SUBST(LUA_CLEAN) +AC_SUBST(LUA_DIST_CLEAN) +AC_SUBST(INSTALLNSE) +AC_SUBST(NSE_CHECK) +AC_SUBST(CXXFLAGS) +AC_SUBST(CFLAGS) + + +LIBLINEARDIR=liblinear +have_liblinear=no + +# First we test whether they specified liblinear explicitly +AC_ARG_WITH(liblinear, +AC_HELP_STRING([--with-liblinear=DIR], [Use an existing (compiled) liblinear from DIR/include and DIR/lib.]) +AC_HELP_STRING([--with-liblinear=included], [Use the liblinear version included with Nmap]), +[ case "$with_liblinear" in + yes) + ;; + included) + CPPFLAGS="-I\$(top_srcdir)/$LIBLINEARDIR $CPPFLAGS" + LIBLINEAR_LIBS="\$(top_srcdir)/$LIBLINEARDIR/liblinear.a" + LIBLINEAR_BUILD="build-liblinear" + LIBLINEAR_CLEAN="clean-liblinear" + LIBLINEAR_DIST_CLEAN="distclean-liblinear" + have_liblinear=yes + ;; + *) + CPPFLAGS="-I$with_liblinear/include $CPPFLAGS" + LDFLAGS="-L$with_liblinear/lib $LDFLAGS" + have_liblinear=yes + ;; + esac] +) + +# If they didn't specify it, we try to find it +if test $have_liblinear != yes; then + AC_CHECK_HEADERS([linear.h], + AC_CHECK_LIB(linear, predict, [have_liblinear=yes; LIBLINEAR_LIBS="-llinear"; break],, [-lm]) + ) + + LIBLINEAR_BUILD="" + LIBLINEAR_CLEAN="" + LIBLINEAR_DIST_CLEAN="" +fi + +# if we didn't find we use our own +if test $have_liblinear != yes; then + AC_MSG_RESULT(no) + CPPFLAGS="-I\$(top_srcdir)/$LIBLINEARDIR $CPPFLAGS" + LIBLINEAR_LIBS="\$(top_srcdir)/$LIBLINEARDIR/liblinear.a" + LIBLINEAR_BUILD="build-liblinear" + LIBLINEAR_CLEAN="clean-liblinear" + LIBLINEAR_DIST_CLEAN="distclean-liblinear" + AC_DEFINE(LIBLINEAR_INCLUDED, 1, [Using included liblinear]) +else + AC_MSG_RESULT(yes) +fi + +AC_SUBST(LIBLINEAR_LIBS) +AC_SUBST(LIBLINEARDIR) +AC_SUBST(LIBLINEAR_BUILD) +AC_SUBST(LIBLINEAR_CLEAN) +AC_SUBST(LIBLINEAR_DIST_CLEAN) + + +#dnl check endedness +AC_C_BIGENDIAN + +AC_MSG_CHECKING([if struct in_addr is a wacky huge structure (some Sun boxes)]) +AH_TEMPLATE(IN_ADDR_DEEPSTRUCT, [], [struct in_addr is a wacky huge structure (some Sun boxes)]) + +AC_TRY_COMPILE([#include ], struct in_addr i; i._S_un._S_addr;, \ + AC_DEFINE(IN_ADDR_DEEPSTRUCT) \ + AC_MSG_RESULT(yes) , \ + AC_TRY_COMPILE([#include +#include ], struct in_addr i; i.S_un.S_addr;, \ + AC_DEFINE(IN_ADDR_DEEPSTRUCT) \ + AC_MSG_RESULT(yes) , \ + AC_MSG_RESULT(no);)) + +AC_CACHE_CHECK(if struct icmp exists, ac_cv_struct_icmp_exists, + AC_TRY_COMPILE([ + #include + #include + #include + #include + #define __USE_BSD + #define __FAVOR_BSD + #define _BSD_SOURCE + #include + #include ], + [unsigned int i = sizeof(struct icmp)], + ac_cv_struct_icmp_exists=yes, + ac_cv_struct_icmp_exists=no)) +if test $ac_cv_struct_icmp_exists = yes ; then + AC_DEFINE(HAVE_STRUCT_ICMP, 1, [struct icmp is declared]) +fi + +AC_CACHE_CHECK(if struct ip exists, ac_cv_struct_ip_exists, + AC_TRY_COMPILE([ + #include + #include + #include + #include + #define __USE_BSD + #define __FAVOR_BSD + #define _BSD_SOURCE + #include ], + [unsigned int i = sizeof(struct ip)], + ac_cv_struct_ip_exists=yes, + ac_cv_struct_ip_exists=no)) +if test $ac_cv_struct_ip_exists = yes ; then + AC_DEFINE(HAVE_STRUCT_IP, 1, [struct ip is declared]) +fi + +AC_CACHE_CHECK(if struct ip has ip_sum member, ac_cv_ip_has_ip_sum, + AC_TRY_COMPILE([ + #include + #include + #include + #include + #define __USE_BSD + #define __FAVOR_BSD + #define _BSD_SOURCE + #include + #include ], + [unsigned int i = sizeof(((struct ip *)0)->ip_sum)], + ac_cv_ip_has_ip_sum=yes, + ac_cv_ip_has_ip_sum=no)) +if test $ac_cv_ip_has_ip_sum = yes ; then + AC_DEFINE(HAVE_IP_IP_SUM, 1, [struct ip has ip_sum member]) +fi + +dnl Checks for library functions. +AC_CHECK_FUNCS(strerror) +RECVFROM_ARG6_TYPE + +AC_ARG_WITH(libnbase, +AC_HELP_STRING([--with-libnbase=DIR], [Look for nbase include/libs in DIR]), +[ case "$with_libnbase" in + yes) + ;; + *) + NBASEDIR="$with_libnbase" + NBASE_BUILD="" + ;; + esac], +NBASE_BUILD="build-nbase" +NBASEDIR="nbase" +) + +LDFLAGS="$LDFLAGS -L$NBASEDIR" +CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/$NBASEDIR" +LIBNBASE_LIBS="-lnbase" + +AC_SUBST(NBASEDIR) +AC_SUBST(NBASE_BUILD) +AC_SUBST(LIBNBASE_LIBS) + +AC_CONFIG_SUBDIRS(nbase) + +NSOCKDIR="nsock" +NSOCK_BUILD="build-nsock" +NSOCK_CHECK="check-nsock" +AC_ARG_WITH(libnsock, +AC_HELP_STRING([--with-libnsock=DIR], [Compile and link to libnsock in DIR]), +[ case "$with_libnsock" in + yes) + ;; + *) + NSOCKDIR="$with_libnsock" + NSOCK_BUILD="" + NSOCK_CHECK="" + ;; + esac] +) + +LDFLAGS="$LDFLAGS -L$NSOCKDIR/src/" +CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/$NSOCKDIR/include" +LIBNSOCK_LIBS="-lnsock" + +AC_SUBST(NSOCKDIR) +AC_SUBST(NSOCK_BUILD) +AC_SUBST(NSOCK_CHECK) +AC_SUBST(LIBNSOCK_LIBS) + +AC_CONFIG_SUBDIRS(nsock/src) + +NCATDIR="ncat" + +AC_ARG_WITH(ncat, + AC_HELP_STRING([--without-ncat], [Skip build and installation of Ncat]), [], [with_ncat=check]) + +if test "$with_ncat" = "no"; then + trace_no_use="$trace_no_use ncat" + NCAT_BUILD="" + NCAT_CHECK="" + NCAT_INSTALL="" + NCAT_UNINSTALL="" + NCAT_CLEAN="" + NCAT_DIST_CLEAN="" +else + trace_use="$trace_use ncat" + NCAT_BUILD="build-ncat" + NCAT_CHECK="check-ncat" + NCAT_INSTALL="install-ncat" + NCAT_UNINSTALL="uninstall-ncat" + NCAT_CLEAN="clean-ncat" + NCAT_DIST_CLEAN="distclean-ncat" + AC_CONFIG_SUBDIRS(ncat) +fi + +AC_SUBST(NCATDIR) +AC_SUBST(NCAT_BUILD) +AC_SUBST(NCAT_CHECK) +AC_SUBST(NCAT_INSTALL) +AC_SUBST(NCAT_UNINSTALL) +AC_SUBST(NCAT_CLEAN) +AC_SUBST(NCAT_DIST_CLEAN) + +AC_OUTPUT(Makefile libnetutil/Makefile) + +# Krad ASCII ART#!#@$!@#$ +# Randomly store the name of one of the ASCII Art files in FILENAME +FILENAME=`ls $srcdir/docs/leet-nmap-ascii-art*.txt 2>/dev/null | $AWK ' + BEGIN { + srand(); + } + + { + lines[[++d]] = $0 + } + + END { + # This makes AWKs random numbers more random + print lines[[int(rand()*49139)%d+1]]; + } + '` +# Print the file to screen, if any such file exists (i.e. $FILENAME is not empty) +if test "$FILENAME"; then + cat "$FILENAME" +fi +echo " NMAP IS A POWERFUL TOOL -- USE CAREFULLY AND RESPONSIBLY" + +echo "Configured with:$trace_use" +echo "Configured without:$trace_no_use" +echo "Type make (or gmake on some *BSD machines) to compile." + +if test "x$use_openssl" = "xno" && test "x$with_openssl" != "xno"; then + echo "WARNING: You are compiling without OpenSSL" +fi + +if test "x$use_libssh2" != "xyes"; then + echo "WARNING: You are compiling without LibSSH2" +fi diff --git a/depcomp b/depcomp new file mode 100755 index 0000000..ca5ea4e --- /dev/null +++ b/depcomp @@ -0,0 +1,584 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2006-10-15.18 + +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software +# Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by `PROGRAMS ARGS'. + object Object file output by `PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputing dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +## The second -e expression handles DOS-style file names with drive letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the `deleted header file' problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. + tr ' ' ' +' < "$tmpdepfile" | +## Some versions of gcc put a space before the `:'. On the theory +## that the space means something, we add a space to the output as +## well. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like `#:fec' to the end of the + # dependency line. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ + tr ' +' ' ' >> $depfile + echo >> $depfile + + # The second pass generates a dummy entry for each header file. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> $depfile + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts `$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` + tmpdepfile="$stripped.u" + if test "$libtool" = yes; then + "$@" -Wc,-M + else + "$@" -M + fi + stat=$? + + if test -f "$tmpdepfile"; then : + else + stripped=`echo "$stripped" | sed 's,^.*/,,'` + tmpdepfile="$stripped.u" + fi + + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + + if test -f "$tmpdepfile"; then + outname="$stripped.o" + # Each line is of the form `foo.o: dependent.h'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" + sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +icc) + # Intel's C compiler understands `-MD -MF file'. However on + # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c + # ICC 7.0 will fill foo.d with something like + # foo.o: sub/foo.c + # foo.o: sub/foo.h + # which is wrong. We want: + # sub/foo.o: sub/foo.c + # sub/foo.o: sub/foo.h + # sub/foo.c: + # sub/foo.h: + # ICC 7.1 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using \ : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | + sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + # Add `dependent.h:' lines. + sed -ne '2,${; s/^ *//; s/ \\*$//; s/$/:/; p;}' "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in `foo.d' instead, so we check for that too. + # Subdirectories are respected. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + + if test "$libtool" = yes; then + # With Tru64 cc, shared objects can also be used to make a + # static library. This mechanism is used in libtool 1.4 series to + # handle both shared and static libraries in a single compilation. + # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. + # + # With libtool 1.5 this exception was removed, and libtool now + # generates 2 separate objects for the 2 libraries. These two + # compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 + tmpdepfile2=$dir$base.o.d # libtool 1.5 + tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 + tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.o.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + tmpdepfile4=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for `:' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. + "$@" $dashmflag | + sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + tr ' ' ' +' < "$tmpdepfile" | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no + for arg in "$@"; do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix="`echo $object | sed 's/^.*\././'`" + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + sed '1,2d' "$tmpdepfile" | tr ' ' ' +' | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E | + sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | + sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o, + # because we must use -o when running libtool. + "$@" || exit $? + IFS=" " + for arg + do + case "$arg" in + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" + echo " " >> "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/docs/3rd-party-licenses.txt b/docs/3rd-party-licenses.txt new file mode 100644 index 0000000..1521c2f --- /dev/null +++ b/docs/3rd-party-licenses.txt @@ -0,0 +1,1337 @@ +$Id$ + +This file is a list of the licenses of the third-party software used by +Nmap and the other tools distributed with it. What follows is a +description of each third-party package. At the end of this file is the +license of each. The license of Nmap itself is in the LICENSE file. + +On all platforms, Nmap is normally linked with: + o libpcap: Network packet capture library. Distributed with Nmap in the + libpcap subdirectory. + http://www.tcpdump.org/ + o libdnet: Networking library, used for low-level tasks such as sending + ethernet frames. A modified version is distributed with Nmap in the + libdnet-stripped subdirectory. A summary of Nmap-local modifications + is in the file NMAP_MODIFICATIONS. + http://code.google.com/p/libdnet/ + o PCRE: Perl-compatible regular expressions. PCRE is part of Nmap's + version detection and is also made available as an NSE library. + Distributed with Nmap in the libpcre subdirectory. + http://www.pcre.org/ + o liblua: Lua programming language. Lua is the implementation language + of NSE, the Nmap Scripting Engine. Nmap links with liblua to allow + running Lua programs inside Nmap. Distributed with Nmap in the liblua + subdirectory. liblua can be omitted by configuring with the + --without-liblua configuration directive. + http://www.lua.org/ + o OpenSSL: Cryptographic library. OpenSSL is used by service detection + and by NSE to connect to SSL services. NSE also provides access to + OpenSSL functions such as encryption and digest calculation. OpenSSL + can be disabled by configuring with the --without-openssl + configuration directive. + http://www.openssl.org/ + o LIBLINEAR. Used for IPv6 OS classifiction. + http://www.csie.ntu.edu.tw/~cjlin/liblinear/ + +On Windows only, Nmap uses: + o WinPcap: libpcap for Windows. The libpcap license applies to WinPcap, + and it also has its own license. A binary copy of the library is + distributed with Nmap in the subdirectory mswin32/winpcap. + http://www.winpcap.org/ + +Certain Nmap Scripting Engine scripts use the simplified BSD license in +licenses/BSD-simplified. + +Zenmap and Ndiff require: + o Python. The binary distributions of Nmap include a Python interpreter + and various libraries, built using either py2exe or py2app. + http://www.python.org/ + +The Windows and Mac OS X binary packages include bundled versions of: + o GLib, GTK+, ATK, Pango: These libraries are licensed under the GNU + LGPL 2, a copy of which is in the file licenses/LGPL-2. + http://www.gtk.org/ + o Cairo: graphics library. Dual-licensed under the GNU LGPL 2.1 and the + MPL 1.1. See the files licenses/LGPL-2.1 and licenses/MPL-1.1. + http://www.cairographics.org/ + o libgailutil: Accessibility support for GTK+. + o libpng, jpeg, LibTIFF: Image file format libraries used by GTK+. + http://www.libpng.org/ http://www.ijg.org/ http://www.libtiff.org/ + o zlib and bzip2: compression libraries. + http://www.zlib.org/ http://www.bzip.org/ + o Expat: XML parser library. + http://expat.sourceforge.net/ + o fontconfig: font configuration library. + http://www.fontconfig.org/ + o FreeType: font rendering library. + http://www.freetype.org/ + o libiconv. Under the GNU LGPL 2. + http://www.gnu.org/software/libiconv/ + o libintl: gettext translation facilities. Under the GNU LGPL 2 and 2.1. + http://www.gnu.org/software/gettext/ + o libxml2: XML parsing library. + http://xmlsoft.org/ + o SQLite. + http://www.sqlite.org/ + o PyGTK, PyGObject: bindings for Python. Licensed under the GNU LGPL + 2.1. + http://www.pygtk.org/ + o PyCairo: bindings for Python. Dual-licensed under the GNU LGPL 2.1 + and the MPL 1.1. + +The Mac OS binary packages also include: + o Various X.org libraries. These were built using MacPorts. + http://www.x.org/ http://www.macports.org/ + +======== + +License of libpcap + +License: BSD + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + 3. The names of the authors may not be used to endorse or promote + products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + +======== + +License of libdnet + +Copyright (c) 2000-2006 Dug Song +All rights reserved, all wrongs reversed. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + +3. The names of the authors and copyright holders may not be used + to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +======== + +PCRE LICENCE +------------ + +PCRE is a library of functions to support regular expressions whose syntax +and semantics are as close as possible to those of the Perl 5 language. + +Release 7 of PCRE is distributed under the terms of the "BSD" licence, as +specified below. The documentation for PCRE, supplied in the "doc" +directory, is distributed under the same terms as the software itself. + +The basic library functions are written in C and are freestanding. Also +included in the distribution is a set of C++ wrapper functions. + + +THE BASIC LIBRARY FUNCTIONS +--------------------------- + +Written by: Philip Hazel +Email local part: ph10 +Email domain: cam.ac.uk + +University of Cambridge Computing Service, +Cambridge, England. + +Copyright (c) 1997-2008 University of Cambridge +All rights reserved. + + +THE C++ WRAPPER FUNCTIONS +------------------------- + +Contributed by: Google Inc. + +Copyright (c) 2007-2008, Google Inc. +All rights reserved. + + +THE "BSD" LICENCE +----------------- + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + * Neither the name of the University of Cambridge nor the name of Google + Inc. nor the names of their contributors may be used to endorse or + promote products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +======== + +License of liblua + +* Copyright (C) 1994-2008 Lua.org, PUC-Rio. All rights reserved. +* +* Permission is hereby granted, free of charge, to any person obtaining +* a copy of this software and associated documentation files (the +* "Software"), to deal in the Software without restriction, including +* without limitation the rights to use, copy, modify, merge, publish, +* distribute, sublicense, and/or sell copies of the Software, and to +* permit persons to whom the Software is furnished to do so, subject to +* the following conditions: +* +* The above copyright notice and this permission notice shall be +* included in all copies or substantial portions of the Software. +* +* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +======== + +License of OpenSSL + + LICENSE ISSUES + ============== + + The OpenSSL toolkit stays under a dual license, i.e. both the conditions of + the OpenSSL License and the original SSLeay license apply to the toolkit. + See below for the actual license texts. Actually both licenses are BSD-style + Open Source licenses. In case of any license issues related to OpenSSL + please contact openssl-core@openssl.org. + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +======== + +License of WinPcap + +Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy). +Copyright (c) 2005 - 2010 CACE Technologies, Davis (California). +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. Neither the name of the Politecnico di Torino, CACE Technologies nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +This product includes software developed by the University of California, Lawrence Berkeley Laboratory and its contributors. +This product includes software developed by the Kungliga Tekniska Högskolan and its contributors. +This product includes software developed by Yen Yen Lim and North Dakota State University. + +Further notices about software used by WinPcap are available at +http://www.winpcap.org/misc/copyright.htm. + +======== + +License of LIBLINEAR + +Copyright (c) 2007-2011 The LIBLINEAR Project. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +3. Neither name of copyright holders nor the names of its contributors +may be used to endorse or promote products derived from this software +without specific prior written permission. + + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +======== + +License of Python + +PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 +-------------------------------------------- + +1. This LICENSE AGREEMENT is between the Python Software Foundation +("PSF"), and the Individual or Organization ("Licensee") accessing and +otherwise using this software ("Python") in source or binary form and +its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, PSF hereby +grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, +analyze, test, perform and/or display publicly, prepare derivative works, +distribute, and otherwise use Python alone or in any derivative version, +provided, however, that PSF's License Agreement and PSF's notice of copyright, +i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Python +Software Foundation; All Rights Reserved" are retained in Python alone or in any +derivative version prepared by Licensee. + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python. + +4. PSF is making Python available to Licensee on an "AS IS" +basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. Nothing in this License Agreement shall be deemed to create any +relationship of agency, partnership, or joint venture between PSF and +Licensee. This License Agreement does not grant permission to use PSF +trademarks or trade name in a trademark sense to endorse or promote +products or services of Licensee, or any third party. + +8. By copying, installing or otherwise using Python, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. + +======== + +License of GLib + +/* GLIB - Library of useful routines for C programming + * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +/* + * Modified by the GLib Team and others 1997-2000. See the AUTHORS + * file for a list of people on the GLib Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GLib at ftp://ftp.gtk.org/pub/gtk/. + */ + +======== + +License of GTK+ + +/* GTK - The GIMP Toolkit + * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +/* + * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + +======== + +License of ATK + +/* ATK - Accessibility Toolkit + * Copyright 2001 Sun Microsystems Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +======== + +License of Pango + +/* Pango + * + * Copyright (C) 1999 Red Hat Software + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +======== + +License of X.Org libraries + +The following is the 'standard copyright' agreed upon by most contributors, +and is currently the canonical license preferred by the X.Org Foundation. +This is a slight variant of the common MIT license form published by the +Open Source Initiative at http://www.opensource.org/licenses/mit-license.php + +Copyright holders of new code should use this license statement where +possible, and insert their name to this list. Please sort by surname +for people, and by the full name for other entities (e.g. Juliusz +Chroboczek sorts before Intel Corporation sorts before Daniel Stone). + +Copyright © 2000-2001 Juliusz Chroboczek +Copyright © 1998 Egbert Eich +Copyright © 2006-2007 Intel Corporation +Copyright © 2006 Nokia Corporation +Copyright © 2006-2008 Peter Hutterer +Copyright © 2006 Adam Jackson +Copyright © 2009 NVIDIA Corporation +Copyright © 1999 Keith Packard +Copyright © 2007-2009 Red Hat, Inc. +Copyright © 2005-2008 Daniel Stone +Copyright © 2006-2009 Simon Thum +Copyright © 1987, 2003-2006, 2008-2009 Sun Microsystems, Inc. +Copyright © 2006 Luc Verhaegen + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +A number of other license notices in X.Org can be found at +http://cgit.freedesktop.org/xorg/xserver/tree/COPYING. + +======== + +License of Cairo + +Cairo is free software. + +Every source file in the implementation[*] of cairo is available to be +redistributed and/or modified under the terms of either the GNU Lesser +General Public License (LGPL) version 2.1 or the Mozilla Public +License (MPL) version 1.1. Some files are available under more +liberal terms, but we believe that in all cases, each file may be used +under either the LGPL or the MPL. + +See the following files in this directory for the precise terms and +conditions of either license: + + COPYING-LGPL-2.1 + COPYING-MPL-1.1 + +Please see each file in the implementation for copyright and licensing +information, (in the opening comment of each file). + +[*] The implementation of cairo is contained entirely within the "src" +directory of the cairo source distribution. There are other components +of the cairo source distribution (such as the "test", "util", and "perf") +that are auxiliary to the library itself. None of the source code in these +directories contributes to a build of the cairo library itself, (libcairo.so +or cairo.dll or similar). + +These auxiliary components are also free software, but may be under +different license terms than cairo itself. For example, most of the +test cases in the perf and test directories are made available under +an MIT license to simplify any use of this code for reference purposes +in using cairo itself. Other files might be available under the GNU +General Public License (GPL), for example. Again, please see the COPYING +file under each directory and the opening comment of each file for copyright +and licensing information. + +======== + +License of libgailutil + +/* GAIL - The GNOME Accessibility Implementation Library + * Copyright 2001 Sun Microsystems Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +======== + +License of libpng + +/* + * libpng version 1.2.44 - June 26, 2010 + * Copyright (c) 1998-2010 Glenn Randers-Pehrson + * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) + * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) + * + * This code is released under the libpng license (See LICENSE, below) + */ + +/* + * COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: + * + * If you modify libpng you may insert additional notices immediately following + * this sentence. + * + * This code is released under the libpng license. + * + * libpng versions 1.2.6, August 15, 2004, through 1.2.44, June 26, 2010, are + * Copyright (c) 2004, 2006-2010 Glenn Randers-Pehrson, and are + * distributed according to the same disclaimer and license as libpng-1.2.5 + * with the following individual added to the list of Contributing Authors: + * + * Cosmin Truta + * + * libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002, are + * Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are + * distributed according to the same disclaimer and license as libpng-1.0.6 + * with the following individuals added to the list of Contributing Authors: + * + * Simon-Pierre Cadieux + * Eric S. Raymond + * Gilles Vollant + * + * and with the following additions to the disclaimer: + * + * There is no warranty against interference with your enjoyment of the + * library or against infringement. There is no warranty that our + * efforts or the library will fulfill any of your particular purposes + * or needs. This library is provided with all faults, and the entire + * risk of satisfactory quality, performance, accuracy, and effort is with + * the user. + * + * libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are + * Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson, and are + * distributed according to the same disclaimer and license as libpng-0.96, + * with the following individuals added to the list of Contributing Authors: + * + * Tom Lane + * Glenn Randers-Pehrson + * Willem van Schaik + * + * libpng versions 0.89, June 1996, through 0.96, May 1997, are + * Copyright (c) 1996, 1997 Andreas Dilger + * Distributed according to the same disclaimer and license as libpng-0.88, + * with the following individuals added to the list of Contributing Authors: + * + * John Bowler + * Kevin Bracey + * Sam Bushell + * Magnus Holmgren + * Greg Roelofs + * Tom Tanner + * + * libpng versions 0.5, May 1995, through 0.88, January 1996, are + * Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. + * + * For the purposes of this copyright and license, "Contributing Authors" + * is defined as the following set of individuals: + * + * Andreas Dilger + * Dave Martindale + * Guy Eric Schalnat + * Paul Schmidt + * Tim Wegner + * + * The PNG Reference Library is supplied "AS IS". The Contributing Authors + * and Group 42, Inc. disclaim all warranties, expressed or implied, + * including, without limitation, the warranties of merchantability and of + * fitness for any purpose. The Contributing Authors and Group 42, Inc. + * assume no liability for direct, indirect, incidental, special, exemplary, + * or consequential damages, which may result from the use of the PNG + * Reference Library, even if advised of the possibility of such damage. + * + * Permission is hereby granted to use, copy, modify, and distribute this + * source code, or portions hereof, for any purpose, without fee, subject + * to the following restrictions: + * + * 1. The origin of this source code must not be misrepresented. + * + * 2. Altered versions must be plainly marked as such and + * must not be misrepresented as being the original source. + * + * 3. This Copyright notice may not be removed or altered from + * any source or altered source distribution. + * + * The Contributing Authors and Group 42, Inc. specifically permit, without + * fee, and encourage the use of this source code as a component to + * supporting the PNG file format in commercial products. If you use this + * source code in a product, acknowledgment is not required but would be + * appreciated. + */ + +======== + +License of jpeg + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + +======== + +License of LibTIFF + +Copyright (c) 1988-1997 Sam Leffler +Copyright (c) 1991-1997 Silicon Graphics, Inc. + +Permission to use, copy, modify, distribute, and sell this software and +its documentation for any purpose is hereby granted without fee, provided +that (i) the above copyright notices and this permission notice appear in +all copies of the software and related documentation, and (ii) the names of +Sam Leffler and Silicon Graphics may not be used in any advertising or +publicity relating to the software without the specific, prior written +permission of Sam Leffler and Silicon Graphics. + +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR +ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF +LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE +OF THIS SOFTWARE. + +======== + +License of zlib + + (C) 1995-2010 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + +======== + +License of bzip2 + +This program, "bzip2", the associated library "libbzip2", and all +documentation, are copyright (C) 1996-2010 Julian R Seward. All +rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + +3. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + +4. The name of the author may not be used to endorse or promote + products derived from this software without specific prior written + permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE +GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Julian Seward, jseward@bzip.org +bzip2/libbzip2 version 1.0.6 of 6 September 2010 + +======== + +License of Expat + +Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd + and Clark Cooper +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +======== + +License of fontconfig + +Copyright © 2001,2003 Keith Packard + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +======== + +License of FreeType + +The FreeType 2 font engine is copyrighted work and cannot be used +legally without a software license. In order to make this project +usable to a vast majority of developers, we distribute it under two +mutually exclusive open-source licenses. + +This means that *you* must choose *one* of the two licenses described +below, then obey all its terms and conditions when using FreeType 2 in +any of your projects or products. + + - The FreeType License, found in the file `FTL.TXT', which is similar + to the original BSD license *with* an advertising clause that forces + you to explicitly cite the FreeType project in your product's + documentation. All details are in the license file. This license + is suited to products which don't use the GNU General Public + License. + + - The GNU General Public License version 2, found in `GPL.TXT' (any + later version can be used also), for programs which already use the + GPL. Note that the FTL is incompatible with the GPL due to its + advertisement clause. + +The contributed BDF and PCF drivers come with a license similar to that +of the X Window System. It is compatible to the above two licenses (see +file src/bdf/README and src/pcf/README). + +The gzip module uses the zlib license (see src/gzip/zlib.h) which too is +compatible to the above two licenses. + +--- FTL.TXT --- + + The FreeType Project LICENSE + ---------------------------- + + 2006-Jan-27 + + Copyright 1996-2002, 2006 by + David Turner, Robert Wilhelm, and Werner Lemberg + + + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + """ + Portions of this software are copyright © The FreeType + Project (www.freetype.org). All rights reserved. + """ + + Please replace with the value from the FreeType version you + actually use. + + +Legal Terms +=========== + +0. Definitions +-------------- + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty +-------------- + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution +----------------- + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising +-------------- + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts +----------- + + There are two mailing lists related to FreeType: + + o freetype@nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel@nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + http://www.freetype.org + + +--- end of FTL.TXT --- + +======== + +License of libiconv + +The libiconv and libcharset _libraries_ and their header files are under LGPL, +see file COPYING.LIB. + +The iconv _program_ and the documentation are under GPL, see file COPYING. + +======== + +License of libintl + +The gettext-runtime package is partially under the LGPL and partially under +the GPL. + +The following parts are under the LGPL, see files intl/COPYING.LIB-2.0 and +intl/COPYING.LIB-2.1: + - the libintl and libasprintf libraries and their header files, + - the libintl.jar Java library, + - the GNU.Gettext.dll C# library, + - the gettext.sh shells script function library. + +The following parts are under the GPL, see file COPYING in the toplevel +directory: + - the _programs_ gettext, ngettext, envsubst, + - the documentation. + +======== + +License of PyGTK + +# pygtk - Python bindings for the GTK toolkit. +# Copyright (C) 1998-2003 James Henstridge +# 2004-2006 Johan Dahlin +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 +# USA + +======== + +License of libxml2 + +Except where otherwise noted in the source code (e.g. the files hash.c, +list.c and the trio files, which are covered by a similar licence but +with different Copyright notices) all the files are: + + Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is fur- +nished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- +NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- +NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Daniel Veillard shall not +be used in advertising or otherwise to promote the sale, use or other deal- +ings in this Software without prior written authorization from him. + +======== + +License of SQLite + +The author disclaims copyright to this source code. In place of +a legal notice, here is a blessing: + May you do good and not evil. + May you find forgiveness for yourself and forgive others. + May you share freely, never taking more than you give. + +======== + +License of PyGObject + +# pygobject - Python bindings for the GObject library +# Copyright (C) 2006-2008 Johan Dahlin +# +# glib/__init__.py: initialisation file for glib module +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 +# USA + +======== + +License of PyCairo + +PyCairo is free software. + +Every source file in the implementation of PyCairo is available to be +redistributed and/or modified under the terms of either the GNU Lesser +General Public License (LGPL) version 2.1 or the Mozilla Public +License (MPL) version 1.1. Some files are available under more +liberal terms, but we believe that in all cases, each file may be used +under either the LGPL or the MPL. + +See the following files in this directory for the precise terms and +conditions of either license: + + COPYING-LGPL-2.1 + COPYING-MPL-1.1 + +Please see each file in the implementation for Copyright and licensing +information. diff --git a/docs/3rd-party.xml b/docs/3rd-party.xml new file mode 100644 index 0000000..f9a6d2f --- /dev/null +++ b/docs/3rd-party.xml @@ -0,0 +1,281 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + Nmap + &nmap_version; + https://nmap.org/ + &nmap_license; + + + + libpcap="&nmap_libcap_version;" libdnet="&nmap_libdnet_version;" + pcre="&nmap_pcre_version;" liblinear="&nmap_liblinear_version;" + lua="&nmap_lua_version;" slaxml="&slaxml_version;" lfs="&lfs_version;" + ike-scan-fp="&ike_fp_version;" + + + libdnet="&nmap_libdnet_version;" pcre="&nmap_pcre_version;" + liblinear="&nmap_liblinear_version;" lua="&nmap_lua_version;" + slaxml="&slaxml_version;" lfs="&lfs_version;" + ike-scan-fp="&ike_fp_version;" npcap="&npcap_version;" + openssl="&openssl_version;" + + + libdnet="&nmap_libdnet_version;" pcre="&nmap_pcre_version;" + liblinear="&nmap_liblinear_version;" lua="&nmap_lua_version;" + slaxml="&slaxml_version;" lfs="&lfs_version;" + ike-scan-fp="&ike_fp_version;" npcap="&npcap_version;" + openssl="&openssl_version;" + + + + libpcap="&nmap_libpcap_version;" libdnet="&nmap_libdnet_version;" + pcre="&nmap_pcre_version;" liblinear="&nmap_liblinear_version;" + lua="&nmap_lua_version;" openssl="&openssl_version;" + slaxml="&slaxml_version;" lfs="&lfs_version;" + ike-scan-fp="&ike_fp_version;" + + + libpcap="&nmap_libpcap_version;" libdnet="&nmap_libdnet_version;" + pcre="&nmap_pcre_version;" liblinear="&nmap_liblinear_version;" + lua="&nmap_lua_version;" openssl="&openssl_version;" + slaxml="&slaxml_version;" lfs="&lfs_version;" + ike-scan-fp="&ike_fp_version;" + + + + Some NSE scripts and libraries + &nmap_version; + https://nmap.org/nsedoc/ + &license_bsd_simplified; + + + Ncat + &nmap_version; + https://nmap.org/ncat + &nmap_license; + + + + libdnet="&nmap_libdnet_version;" lua="&nmap_lua_version;" + + + libdnet="&nmap_libdnet_version;" lua="&nmap_lua_version;" + openssl="&openssl_version;" + + + libdnet="&nmap_libdnet_version;" lua="&nmap_lua_version;" + openssl="&openssl_version;" + + + + libdnet="&nmap_libdnet_version;" lua="&nmap_lua_version;" + openssl="&openssl_version;" + + + libdnet="&nmap_libdnet_version;" lua="&nmap_lua_version;" + openssl="&openssl_version;" + + + + Nping + 0.&nmap_version; + https://nmap.org/nping + &nmap_license; + + + + libpcap="&nmap_libpcap_version;" libdnet="&nmap_libdnet_version;" + + + libdnet="&nmap_libdnet_version;" npcap="&npcap_version;" + openssl="&openssl_version;" + + + libdnet="&nmap_libdnet_version;" npcap="&npcap_version;" + openssl="&openssl_version;" + + + + libpcap="&nmap_libpcap_version;" libdnet="&nmap_libdnet_version;" + openssl="&openssl_version;" + + + libpcap="&nmap_libpcap_version;" libdnet="&nmap_libdnet_version;" + openssl="&openssl_version;" + + + + Zenmap + &nmap_version; + https://nmap.org/zenmap + &nmap_license; + + + + + + python="&python_version;" + + + + + python="&python_version;" + libgtkmacintegration-gtk2.2 gdk-pixbuf-2.0 libintl.8 gtk-2.0 libjpeg.9 + libatk-1.0.0 liblzma.5 libcairo.2 libpango-1.0.0 libexslt.0 + libpangocairo-1.0.0 libffi.6 libpixman-1.0 libgailutil.18 libpng16.16 + libgdk-quartz-2.0.0 libpyglib-2.0-python.0 libgdk_pixbuf-2.0.0 + libgio-2.0.0 libreadline.6 libglib-2.0.0 libtiff.5 libgmodule-2.0.0 + libxml2.2 libgobject-2.0.0 libxslt.1 libgthread-2.0.0 + + + + Ndiff + &nmap_version; + https://nmap.org/ndiff + &nmap_license; + + + + + + python="&python_version;" + + + + + + python="&python_version;" + + + + + + SLAXML + https://github.com/Phrogz/SLAXML + Gavin Kistner + &license_mit; + + + LuaFileSystem + https://keplerproject.github.io/luafilesystem/ + Kepler Project + &license_mit; + + + LPeg Parsing Expression Grammars for Lua + http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html + Lua.org, PUC-Rio + &license_mit; + + + base32 and base64 Lua libraries + https://nmap.org/nsedoc/lib/base32.html + https://nmap.org/nsedoc/lib/base64.html + Patrick Joseph Donnelly + &license_mit; + + + Lua + https://www.lua.org/ + Lua.org, PUC-Rio + &license_mit; + + + libpcap + http://www.tcpdump.org/ + The Tcpdump Group + &license_bsd_modified; + + + libdnet + http://libdnet.sourceforge.net/ + Dug Song + &license_bsd_modified; + + + Perl Compatible Regular Expressions + http://www.pcre.org/ + University of Cambridge + &license_bsd_modified; + + + LIBLINEAR + https://www.csie.ntu.edu.tw/~cjlin/liblinear/ + The LIBLINEAR Project + &license_bsd_modified; + + + OpenSSL + https://www.openssl.org/ + The OpenSSL Project + &license_openssl; + + + Python + https://www.python.org/ + Python Software Foundation + &license_python; + + + Npcap + https://npcap.com/ + Nmap Software LLC ("The Nmap Project") + &license_npcap; + + + ike-scan fingerprints + http://www.nta-monitor.com/wiki/index.php/Ike-scan_Documentation + Roy Hills + &license_bsd_simplified; + + + SQLite + https://sqlite.org/ + public domain + + + + + diff --git a/docs/Nmap-Third-Party-Open-Source.fodt b/docs/Nmap-Third-Party-Open-Source.fodt new file mode 100644 index 0000000..22cce2d --- /dev/null +++ b/docs/Nmap-Third-Party-Open-Source.fodt @@ -0,0 +1,3247 @@ + + + + Third-party open source software and libraries used by NmapInsecure.Com LLC2016-08-17T21:15:002022-03-22T12:25:36.1809595932016-08-17T21:19:0025PT23H5M18SLibreOffice/6.4.7.2$Linux_X86_64 LibreOffice_project/40$Build-2FALSE0RealEstate4RealEstate4IR1:481112.1 + + + 24229 + 0 + 22666 + 31219 + true + false + + + view2 + 15134 + 47129 + 0 + 24229 + 22664 + 55446 + 3 + 0 + false + 159 + false + false + + + + + false + false + false + true + true + true + true + true + false + 0 + false + false + true + true + false + false + false + false + true + true + true + false + false + false + true + false + true + false + true + false + true + false + false + true + false + true + 0 + 1 + true + + high-resolution + true + + + false + false + true + false + true + true + false + true + + + ja + JP + + !%),.:;?]}¢°’â€â€°â€²â€³â„ƒã€ã€‚々〉》ã€ã€ã€‘〕゛゜ã‚ゞ・ヽヾï¼ï¼…),.:;?]ï½ï½¡ï½£ï½¤ï½¥ï¾žï¾Ÿï¿  + $([\{£¥‘“〈《「『ã€ã€”$([{「£¥ + + + + true + 4045258 + + true + false + true + 0 + + false + false + false + false + false + true + true + true + false + false + true + false + + false + false + false + false + true + true + false + false + false + false + false + true + 365532 + false + false + false + false + false + true + false + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + + + + + + + + + + + + + + + + + + + Third-party Software Components Used by Nmap + + The Nmap Security Scanner (https://nmap.org) leverages other software components for various functions. All except for Npcap are open source with BSD-style licenses that allow royalty-free redistribution within other software (including commercial/proprietary software). Some include a warranty disclaimer (relating to the original authors) and require a small amount of acknowledgment text be added to the documentation of any software which includes them (including indirectly through Nmap). The Npcap Windows packet capturing library is a special case because it’s not third party or open source, but it’s documented here as an important component for Nmap on Windows. + + This document is mostly for our Nmap OEM program customers who license Nmap OEM for redistribution within their commercial software. Some of these software components are only needed on certain platforms (such as Windows or Mac) or to enable optional functionality. These details are discussed in the sections below for each dependency. If 3rd party dependency software is included, than its license must be followed. This is the case whether the licensed product calls the library functions directly, incorporates Nmap source code that calls the functions, or bundles an Nmap executable which links to or includes source code of the given library or dependency. The next section includes sample acknowledgment text to help comply with 3rd party license requirements. + + This document only covers 3rd party open source software and libraries used by Nmap proper. It does not cover our related tools such as Zenmap, Ncat, Nping, or Ndiff because those are generally not included in the Nmap OEM Licenses we sell. We do track the components of those for our own license compliance purposes in a separate XML document. + + Please note that all Nmap OEM support, warranties and indemnification that we (Nmap Software LLC) offer to commercial customers apply to these third-party components and all other Npcap code. The warranty disclaimers in their license text just mean that the original library authors and maintainers aren’t responsible for that support you buy from us instead. + + This document covers Nmap 7.92. Licensees or potential licensees who want this information for a different Nmap release should contact sales@nmap.com. + + Anyone may redistribute this document in whole or part, including incorporating it into larger documents. In particular, Nmap OEM customers may want to redistribute this document along with Nmap OEM to help comply with attribution and warranty disclaimer clauses of the software component licenses detailed herein. + + Suggested Acknowledgment Text + + To give credit where due and also comply with attribution clauses of the various 3rd party software component licenses detailed in this document, we suggest that Nmap OEM customers licensed to redistribute Nmap within their products include this document itself with their software and also include a statement like the one below in their documentation: + + This product contains the Nmap Security Scanner OEM Edition (https://nmap.org/oem) pursuant to a license agreement with Nmap Software LLC. Depending on configuration, Nmap OEM may contain some or all of the following software: + + + Npcap Windows packet capture and transmission driver (https://npcap.com) + + + Libpcap raw packet capture library (https://tcpdump.org) + + + Libdnet raw networking library (http://libdnet.sourceforge.net) + + + LibPCRE Perl Compatible Regular Expressions Library (https://pcre.org) + + + Lua Programming Language (https://lua.org) + + + Lua extension libraries: SLAXML (an XML parsing library), LuaFileSystem (for filesystem operations), LPeg (Lua Parsing Expression Grammars), lzlib for accessing Zlib compression library functions, and Base3264 for base 32 and 64 encoding and decoding + + + OpenSSL SSL encryption library (https://openssl.org) + + + LIBLINEAR Linear Classification Library (https://www.csie.ntu.edu.tw/~cjlin/liblinear/) + + + Ike-scan Fingerprint Data (http://www.nta-monitor.com/wiki/index.php/Ike-scan_program_notes) + + + LibSSH2 (https://www.libssh2.org/) + + + Zlib (https://zlib.net) + + + Further usage and license details on all of these components are available in the Nmap-Thid-Party-Open-Source.pdf file included with this program and/or available from https://nmap.org/svn/docs/Nmap-Third-Party-Open-Source.pdf. Third party components of Npcap are detailed in Npcap-Third-Party-Open-Source.pdf instead. That file is included with this program and/or available from https://npcap.com/src/docs/Npcap-Third-Party-Open-Source.pdf. + + Npcap Windows Packet Library + + Description: Npcap is used by Nmap for capturing and sending raw packets on the Microsoft Windows platform. It is not needed or used on any other platforms. It is produced by Nmap Software LLC, which is the same company that oversees Nmap. While it is not technically “open source†since it does not allow free redistribution, the source code is available and the Npcap license has been tailored to work well with Nmap. + Software URL: https://npcap.com + Version used: 1.50 + License Summary: The free version of Npcap comes with the official Nmap Windows binaries and allows for unlimited usage with Nmap, but not external redistribution. The commercial Npcap OEM Edition enables automated deployment, commercial support, greater internal-use rights for non-Nmap software, and even rights to redistribute Npcap OEM within a company’s own products. The Nmap Security Scanner OEM Edition (Nmap OEM) includes the Npcap OEM packet capturing software so that Nmap OEM customers don’t need to buy Npcap too. Npcap includes 3 open source software components whose BSD-style licenses also must be respected. They all allow free redistribution within commercial software and are detailed in Npcap-Third-Party-Open-Source.pdf. + License Text Location: Free license: https://npcap.com/license; Commercial license: https://npcap.com/oem + + Libpcap Raw Packet Capture Library + + Description: Libpcap is used by Nmap on UNIX for raw packet reading during host discovery, port scanning, and OS detection. It is bundled with the Nmap Security Scanner in the libpcap subdirectory. Libpcap is also used on Windows as part of the Npcap library (which has its own section in this document). + Software URL: https://tcpdump.org + Version used: 1.9.1 (source and Linux binaries) or 1.10 (Npcap on Windows) + License Summary: Modified BSD license (3-clause) + License Text Location: BSD-modified.txt + + Libdnet Raw Networking Library + Description: Libdnet is bundled with Nmap and is required on all platforms for low-level tasks such as sending raw Ethernet frames. We have made many changes and so it is important that our version (distributed with Nmap) be used. + Software URL: http://libdnet.sourceforge.net/ + Version used: 1.12 + Copyright: Dug Song + License Summary: Modified BSD license (3-clause) + License Text Location: Libdnet-license.txt + + LibPCRE Perl Compatible Regular Expressions Library + + Description: LibPCRE is used for regular expression matching as part of Nmap version detection. It is bundled with Nmap in the libpcre subdirectory. + Software URL: https://pcre.org + Version used: 7.6 + License Summary: Modified BSD license (3-clause) + License Text Location: PCRE-license.txt + + Lua Programming Language + + Description: The LUA programming language may optionally be embedded into Nmap as part of the Nmap Scripting Engine functionality. LUA will not be included if the –without-liblua configuration option is given. If Lua is included, Nmap also includes some LUA libraries which also fall under the free LUA license (they have their own section in this document). + Software URL: https://lua.org + Version used: 5.3.5 + License Summary: MIT license + License Text Location: Lua-license.txt + + Lua Libraries + + Description: If Lua is included in an Nmap build, four 3rd party Lua libraries are included as well. They are SLAXML (an XML parsing library), LuaFileSystem (for filesystem operations), LPeg (Lua Parsing Expression Grammars), lzlib for accessing Zlib compression library functions, and Base3264 for base 32 and 64 encoding and decoding. They are all under the Lua license (which is the MIT license) although the copyright statement referred to by the license is different because they were created by different authors. All four of those libraries are included in this section + SLAXML URL: https://github.com/Phrogz/SLAXML + SLAXML Version: 0.7 + SLAXML Copyright Statement: Copyright (c) 2013 Gavin Kistner + LuaFileSystem URL: https://keplerproject.github.io/luafilesystem/ + LuaFileSystem Version: 1.2 + LuaFileSystem Copyright Statement: Copyright © 2003 Kepler Project. + LPeg URL: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html + LPeg Version: 0.12 + LPeg Copyright Statement: Copyright © 2007-2015 Lua.org, PUC-Rio. + lzlib URL: http://luaforge.net/projects/lzlib/ + lzlib Version: 0.4-work3 + lzlib Copyright Statement: Copyright Tiago Dionizio (tiago.dionizio@gmail.com) + Base3264 URL: https://nmap.org/nsedoc/lib/base32.html https://nmap.org/nsedoc/lib/base64.html + Base3264 Version: Unversioned + Base3264 Copyright Statement: Copyright (c) 2016 Patrick Joseph Donnelly (batrick@batbytes.com) + License Summary: All packages use the Lua license (MIT license) with the copyright statements listed above + License Text Location: Lua-license.txt + + OpenSSL SSL Encryption Library + + Description: OpenSSL can optionally be used by Nmap Service Detection to communicate with SSL-enabled protocols such as https, pop3-s, imaps, etc. It is not included in the Nmap source tree, but you can choose to link to it when compiling Nmap (and we do so for the binaries we distribute). + Software URL: https://openssl.org + Version used: 1.1.1k in the binaries we distribute. If you build Nmap yourself and include OpenSSL, you supply your own preferred version. + License Summary: 4-clause BSD style + License Text Location: OpenSSL-license.txt + + LIBLINEAR Linear Classification Library + + Description: LIBLINEAR is used as part of Nmap’s machine-learning based IPv6 OS detection system. It’s included in the “liblinear†directory in the Nmap source tree. + Software URL: https://www.csie.ntu.edu.tw/~cjlin/liblinear/ + Version used: 1.7 + License Summary: Modified BSD license (3-clause) + License Text Location: LIBLINEAR-license.txt + + Ike-scan Fingerprinting Data + + Description: This is a small data file used by an obscure Nmap NSE script named ike-version. The contents were provided to us under a BSD license by the author of a tool named Ike-scan. + Software URL: http://www.nta-monitor.com/wiki/index.php/Ike-scan_program_notes + Version used: Unversioned + License Summary: Simplified (2-clause) BSD license + License Text Location: BSD-simplified + + LibSSH2 Secure Shell Communication Library + + Description: This library is used to provide Secure Shell (SSH) communication capability to NSE. + Software URL: https://www.libssh2.org/ + Version used: 1.9.0 + License Summary: Modified BSD license (3-clause) + License Text Location: libssh2-license.txt + + Zlib Data Compression Library + + Description: Zlib is a data compression library linked by LibSSH2, and may also be linked directly by NSE. + Software URL: https://zlib.net/ + Version used: 1.2.11 + License Summary: Zlib license (allows free commercial use and redistribution) + License Text Location: zlib-license.txt + + + \ No newline at end of file diff --git a/docs/Nmap-Third-Party-Open-Source.pdf b/docs/Nmap-Third-Party-Open-Source.pdf new file mode 100644 index 0000000..15bdc9c Binary files /dev/null and b/docs/Nmap-Third-Party-Open-Source.pdf differ diff --git a/docs/README b/docs/README new file mode 100644 index 0000000..24da0ad --- /dev/null +++ b/docs/README @@ -0,0 +1,3 @@ +Here is some documentation for Nmap, but these files are much less +comprehensive than what you'll find at the actual Nmap documentation +site ( https://nmap.org ). diff --git a/docs/committers.txt b/docs/committers.txt new file mode 100644 index 0000000..1f671de --- /dev/null +++ b/docs/committers.txt @@ -0,0 +1,106 @@ +This is a list of fine folks who help bring you Nmap! But not an +exclusive list, as many people who contribute greatly to Nmap are not +committers. See the CHANGELOG (https://nmap.org/changelog.html) for a +broader list of contributions. + +These people have earned commit access to the Nmap SVN repository and +can check changes directly into the Nmap trunk. Significant +changes/patches are generally discussed on nmap-dev first to catch +problems and improve the implementation with new ideas. These people +can also create /nmap-exp branches to pursue larger/experimental ideas +without destabilizing the Nmap trunk in the process. + +Most people are added as a committer after they establish a history of +writing so much code that it is easier for the existing committers to +add them to the group than continue manually applying their patches +:). So the best way to become one is to keep sending good patches to +nmap-dev. But if you want to expedite the process, and you already +have a track record of many patches integrated into Nmap, feel free to +mail Fyodor. + +Committers added temporarily for a project (such as Summer of Code +students) are not included in this list. Committers who are inactive +for years will have their accounts disabled for security reasons, but +they will be happily re-enabled upon request. + +Committers should feel free to fill in their +bio/description/interests/links on this list: + +fyodor - Nmap author Fyodor + +david - Nmap co-maintainer David Fifield + +ron - Ron Bowes (http://www.skullsecurity.org) + +patrik - Patrik Karlsson (wrote tons of great NSE scripts) + +bmenrigh - Brandon Enright specializes in large-scale scanning and math/crypto + +batrick - Patrick Donnelly is a Lua expert and specializes in NSE internals + +ithilgore - Ithilgore wrote the Ncrack authentication cracker + (https://nmap.org/ncrack/) + +luis - Luis MartinGarcia wrote and maintains the Nping tool for packet + generation, response analysis, and response time + measurement (https://nmap.org/nping/) + +majek04 - Marek Majkowski wrote a lot of low-level code and several + NSE scripts + +doug - Doug Hoyte has his handiwork throughout the Nmap codebase. + He has worked on almost every subsystem. + +diman - Diman Todorov, wrote the initial version of the Nmap + Scripting Engine. + +ejlbell - Eddie Bell has made a large number of misc. improvements + including adding the --reason feature, and writing the + original --traceroute implementation. He also wrote many + NSE scripts. + +jah - John A. Hickinbottom enjoys hacking with the Nmap family + of tools and has contributed bug fixes, NSE scripts and + various small improvements in NSE scripts and libraries. + +kris - Kris Katterjohn, works on random things; has implemented + many features and bug fixes in Nmap (including scripts, + libraries and various functionalities in NSE) and was + also the lead Ncat developer until its initial release + with Nmap. Entries in the Nmap and Ncat changelogs are + typically denoted by just "Kris" + +daniel - Daniel Roethlisberger, wrote SCTP protocol support + +tomsellers - Tom Sellers has done a lot of work with the Nmap + Scripting Engine, and also version detection. + +robert - Rob Nicholls has done a ton of work, particularly his + dramatic improvements in the Windows installers for Nmap + and Winpcap. + +sven - Sven Klemm has made dramatic improvements to the Nmap + Scripting Engine. + +djalal - Djalal Harouni focuses on the Nmap Scripting Engine. In + addition to writing several scripts and libraries, he + improved the infrastructure by adding the script + pre-scanning and post-scanning phases and the newtargets + (adding new systems to the scan queue) functionality. + +martin - Martin Holst Swende has written many great NSE scripts as + well as improvements to the NSE infrastructure (such as + the --script-help feature). + +dmiller - Dan Miller has made many important improvements to Nmap, + from bug fixes to new features. He has improved many NSE + scripts and libraries and also continues to improve Nmap's + XML output support. + +henri - Henri Doreau has contributed to many parts of Nmap, from NSE + scripts to bug fixes. He also designed and implemented the + nsock-engines feature, which allows Nmap to use more efficient + platform-specific APIs for its underlying socket networking + requests. + +nnposter - Contributed odds-and-ends code fixes diff --git a/docs/device-types.txt b/docs/device-types.txt new file mode 100644 index 0000000..0fa705c --- /dev/null +++ b/docs/device-types.txt @@ -0,0 +1,147 @@ +general purpose +This category contains general-purpose operating systems like Linux and +Windows. In the nmap-service-probes file this class is indicated by a +lack of a +d//d// (device type) version detection field +field. + +bridge (15) +A bridge combines two or more subnetworks into one. With a bridge this +happens at a lower level than with a router. This category also includes +things like Ethernet-to-serial bridges. + +broadband router (241) +Devices in this category connect a network to the Internet via cable, +ADSL, fiber optics, etc. Some of these devices provide network address +translation, a firewall, port forwarding, or other services. + +firewall (128) +A firewall controls what traffic is allowed into or out of a network. +Some also have additional capabilities. This category doesn't include +general-purpose operating systems that happen to come with a firewall, +but it does include OS distributions purpose-built to work only as a +firewall. + +game console (16) +A video game console like the Xbox or PlayStation. + +hub (1) +A hub joins network segments by re-broadcasting all traffic. Hubs are +distinct from switches, which selectively transmit packets only to +relevant destinations. + +load balancer (17) +A device that distributes inbound traffic to multiple devices to ease +the load on those devices. + +media device (150) +This category includes all kinds of audiovisual equipment, including +portable music players, home audio systems, TVs, and projectors. + +PBX (21) +A private branch exchange, or PBX, routes telephone calls within a +private organization and connects them to the public telephone network +or VoIP. + +PDA (12) +A handheld computer. Devices that are also telephones go in the "phone" +category. + +phone (22) +A network-capable telephone that is not a VoIP phone. Devices in this +category are typically mobile phones. + +power-device (45) +Miscellaneous power devices like uninterruptable power supplies and +surge protectors. + +printer (371) +Network-enabled printers, including printers with an embedded print +server. + +print server (100) +A print server connects a printer to a network. Printers that contain +their own print server go in the "printer" category instead. + +proxy server (13) +Any kind of proxy, including web proxies and other servers that cache +data or understand high-level protocols. + +remote managment (51) +Devices that allow servers or other equipment to be monitored or managed +remotely. + +router (310) +Routers connect multiple networks. They are distinct from hubs and +switches because they route packets between different networks as +opposed to extending one network. + +security-misc (43) +Any security device that doesn't fall into the "firewall" category +belongs in this category. This includes intrusion detection and +prevention systems. + +specialized (108) +The catch-all category. If a device doesn't fall into one of the other +categories, it is specialized. Examples in this category are diverse and +include such things as clocks, oscilloscopes, climate sensors, and more. + +storage-misc (101) +Data storage devices like tape decks and network-attached storage +appliances. + +switch (274) +A device that extends a network by selectively re-broadcasting packets. +Switches are distinct from hubs, which broadcast all packets. + +telecom-misc (24) +Devices used by telephone systems that aren't PBXs, like voicemail and +ISDN systems. + +terminal (9) +A device with a keyboard and monitor with the primary purpose of +communicating directly with a terminal server or mainframe. + +terminal server (24) +A device providing terminal facilities to clients over a network. + +VoIP adapter (52) +A device that converts between voice over IP (VoIP) protocols and normal +telephone traffic. Also may convert different VoIP protocols. + +VoIP phone (81) +A phone capable of a VoIP protocol. + +WAP (298) +Wireless access points offer a wireless connection to a network. Most +work with radio technology like 802.11b but some use infra-red or +something else. Devices that could also be put in another category, like +wireless broadband routers, are put in the WAP category because WAPs +require special network considerations. + +webcam (100) +Any kind of camera that stores or transmits pictures or video. This +includes everything from consumer webcams to security system cameras. + +---- + +Proposed changes + +Move X-ray machine (2) to specialized. + +Move cluster (3) to specialized. + +Move projector (3) to media device. I didn't find any projectors miscategorized +as "specialized" -David. + +Move encryption accelerator (6) to proxy server. + +Move web server (2) to general purpose or specialized. + +Put Ethernet-serial bridges in the "bridge" category. + +Put the http-proxy matches in nmap-service-probes into the "proxy +server" category if they are from a dedicated proxy device. Some of them +are "security-misc" currently. + +Merge VoIP gateway into VoIP adapter. diff --git a/docs/leet-nmap-ascii-art-eye.txt b/docs/leet-nmap-ascii-art-eye.txt new file mode 100644 index 0000000..e51d9a5 --- /dev/null +++ b/docs/leet-nmap-ascii-art-eye.txt @@ -0,0 +1,15 @@ + + ___.-------.___ + _.-' ___.--;--.___ `-._ + .-' _.-' / .+. \ `-._ `-. + .' .-' |-|-o-|-| `-. `. + (_ _) + `--._``-..__`._|_.'__..-''_.--' + ``--._________.--'' + ____ _____ ____ ____ _ _______ + |_ \|_ _||_ \ / _| / \ |_ __ \ + | \ | | | \/ | / _ \ | |__) | + | |\ \| | | |\ /| | / ___ \ | ___/ + _| |_\ |_ _| |_\/_| |_ _/ / \ \_ _| |_ + |_____|\____||_____||_____||____| |____||_____| + diff --git a/docs/leet-nmap-ascii-art-pc.txt b/docs/leet-nmap-ascii-art-pc.txt new file mode 100644 index 0000000..5dee63d --- /dev/null +++ b/docs/leet-nmap-ascii-art-pc.txt @@ -0,0 +1,14 @@ + + :================: + /||# nmap -A _ || + / || || + | || || + \ || || + ================== + ........... / \............. + :\ ############ \ + : --------------------------------- + : | * |__________|| :::::::::: | + \ | | || ....... | + --------------------------------- 8 + diff --git a/docs/leet-nmap-ascii-art.txt b/docs/leet-nmap-ascii-art.txt new file mode 100644 index 0000000..c370c5c --- /dev/null +++ b/docs/leet-nmap-ascii-art.txt @@ -0,0 +1,13 @@ + ( ) /\ _ ( + \ | ( \ ( \.( ) _____ + \ \ \ ` ` ) \ ( ___ / _ \ + (_` \+ . x ( .\ \/ \____-----------/ (o) \_ +- .- \+ ; ( O \____ +(__ +- .( -'.- <. \_____________ ` \ / +(_____ ._._: <_ - <- _- _ VVVVVVV VV V\ \/ + . /./.+- . .- / +-- - . (--_AAAAAAA__A_/ | + (__ ' /x / x _/ ( \______________//_ \_______ + , x / ( ' . / . / \___' \ / + / / _/ / + | \ / + ' (__/ / \/ + / \ diff --git a/docs/legal-notices.xml b/docs/legal-notices.xml new file mode 100644 index 0000000..575f100 --- /dev/null +++ b/docs/legal-notices.xml @@ -0,0 +1,196 @@ +Legal Notices + + + Nmap Copyright and Licensing + copyright + GNU General Public License + + +The Nmap Security Scanner is (C) 1996–2022 Nmap Software +LLC ("The Nmap Project"). Nmap is also a registered trademark of the +Nmap Project. It is published under the Nmap Public Source License. This +generally allows end users to download and use Nmap for free. It +doesn't allow Nmap to be used and redistributed within commercial +software or hardware products (including appliances, virtual machines, +and traditional applications). We fund the project by selling a +special Nmap OEM Edition for this purpose, as described at . Hundreds of large and small software +vendors have already purchased OEM licenses to embed Nmap technology +such as host discovery, port scanning, OS detection, version +detection, and the Nmap Scripting Engine within their products. + + +The Nmap Project has permission to redistribute Npcap, a packet +capturing driver and library for the Microsoft Windows platform. +Npcap is a separate work with it's own license rather than this Nmap +license. Since the Npcap license does not permit redistribution +without special permission, our Nmap Windows binary packages which +contain Npcap may not be redistributed without special +permission. + + +Even though the NPSL is based on GPLv2, it contains different +provisions and is not directly compatible. It is incompatible with +some other open source licenses as well. In some cases we can +relicense portions of Nmap or grant special permissions to use it in +other open source software. Please contact fyodor@nmap.org with any +such requests. Similarly, we don't incorporate incompatible open +source software into Nmap without special permission from the +copyright holders. + + +If you have received a written license agreement or contract for +Nmap (such as an Nmap OEM +license) stating terms other than these, you may choose to use +and redistribute Nmap under those terms instead. + + + + + Creative Commons License for this Nmap Guide + This Nmap Reference Guide is (C) + 2005–2022 Nmap Software LLC. It is + hereby placed under version 3.0 of the Creative Commons + Attribution License. This allows you redistribute and modify + the work as you desire, as long as you credit the original source. + Alternatively, you may choose to treat this document as falling under + the same license as Nmap itself (discussed previously). + + + + Source Code Availability and Community Contributions + +Source is provided to this software because we believe users +have a right to know exactly what a program is going to do before they +run it. This also allows you to audit the software for security holes. + +Source code also allows you to port Nmap to new platforms, fix +bugs, and add new features. You are highly encouraged to submit your +changes as Github Pull Requests (PR) or send them to +dev@nmap.org for possible incorporation into the main +distribution. By submitting such changes, it is assumed that you are +offering the Nmap Project the unlimited, non-exclusive right to reuse, +modify, and relicense the code. This is important because the +inability to relicense code has caused devastating problems for other +Free Software projects (such as KDE and NASM). We also sell commercial +licenses to Nmap OEM. If you +wish to specify special license conditions of your contributions, just +say so when you send them. + + + +No Warranty<indexterm><primary>warranty (lack of)</primary></indexterm> + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +It should also be noted that Nmap has occasionally been known to crash +poorly written applications, TCP/IP stacks, and even operating +systems.crashing targets +While this is extremely rare, it is important to keep in +mind. Nmap should never be run against mission +critical systems unless you are prepared to suffer +downtime. We acknowledge here that Nmap may crash your systems or +networks and we disclaim all liability for any damage or problems Nmap +could cause. + + +Inappropriate Usage +Because of the slight risk of crashes and because a few black +hats like to use Nmap for reconnaissance prior to attacking systems, +there are administrators who become upset and may complain when their +system is scanned. Thus, it is often advisable to request permission +before doing even a light scan of a network. + +Nmap should never be installed with special privileges +(e.g. suid root).setuid, why Nmap shouldn't besuidsetuid +That would open up a major security vulnerability as other users on the +system (or attackers) could use it for privilege escalation. + + +Nmap is not designed, manufactured, or intended for use in +hazardous environments requiring fail- safe performance where the +failure of the software could lead directly to death, personal injury, +or significant physical or environmental damage. + + + +Third-Party Software and Funding Notices + +This product includes software developed by +the Apache Software +Foundation. A modified version of the Libpcap portable packet capture +librarylibpcap +is distributed along with Nmap. +The Windows version of Nmap utilizes the Libpcap-derived +Ncap libraryNpcap +instead. +Regular expression support is provided by the +PCRE library,Perl Compatible Regular Expressions (PCRE) +which is open-source software, written by Philip Hazel.Hazel, Philip +Certain raw networking functions use the +Libdnetlibdnet +networking library, which was written by Dug Song.Song, Dug +A modified version is distributed with Nmap. +Nmap can optionally link with the +OpenSSL +cryptography toolkitOpenSSL +for SSL version detection support. +The Nmap Scripting Engine uses an embedded version of +the Lua programming +language.Lua programming +language The Liblinear +linear classification library is used for our + +IPv6 +OS detection machine learning techniques. + + +IPv6 OS detection machine +learning techniques (see ). + +All of the third-party software described in this paragraph is freely +redistributable under BSD-style software licenses. + + +Binary packages for Windows and Mac OS X include support libraries +necessary to run Zenmap and Ndiff with Python and PyGTK. (Unix platforms +commonly make these libraries easy to install, so they are not part of +the packages.) A listing of these support libraries and their licenses +is included in the LICENSES files. + + + +This software was supported in part through the Google Summer of Code and the DARPA CINDER program (DARPA-BAA-10-84). + + + + +United States Export Control<indexterm><primary>export control</primary></indexterm> + +Nmap only uses encryption when compiled with the optional +OpenSSL support and linked with OpenSSL. When compiled without +OpenSSL support, the Nmap Project believes that Nmap is not subject to +U.S. Export +Administration Regulations (EAR) export control. As such, +there is no applicable ECCN (export control classification number) and +exportation does not require any special license, permit, or other +governmental authorization. + +When compiled with OpenSSL support or distributed as source +code, the Nmap Project believes that Nmap falls under +U.S. ECCN +5D002 +(Information Security Software). We distribute Nmap +under the TSU exception for publicly available encryption +software defined +in EAR +740.13(e). + + diff --git a/docs/licenses/BSD-modified.txt b/docs/licenses/BSD-modified.txt new file mode 100644 index 0000000..a10474d --- /dev/null +++ b/docs/licenses/BSD-modified.txt @@ -0,0 +1,19 @@ +License: BSD + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + 3. The names of the authors may not be used to endorse or promote + products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. diff --git a/docs/licenses/BSD-simplified b/docs/licenses/BSD-simplified new file mode 100644 index 0000000..dd0e8e7 --- /dev/null +++ b/docs/licenses/BSD-simplified @@ -0,0 +1,26 @@ +Copyright. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT +SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those +of the authors and should not be interpreted as representing official policies, +either expressed or implied, of the authors. diff --git a/docs/licenses/LGPL-2 b/docs/licenses/LGPL-2 new file mode 100644 index 0000000..bf50f20 --- /dev/null +++ b/docs/licenses/LGPL-2 @@ -0,0 +1,482 @@ + GNU LIBRARY GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is + numbered 2 because it goes with version 2 of the ordinary GPL.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the library, or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. + + Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, so that any problems introduced by others will not reflect on +the original authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + + Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. + + The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. + + Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. + + However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. + + Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. + + GNU LIBRARY GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + c) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + d) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Library General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the + Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307 USA. + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/docs/licenses/LGPL-2.1 b/docs/licenses/LGPL-2.1 new file mode 100644 index 0000000..ae23fcf --- /dev/null +++ b/docs/licenses/LGPL-2.1 @@ -0,0 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + diff --git a/docs/licenses/LIBLINEAR-license.txt b/docs/licenses/LIBLINEAR-license.txt new file mode 100644 index 0000000..71c0ad7 --- /dev/null +++ b/docs/licenses/LIBLINEAR-license.txt @@ -0,0 +1,31 @@ + +Copyright (c) 2007-2011 The LIBLINEAR Project. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +3. Neither name of copyright holders nor the names of its contributors +may be used to endorse or promote products derived from this software +without specific prior written permission. + + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/docs/licenses/Libdnet-license.txt b/docs/licenses/Libdnet-license.txt new file mode 100644 index 0000000..a5dc111 --- /dev/null +++ b/docs/licenses/Libdnet-license.txt @@ -0,0 +1,30 @@ +Copyright (c) 2000-2006 Dug Song +All rights reserved, all wrongs reversed. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + +3. The names of the authors and copyright holders may not be used + to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/docs/licenses/Lua-license.txt b/docs/licenses/Lua-license.txt new file mode 100644 index 0000000..3f1f58f --- /dev/null +++ b/docs/licenses/Lua-license.txt @@ -0,0 +1,6 @@ +Copyright © 1994–2016 Lua.org, PUC-Rio. +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/docs/licenses/MIT b/docs/licenses/MIT new file mode 100644 index 0000000..afc74b3 --- /dev/null +++ b/docs/licenses/MIT @@ -0,0 +1,19 @@ +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/docs/licenses/MPL-1.1 b/docs/licenses/MPL-1.1 new file mode 100644 index 0000000..7714141 --- /dev/null +++ b/docs/licenses/MPL-1.1 @@ -0,0 +1,470 @@ + MOZILLA PUBLIC LICENSE + Version 1.1 + + --------------- + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are + effective on the date Initial Developer first distributes + Original Code under the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are + effective on the date Contributor first makes Commercial Use of + the Covered Code. + + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + +3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Application of this License. + + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + +7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. + + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. + + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + +11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + +12. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + +13. MULTIPLE-LICENSED CODE. + + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. + + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] + diff --git a/docs/licenses/OpenSSL-license.txt b/docs/licenses/OpenSSL-license.txt new file mode 100644 index 0000000..c6cc098 --- /dev/null +++ b/docs/licenses/OpenSSL-license.txt @@ -0,0 +1,125 @@ + + LICENSE ISSUES + ============== + + The OpenSSL toolkit stays under a dual license, i.e. both the conditions of + the OpenSSL License and the original SSLeay license apply to the toolkit. + See below for the actual license texts. + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + diff --git a/docs/licenses/PCRE-license.txt b/docs/licenses/PCRE-license.txt new file mode 100644 index 0000000..03fabc6 --- /dev/null +++ b/docs/licenses/PCRE-license.txt @@ -0,0 +1,68 @@ +PCRE LICENCE +------------ + +PCRE is a library of functions to support regular expressions whose syntax +and semantics are as close as possible to those of the Perl 5 language. + +Release 7 of PCRE is distributed under the terms of the "BSD" licence, as +specified below. The documentation for PCRE, supplied in the "doc" +directory, is distributed under the same terms as the software itself. + +The basic library functions are written in C and are freestanding. Also +included in the distribution is a set of C++ wrapper functions. + + +THE BASIC LIBRARY FUNCTIONS +--------------------------- + +Written by: Philip Hazel +Email local part: ph10 +Email domain: cam.ac.uk + +University of Cambridge Computing Service, +Cambridge, England. + +Copyright (c) 1997-2008 University of Cambridge +All rights reserved. + + +THE C++ WRAPPER FUNCTIONS +------------------------- + +Contributed by: Google Inc. + +Copyright (c) 2007-2008, Google Inc. +All rights reserved. + + +THE "BSD" LICENCE +----------------- + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + * Neither the name of the University of Cambridge nor the name of Google + Inc. nor the names of their contributors may be used to endorse or + promote products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +End diff --git a/docs/licenses/WinPcap-license.txt b/docs/licenses/WinPcap-license.txt new file mode 100644 index 0000000..e85be2b --- /dev/null +++ b/docs/licenses/WinPcap-license.txt @@ -0,0 +1,73 @@ +Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy). +Copyright (c) 2005 - 2010 CACE Technologies, Davis (California). +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. Neither the name of the Politecnico di Torino, CACE Technologies nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +This product includes software developed by the University of California, Lawrence Berkeley Laboratory and its contributors. +This product includes software developed by the Kungliga Tekniska Högskolan and its contributors. +This product includes software developed by Yen Yen Lim and North Dakota State University. + + + +Portions Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 The Regents of the University of California. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: "This product includes software developed by the University of California, Berkeley and its contributors." +4. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Portions Copyright (c) 1983 Regents of the University of California. All rights reserved. + +Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by the University of California, Berkeley. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +Portions Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan (Royal Institute of Technology, Stockholm, Sweden). All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: "This product includes software developed by the Kungliga Tekniska Högskolan and its contributors." +4. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Portions Copyright (c) 1997 Yen Yen Lim and North Dakota State University. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: "This product includes software developed by Yen Yen Lim and North Dakota State University" +4. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Portions Copyright (c) 1993 by Digital Equipment Corporation. + +Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies, and that the name of Digital Equipment Corporation not be used in advertising or publicity pertaining to distribution of the document or software without specific, written prior permission. +THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +Portions Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. Neither the name of the project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Portions Copyright (c) 1996 Juniper Networks, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that: (1) source code distributions retain the above copyright notice and this paragraph in its entirety, (2) distributions including binary code include the above copyright notice and this paragraph in its entirety in the documentation or other materials provided with the distribution. The name of Juniper Networks may not be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +Portions Copyright (c) 2001 Daniel Hartmeier All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Portions Copyright 1989 by Carnegie Mellon. + +Permission to use, copy, modify, and distribute this program for any purpose and without fee is hereby granted, provided that this copyright and permission notice appear on all copies and supporting documentation, the name of Carnegie Mellon not be used in advertising or publicity pertaining to distribution of the program without specific prior permission, and notice be given in supporting documentation that copying and distribution is by permission of Carnegie Mellon and Stanford University. Carnegie Mellon makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. diff --git a/docs/licenses/zlib-license.txt b/docs/licenses/zlib-license.txt new file mode 100644 index 0000000..7639e0a --- /dev/null +++ b/docs/licenses/zlib-license.txt @@ -0,0 +1,22 @@ + + Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + diff --git a/docs/man-xlate/nmap-de.1 b/docs/man-xlate/nmap-de.1 new file mode 100644 index 0000000..fee6b67 --- /dev/null +++ b/docs/man-xlate/nmap-de.1 @@ -0,0 +1,2214 @@ +'\" t +.\" Title: nmap +.\" Author: [see the "Autor" section] +.\" Generator: DocBook XSL Stylesheets v1.79.1 +.\" Date: 31.03.2023 +.\" Manual: Nmap-Referenz-Handbuch +.\" Source: Nmap +.\" Language: German +.\" +.TH "NMAP" "1" "31.03.2023" "Nmap" "Nmap\-Referenz\-Handbuch" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +nmap \- Netzwerk\-Analysewerkzeug und Sicherheits\-/Portscanner +.SH "ÃœBERSICHT" +.HP \w'\fBnmap\fR\ 'u +\fBnmap\fR [\fIScan\ Type\fR...] [\fIOptions\fR] {\fItarget\ specification\fR} +.SH "BESCHREIBUNG" +.PP +Nmap („Network Mapper\(lq) ist ein Open\-Source\-Werkzeug für die Netzwerkanalyse und Sicherheitsüberprüfung\&. Es wurde entworfen, um große Netzwerke schnell zu scannen, auch wenn es bei einzelnen Hosts auch gut funktioniert\&. Nmap benutzt rohe IP\-Pakete auf neuartige Weise, um festzustellen, welche Hosts im Netzwerk verfügbar sind, welche Dienste (Anwendungsname und \-version) diese Hosts bieten, welche Betriebssysteme (und Versionen davon) darauf laufen, welche Art von Paketfiltern/\-Firewalls benutzt werden sowie Dutzende anderer Eigenschaften\&. Auch wenn Nmap üblicherweise für Sicherheitsüberprüfungen verwendet wird, wird es von vielen Systemen und Netzwerkadministratoren für Routineaufgaben benutzt, z\&.B\&. Netzwerkinventarisierung, Verwaltung von Ablaufplänen für Dienstaktualisierungen und die Ãœberwachung von Betriebszeiten von Hosts oder Diensten\&. +.PP +Die Ausgabe von Nmap ist eine Liste gescannter Ziele mit zusätzlicher Information zu jedem, abhängig von den benutzten Optionen\&. Die entscheidende Information dabei steht in der +„Tabelle der interessanten Ports\(lq\&. +Diese Tabelle listet die Portnummer und das \-protokoll sowie den Dienstnamen und \-zustand auf\&. Der Zustand ist entweder +offen, +gefiltert, +geschlossen +oder +ungefiltert\&. +Offen +bedeutet, dass auf diesem Port des Zielrechners eine Anwendung auf eingehende Verbindungen/Pakete lauscht\&. +Gefiltert +bedeutet, dass eine Firewall, ein Filter oder ein anderes Netzwerkhindernis den Port blockiert, so dass Nmap nicht wissen kann, ob er +offen +oder +geschlossen ist\&. Für +geschlossene +Ports gibt es keine Anwendung, die auf ihnen lauscht, auch wenn sie jederzeit geöffnet werden könnten\&. Als +ungefiltert +werden Ports dann klassifiziert, wenn sie auf Nmaps Testpakete antworten, Nmap aber nicht feststellen kann, ob sie offen oder gechlossen sind\&. Nmap gibt die Zustandskombinationen +offen|gefiltert +und +geschlossen|gefiltert +an, wenn es nicht feststellen kann, welcher der beiden Zustände für einen Port zutrifft\&. Die Port\-Tabelle enthält eventuell auch Details zur Softwareversion, sofern eine Versionserkennung verlangt wurde\&. Wurde ein IP\-Protokoll\-Scan verlangt (\fB\-sO\fR), dann bietet Nmap Angaben über die unterstützten IP\-Protokolle statt über lauschende Ports\&. +.PP +Zusätzlich zur Tabelle der interessanten Ports kann Nmap weitere Angaben über Ziele bieten, darunter Reverse\-DNS\-Namen, Mutmaßungen über das benutzte Betriebssystem, Gerätearten und MAC\-Adressen\&. +.PP +Einen typischen Nmap\-Scan sehen Sie in +Beispiel 1\&. Die einzigen in diesem Beispiel benutzten Nmap\-Argumente sind +\fB\-A\fR +für die Betriebssystem\- und Versionserkennung, Script\-Scanning und Traceroute und +\fB\-T4\fR +für eine schnellere Ausführung\&. Danach kommen die Namen der Zielhosts\&. +.PP +\fBBeispiel 1. Ein repräsentativer Nmap\-Scan\fR +.sp +.if n \{\ +.RS 4 +.\} +.nf +# nmap \-A \-T4 scanme\&.nmap\&.org + +Starting Nmap ( https://nmap\&.org ) +Interesting ports on scanme\&.nmap\&.org (64\&.13\&.134\&.52): +Not shown: 994 filtered ports +PORT STATE SERVICE VERSION +22/tcp open ssh OpenSSH 4\&.3 (protocol 2\&.0) +25/tcp closed smtp +53/tcp open domain ISC BIND 9\&.3\&.4 +70/tcp closed gopher +80/tcp open http Apache httpd 2\&.2\&.2 ((Fedora)) +|_ HTML title: Go ahead and ScanMe! +113/tcp closed auth +Device type: general purpose +Running: Linux 2\&.6\&.X +OS details: Linux 2\&.6\&.20\-1 (Fedora Core 5) + +TRACEROUTE (using port 80/tcp) +HOP RTT ADDRESS +[Cut first seven hops for brevity] +8 10\&.59 so\-4\-2\-0\&.mpr3\&.pao1\&.us\&.above\&.net (64\&.125\&.28\&.142) +9 11\&.00 metro0\&.sv\&.svcolo\&.com (208\&.185\&.168\&.173) +10 9\&.93 scanme\&.nmap\&.org (64\&.13\&.134\&.52) + +Nmap done: 1 IP address (1 host up) scanned in 17\&.00 seconds +.fi +.if n \{\ +.RE +.\} +.PP +Die neueste Version von Nmap erhält man unter +\m[blue]\fB\%https://nmap.org\fR\m[], und die neueste Version der Manpage ist unter +\m[blue]\fB\%https://nmap.org/book/man.html\fR\m[] +verfügbar\&. +.SH "ÃœBERSICHT DER OPTIONEN" +.PP +Diese Ãœbersicht wird ausgegeben, wenn Nmap ohne Argumente aufgerufen wird; die neueste Version davon ist immer unter +\m[blue]\fB\%https://nmap.org/data/nmap.usage.txt\fR\m[] +verfügbar\&. Sie hilft dabei, sich die am häufigsten benutzten Optionen zu merken, ist aber kein Ersatz für die detaillierte Dokumentation im Rest dieses Handbuchs\&. Einige obskure Optionen werden hier nicht einmal erwähnt\&. +.sp +.if n \{\ +.RS 4 +.\} +.nf +Nmap 4\&.85BETA8 ( https://nmap\&.org ) +Usage: nmap [Scan Type(s)] [Options] {target specification} +TARGET SPECIFICATION: + Can pass hostnames, IP addresses, networks, etc\&. + Ex: scanme\&.nmap\&.org, microsoft\&.com/24, 192\&.168\&.0\&.1; 10\&.0\&.0\-255\&.1\-254 + \-iL : Input from list of hosts/networks + \-iR : Choose random targets + \-\-exclude : Exclude hosts/networks + \-\-excludefile : Exclude list from file +HOST DISCOVERY: + \-sL: List Scan \- simply list targets to scan + \-sP: Ping Scan \- go no further than determining if host is online + \-PN: Treat all hosts as online \-\- skip host discovery + \-PS/PA/PU[portlist]: TCP SYN/ACK or UDP discovery to given ports + \-PE/PP/PM: ICMP echo, timestamp, and netmask request discovery probes + \-PO[protocol list]: IP Protocol Ping + \-n/\-R: Never do DNS resolution/Always resolve [default: sometimes] + \-\-dns\-servers : Specify custom DNS servers + \-\-system\-dns: Use OS\*(Aqs DNS resolver + \-\-traceroute: Trace hop path to each host +SCAN TECHNIQUES: + \-sS/sT/sA/sW/sM: TCP SYN/Connect()/ACK/Window/Maimon scans + \-sU: UDP Scan + \-sN/sF/sX: TCP Null, FIN, and Xmas scans + \-\-scanflags : Customize TCP scan flags + \-sI : Idle scan + \-sO: IP protocol scan + \-b : FTP bounce scan +PORT SPECIFICATION AND SCAN ORDER: + \-p : Only scan specified ports + Ex: \-p22; \-p1\-65535; \-p U:53,111,137,T:21\-25,80,139,8080 + \-F: Fast mode \- Scan fewer ports than the default scan + \-r: Scan ports sequentially \- don\*(Aqt randomize + \-\-top\-ports : Scan most common ports + \-\-port\-ratio : Scan ports more common than +SERVICE/VERSION DETECTION: + \-sV: Probe open ports to determine service/version info + \-\-version\-intensity : Set from 0 (light) to 9 (try all probes) + \-\-version\-light: Limit to most likely probes (intensity 2) + \-\-version\-all: Try every single probe (intensity 9) + \-\-version\-trace: Show detailed version scan activity (for debugging) +SCRIPT SCAN: + \-sC: equivalent to \-\-script=default + \-\-script=: is a comma separated list of + directories, script\-files or script\-categories + \-\-script\-args=: provide arguments to scripts + \-\-script\-trace: Show all data sent and received + \-\-script\-updatedb: Update the script database\&. +OS DETECTION: + \-O: Enable OS detection + \-\-osscan\-limit: Limit OS detection to promising targets + \-\-osscan\-guess: Guess OS more aggressively +TIMING AND PERFORMANCE: + Options which take