aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl-ha.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Reject the packet if data is NULL.Chris Maynard1-4/+16
2013-12-07- Make local functions static.Anders Broman1-0/+9
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-24Have ZigBee dissectors pass data through subdissector parameter instead of us...Michael Mann1-8/+12
2013-09-10Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9128 :Pascal Quantin1-2/+4
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