|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimnet.Packet
simnet.ICMP_Packet
A packet for the ICMP protocol.
| Field Summary | |
int |
code
ICMP code |
Packet |
data
ICMP data |
int |
identifier
ICMP identifier |
int |
seq
ICMP sequence |
int |
type
ICMP type |
| Fields inherited from class simnet.Packet |
cached_size, id |
| Constructor Summary | |
ICMP_Packet()
Instantiates an ICMP_Packet object |
|
| Methods inherited from class simnet.Packet |
getSize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int type
public int code
public int identifier
public int seq
public Packet data
| Constructor Detail |
public ICMP_Packet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||