aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
AgeCommit message (Expand)AuthorFilesLines
2012-06-07Attempt to fix display of "eoe macfilter header".Bill Meier1-7/+19
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-9/+9
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2012-04-27Fix Malformed packet AMS for Read Device Info Read State Request.Anders Broman1-3/+25
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+5
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier7-37/+37
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-1/+1
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier2-6/+6
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier4-77/+77
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier6-152/+152
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier5-61/+61
2011-04-22Use the return value of proto_item_add_subtree(): put the filter masks in the...Jeff Morriss1-2/+4
2011-03-29Add a missing break.Anders Broman1-0/+1
2011-03-24Don't assign to a proto_item* if the value won't be used: Coverity 1155-1156;Bill Meier1-86/+86
2011-03-24Don't assign to a proto_item* if the value won't be used: Coverity 1151-1154;Bill Meier1-95/+95
2011-03-23dont assign to a proto_item* unless we are going to use the valueRonnie Sahlberg1-7/+7
2011-02-17Remove some of the many dead assignments found by clangStephen Fisher1-30/+30
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris6-10/+10
2010-10-17Removed unused hf_ecat_mailbox.Stig Bjørlykke1-6/+0
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-05-14Synchronize Makefiles even more.Jaap Keuter1-0/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-4/+5
2010-04-05Get rid of a bunch of check_col().Anders Broman6-40/+21
2010-03-29From Richard Kümmel: Added the bitmasks for port 10 and port 11.Bill Meier1-5/+11
2010-03-18cmake changes:Jörg Mayer1-3/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+3
2010-01-02Do some cleanup:Bill Meier3-273/+288
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis2-4/+4
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-3/+15
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3
2009-10-09From Didier Gautheron:Anders Broman1-1/+0
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2-54/+27
2009-09-21CMake:Jörg Mayer1-0/+6
2009-09-16Build a few more pluginsJörg Mayer1-0/+75
2009-09-13Run checkapi on the dissector header filesJeff Morriss2-2/+2
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-08-21(Minor) Remove unneeded #includes.Bill Meier6-45/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2-2/+2
2009-08-15Use HFILL instead of hard coding the valuesKovarththanan Rajaratnam2-8/+8
2009-08-14From Artem Tamazov via. 3899:Kovarththanan Rajaratnam1-1/+1