aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-canopen.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+2
Use explicit casts. svn path=/trunk/; revision=48313
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-05-07General cleanup:Bill Meier1-294/+271
- Setup COL_PROTO & COL_INFO before fetching from the tvb; - Improve byte pane highlighing: Use proper length in proto_tree_add_item() calls; - Remove unneeded include; - Use VALS macro when referencing a value_string in hf[]; - Simplify/rework code slightly; - Whitespace. svn path=/trunk/; revision=42464
2012-03-07From Yegor Yefremov: Add dissector for CANopen protocol ↵Anders Broman1-0/+485
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6651 with some modifications svn path=/trunk/; revision=41394