aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cip.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-09-19Don't assign return value of proto_tree_add_text() to rrsc_item if it's not g...cmaynard1-1/+1
2011-05-26From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5749 :morriss1-326/+1213
2011-04-27Remove unneeded #include <stdlib.h>;wmeier1-773/+787
2011-04-27From Yaniv Kaul:wmeier1-7/+7
2011-02-17Fix some Visual C++ analysis warnings.gerald1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-8/+8
2010-10-17Removed unused entries.stig1-58/+0
2010-10-11Define some fcns & vars as static;wmeier1-3/+5
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-25From Didier Gautheron via bug 4419:stig1-14/+8
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-6/+3
2009-09-22From Julian Fielding:jake1-7/+7
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-8/+4
2009-07-06From Joakim Wiberg via bug 3670:stig1-45/+39
2009-06-26From Joakim Wiberg via bug 3103:stig1-760/+2027
2009-06-24More hf_register_info related cleanup.stig1-20/+20
2009-06-19Revert changes committed by an accident.stig1-2027/+760
2009-06-19Moved setting of length2 to make it always set.stig1-760/+2027
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-20/+20
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-10-23Let the dissectors fill the Protocol and Info columns by calling the even whe...jake1-9/+9
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-25#include <prefs.h> not req'd; Fix indentation to be conistentwmeier1-109/+109
2008-08-08Replace custom data presentation with native one.jake1-71/+13
2008-07-30From Ryan Wamsley:jake1-1/+51
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-3/+6
2007-12-10Make sure we don't try to allocate a negative number.gerald1-2/+5
2007-10-23Apply the small performance enhancment patches for:etxrab1-5/+5
2007-08-23Permit decoding of individual service errors + removal of a few lines consist...grahamb1-15/+15
2007-02-22From Ryan Wamsley: Add Connection Configuration Object support to EtherNet/IP...wmeier1-65/+139
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-08-14ememify cipsahlberg1-3/+2
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-5/+5
2004-09-23From Magnus Hansson:guy1-0/+1809