Bug ID |
8519
|
Summary |
decode nfs4 fslocation error when location's count is zero
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 10451 [details]
see frame 9981
Build Information:
--
1. the bug frame's number is 9981.
2. now when decoding fs_locations, it may decode error when location's count is
zero.
because if location's count is zero, the wireshark will run
"proto_tree_add_none_format", and if hfinfo->type != FT_NONE,it will decode
error.
i find that the hf_nfs_fslocation4's type is error, i change it from FT_STRING
to FT_NONE.
You are receiving this mail because:
- You are watching all bug changes.