fs2.protocols.pcap.CaptureFile
See theCaptureFile companion class
object CaptureFile
Attributes
- Companion
- class
- Source
- CaptureFile.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CaptureFile.type
Members list
Type members
Classlikes
case class DatagramRecord(ethernet: EthernetFrameHeader, ip: IpHeader, udp: DatagramHeader, payload: Chunk[Byte])
Attributes
- Source
- CaptureFile.scala
- Supertypes
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
def payloadStreamDecoder[A](linkDecoders: LinkType => Option[StreamDecoder[A]]): StreamDecoder[TimeStamped[A]]
Attributes
- Source
- CaptureFile.scala
def payloadStreamDecoderPF[A](linkDecoders: PartialFunction[LinkType, StreamDecoder[A]]): StreamDecoder[TimeStamped[A]]
Attributes
- Source
- CaptureFile.scala
Attributes
- Source
- CaptureFile.scala
def streamDecoder[A](f: GlobalHeader => Either[Err, RecordHeader => StreamDecoder[A]]): StreamDecoder[A]
Attributes
- Source
- CaptureFile.scala
Attributes
- Source
- CaptureFile.scala
Implicits
Implicits
Attributes
- Source
- CaptureFile.scala
In this article