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
object IPv4
object IPv6
object MPEG2TS
object Null
object Raw
class Unknown
Show all
In this article