|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.nio.JMemory
org.jnetpcap.nio.JBuffer
org.jnetpcap.packet.JHeader
org.jnetpcap.protocol.network.Rip
org.jnetpcap.protocol.network.Rip1
org.jnetpcap.protocol.network.Rip2
public abstract class Rip2
Routing Information Protocol version 2. Extends the basic Rip1 header by supplying an extends EntryV1 definition. Both v1 and v2 entries are forward and backward compatible, with Rip1 reader ignoring the rip2 specific fields.
Rip1| Nested Class Summary | |
|---|---|
static class |
Rip2.EntryV2
Rip2 routing table entry definition. |
| Nested classes/interfaces inherited from class org.jnetpcap.protocol.network.Rip1 |
|---|
Rip1.EntryV1 |
| Nested classes/interfaces inherited from class org.jnetpcap.protocol.network.Rip |
|---|
Rip.Command |
| Nested classes/interfaces inherited from class org.jnetpcap.packet.JHeader |
|---|
JHeader.State |
| Nested classes/interfaces inherited from class org.jnetpcap.nio.JMemory |
|---|
JMemory.Type |
| Field Summary |
|---|
| Fields inherited from class org.jnetpcap.protocol.network.Rip |
|---|
count |
| Fields inherited from class org.jnetpcap.packet.JHeader |
|---|
annotatedHeader, BYTE, EMPTY_HEADER_ARRAY, isSubHeader, packet, state |
| Fields inherited from class org.jnetpcap.nio.JMemory |
|---|
JNETPCAP_LIBRARY_NAME, MAX_DIRECT_MEMORY_DEFAULT, POINTER |
| Constructor Summary | |
|---|---|
Rip2()
|
|
| Method Summary | |
|---|---|
Rip2.EntryV2[] |
routingTable()
Gets the routing table. |
| Methods inherited from class org.jnetpcap.protocol.network.Rip1 |
|---|
decodeHeader, routingTableLength |
| Methods inherited from class org.jnetpcap.protocol.network.Rip |
|---|
bindToUdp, command, commandDescription, commandEnum, count, headerLength, version |
| Methods inherited from class org.jnetpcap.nio.JBuffer |
|---|
findUTF8String, getByte, getByteArray, getByteArray, getByteArray, getDouble, getFloat, getInt, getLong, getShort, getUByte, getUInt, getUShort, getUTF8Char, getUTF8String, getUTF8String, getUTF8String, getUTF8String, isReadonly, order, order, peer, peer, peer, peer, setByte, setByteArray, setByteBuffer, setDouble, setFloat, setInt, setLong, setShort, setShort0, setUByte, setUInt, setUShort, transferFrom, transferFrom, transferFrom, transferTo, transferTo, transferTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Rip2()
| Method Detail |
|---|
@Field(offset=32) public Rip2.EntryV2[] routingTable()
routingTable in class Rip1
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||