Enum netscan_os::ProbeType
source · 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§
source§impl PartialEq for ProbeType
impl PartialEq for ProbeType
impl Copy for ProbeType
impl StructuralPartialEq for ProbeType
Auto Trait Implementations§
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