Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9982] ATT write request with 0 length handles dissected in

Date: Tue, 15 Apr 2014 06:39:10 +0000

changed bug 9982

What Removed Added
Status UNCONFIRMED IN_PROGRESS
Ever confirmed   1

Comment # 1 on bug 9982 from
Hi,
There is a little better patch commited in [1]. Value field may be not removed
and displays as "<MISSING>" is there is no content. Previously field item
support that, but there was little misstatement between behaviour with item
length = 0 (<MISSING>) and length = -1 (length remaining ~ it still can be 0,
but fail and cause your bug).

Example filter:
btatt.value == ""
So you have all packets that there is no value.
Also filter: "size(btatt.value)==0"


There is also ongoing backport for your 1.10.x version in [2].

[1]
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=16d45a69caf1d47e381c661ab6b2269116084e62
[2] https://code.wireshark.org/review/#/c/1149/

If you are satisfied you can close this bug.


You are receiving this mail because:
  • You are watching all bug changes.