Skip to content

scadaver v1.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 09:07
· 7 commits to main since this release

Changed

  • All ICS/OT protocol implementations moved to casket, a standalone library published on crates.io; scadaver now depends on casket = "0.1" instead of compiling vendor code directly
  • Network interface selection kept in scadaver as CLI-specific tooling in src/net.rs
  • scadaver-macros workspace crate removed; the IntoDeviceInfo derive macro now lives in casket-macros

Added

  • capture feature flag to opt into pcap-based capture via casket/capture

Removed

  • src/core/, src/vendors/, src/prelude.rs, src/references.rs — all protocol logic is now in casket
  • scadaver-macros/ workspace crate