public class ICMPv6Util extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ICMP_CODE_OFFSET |
static int |
ICMP_DATA_OFFSET |
static int |
ICMP_HDR_LEN |
static int |
ICMP_TYPE_OFFSET |
| Modifier and Type | Method and Description |
|---|---|
static short |
decodeCode(byte[] packetData) |
static short |
decodeType(byte[] packetData) |
static byte[] |
extractPayload(byte[] packetData) |
public static final int ICMP_TYPE_OFFSET
public static final int ICMP_CODE_OFFSET
public static final int ICMP_DATA_OFFSET
public static final int ICMP_HDR_LEN
Copyright © 2019. All rights reserved.