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