パッケージ org.pcap4j.packet

クラス IpV6ExtFragmentPacket.IpV6ExtFragmentHeader

    • メソッドの詳細

      • getNextHeader

        public IpNumber getNextHeader()
        戻り値:
        nextHeader
      • getReserved

        public byte getReserved()
        戻り値:
        reserved
      • getFragmentOffset

        public short getFragmentOffset()
        戻り値:
        fragmentOffset
      • getRes

        public byte getRes()
        戻り値:
        res
      • getM

        public boolean getM()
        戻り値:
        m
      • getIdentification

        public int getIdentification()
        戻り値:
        identification
      • length

        public int length()
        クラスからコピーされた説明: AbstractPacket.AbstractHeader
        Returns the header length in bytes. This method calls calcLength() and caches the return value when it is called for the first time, and then, this method returns the cached value from the second time.
        定義:
        length インタフェース内 Packet.Header
        オーバーライド:
        length クラス内 AbstractPacket.AbstractHeader
        戻り値:
        the length of the byte stream of the header represented by this object in bytes