|
JNodeOS v1.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--edu.utah.janos.util.Packet
|
+--edu.utah.janos.protocols.icmp.ICMPTimeExceeded
An ICMPTimeExceeded is a full ICMP packet used to indicate that some IP packet has run out of TTL.
| Constructor Summary | |
ICMPTimeExceeded(int src,
int dst,
BufferHandle bh,
int offset,
int iplen)
Construct an ICMPTimeExceeded packet that reports the dropping of the given packet. |
|
| Methods inherited from class edu.utah.janos.util.Packet |
getLength,
getSegments,
marshal,
marshal,
toString,
unmarshal,
unmarshal |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public ICMPTimeExceeded(int src,
int dst,
BufferHandle bh,
int offset,
int iplen)
src - The source address for this packet.dst - The destination address for this packet.bh - The buffer containing the packet that ran out of TTL.offset - The offset into the buffer where the IP header starts.iplen - The length of the IP header in the given buffer.
|
JNodeOS v1.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||