mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
Raw SMB over TCP is now the default; re-enable the NetBIOS layer with the NETBIOS switch. The DUMPSMB switch enables SMB command decoding, the results of which will be sent to STDOUT if the respective decoding functions have been built into the smbfs command.
7 lines
188 B
C
7 lines
188 B
C
#define VERSION 1
|
|
#define REVISION 79
|
|
#define DATE "21.2.2016"
|
|
#define VERS "smbfs 1.79"
|
|
#define VSTRING "smbfs 1.79 (21.2.2016)\r\n"
|
|
#define VERSTAG "\0$VER: smbfs 1.79 (21.2.2016)"
|