#
846c9aa1 |
| 28-Jun-2022 |
Stanislav Motylkov <x86corez@gmail.com> |
[TRACERT] Fix displaying hop address on last ping timeout
- Update source file header per coding rules - Store intermediate responses to display the hop address - Add separate function to get respon
[TRACERT] Fix displaying hop address on last ping timeout
- Update source file header per coding rules - Store intermediate responses to display the hop address - Add separate function to get response stats from buffer - Add Cleanup label to free resources in a single place - Move local variables around to allow Cleanup goto
CORE-18232
show more ...
|
Revision tags: 0.4.14-release, 0.4.15-dev, 0.4.14-RC, 0.4.13-release |
|
#
8532c3b6 |
| 09-Mar-2020 |
Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> |
[PING][TRACERT] Fully support Win64 ICMP_ECHO_REPLY32 (#2427)
|
#
0ddf0a06 |
| 08-Mar-2020 |
Erdem Ersoy <erdemersoy@erdemersoy.net> |
[TRACERT] Fix undefined behavior by fixing ReplyBuffer size. (#2422)
CORE-16620
|
Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev |
|
#
40288a70 |
| 15-Nov-2018 |
Pako Smith <pakosmth@gmail.com> |
[TRACERT] Fix Coverity #1434258 "Out-of-Bounds access" (#1038)
|
Revision tags: 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release |
|
#
3d66048b |
| 02-Apr-2018 |
Joachim Henze <Joachim.Henze@reactos.org> |
[TRACERT] Use ConUtils lib and update de-DE.rc CORE-14265
Most likely this also improves formerly unprintable characters for fr-FR, it-IT, ro-RO, ru-RU, zh-CN.
|
Revision tags: 0.4.8-RC, 0.4.9-dev |
|
#
010c7bfc |
| 26-Jan-2018 |
Stanislav Motylkov <x86corez@gmail.com> |
[TRACERT] Improve error handling and output (#319)
- Correctly interpret network error codes
- Add output for generic transmit failure
CORE-14242 #resolve
|
#
344f3672 |
| 02-Jan-2018 |
Ged Murphy <gedmurphy@reactos.org> |
[TRACERT] Rewrite tracert
- Full rewrite. This commit replaces the old utility.
- Use the new ICMP APIs instead of manually crafting ping requests using raw sockets.
- Add support for additional l
[TRACERT] Rewrite tracert
- Full rewrite. This commit replaces the old utility.
- Use the new ICMP APIs instead of manually crafting ping requests using raw sockets.
- Add support for additional languages (the previous utility was hardcoded)
- Add support for IPv6
- Make the icmpapi header C++ compatible. (we don't appear to sync this with wine anymore.)
- Now runs on Win10, is much more reliable, and brings the code somewhat into the 21st century.
(It's currently missing source routing (-j), but as most routers disable this anyway, I'm not sure that it's worth adding)
show more ...
|