|
SourceForge Jpcap | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPProtocols
Code constants for well-defined IP protocols.
Taken from netinet/in.h
Field Summary | |
---|---|
static int |
AH
authentication header. |
static int |
COMP
Compression Header Protocol. |
static int |
DSTOPTS
IPv6 destination options. |
static int |
EGP
Exterior Gateway Protocol. |
static int |
ENCAP
Encapsulation Header. |
static int |
ESP
encapsulating security payload. |
static int |
FRAGMENT
IPv6 fragmentation header. |
static int |
GRE
General Routing Encapsulation. |
static int |
HOPOPTS
IPv6 Hop-by-Hop options. |
static int |
ICMP
Internet Control Message Protocol. |
static int |
ICMPV6
ICMPv6. |
static int |
IDP
XNS IDP protocol. |
static int |
IGMP
Internet Group Management Protocol. |
static int |
INVALID
Unrecognized IP protocol. |
static int |
IP
Dummy protocol for TCP. |
static int |
IPIP
IPIP tunnels (older KA9Q tunnels use 94). |
static int |
IPV6
IPv6 header. |
static int |
MASK
IP protocol mask. |
static int |
MTP
Multicast Transport Protocol. |
static int |
NONE
IPv6 no next header. |
static int |
PIM
Protocol Independent Multicast. |
static int |
PUP
PUP protocol. |
static int |
RAW
Raw IP packets. |
static int |
ROUTING
IPv6 routing header. |
static int |
RSVP
Reservation Protocol. |
static int |
TCP
Transmission Control Protocol. |
static int |
TP
SO Transport Protocol Class 4. |
static int |
UDP
User Datagram Protocol. |
Field Detail |
---|
static final int IP
static final int HOPOPTS
static final int ICMP
static final int IGMP
static final int IPIP
static final int TCP
static final int EGP
static final int PUP
static final int UDP
static final int IDP
static final int TP
static final int IPV6
static final int ROUTING
static final int FRAGMENT
static final int RSVP
static final int GRE
static final int ESP
static final int AH
static final int ICMPV6
static final int NONE
static final int DSTOPTS
static final int MTP
static final int ENCAP
static final int PIM
static final int COMP
static final int RAW
static final int INVALID
static final int MASK
|
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 |