Class IcmpV4Helper


  • public final class IcmpV4Helper
    extends java.lang.Object
    Since:
    pcap4j 0.9.11
    Author:
    Kaito Yamada
    • Method Summary

      Modifier and Type Method Description
      static Packet makePacketForInvokingPacketField​(Packet packet)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • makePacketForInvokingPacketField

        public static Packet makePacketForInvokingPacketField​(Packet packet)
        Parameters:
        packet - an IPv4 Packet
        Returns:
        a new Packet object.