| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| org.onlab.packet.ipv6 |
Utilities for decoding and encoding IPv6 extension headers.
|
| org.onlab.packet.ndp |
Utilities for decoding and encoding packets of Neighbor Discovery Protocol
for IPv6 (RFC 4861).
|
| org.onlab.packet.pim |
Utilities for managing PIM packets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ARP
Representation of an ARP Packet.
|
class |
Data |
class |
DHCP
Representation of an DHCP Packet.
|
class |
EAP
EAP (Extensible Authentication Protocol) packet.
|
class |
EAPOL
EAPOL (Extensible Authentication Protocol over LAN) header.
|
class |
Ethernet
Ethernet Packet.
|
class |
ICMP
Implements ICMP packet format.
|
class |
ICMP6
Implements ICMPv6 packet format.
|
class |
IGMP
Implements IGMP control packet format.
|
class |
IPv4
Implements IPv4 packet format.
|
class |
IPv6
Implements IPv6 packet format.
|
class |
LLC
This class represents an Link Local Control header that is used in Ethernet
802.3.
|
class |
LLDP
Representation of an LLDP Packet.
|
class |
MPLS
Representation of an MPLS Packet.
|
class |
ONOSLLDP
ONOS LLDP containing organizational TLV for ONOS device discovery.
|
class |
PIM
Implements PIM control packet format.
|
class |
RADIUS
RADIUS packet.
|
class |
TCP
Implements TCP packet format.
|
class |
UDP
Representation of a UDP packet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Authentication
Implements IPv6 authentication extension header format.
|
class |
BaseOptions
Base class for hop-by-hop options and destination options.
|
class |
DestinationOptions
Implements IPv6 Destination Options extension header format.
|
class |
EncapSecurityPayload
Implements IPv6 Encapsulating Security Payload (ESP) extension header format.
|
class |
Fragment
Implements IPv6 fragment extension header format.
|
class |
HopByHopOptions
Implements IPv6 Hop-by-hop Options extension header format.
|
class |
Routing
Implements IPv6 routing extension header format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NeighborAdvertisement
Implements ICMPv6 Neighbor Advertisement packet format (RFC 4861).
|
class |
NeighborDiscoveryOptions
Neighbor Discovery Protocol packet options.
|
class |
NeighborSolicitation
Implements ICMPv6 Neighbor Solicitation packet format.
|
class |
Redirect
Implements ICMPv6 Redirect packet format.
|
class |
RouterAdvertisement
Implements ICMPv6 Router Advertisement packet format.
|
class |
RouterSolicitation
Implements ICMPv6 Router Solicitation packet format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PIMHello |
class |
PIMJoinPrune |
Copyright © 2016. All rights reserved.