denilsonsa / prettyping

`prettyping` is a wrapper around the standard `ping` tool, making the output prettier, more colorful, more compact, and easier to read.
http://denilsonsa.github.io/prettyping/
MIT License
1.21k stars 78 forks source link

Add support for IPv6 on OS X/BSD #14

Closed daenney closed 8 years ago

daenney commented 8 years ago

Though prettyping works out of the box with v6 on Linux the BSD ping6 utility has slightly different output.

In ICMPv6 what we know as the TTL in IPv4 is known as the hop limit, or hlim in the output. It also uses a comma after the IP instead of a colon as that can get a bit confusing with IPv6 addresses.

daenney commented 8 years ago

Closing, duplicate of #11 which is a solution to #7