Wireshark-bugs: [Wireshark-bugs] [Bug 5881] Media Independent handover (MIH) protocol dissector

Date: Mon, 14 Jan 2013 15:43:20 +0000

Comment # 41 on bug 5881 from
(In reply to comment #40)
> Coverity CID 762008 reports a dead code condition in
> packet-mih.c:dissect_link_det_info() at line 1278.
> 
> It looks like that line, which reads, "return offset+2;" should be changed
> to "offset++".  Is that the proper fix?

It should be:

"offset += 2;"

thanks


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