|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Code constants for ICMP message types.
Taken from tcpdump/print-icmp.c
Field Summary | |
static int |
ECHO
Echo request. |
static int |
ECHO_REPLY
Echo reply. |
static int |
IREQ
information request |
static int |
IREQ_REPLY
information reply |
static int |
MASK_REPLY
address mask reply |
static int |
MASK_REQ
address mask request |
static int |
PARAM_PROB
ip header bad |
static int |
REDIRECT
Shorter route. |
static int |
ROUTER_ADVERT
router advertisement |
static int |
ROUTER_SOLICIT
router solicitation |
static int |
SOURCE_QUENCH
Packet lost, slow down. |
static int |
TIME_EXCEED
time exceeded |
static int |
TSTAMP
timestamp request |
static int |
TSTAMP_REPLY
timestamp reply |
static int |
UNREACH
Destination unreachable. |
Field Detail |
public static final int ECHO_REPLY
public static final int UNREACH
public static final int SOURCE_QUENCH
public static final int REDIRECT
public static final int ECHO
public static final int ROUTER_ADVERT
public static final int ROUTER_SOLICIT
public static final int TIME_EXCEED
public static final int PARAM_PROB
public static final int TSTAMP
public static final int TSTAMP_REPLY
public static final int IREQ
public static final int IREQ_REPLY
public static final int MASK_REQ
public static final int MASK_REPLY
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |