Wireshark-commits: [Wireshark-commits] rev 47722: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 17 Feb 2013 22:44:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47722

User: cmaynard
Date: 2013/02/17 02:44 PM

Log:
 Fix Coverity CID 981983: Unused pointer value.
 Additionally:
 1) Remove check_col()'s
 2) Don't call expert_add_info_format() from within an if (tree) {} block.
 3) tvb_reported_length_remaining() can return -1; be sure to handle it.
 4) Misc. whitespace changes.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +125 -268  packet-sml.c    Modified