fs2.protocols.pcapng

Members list

Type members

Classlikes

object BlockCodec

Attributes

Source
BlockCodec.scala
Supertypes
class Object
trait Matchable
class Any
Self type
BlockCodec.type
trait BodyBlock

Attributes

Companion
object
Source
BodyBlock.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BodyBlock

Attributes

Companion
trait
Source
BodyBlock.scala
Supertypes
class Object
trait Matchable
class Any
Self type
BodyBlock.type

Attributes

Source
ByteOrderMagic.scala
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
object CaptureFile

Attributes

Source
CaptureFile.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class EnhancedPacketBlock(length: Length, interfaceId: Long, timestampHigh: Long, timestampLow: Long, capturedPacketLength: Long, originalPacketLength: Long, packetData: ByteVector, options: ByteVector) extends BodyBlock

Attributes

Companion
object
Source
EnhancedPacketBlock.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
EnhancedPacketBlock.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class InterfaceDescriptionBlock(length: Length, linkType: LinkType, snapLen: Long, bytes: ByteVector) extends BodyBlock

Attributes

Companion
object
Source
InterfaceDescriptionBlock.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
InterfaceDescriptionBlock.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class InterfaceStatisticsBlock(length: Length, bytes: ByteVector) extends BodyBlock

Attributes

Companion
object
Source
InterfaceStatisticsBlock.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
InterfaceStatisticsBlock.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Length(bv: ByteVector) extends AnyVal

Attributes

Source
Length.scala
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
case class NameResolutionBlock(length: Length, bytes: ByteVector) extends BodyBlock

Attributes

Companion
object
Source
NameResolutionBlock.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
NameResolutionBlock.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ProcessInformationBlock(length: Length, bytes: ByteVector) extends BodyBlock

Attributes

Companion
object
Source
ProcessInformationBlock.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ProcessInformationBlock.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class SectionHeaderBlock(length: Length, ordering: ByteOrdering, majorVersion: Int, minorVersion: Int, bytes: ByteVector)

Attributes

Companion
object
Source
SectionHeaderBlock.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
SectionHeaderBlock.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class SimplePacketBlock(length: Length, bytes: ByteVector) extends BodyBlock

Attributes

Companion
object
Source
SimplePacketBlock.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
SimplePacketBlock.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class UnrecognizedBlock(blockType: ByteVector, length: Length, bytes: ByteVector) extends BodyBlock

Attributes

Companion
object
Source
UnrecognizedBlock.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
UnrecognizedBlock.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def orderDependent[T](big: ByteVector, little: ByteVector)(implicit ord: ByteOrdering): ByteVector

Attributes

Source
package.scala