Wireshark-commits: [Wireshark-commits] rev 47395: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 31 Jan 2013 20:51:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47395

User: martink
Date: 2013/01/31 12:51 PM

Log:
 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
 http://www.wireshark.org/download/automated/analysis/scan-build-2013-01-31-1/report-vSXKx6.html#EndPath
 use NULL instead of 0 for pointers
 remove some unnecessary if (tree) checks

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +30 -39    packet-cups.c    Modified