PortProbeDetail

A port scan that was part of the port probe. For each scan, PortProbeDetails provides information about the local IP address and port that were scanned, and the remote IP address that the scan originated from.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provides information about the IP address where the scanned port is located.

Link copied to clipboard

Provides information about the port that was scanned.

Link copied to clipboard

Provides information about the remote IP address that performed the scan.

Functions

Link copied to clipboard
inline fun copy(block: PortProbeDetail.Builder.() -> Unit = {}): PortProbeDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String