summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Network/slirp/ip_icmpwin.c
Commit message (Expand)AuthorAgeFilesLines
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* NAT: Handle IP options in the ping echo request. bugref:9986.vboxsync2021-04-151-9/+14
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-2/+2
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Devices: Adjustments for Visual C++ v12 / Visual Studio 2013. New warnings.vboxsync2017-05-081-1/+1
* NetworkServices: warningsvboxsync2016-08-101-5/+8
* slirp: some warning and HN fixes.vboxsync2016-07-291-10/+12
* Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.vboxsync2016-07-291-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* Devices: Updated (C) year.vboxsync2015-06-091-1/+1
* NAT: icmpwin_ping - don't decrement TTL once again, this is done invboxsync2015-02-091-2/+1
* scm automatic cleanups.vboxsync2014-12-311-1/+1
* NAT: new Windows ping proxy that is not limited to just onevboxsync2014-11-251-15/+99
* NAT: oops, g/c debug log in previousvboxsync2014-11-241-1/+0
* NAT: allocate extra space for ICMP API internal use if reqest size is too smallvboxsync2014-11-241-4/+11
* NAT: fix in_cksum_skip() calls - "len" parameter must include thevboxsync2014-11-201-2/+2
* NAT: Snapshot work in progress on Windows ICMP API ping proxy.vboxsync2014-11-191-0/+407
* NAT: We don't support Windows 2000, so use Windows ICMP API directly.vboxsync2014-11-121-42/+1
* NAT: Start untangling Windows ICMP API code out of ip_icmp.c.vboxsync2014-11-111-0/+83