fs2.protocols.pcapng

Members list

Concise view

Type members

Classlikes

object BlockCodec

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
ByteOrderMagic.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source:
CaptureFile.scala
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
EnhancedPacketBlock.scala
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
InterfaceDescriptionBlock.scala
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
InterfaceStatisticsBlock.scala
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
case class NameResolutionBlock(length: Length, bytes: ByteVector) extends BodyBlock

Attributes

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

Attributes

Companion:
class
Source:
NameResolutionBlock.scala
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
ProcessInformationBlock.scala
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
SectionHeaderBlock.scala
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
SimplePacketBlock.scala
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BodyBlock
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
UnrecognizedBlock.scala
Graph
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