Class SMB2TreeConnectResponse

  • All Implemented Interfaces:
    Packet<SMBBuffer>

    public class SMB2TreeConnectResponse
    extends SMB2Packet
    [MS-SMB2].pdf 2.2.10 SMB2 TREE_CONNECT Response

    TODO

    • Constructor Detail

      • SMB2TreeConnectResponse

        public SMB2TreeConnectResponse()
    • Method Detail

      • isDiskShare

        public boolean isDiskShare()
        Whether the ShareType returned is SMB2_SHARE_TYPE_DISK (0x01)
        Returns:
        true if the ShareType returned is SMB2_SHARE_TYPE_DISK (0x01)
      • isNamedPipe

        public boolean isNamedPipe()
        Whether the ShareType returned is SMB2_SHARE_TYPE_PIPE (0x02)
        Returns:
        true if the ShareType returned is SMB2_SHARE_TYPE_PIPE (0x02)
      • isPrinterShare

        public boolean isPrinterShare()
        Whether the ShareType returned is SMB2_SHARE_TYPE_PRINT (0x03)
        Returns:
        true if the ShareType returned is SMB2_SHARE_TYPE_PRINT (0x03)
      • getShareFlags

        public java.util.Set<SMB2ShareFlags> getShareFlags()
      • getMaximalAccess

        public java.util.Set<AccessMask> getMaximalAccess()