Values.PortProbeDetailSourceA 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.
type nonrec t = {localPortDetails : ActionLocalPortDetails.t option;Provides information about the port that was scanned.
*)localIpDetails : ActionLocalIpDetails.t option;Provides information about the IP address where the scanned port is located.
*)remoteIpDetails : ActionRemoteIpDetails.t option;Provides information about the remote IP address that performed the scan.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `String of NonEmptyString.t ])
list ])
list ])
list ]