kellyjonbrazil / jc

CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
MIT License
7.82k stars 202 forks source link

Fix probe IPs for traceroute #562

Closed kellyjonbrazil closed 5 months ago

kellyjonbrazil commented 5 months ago

When a hop in a traceroute has many IPs, the parser only considers the first IP it sees and ignores the others.

https://github.com/kellyjonbrazil/jc/issues/560