fs2.protocols.pcap
package fs2.protocols.pcap
Protocol that describes libpcap files.
- See also:
Type members
Classlikes
case class GlobalHeader(ordering: ByteOrdering, versionMajor: Int, versionMinor: Int, thiszone: Int, sigfigs: Long, snaplen: Long, network: LinkType)
- Companion:
- object
Describes the link layer type in a PCAP capture.
Describes the link layer type in a PCAP capture.
- See also:
- Companion:
- object