LinkType

fs2.protocols.pcap.LinkType
See theLinkType companion object
sealed trait LinkType

Describes the link layer type in a PCAP capture.

Attributes

See also

http://www.tcpdump.org/linktypes.html

Companion
object
Source
LinkType.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ethernet.type
object IPv4.type
object IPv6.type
object MPEG2TS.type
object Null.type
object Raw.type
class Unknown
Show all
In this article