aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-4/+0
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-10/+10
2010-11-12zbee_mfr_code_names: sort so in ascending order by value; add dummy "Unknown"...Bill Meier1-3/+61
2010-11-03From Fred Fierling:Jaap Keuter1-8/+3
2010-11-02From Fred Fierling:Jaap Keuter1-0/+23
2010-11-01Use value_string_ext fcns to access various value_string arrays;Bill Meier1-22/+28
2010-10-20From Fred Fierling:Anders Broman1-242/+175
2010-10-19From Fred Fierling:Anders Broman1-13/+15
2010-08-23Fix for attribute boolean, from bug 5127.Stig Bjørlykke1-2/+1
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-10-27From Fred Fierling:Anders Broman1-23/+31
2009-10-08Clean up header fields.Jaap Keuter1-3/+3
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.Kovarththanan Rajaratnam1-23/+23
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-1/+1
2009-08-28Validate a function parameterBill Meier1-0/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-29Function dissect_zcl_attr_data_type() unused: comment it outBill Meier1-0/+4
2009-07-29Fix a potential crash and do various other minor changes:Bill Meier1-96/+83
2009-07-29zigbee cluster dissector,Ronnie Sahlberg1-0/+2177