You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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