Skip to content

Conversation

@shellrow
Copy link
Owner

@shellrow shellrow commented Nov 9, 2025

  • Added MutablePacket trait for mutable packet views.
  • Added GenericMutablePacket<'a, P: Packet> as a reusable generic mutable wrapper.
  • Updated all protocol modules to support mutable packet parsing and editing.
  • Added example mutable_chaining.rs demonstrating cross-layer mutation (Ethernet -> IPv4 -> UDP).

@shellrow shellrow merged commit fc650a5 into main Nov 9, 2025
3 checks passed
@shellrow shellrow linked an issue Nov 9, 2025 that may be closed by this pull request
@shellrow shellrow deleted the feat-mut-packet branch November 15, 2025 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mutable Packet Chaining

2 participants