aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cip.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-11Explicit value_string array size specifier not required.Bill Meier1-2/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier1-21/+12
2012-05-05Fix some more hf encodings.Jeff Morriss1-4/+4
2012-05-04value_string_ext: Reorder entries in value_string arrays to get Binary Search...Jakub Zawadzki1-1/+1
2012-05-04Fix conflicting entries in CIP vendor list.Jakub Zawadzki1-1/+1
2012-04-09Mark some function static.Jakub Zawadzki1-2/+2
2012-03-06Whitespace cleanup.Bill Meier1-352/+352
2012-03-06Fix incorrect packet-details display of a 1 bit FT_BOOLEAN field.Bill Meier1-1/+1
2012-03-02From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6893 :Jeff Morriss1-19/+21
2012-02-27From Michael Mann:Anders Broman1-60/+418
2012-01-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2012-01-04From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6697Alexis La Goutte1-5/+308
2011-12-01From Michael Mann:Anders Broman1-95/+134
2011-11-15From Michael Mann:Anders Broman1-45/+43
2011-11-02From Roland Knall:Anders Broman1-3/+4
2011-11-01Disable the CIP dissector until we can solve the fuzz failures.Jeff Morriss1-0/+3
2011-10-29Don't set mr_mult_req_info->num_services *unless we're sureGuy Harris1-9/+9
2011-10-27Correct an off-by-one error introduced in r39626.Jeff Morriss1-1/+1
2011-10-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6498 :Jeff Morriss1-0/+1
2011-10-27Followup to r39626: It is also necessary to initialize the number of servicesJeff Morriss1-0/+1
2011-10-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6491 :Jeff Morriss1-1/+9
2011-10-26Fix a [-Wunused-but-set-variable] compiler warning;Bill Meier1-60/+58
2011-10-26Declare unused parameters as such. Don't assign them to themselves.Michael Tüxen1-7/+2
2011-10-26Try to fixAnders Broman1-3/+3
2011-10-26From Michael Mann:Anders Broman1-2136/+3535
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-5/+5
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-13From Benjamin Stocks (with some work by Michael Mann): "CIP Motion" dissector;Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-89/+89
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-10-02Back out improvements - it's still getting a lot of "used uninitialized"Guy Harris1-3506/+2090
2011-10-02"seg_size" isn't set here, and the items don't appear to have a variableGuy Harris1-6/+6
2011-10-02Add comments.Anders Broman1-0/+5
2011-10-02Fix warnings.Michael Tüxen1-11/+13
2011-10-02From Michael Mann :Anders Broman1-2090/+3499
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-71/+56
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-19Don't assign return value of proto_tree_add_text() to rrsc_item if it's not g...Chris Maynard1-1/+1
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