Packages

package pcapng

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. pcapng
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BodyBlock extends AnyRef
  2. case class EnhancedPacketBlock(length: Length, interfaceId: Long, timestampHigh: Long, timestampLow: Long, capturedPacketLength: Long, originalPacketLength: Long, packetData: ByteVector, options: ByteVector) extends BodyBlock with Product with Serializable
  3. case class InterfaceDescriptionBlock(length: Length, linkType: LinkType, snapLen: Long, bytes: ByteVector) extends BodyBlock with Product with Serializable
  4. case class InterfaceStatisticsBlock(length: Length, bytes: ByteVector) extends BodyBlock with Product with Serializable
  5. final case class Length(bv: ByteVector) extends AnyVal with Product with Serializable
  6. case class NameResolutionBlock(length: Length, bytes: ByteVector) extends BodyBlock with Product with Serializable
  7. case class ProcessInformationBlock(length: Length, bytes: ByteVector) extends BodyBlock with Product with Serializable
  8. case class SectionHeaderBlock(length: Length, ordering: ByteOrdering, majorVersion: Int, minorVersion: Int, bytes: ByteVector) extends Product with Serializable
  9. case class SimplePacketBlock(length: Length, bytes: ByteVector) extends BodyBlock with Product with Serializable
  10. case class UnrecognizedBlock(blockType: ByteVector, length: Length, bytes: ByteVector) extends BodyBlock with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped