TUN-8729: implement network collection for diagnostic procedure

## Summary
This PR adds implementation for windows & unix that collect the tracert.exe & traceroute output in the form of hops.

Closes TUN-8729
This commit is contained in:
Luis Neto
2024-11-29 07:43:36 -08:00
parent 9da15b5d96
commit 28796c659e
7 changed files with 555 additions and 2 deletions

View File

@@ -16,6 +16,5 @@ var (
// Error used when given key is not found while parsing KV.
ErrKeyNotFound = errors.New("key not found")
// Error used when there is no disk volume information available.
ErrNoVolumeFound = errors.New("no disk volume information found")
ErrNoPathAvailable = errors.New("no path available")
ErrNoVolumeFound = errors.New("no disk volume information found")
)