Skip to content

Conversation

@kellyjonbrazil
Copy link
Owner

  • Add net-localgroup Windows command parser
  • Add net-user Windows command parser
  • Add route-print Windows command parser
  • Add traceroute-s streaming command parser
  • Add max_hops and data_bytes fields to traceroute command parser
  • Add x509-crl file parser to support Certificate Revocation List PEM and DER files
  • Add yay as a magic command for the pacman command parser
  • Fix bluetoothctl command parser to support output with the cable_pairing attribute
  • Fix nmcli command parser to support blank team.config JSON value and team-port.config JSON value
  • Fix top command parsers to correct memory size field parsing. Several new unit
    and byte conversion fields have been added
  • Fix who command parser to support the process field on Debian13

kellyjonbrazil and others added 30 commits May 18, 2025 19:24
* feat(patch): introduce net localgroup, net user, and route print parsers

* fix: fix net user parsing error

* fix: address PR findings

---------

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
yay is a popular pacman wrapper that adds extra functionality to
standard pacman. It has the same output format as pacman.

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
codeout and others added 3 commits October 12, 2025 10:21
* test: split out test fixtures for long ipv6 traceroute for consistency

* refactor(jc/parsers/traceroute): remove duplicate ParseError class

* refactor(jc/parsers/traceroute): pre-process data in _loads() for easy-to-reuse

* refactor(jc/parsers/traceroute): split hop serialization into separate function to reuse

* refactor(jc/parsers/traceroute): simplify numeric conversion and make it reusable for traceroute_s

* fix(jc/parsers/traceroute): stricter regex to match traceroute headers only

* feat(jc/parsers/traceroute_s): v1.0 implementation

* fix(jc/parsers/traceroute): revert "_" prefix in function and class names

* fixup! fix(jc/parsers/traceroute): revert "_" prefix in function and class names

* chore(jc/parsers/traceroute): update the author information
@kellyjonbrazil kellyjonbrazil merged commit 9fd13e6 into master Oct 13, 2025
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants