Uses of Class
org.pcap4j.packet.namednumber.IpVersion
Packages that use IpVersion
-
Uses of IpVersion in org.pcap4j.packet
Fields in org.pcap4j.packet declared as IpVersionModifier and TypeFieldDescriptionprivate IpVersionIpV4Packet.Builder.versionprivate final IpVersionIpV4Packet.IpV4Header.versionprivate IpVersionIpV6Packet.Builder.versionprivate final IpVersionIpV6Packet.IpV6Header.versionMethods in org.pcap4j.packet that return IpVersionModifier and TypeMethodDescriptionIpPacket.IpHeader.getVersion()IpV4Packet.IpV4Header.getVersion()IpV6Packet.IpV6Header.getVersion()Methods in org.pcap4j.packet with parameters of type IpVersionModifier and TypeMethodDescription -
Uses of IpVersion in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as IpVersionModifier and TypeFieldDescriptionstatic final IpVersionIpVersion.IPV4IPv4: 4static final IpVersionIpVersion.IPV6IPv6: 6static final IpVersionIpVersion.PIPPIP: 8static final IpVersionIpVersion.STST: 5static final IpVersionIpVersion.TP_IXTP/IX: 7static final IpVersionIpVersion.TUBATUBA: 9Fields in org.pcap4j.packet.namednumber with type parameters of type IpVersionMethods in org.pcap4j.packet.namednumber that return IpVersionModifier and TypeMethodDescriptionstatic IpVersionIpVersion.getInstance(Byte value) static IpVersionMethods in org.pcap4j.packet.namednumber with parameters of type IpVersion