Uses of Class
org.pcap4j.packet.namednumber.IcmpV6Code
Packages that use IcmpV6Code
-
Uses of IcmpV6Code in org.pcap4j.packet
Fields in org.pcap4j.packet declared as IcmpV6CodeModifier and TypeFieldDescriptionprivate IcmpV6CodeIcmpV6CommonPacket.Builder.codeprivate final IcmpV6CodeIcmpV6CommonPacket.IcmpV6CommonHeader.codeMethods in org.pcap4j.packet that return IcmpV6CodeMethods in org.pcap4j.packet with parameters of type IcmpV6Code -
Uses of IcmpV6Code in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as IcmpV6CodeModifier and TypeFieldDescriptionstatic final IcmpV6CodeIcmpV6Code.ADDR_UNREACHABLE[Type 1 — Destination Unreachable] address unreachable: 3static final IcmpV6CodeIcmpV6Code.BEYOND_SCOPE_OF_SRC_ADDR[Type 1 — Destination Unreachable] beyond scope of source address: 2static final IcmpV6CodeIcmpV6Code.COMMUNICATION_WITH_DST_PROHIBITED[Type 1 — Destination Unreachable] communication with destination administratively prohibited: 1static final IcmpV6CodeIcmpV6Code.ERRONEOUS_HEADER_FIELD[Type 4 - Parameter Problem] erroneous header field encountered: 0static final IcmpV6CodeIcmpV6Code.ERROR_IN_SRC_ROUTING_HEADER[Type 1 — Destination Unreachable] Error in Source Routing Header: 7static final IcmpV6Code[Type 4 - Parameter Problem] IPv6 First Fragment has incomplete IPv6 Header Chain: 3static final IcmpV6CodeIcmpV6Code.FRAGMENT_REASSEMBLY_TIME_EXCEEDED[Type 3 — Time Exceeded] fragment reassembly time exceeded: 1static final IcmpV6CodeIcmpV6Code.HOP_LIMIT_EXCEEDED[Type 3 — Time Exceeded] hop limit exceeded in transit: 0static final IcmpV6CodeIcmpV6Code.NO_CODENo Code: 0static final IcmpV6CodeIcmpV6Code.NO_ROUTE_TO_DST[Type 1 — Destination Unreachable] no route to destination: 0static final IcmpV6CodeIcmpV6Code.PORT_UNREACHABLE[Type 1 — Destination Unreachable] port unreachable: 4static final IcmpV6CodeIcmpV6Code.REFUSE[Type 140 - ICMP Node Information Response] The Responder refuses to supply the answer.static final IcmpV6CodeIcmpV6Code.REJECT_ROUTE_TO_DST[Type 1 — Destination Unreachable] reject route to destination: 6static final IcmpV6CodeIcmpV6Code.ROUTER_RENUMBERING_COMMAND[Type 138 - Router Renumbering] Router Renumbering Command: 0static final IcmpV6CodeIcmpV6Code.ROUTER_RENUMBERING_RESULT[Type 138 - Router Renumbering] Router Renumbering Result: 1static final IcmpV6CodeIcmpV6Code.SEQUENCE_NUMBER_RESET[Type 138 - Router Renumbering] Sequence Number Reset: 255static final IcmpV6CodeIcmpV6Code.SRC_ADDR_FAILED_POLICY[Type 1 — Destination Unreachable] source address failed ingress/egress policy: 5static final IcmpV6CodeIcmpV6Code.SUBJECT_IP_V4_ADDRESS[Type 139 - ICMP Node Information Query] The Data field contains an IPv4 address which is the Subject of this Query: 2static final IcmpV6CodeIcmpV6Code.SUBJECT_IP_V6_ADDRESS[Type 139 - ICMP Node Information Query] The Data field contains an IPv6 address which is the Subject of this Query: 0static final IcmpV6CodeIcmpV6Code.SUBJECT_NAME[Type 139 - ICMP Node Information Query] The Data field contains a name which is the Subject of this Query, or is empty, as in the case of a NOOP: 1static final IcmpV6CodeIcmpV6Code.SUCCESSFUL_REPLY[Type 140 - ICMP Node Information Response] A successful reply.static final IcmpV6CodeIcmpV6Code.UNKNOWN_QTYPE[Type 140 - ICMP Node Information Response] The Qtype of the Query is unknown to the Responder.static final IcmpV6CodeIcmpV6Code.UNRECOGNIZED_IP_V6_OPT[Type 4 - Parameter Problem] unrecognized IPv6 option encountered: 2static final IcmpV6CodeIcmpV6Code.UNRECOGNIZED_NEXT_HEADER_TYPE[Type 4 - Parameter Problem] unrecognized Next Header type encountered: 1Fields in org.pcap4j.packet.namednumber with type parameters of type IcmpV6CodeModifier and TypeFieldDescriptionprivate static final Map<Byte, Map<Byte, IcmpV6Code>> IcmpV6Code.registryMethods in org.pcap4j.packet.namednumber that return IcmpV6CodeModifier and TypeMethodDescriptionstatic IcmpV6CodeIcmpV6Code.getInstance(Byte type, Byte value) static IcmpV6CodeIcmpV6Code.register(IcmpV6Type type, IcmpV6Code code) Methods in org.pcap4j.packet.namednumber with parameters of type IcmpV6CodeModifier and TypeMethodDescriptionintIcmpV6Code.compareTo(IcmpV6Code o) static IcmpV6CodeIcmpV6Code.register(IcmpV6Type type, IcmpV6Code code)