aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat/packet-ecatmb.c
AgeCommit message (Expand)AuthorFilesLines
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 1151-1154;Bill Meier1-95/+95
2011-02-17Remove some of the many dead assignments found by clangStephen Fisher1-30/+30
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-17Removed unused hf_ecat_mailbox.Stig Bjørlykke1-6/+0
2010-04-05Get rid of a bunch of check_col().Anders Broman1-21/+11
2009-10-09From Didier Gautheron:Anders Broman1-1/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-20/+10
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-6/+0
2009-08-15Use HFILL instead of hard coding the valuesKovarththanan Rajaratnam1-7/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-189/+189
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-13/+13
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier1-7/+2
2008-05-08Run checkAPI in plugins dir.Anders Broman1-8/+8
2008-03-05Fix the declaration of a true_false_stringStephen Fisher1-1/+1
2008-03-05From Peter Johansson :Anders Broman1-268/+268
2008-02-05Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke1-7/+7
2008-01-10Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2186 (many unnamed str...Jeff Morriss1-71/+71
2007-10-16sizeof() returns a 64-bit number when compiling for 64-bit (and a 32-bit numb...Jeff Morriss1-72/+72
2007-10-16Fix a warning about different variable sizes that prevented compilationJörg Mayer1-3/+3
2007-10-15Fixed compiler errors.Stig Bjørlykke1-3/+3
2007-10-15Try to fix the buildbot.Anders Broman1-3/+3
2007-10-14Ethercat pluginAnders Broman1-0/+2084