EnhancedPacketBlock

fs2.protocols.pcapng.EnhancedPacketBlock
See theEnhancedPacketBlock companion object
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
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product