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
- Source:
- GlobalHeader.scala
Describes the link layer type in a PCAP capture.
Describes the link layer type in a PCAP capture.
- See also:
- Companion:
- object
- Source:
- LinkType.scala
case class RecordHeader(timestampSeconds: Long, timestampMicros: Long, includedLength: Long, originalLength: Long)
- Companion:
- object
- Source:
- RecordHeader.scala