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.