Wireshark-commits: [Wireshark-commits] rev 50510: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 11 Jul 2013 15:55:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50510

User: cmaynard
Date: 2013/07/11 08:55 AM

Log:
 Fix an obvious case of incorrectly comparing the return value of tvb_length_remaining() against non-zero instead of greater than zero.  There are other questionable uses of tvb_length_remaining() as well ... and maybe these should all be replaced with tvb_reported_length_remaining() as well?
 #BACKPORT(1.10,1.8)

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +3 -2      packet-slsk.c    Modified