Uses of Class
org.pcap4j.packet.IcmpV4RedirectPacket
-
Packages that use IcmpV4RedirectPacket Package Description org.pcap4j.packet -
-
Uses of IcmpV4RedirectPacket in org.pcap4j.packet
Methods in org.pcap4j.packet that return IcmpV4RedirectPacket Modifier and Type Method Description IcmpV4RedirectPacketIcmpV4RedirectPacket.Builder. build()static IcmpV4RedirectPacketIcmpV4RedirectPacket. newPacket(byte[] rawData, int offset, int length)A static factory method.Constructors in org.pcap4j.packet with parameters of type IcmpV4RedirectPacket Constructor Description Builder(IcmpV4RedirectPacket packet)
-