Crate ip_spoofing

Source

Re-exports§

pub use etherparse;
pub use rand;

Structs§

RawSocket
Wrapper around low-level socket(AF_INET, SOCK_RAW, IPPROTO_RAW)
ReusablePacketWriter
Wrapper around Vec<u8> that is pre-allocates memory for writing packet bytes

Enums§

Error
Describes possible errors that might happen when user interacts with this crate

Type Aliases§

Result
Custom Result type with two generic parameters for user convenience