wireforge-app 1.1.0

Application-layer protocol parsers/builders and pcap file I/O
Documentation
1
2
3
4
5
//! RDP Connection Initial protocol parser (TPKT + X.224 + RDP Negotiation).
mod tpkt; mod x224; mod negotiation;
pub use tpkt::TpktHeader;
pub use x224::X224Header;
pub use negotiation::RdpNegotiationRequest;