aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cimd.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-3/+4
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+2
2013-02-17Bugfix DoS in CIMD dissector. Bug 8346 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Merge packet-cimd.h into packet-cimd.c (packet-cimd.h not used elsewhere);Bill Meier1-165/+401
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