Package nl.sidnlabs.pcap.util
Class ICMPv6Util
- java.lang.Object
-
- nl.sidnlabs.pcap.util.ICMPv6Util
-
public class ICMPv6Util extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intICMP_CODE_OFFSETstatic intICMP_DATA_OFFSETstatic intICMP_HDR_LENstatic intICMP_TYPE_OFFSET
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static shortdecodeCode(byte[] packetData)static shortdecodeType(byte[] packetData)static byte[]extractPayload(byte[] packetData)
-
-
-
Field Detail
-
ICMP_TYPE_OFFSET
public static final int ICMP_TYPE_OFFSET
- See Also:
- Constant Field Values
-
ICMP_CODE_OFFSET
public static final int ICMP_CODE_OFFSET
- See Also:
- Constant Field Values
-
ICMP_DATA_OFFSET
public static final int ICMP_DATA_OFFSET
- See Also:
- Constant Field Values
-
ICMP_HDR_LEN
public static final int ICMP_HDR_LEN
- See Also:
- Constant Field Values
-
-