Wireshark-bugs: [Wireshark-bugs] [Bug 8519] New: decode nfs4 fslocation error when location's co
Date: Mon, 25 Mar 2013 09:18:01 +0000
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 bugzilla-admin@wireshark.org
Reporter fanchaoting@cn.fujitsu.com

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.