The following table lists the available session debug levels:-
Session Debug Levels
NETBIOS
Name session debugging
STATE
Session state changes
RXDATA
Received session data
TXDATA
Transmitted session data
ERROR
Request errors
NEGOTIATE
SMB dialect negotiation
TREE
Share connection/disconnection
SEARCH
File/directory searches
INFO
Information requests
FILE
File access
FILEIO
File read/write
TRANSACT
SMB transactions
ECHO
Client session keep-alive
IPC
IPC$ named pipe requests
PKTTYPE
Output received packet type
DCERPC
DCE/RPC handling
NOTIFY
Change notification processing
STREAMS
NTFS streams
SOCKET
Low level connections
LOCK
File byte range locks/unlocks
STATECACHE
File state caching
TIMING
Request/response timing
PKTPOOL
Memory pool allocations/deallocations
PKTSTATS
Dump memory pool statistics during server shutdown
THREADPOOL
Thread pool
BENCHMARK
Benchmarking
STATECACHE
File state cache
OPLOCK
Oplocks
A sample SMB configuration section is shown below:-
<SMB>
<host name="JLANSRV" domain="STARLASOFT">
<broadcast>192.168.1.255</broadcast>
<smbdialects>Core,LanMan,NT</smbdialects>
<comment>JLAN SMB Server</comment>
<bindto>192.168.1.2</bindto>
11