public final class WiresharkMessageParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
parseToByteBuffer(String str)
Parses a given iSCSI message from wireshark to a
ByteBuffer. |
static int[] |
parseToIntArray(String str)
Parses a given iSCSI message from wireshark to an integer array.
|
public static int[] parseToIntArray(String str)
str - The given iSCSI message from wiresharkpublic static ByteBuffer parseToByteBuffer(String str)
ByteBuffer.str - The given iSCSI message from wiresharkCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.