Uses of Class
org.pcap4j.packet.namednumber.IcmpV4Code
Packages that use IcmpV4Code
-
Uses of IcmpV4Code in org.pcap4j.packet
Fields in org.pcap4j.packet declared as IcmpV4CodeModifier and TypeFieldDescriptionprivate IcmpV4CodeIcmpV4CommonPacket.Builder.codeprivate final IcmpV4CodeIcmpV4CommonPacket.IcmpV4CommonHeader.codeMethods in org.pcap4j.packet that return IcmpV4CodeMethods in org.pcap4j.packet with parameters of type IcmpV4Code -
Uses of IcmpV4Code in org.pcap4j.packet.namednumber
Subclasses with type arguments of type IcmpV4Code in org.pcap4j.packet.namednumberFields in org.pcap4j.packet.namednumber declared as IcmpV4CodeModifier and TypeFieldDescriptionstatic final IcmpV4CodeIcmpV4Code.ALTERNATE_ADDRESS_FOR_HOST[Type 6 — Alternate Host Address] Alternate Address for Host: 0static final IcmpV4CodeIcmpV4Code.AUTHENTICATION_FAILED[Type 40 — Photuris] Authentication Failed: 1static final IcmpV4CodeIcmpV4Code.BAD_LENGTH[Type 12 — Parameter Problem] Bad Length: 2static final IcmpV4CodeIcmpV4Code.BAD_SPI[Type 40 — Photuris] Bad SPI: 0static final IcmpV4CodeIcmpV4Code.COMMUNICATION_PROHIBITED[Type 3 — Destination Unreachable] Communication administratively prohibited by filtering: 13static final IcmpV4CodeIcmpV4Code.DECOMPRESSION_FAILED[Type 40 — Photuris] Decompression Failed: 2static final IcmpV4CodeIcmpV4Code.DECRYPTION_FAILED[Type 40 — Photuris] Decryption Failed: 3static final IcmpV4CodeIcmpV4Code.DOES_NOT_ROUTE_COMMON_TRAFFIC[Type 9 — Router Advertisement] Alternate Address for Host: 16static final IcmpV4CodeIcmpV4Code.DST_HOST_PROHIBITED[Type 3 — Destination Unreachable] Destination host administratively prohibited: 10static final IcmpV4CodeIcmpV4Code.DST_HOST_UNKNOWN[Type 3 — Destination Unreachable] Destination host unknown: 7static final IcmpV4CodeIcmpV4Code.DST_HOST_UNREACHABLE_FOR_TOS[Type 3 — Destination Unreachable] Host unreachable for TOS: 12static final IcmpV4CodeIcmpV4Code.DST_NETWORK_PROHIBITED[Type 3 — Destination Unreachable] Destination network administratively prohibited: 9static final IcmpV4CodeIcmpV4Code.DST_NETWORK_UNKNOWN[Type 3 — Destination Unreachable] Destination network unknown: 6static final IcmpV4CodeIcmpV4Code.DST_NETWORK_UNREACHABLE_FOR_TOS[Type 3 — Destination Unreachable] Network unreachable for TOS: 11static final IcmpV4CodeIcmpV4Code.FRAGMENT_REASSEMBLY_TIME_EXCEEDED[Type 11 — Time Exceeded] Fragment Reassembly Time Exceeded: 1static final IcmpV4CodeIcmpV4Code.FRAGMENTATION_BLOCKED[Type 3 — Destination Unreachable] Fragmentation needed but no fragment bit set: 4static final IcmpV4CodeIcmpV4Code.HOST_PRECEDENCE_VIOLATION[Type 3 — Destination Unreachable] Host precedence violation: 14static final IcmpV4CodeIcmpV4Code.HOST_UNREACHABLE[Type 3 — Destination Unreachable] Host Unreachable: 1static final IcmpV4CodeIcmpV4Code.MISSING_REQUIRED_OPTION[Type 12 — Parameter Problem] Missing a Required Option: 1static final IcmpV4CodeIcmpV4Code.NEED_AUTHENTICATION[Type 40 — Photuris] Need Authentication: 4static final IcmpV4CodeIcmpV4Code.NEED_AUTHORIZATION[Type 40 — Photuris] Need Authorization: 5static final IcmpV4CodeIcmpV4Code.NETWORK_UNREACHABLE[Type 3 — Destination Unreachable] Network Unreachable: 0static final IcmpV4CodeIcmpV4Code.NO_CODENo Code: 0static final IcmpV4CodeIcmpV4Code.NORMAL_ROUTER_ADVERTISEMENT[Type 9 — Router Advertisement] Normal router advertisement: 0static final IcmpV4CodeIcmpV4Code.POINTER_INDICATES_ERROR[Type 12 — Parameter Problem] Pointer indicates the error: 0static final IcmpV4CodeIcmpV4Code.PORT_UNREACHABLE[Type 3 — Destination Unreachable] Port Unreachable: 3static final IcmpV4CodeIcmpV4Code.PRECEDENCE_CUTOFF_IN_EFFECT[Type 3 — Destination Unreachable] Precedence cutoff in effect: 15static final IcmpV4CodeIcmpV4Code.PROTOCOL_UNREACHABLE[Type 3 — Destination Unreachable] Protocol Unreachable: 2static final IcmpV4CodeIcmpV4Code.REDIRECT_DATAGRAMS_FOR_HOST[Type 5 — Redirect] Redirect datagrams for the Host: 1static final IcmpV4CodeIcmpV4Code.REDIRECT_DATAGRAMS_FOR_NETWORK[Type 5 — Redirect] Redirect datagrams for the Network: 0static final IcmpV4CodeIcmpV4Code.REDIRECT_DATAGRAMS_FOR_TOS_AND_HOST[Type 5 — Redirect] Redirect datagrams for the Type of Service and Host: 3static final IcmpV4CodeIcmpV4Code.REDIRECT_DATAGRAMS_FOR_TOS_AND_NETWORK[Type 5 — Redirect] Redirect datagrams for the Type of Service and Network: 2static final IcmpV4CodeIcmpV4Code.SRC_HOST_ISOLATED[Type 3 — Destination Unreachable] Source host isolated: 8static final IcmpV4CodeIcmpV4Code.SRC_ROUTE_FAILED[Type 3 — Destination Unreachable] Source routing failed: 5static final IcmpV4CodeIcmpV4Code.TIME_TO_LIVE_EXCEEDED[Type 11 — Time Exceeded] Time to Live exceeded during transit: 0Fields in org.pcap4j.packet.namednumber with type parameters of type IcmpV4CodeModifier and TypeFieldDescriptionprivate static final Map<Byte, Map<Byte, IcmpV4Code>> IcmpV4Code.registryMethods in org.pcap4j.packet.namednumber that return IcmpV4CodeModifier and TypeMethodDescriptionstatic IcmpV4CodeIcmpV4Code.getInstance(Byte type, Byte value) static IcmpV4CodeIcmpV4Code.register(IcmpV4Type type, IcmpV4Code code) Methods in org.pcap4j.packet.namednumber with parameters of type IcmpV4CodeModifier and TypeMethodDescriptionintIcmpV4Code.compareTo(IcmpV4Code o) static IcmpV4CodeIcmpV4Code.register(IcmpV4Type type, IcmpV4Code code)