reactos/base
Ged Murphy 344f367211
[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)
2018-01-02 09:43:14 +00:00
..
applications [TRACERT] Rewrite tracert 2018-01-02 09:43:14 +00:00
services [FREETYPE][PORTCLS][RPCSS][SPOOLSV][STLPORT][USETUP][WLANSVC] Silence some clang-cl warnings. 2017-12-07 23:26:59 +01:00
setup [REACTOS][WELCOME] Use correct font name in Chinese resources, CORE-9566 (#219). 2017-12-26 22:11:21 +01:00
shell [TRANSLATION] Use correct font name in Korean resources, CORE-9566 (#228). 2017-12-29 01:51:15 +01:00
system [TRANSLATION][BASE][FDEBUG][MODULES][WIN32SS] Use correct font name in Chinese resources, CORE-9566 (#227). 2017-12-29 01:51:06 +01:00
CMakeLists.txt