|
|||||||||
| 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.packet.JSubHeader<Ip4>
org.jnetpcap.protocol.network.Ip4.IpOption
org.jnetpcap.protocol.network.Ip4.Routing
public abstract static class Ip4.Routing
Ip4 optional Routing header.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jnetpcap.protocol.network.Ip4.IpOption |
|---|
Ip4.IpOption.CodeClass, Ip4.IpOption.OptionCode |
| 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.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 | |
|---|---|
Ip4.Routing()
|
|
| Method Summary | |
|---|---|
void |
address(byte[][] values)
Address. |
byte[] |
address(int index)
Address. |
void |
address(int index,
byte[] value)
Address. |
byte[][] |
addressArray()
Address array. |
int |
addressCount()
Address count. |
int |
length()
Length. |
void |
length(int value)
Length. |
java.lang.String |
lengthDescription()
Length description. |
int |
offset()
Offset. |
void |
offset(int value)
Offset. |
java.lang.String |
offsetDescription()
Offset description. |
| Methods inherited from class org.jnetpcap.protocol.network.Ip4.IpOption |
|---|
code_Class, code_ClassDescription, code_ClassEnum, code_Copy, code_CopyDescription, code_Type, code_TypeDescription, code, code, codeEnum, headerLength, optionCode |
| Methods inherited from class org.jnetpcap.packet.JSubHeader |
|---|
getLength, getOffset, getParent, setLength, setOffset, setParent |
| 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 Ip4.Routing()
| Method Detail |
|---|
@FieldSetter public void address(byte[][] values)
values - the valuespublic byte[] address(int index)
index - the index
public void address(int index,
byte[] value)
index - the indexvalue - the value
@Field(offset=24,
length=0,
format="#ip4[]#")
public byte[][] addressArray()
public int addressCount()
@Field(offset=8,
length=8)
public int length()
@FieldSetter public void length(int value)
value - the value@Dynamic(value=DESCRIPTION) public java.lang.String lengthDescription()
@Field(offset=16,
length=8)
public int offset()
@FieldSetter public void offset(int value)
value - the value@Dynamic(value=DESCRIPTION) public java.lang.String offsetDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||