https://github.com/lbrndnr/sca-rs
A scapy-inspired packet parsing library
https://github.com/lbrndnr/sca-rs
network-analysis packet-crafting packet-sniffer scapy
Last synced: about 1 month ago
JSON representation
A scapy-inspired packet parsing library
- Host: GitHub
- URL: https://github.com/lbrndnr/sca-rs
- Owner: lbrndnr
- License: mit
- Created: 2024-03-09T12:31:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-28T10:51:56.000Z (3 months ago)
- Last Synced: 2026-03-28T14:46:31.552Z (3 months ago)
- Topics: network-analysis, packet-crafting, packet-sniffer, scapy
- Language: Rust
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scars is a [scapy](https://github.com/secdev/scapy)-inspired packet crafting library. It's primary goal is to make it as simple as possible to craft and dissect packets. Built on top of powerful [procedural macros](https://doc.rust-lang.org/reference/procedural-macros.html#derive-macros), it provides you with predefined protocols as well as the ability to specify custom ones.
Other crates like [packet-rs](https://github.com/ravi861/packet-rs) exist but they are clumsy to use and feature incomplete.