パッケージ org.pcap4j.packet

クラス IcmpV6ParameterProblemPacket

    • メソッドの詳細

      • 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