|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.ibm.as400.util.commtrace.IPPacket
|
+--com.ibm.as400.util.commtrace.ARPPacket
An Address Resolution Protocol(ARP)/Reverse Address Resolution Protocol(RARP) IPPacket.
Extends IPPacket's methods to parse, print, and allow easy access to the ARP IPPacket.
| Field Summary |
| Fields inherited from class com.ibm.as400.util.commtrace.IPPacket |
ARP, IP4, IP6, RARP, UNK |
| Constructor Summary | |
ARPPacket(byte[] data,
int frmtype)
Creates and parses the data of this header. |
|
| Method Summary | |
java.lang.String |
toString(FormatProperties filter)
Returns a printable representation of this packet. |
| Methods inherited from class com.ibm.as400.util.commtrace.IPPacket |
getHeader, getName, getType, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ARPPacket(byte[] data,
int frmtype)
data - The packet of data.frmtype - The frame type of this packet.| Method Detail |
public java.lang.String toString(FormatProperties filter)
toString in class IPPacketfilter - FormatProperties object for filtering this packet.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||