パッケージ org.pcap4j.packet

クラス IcmpV6EchoRequestPacket

    • メソッドの詳細

      • getHeader

        public IcmpV6EchoRequestPacket.IcmpV6EchoRequestHeader getHeader()
        クラスからコピーされた説明: AbstractPacket
        Returns the Header object representing this packet's header. This subclass have to override this method if the packet represented by the subclass has a header.
        定義:
        getHeader インタフェース内 Packet
        戻り値:
        the Header object representing this packet's header. May be null if the header doesn't exist
      • getPayload

        public Packet getPayload()
        クラスからコピーされた説明: AbstractPacket
        Returns the Packet object representing this packet's payload. This subclass have to override this method if the packet represented by the subclass has a payload.
        定義:
        getPayload インタフェース内 Packet
        オーバーライド:
        getPayload クラス内 AbstractPacket
        戻り値:
        the Packet object representing this packet's payload. May be null if the payload doesn't exist