8000 Releases · GrimOutlook/ts-analyzer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: GrimOutlook/ts-analyzer

v0.2.1

29 Jul 00:48
f135a2d
Compare
Choose a tag to compare
  • Fixed a bug where the payload data was incorrect

v0.2.0

06 Jun 20:05
Compare
Choose a tag to compare

[0.2.0] - 2024-06-06

Added

  • Support for parsing full payloads from multiple packets.
  • Support for filtering packer and payload search by PID.
  • Unit tests for a significant portion of operations.

Changed

  • TSReader to support generic inputs that implement the Read and Seek traits.
  • Updated the docs.rs documentation comments to be more thorough.

v0.1.0

03 Jun 02:05
Compare
Choose a tag to compare

Initial release of the ts-analyzer package. Currently supports parsing transport stream packets, reading the header information, and dumping the payload data as raw bytes.

0