final case classPrefixMapProtocolPortPair(startProtocol: Protocol, startPort: Port, endProtocol: Protocol, endPort: Port) extends Product with Serializable
A type representing a range of
(org.cert.netsa.data.net.Protocol, org.cert.netsa.data.net.Port)
Pairs.
This is the type of the key when using an
Iterator over the contents of a
PrefixMap file that contains (Protocol, Port) Pairs.
A type representing a range of (org.cert.netsa.data.net.Protocol, org.cert.netsa.data.net.Port) Pairs.
This is the type of the key when using an Iterator over the contents of a PrefixMap file that contains (Protocol, Port) Pairs.
PrefixMapReader