mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'smb3-negotiate-response' of https://github.com/mauropalumbo75/zeek
* 'smb3-negotiate-response' of https://github.com/mauropalumbo75/zeek: added test and pcap files for smb 3.1.1 negotiate-response smb3.1.1 additions to negotiate-response command I made several modifications: - Code format, style, naming changes - For completeness/correctness, I added parsing support for the remaining context type structures. - Moved the optional padding before the NegotiateContextList field to also require the 0x0311 dialect version (some failures in pre-existing unit tests pointed this out as an issue)
This commit is contained in:
commit
1b76d92e97
11 changed files with 264 additions and 26 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.6-178 | 2019-03-21 14:10:44 -0700
|
||||
|
||||
* Add support for parsing SMB 3.1.1 NegotiateContextList response values (Mauro Palumbo)
|
||||
|
||||
2.6-175 | 2019-03-20 19:25:11 -0700
|
||||
|
||||
* Parse SMB2 TRANSFORM_HEADER messages and generate new smb2_transform_header event (Mauro Palumbo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue