Values_0.AnalysisPacketHeaderSourceDescribes a header. Reflects any changes made by a component as traffic passes through. The fields of an inbound header are null except for the first component of a path.
type nonrec t = {destinationAddresses : IpAddressList.t option;The destination addresses.
*)destinationPortRanges : PortRangeList.t option;The destination port ranges.
*)protocol : String_.t option;The protocol.
*)sourceAddresses : IpAddressList.t option;The source addresses.
*)sourcePortRanges : PortRangeList.t option;The source port ranges.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of IpAddress.t
| `Structure of (string * [> `Integer of Integer.t ]) list ]
list
| `String of String_.t ])
list ]