|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.clackrouter.ethereal.parser.PacketParser net.clackrouter.ethereal.parser.TCPParser
public class TCPParser
Field Summary |
---|
Fields inherited from class net.clackrouter.ethereal.parser.PacketParser |
---|
dataLen, dataStart, hex, typeLen, typeStart |
Method Summary | |
---|---|
java.lang.String |
getInfo(byte[] packet)
|
java.lang.String |
getProtocol(byte[] packet)
|
EtherealTreeNode |
getTree(byte[] packet)
|
protected byte[] |
strip(byte[] packet)
You can override this or just set variables dataStart and dataLen. |
Methods inherited from class net.clackrouter.ethereal.parser.PacketParser |
---|
charFormat, charFormat, decimalFormat, decimalFormat, getDst, getSrc, getTableModel, getType, hexFormat, hexFormat, MACFormat, MACFormat, makeNode, makeNode, makeNode, nextInfo, nextNode, nextProtocol |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected byte[] strip(byte[] packet)
PacketParser
strip
in class PacketParser
public java.lang.String getProtocol(byte[] packet)
getProtocol
in class PacketParser
public java.lang.String getInfo(byte[] packet)
getInfo
in class PacketParser
public EtherealTreeNode getTree(byte[] packet)
getTree
in class PacketParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |