Releases: GrimOutlook/ts-analyzer
Releases · GrimOutlook/ts-analyzer
v0.2.1
v0.2.0
[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
andSeek
traits. - Updated the
docs.rs
documentation comments to be more thorough.
v0.1.0
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.