cloudflared-mirror/diagnostic/network
Luis Neto 1ef109c042 TUN-8762: fix argument order when invoking tracert and modify network info output parsing.
## Summary

The windows code path has three bugs:

* the -4 and -6 option cannot be passed in the last position
* since there are some lines in the command output that are not parsable the collection fails to parse any kind of output
* the timeout hop is not correctly parsed

This PR also guards the parsing code against empty domains

Closes TUN-8762
2024-12-03 04:56:28 -08:00
..
collector.go TUN-8762: fix argument order when invoking tracert and modify network info output parsing. 2024-12-03 04:56:28 -08:00
collector_unix.go TUN-8762: fix argument order when invoking tracert and modify network info output parsing. 2024-12-03 04:56:28 -08:00
collector_unix_test.go TUN-8762: fix argument order when invoking tracert and modify network info output parsing. 2024-12-03 04:56:28 -08:00
collector_utils.go TUN-8762: fix argument order when invoking tracert and modify network info output parsing. 2024-12-03 04:56:28 -08:00
collector_windows.go TUN-8762: fix argument order when invoking tracert and modify network info output parsing. 2024-12-03 04:56:28 -08:00
collector_windows_test.go TUN-8762: fix argument order when invoking tracert and modify network info output parsing. 2024-12-03 04:56:28 -08:00