Protocol field: taken from RFC 1700. Replacing old RFC1700 with newer (28/06/01) Protocol Numbers
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
// // Protocol field: taken from RFC 1700. // Replacing old RFC1700 with newer (28/06/01) Protocol Numbers // enum IPProtocolId { // IP_PROT_HOPOPT = 0; IP_PROT_ICMP = 1; IP_PROT_IGMP = 2; IP_PROT_IP = 4; // used for IP tunneling. FIXME: RFC1700 specifies =3 (old IPSuite) ??? IP_PROT_TCP = 6; IP_PROT_EGP = 8; IP_PROT_IGP = 9; IP_PROT_UDP = 17; IP_PROT_XTP = 36; IP_PROT_IPv6 = 41; IP_PROT_RSVP = 46; IP_PROT_IPv6_ICMP = 58; IP_PROT_NONE = 59; IP_PROT_IPv6_MOBILITY = 62; IP_PROT_OSPF = 89; IP_PROT_SCTP = 132; IP_PROT_MANET = 254; //XXX Use for simplicity IP_PROT_IPv6EXT_HOP = 0; // Hop-by-hop option header. IP_PROT_IPv6EXT_DEST = 60; // Destination options header. IP_PROT_IPv6EXT_ROUTING = 43; // Routing header. IP_PROT_IPv6EXT_FRAGMENT = 44; // Fragmentation/reassembly header. IP_PROT_IPv6EXT_AUTH = 51; // Authentication header. IP_PROT_IPv6EXT_ESP = 50; // Encapsulating security payload. }