aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl-ha.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-01A better fix than r50278.Chris Maynard1-36/+32
2013-07-01Realized that Coverity would have still complained about "explicit null deref...Chris Maynard1-46/+53
2013-07-01Use tvb_reported_length_remaining() instead of tvb_length_remaining().Chris Maynard1-13/+15
2013-07-01Fix Coverity CID 1040370 (Explicit null dereferenced) by removing the if (tre...Chris Maynard1-46/+38
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2013-06-28From Fabio Tarabelloni viaEvan Huus1-0/+1511