mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
Major update to SMB decoder
Major rework of the code which decodes individual commands, their parameters and the responses. This is still incomplete, but it's a lot more useful now than before.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 83
|
||||
#define DATE "20.3.2016"
|
||||
#define VERS "smbfs 1.83"
|
||||
#define VSTRING "smbfs 1.83 (20.3.2016)\r\n"
|
||||
#define VERSTAG "\0$VER: smbfs 1.83 (20.3.2016)"
|
||||
#define REVISION 84
|
||||
#define DATE "25.3.2016"
|
||||
#define VERS "smbfs 1.84"
|
||||
#define VSTRING "smbfs 1.84 (25.3.2016)\r\n"
|
||||
#define VERSTAG "\0$VER: smbfs 1.84 (25.3.2016)"
|
||||
|
||||
@@ -1 +1 @@
|
||||
83
|
||||
84
|
||||
|
||||
+2831
-418
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user