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.
Currently linux_parse does not support icmp errors.
This PR extends ICMP error parsing support to Linux environments, implements ICMP error types for IPv6, and fixes a timestamp offset issue in ping_s for error messages.
Changes
Implemented ICMP error support for Linux environments
Added ICMP error types for IPv6
Fixed timestamp offset in ping_s for error messages
Currently linux_parse does not support icmp errors. This PR extends ICMP error parsing support to Linux environments, implements ICMP error types for IPv6, and fixes a timestamp offset issue in ping_s for error messages.
Changes
output sample