pub enum ProbeType {
IcmpEchoProbe,
IcmpTimestampProbe,
IcmpAddressMaskProbe,
IcmpInformationProbe,
IcmpUnreachableProbe,
TcpProbe,
TcpSynAckProbe,
TcpRstAckProbe,
TcpEcnProbe,
}
Expand description
Probes for fingerprinting
Variants§
IcmpEchoProbe
IcmpTimestampProbe
IcmpAddressMaskProbe
IcmpInformationProbe
IcmpUnreachableProbe
TcpProbe
TcpSynAckProbe
TcpRstAckProbe
TcpEcnProbe
Trait Implementations§
impl Copy for ProbeType
impl StructuralPartialEq for ProbeType
Auto Trait Implementations§
impl Freeze for ProbeType
impl RefUnwindSafe for ProbeType
impl Send for ProbeType
impl Sync for ProbeType
impl Unpin for ProbeType
impl UnwindSafe for ProbeType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more