pnet_layers 0.1.0

A scapy like wrapper around the pnet crate to easily parse, craft or manipulate network packets in Rust.
Documentation
1
2
3
4
5
/// Crafting raw TCP packets
pub mod tcp;

/// Crafting raw ARP packets
pub mod arp;