mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Updating the defined SMB2 dialects to match Microsofts current docs.
This commit is contained in:
parent
9c85d3f3a9
commit
a80131c06e
1 changed files with 4 additions and 2 deletions
|
@ -255,10 +255,12 @@ export {
|
||||||
} &default=function(i: count): string { return fmt("unknown-%d", i); };
|
} &default=function(i: count): string { return fmt("unknown-%d", i); };
|
||||||
|
|
||||||
const dialects: table[count] of string = {
|
const dialects: table[count] of string = {
|
||||||
[0x0202] = "2.002",
|
[0x0202] = "2.0.2",
|
||||||
[0x0210] = "2.1",
|
[0x0210] = "2.1",
|
||||||
[0x0300] = "3.0",
|
[0x0300] = "3.0",
|
||||||
[0x0302] = "3.02",
|
[0x0302] = "3.0.2",
|
||||||
|
[0x0311] = "3.1.1",
|
||||||
|
[0x02FF] = "2.1+",
|
||||||
} &default=function(i: count): string { return fmt("unknown-%d", i); };
|
} &default=function(i: count): string { return fmt("unknown-%d", i); };
|
||||||
|
|
||||||
const share_types: table[count] of string = {
|
const share_types: table[count] of string = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue