aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cip.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-01From Michael Mann:etxrab1-95/+134
2011-11-15From Michael Mann:etxrab1-45/+43
2011-11-02From Roland Knall:etxrab1-3/+4
2011-11-01Disable the CIP dissector until we can solve the fuzz failures.morriss1-0/+3
2011-10-29Don't set mr_mult_req_info->num_services *unless we're sureguy1-9/+9
2011-10-27Correct an off-by-one error introduced in r39626.morriss1-1/+1
2011-10-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6498 :morriss1-0/+1
2011-10-27Followup to r39626: It is also necessary to initialize the number of servicesmorriss1-0/+1
2011-10-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6491 :morriss1-1/+9
2011-10-26Fix a [-Wunused-but-set-variable] compiler warning;wmeier1-60/+58
2011-10-26Declare unused parameters as such. Don't assign them to themselves.tuexen1-7/+2
2011-10-26Try to fixetxrab1-3/+3
2011-10-26From Michael Mann:etxrab1-2136/+3535
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-5/+5
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-13From Benjamin Stocks (with some work by Michael Mann): "CIP Motion" dissector;wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-89/+89
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-10-02Back out improvements - it's still getting a lot of "used uninitialized"guy1-3506/+2090
2011-10-02"seg_size" isn't set here, and the items don't appear to have a variableguy1-6/+6
2011-10-02Add comments.etxrab1-0/+5
2011-10-02Fix warnings.tuexen1-11/+13
2011-10-02From Michael Mann :etxrab1-2090/+3499
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-71/+56
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