fs2.protocols.pcap
package fs2.protocols.pcap
Protocol that describes libpcap files.
Attributes
- See also
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Source
- CaptureFile.scala
- Supertypes
object CaptureFile
Attributes
- Companion
- class
- Source
- CaptureFile.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CaptureFile.type
case class GlobalHeader(ordering: ByteOrdering, versionMajor: Int, versionMinor: Int, thiszone: Int, sigfigs: Long, snaplen: Long, network: LinkType)
Attributes
- Companion
- object
- Source
- GlobalHeader.scala
- Supertypes
object GlobalHeader
Attributes
- Companion
- class
- Source
- GlobalHeader.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GlobalHeader.type
Describes the link layer type in a PCAP capture.
Describes the link layer type in a PCAP capture.
Attributes
- See also
- Companion
- object
- Source
- LinkType.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object LinkType
Companion for LinkType.
Companion for LinkType.
Attributes
- Companion
- trait
- Source
- LinkType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LinkType.type
Attributes
- Companion
- object
- Source
- Record.scala
- Supertypes
object Record
Attributes
- Companion
- class
- Source
- Record.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Record.type
case class RecordHeader(timestampSeconds: Long, timestampMicros: Long, includedLength: Long, originalLength: Long)
Attributes
- Companion
- object
- Source
- RecordHeader.scala
- Supertypes
object RecordHeader
Attributes
- Companion
- class
- Source
- RecordHeader.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RecordHeader.type
Value members
Concrete methods
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
In this article