|
SourceForge Jpcap | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICMPMessages
Code constants for ICMP message types. Taken originally 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 |
LAST_MAJOR_CODE
|
static int |
MASK_REPLY
address mask reply |
static int |
MASK_REQ
address mask request |
static int |
PARAM_PROB
ip header bad; option absent. |
static int |
REDIRECT_HOST
Shorter route to host. |
static int |
REDIRECT_NET
Shorter route to network. |
static int |
REDIRECT_TOSHOST
Shorter route for TOS and host. |
static int |
REDIRECT_TOSNET
Shorter route for TOS and network. |
static int |
ROUTER_ADVERT
router advertisement |
static int |
ROUTER_SOLICIT
router solicitation |
static int |
SOURCE_QUENCH
Packet lost, slow down. |
static int |
TIME_EXCEED_INTRANS
time exceeded in transit. |
static int |
TIME_EXCEED_REASS
time exceeded in reass. |
static int |
TSTAMP
timestamp request |
static int |
TSTAMP_REPLY
timestamp reply |
static int |
UNREACH_HOST
Destination host unreachable. |
static int |
UNREACH_HOST_PROHIB
Host access prohibited. |
static int |
UNREACH_HOST_UNKNOWN
Unknown host. |
static int |
UNREACH_ISOLATED
Src host isolated. |
static int |
UNREACH_NEEDFRAG
IP_DF caused drop. |
static int |
UNREACH_NET
Destination network unreachable. |
static int |
UNREACH_NET_PROHIB
Network access prohibited. |
static int |
UNREACH_NET_UNKNOWN
Unknown network. |
static int |
UNREACH_PORT
Bad port. |
static int |
UNREACH_PROTOCOL
Bad protocol. |
static int |
UNREACH_SRCFAIL
Src route failed. |
static int |
UNREACH_TOSHOST
Bad TOS for host. |
static int |
UNREACH_TOSNET
Bad TOS for net. |
Field Detail |
---|
static final int ECHO_REPLY
static final int UNREACH_NET
static final int UNREACH_HOST
static final int UNREACH_PROTOCOL
static final int UNREACH_PORT
static final int UNREACH_NEEDFRAG
static final int UNREACH_SRCFAIL
static final int UNREACH_NET_UNKNOWN
static final int UNREACH_HOST_UNKNOWN
static final int UNREACH_ISOLATED
static final int UNREACH_NET_PROHIB
static final int UNREACH_HOST_PROHIB
static final int UNREACH_TOSNET
static final int UNREACH_TOSHOST
static final int SOURCE_QUENCH
static final int REDIRECT_NET
static final int REDIRECT_HOST
static final int REDIRECT_TOSNET
static final int REDIRECT_TOSHOST
static final int ECHO
static final int ROUTER_ADVERT
static final int ROUTER_SOLICIT
static final int TIME_EXCEED_INTRANS
static final int TIME_EXCEED_REASS
static final int PARAM_PROB
static final int TSTAMP
static final int TSTAMP_REPLY
static final int IREQ
static final int IREQ_REPLY
static final int MASK_REQ
static final int MASK_REPLY
static final int LAST_MAJOR_CODE
|
Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |