Class SMB2PacketData

    • Method Detail

      • getSequenceNumber

        public long getSequenceNumber()
      • isSuccess

        protected boolean isSuccess()
        Check whether this packetData has an success status
        Returns:
      • isIntermediateAsyncResponse

        public boolean isIntermediateAsyncResponse()
        Check whether this packet is an intermediate ASYNC response
      • isOplockBreakNotification

        public boolean isOplockBreakNotification()
        Check whether this is an SMB2_OPLOCK_BREAK Notification packet
      • isCompounded

        public boolean isCompounded()
        Check whether this Packet is part of a Compounded message
        Returns:
      • isDecrypted

        public boolean isDecrypted()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object