Bug ID |
12764
|
Summary |
Incorrect parsing of NLMv4 FREE_ALL request.
|
Product |
Wireshark
|
Version |
2.1.x (Experimental)
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 14827 [details]
NLMv4 free_all request in wireshark
Build Information:
Version 2.0.5 (v2.0.5-0-ga3be9c6 from master-2.0) - Built using Microsoft
Visual C++ 12.0 build 40629
Version 2.1.1 (Git Rev Unknown from unknown) - Built using gcc 6.1.1 20160621
(Red Hat 6.1.1-3).
--
Incorrect parsing of NLMv4 FREE_ALL request.
Call Arguments:
struct nlm_notify {
string name<MAXNAMELEN>;
unsigned int state;
};
Instead of "state" argument dissector uses "stat" argument.
You are receiving this mail because:
- You are watching all bug changes.