aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam4-8/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam4-8/+4
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
2009-07-07Fix the esl protocol enable/disable handling issue introduced in SVN #28986:Bill Meier1-14/+17
2009-07-07Various fixes:Bill Meier2-11/+14
2009-07-07From Richard Kummel:Stig Bjørlykke4-30/+396
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke6-522/+522
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs2-8/+8
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
2009-02-09From Peter Johansson:Stig Bjørlykke1-1/+1
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke3-16/+16
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier6-28/+10
2008-08-29#include <prefs.h> not requiredBill Meier4-4/+0
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-1/+1
2008-07-14Oops... missed one ;Sake Blok1-1/+1
2008-07-14From Richard Kuemmel (bug 2668):Sake Blok1-12/+19
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-3/+3
2008-05-14Initialize aitem.Stig Bjørlykke1-1/+1
2008-05-14From Anders Broman:Tomas Kukosa1-11/+23
2008-05-09Use PROTO_ITEM_SET_HIDDEN().Anders Broman1-1/+1
2008-05-08Run checkAPI in plugins dir.Anders Broman1-8/+8
2008-05-05Don't use proto_tree_add_item_hidden().Anders Broman1-19/+39
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
2008-03-05Fix the declaration of a true_false_stringStephen Fisher1-1/+1
2008-03-05From Peter Johansson :Anders Broman5-469/+591
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
2008-02-25From Richard Kuemmel via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1...Jeff Morriss1-1/+1
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2008-02-07Fix a (never used) 'anonymous struct'Bill Meier1-1/+1
2008-02-06Eliminate an anonymous struct, as noticed by Andrew Hood.Stig Bjørlykke2-18/+18
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 Morriss3-123/+123
2008-01-07As noted by David Halik in bug 2172:Stig Bjørlykke2-3/+3
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