aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dmx-chan.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-18Minor cleanup:Bill Meier1-6/+5
- Fix incorrect use of ENC_BIG_ENDIAN instead of FALSE (3 instances); [The incorrect use of ENC_BIG_ENDIAN was benign since ENC_BIG_ENDIAN is currently defined as 0x0000000]; - use proper ENC arg for a proto_tree_add_item(); - whitespace. svn path=/trunk/; revision=45640
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-07-16Minor cleanup, including:Bill Meier1-23/+11
- Remove unneeded #includes; - Simplify code slightly; - Remove unused ett variable and related; - Remove empty proto_reg_handoff...() functions; - Fix a few cases of "set but unused". - Do some whitespace changes. svn path=/trunk/; revision=43748
2012-05-31Fix a possible zero division found by scan-build. While we're at it replaceGerald Combs1-19/+7
occurrences of g_snprintf+strlen with ep_strbuf. svn path=/trunk/; revision=42948
2012-05-28Set SVN properties.Anders Broman1-1/+1
svn path=/trunk/; revision=42881
2012-05-28From Erwin Rol:Anders Broman1-0/+216
Artnet, RDM and DMX dissector updates https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7286 svn path=/trunk/; revision=42880