Bug ID |
12473
|
Summary |
SMB NtCreate andX with extended response sometimes incorrect
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
as of commit 66417b17b3570b163a16ca81f71ce5bcb10548d2
--
The decoded for SMB NtCreate andX only handles the extended response if it can
find the flags field from the matching request. This is incorrect because the
server might not support that flag, in which case the server will ignore the
flag and send a normal 34 word response.
In short, the only way to know which kind of response you're decoding is to
look at the word count.
You are receiving this mail because:
- You are watching all bug changes.