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 5891] Some SMB requests are not decoded when "Validate the

Date: Wed, 4 May 2011 15:08:02 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5891

--- Comment #2 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2011-05-04 16:08:00 MDT ---
The problem is occuring on line 1477 of epan/dissectors/packet-nbns.c:

    if (nbss_desegment && pinfo->can_desegment) {

When the TCP checksum is being validated and fails, pinfo->can_desegment is
FALSE.  Otherwise, it's TRUE.  Only when the above if statement passes will
NBNS attempt to do reassembly.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.