aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-12zbee_mfr_code_names: sort so in ascending order by value; add dummy "Unknown"...wmeier1-3/+61
2010-11-03From Fred Fierling:jake1-8/+3
2010-11-02From Fred Fierling:jake1-0/+23
2010-11-01Use value_string_ext fcns to access various value_string arrays;wmeier1-22/+28
2010-10-20From Fred Fierling:etxrab1-242/+175
2010-10-19From Fred Fierling:etxrab1-13/+15
2010-08-23Fix for attribute boolean, from bug 5127.stig1-2/+1
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-10-27From Fred Fierling:etxrab1-23/+31
2009-10-08Clean up header fields.jake1-3/+3
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.krj1-23/+23
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-1/+1
2009-08-28Validate a function parameterwmeier1-0/+2
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-07-29Function dissect_zcl_attr_data_type() unused: comment it outwmeier1-0/+4
2009-07-29Fix a potential crash and do various other minor changes:wmeier1-96/+83
2009-07-29zigbee cluster dissector,sahlberg1-0/+2177