aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cimd.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-8/+5
2009-10-11Don't col_set_str + col_append_xxx. Just add the string instead.krj1-3/+2
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-08-04Init ett_... variables to -1wmeier1-4/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-03-29More size_t casts.etxrab1-2/+2
2009-02-13Trivial: Fix a typo; adjust some indentationwmeier1-149/+149
2008-06-23Renamed some local variables to avoid name collisions.stig1-4/+4
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...morriss1-24/+24
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-11-10from albert chinsahlberg1-3/+3
2005-09-13From Piros Lucian:etxrab1-0/+882