|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.as400.util.commtrace.LanHeader
public class LanHeader
Allows the user to parse, print, and have easy access to the LanHeader.
Method Summary | |
---|---|
int |
getDataStart()
Returns the byte at which the rest of this packet's header starts. |
String |
getEth2DestMacAddress()
Returns the Ethernet2 destination mac of the Lan header. |
String |
getEth2SrcMacAddress()
Returns the Ethernet2 source mac of the Lan header. |
String |
getEthDestMacAddress()
Returns the Ethernet destination mac of the Lan header. |
String |
getEthFrameType()
Returns the frame type of the Lan header. |
String |
getEthSaps()
Returns the Service Access Points of the Lan header. |
String |
getEthSrcMacAddress()
Returns the Ethernet source mac of the Lan header. |
int |
getFrameType()
Returns the frame type of this packet. |
String |
getLanRouteLength()
Returns the lan routing length. |
String |
getMacAddress()
Returns the destination MAC address of this packet. |
String |
getTrnDestMacAddress()
Returns the Tokenring destination mac of the Lan header. |
String |
getTrnFrameType()
Returns the Tokenring frame type information of the Lan header. |
String |
getTrnRouteInfo()
Returns the Tokenring routing information of the Lan header. |
String |
getTrnSaps()
Returns the Tokenring Service Access Points of the Lan header. |
String |
getTrnSrcMacAddress()
Returns the Tokenring source mac of the Lan header. |
String |
printRoutingData()
Returns a String with the tokenring routing data. |
String |
toString()
Returns a String representation of this lan header with source/destination mac addresses, frame format, and frametype. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getDataStart()
public int getFrameType()
public String getMacAddress()
public String printRoutingData()
public String toString()
toString
in class Object
public String getLanRouteLength()
public String getEth2DestMacAddress()
public String getEth2SrcMacAddress()
public String getEthDestMacAddress()
public String getEthSrcMacAddress()
public String getEthSaps()
public String getEthFrameType()
public String getTrnDestMacAddress()
public String getTrnSrcMacAddress()
public String getTrnRouteInfo()
public String getTrnSaps()
public String getTrnFrameType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |