Re-exports§
pub use etherparse;pub use rand;
Structs§
- RawSocket
- Wrapper around low-level
socket(AF_INET, SOCK_RAW, IPPROTO_RAW) - Reusable
Packet Writer - 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