Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NBSTAT (0.03 sec)

  1. src/main/java/jcifs/netbios/NameServicePacket.java

                break;
            }
            switch ( this.questionType ) {
            case NB:
                questionTypeString = "NB";
                break;
            case NBSTAT:
                questionTypeString = "NBSTAT";
                break;
            default:
                questionTypeString = "0x" + Hexdump.toHexString(this.questionType, 4);
                break;
            }
            switch ( this.recordType ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 12K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/netbios/NameServicePacket.java

                    break;
            }
            switch( questionType ) {
                case NB:
                    questionTypeString = "NB";
                    break;
                case NBSTAT:
                    questionTypeString = "NBSTAT";
                    break;
                default:
                    questionTypeString = "0x" + Hexdump.toHexString( questionType, 4 );
                    break;
            }
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 12.4K bytes
    - Viewed (0)
Back to top