Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Version numbers follow [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [0.13.2] - 2026-07-25

### Changed

- **ENIP `on_data` PDU dispatch loop: unsafe `*mut EnipFlowState` split-borrow replaced
Expand Down Expand Up @@ -59,8 +61,7 @@ Version numbers follow [Semantic Versioning](https://semver.org/).
BC-2.19.030 (AC-180-007; BC-2.19.022 v1.1). The existing post-emission `[TEST]` loop
covers the new arms automatically — no extra wiring required (BC-2.19.017 invariant 1).

`cargo test --test iec104_analyzer_tests`: 248 passed (221 prior + 27 new story_180
tests; 21 flipped red→green at the Green step, 6 regression guards green throughout).
`cargo test --test iec104_analyzer_tests`: 248 passed (221 prior + 27 new STORY-180 tests).

## [0.13.1] - 2026-07-21

Expand Down Expand Up @@ -1884,7 +1885,8 @@ Downstream consumers of wirerust JSON or CSV output must update for this release
- Output sanitization in the terminal reporter guards against C1 control bytes
in packet-derived strings.

[Unreleased]: https://github.com/Zious11/wirerust/compare/v0.13.1...HEAD
[Unreleased]: https://github.com/Zious11/wirerust/compare/v0.13.2...HEAD
[0.13.2]: https://github.com/Zious11/wirerust/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/Zious11/wirerust/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/Zious11/wirerust/compare/v0.12.1...v0.13.0
[0.12.1]: https://github.com/Zious11/wirerust/compare/v0.12.0...v0.12.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wirerust"
version = "0.13.1"
version = "0.13.2"
edition = "2024"
rust-version = "1.91"
description = "Fast PCAP forensics and network triage CLI tool"
Expand Down