aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
AgeCommit message (Expand)AuthorFilesLines
2009-10-04From Benjamin Meyer:Anders Broman1-7/+40
2009-10-04From Benjamin Meyer:Anders Broman1-1/+8
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam3-46/+23
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam2-3/+3
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam6-9/+9
2009-09-23Build more plugins with cmake.Jörg Mayer1-0/+87
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam1-1/+1
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-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2-3/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-03Remove a couple of unused variables.Gerald Combs1-4/+2
2009-07-21From Benjamin Meyer:Anders Broman1-16/+572
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke4-7/+7
2009-07-03Make the compiler on Mac OS X happy...Michael Tüxen2-13/+13
2009-07-03update to the latest PROFINET draftsUlf Lamping2-42/+243
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke9-529/+529
2009-05-01From Reinhard Speyerer:Jaap Keuter2-2/+2
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier1-1/+1
2009-03-20remove GPLv2 CRC code, the new epan CRC stuff is working wellUlf Lamping4-99/+0
2009-03-18Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],Gerald Combs1-2/+4
2009-03-16fix typeUlf Lamping1-1/+1
2009-03-16update to the latest PROTINET changes:Ulf Lamping7-61/+467
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
2009-01-26Fix uninitialized variable.Guy Harris1-218/+218
2009-01-26Non-constant strings should not be used as format items; the formatGuy Harris1-8/+9
2009-01-26fix a minor comment bugUlf Lamping1-1/+1
2009-01-26add some expert infosUlf Lamping1-2/+23
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier1-2/+2
2008-12-09From Jim Young (bug 3105):Stig Bjørlykke1-2/+2
2008-12-04add missing version check for new blockUlf Lamping1-0/+6
2008-12-04add block dissections:Ulf Lamping1-9/+158
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2-2/+2
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier1-18/+4
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-1/+1
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-06-19fix BlockError stringsUlf Lamping1-4/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-4/+4
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-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-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2008-01-17add some parentheses as suggested by the OS X buildbotUlf Lamping1-12/+12
2008-01-17better conformance to the released DCP protocol spec:Ulf Lamping1-123/+170
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss1-90/+90