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.Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-8/+5
2009-10-11Don't col_set_str + col_append_xxx. Just add the string instead.Kovarththanan Rajaratnam1-3/+2
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-04Init ett_... variables to -1Bill Meier1-4/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-03-29More size_t casts.Anders Broman1-2/+2
2009-02-13Trivial: Fix a typo; adjust some indentationBill Meier1-149/+149
2008-06-23Renamed some local variables to avoid name collisions.Stig Bjørlykke1-4/+4
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-24/+24
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-11-10from albert chinRonnie Sahlberg1-3/+3
2005-09-13From Piros Lucian:Anders Broman1-0/+882