aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
AgeCommit message (Expand)AuthorFilesLines
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-11-04add "reserved for profiles" commentsUlf Lamping1-18/+21
2009-11-03From Benjamin Meyer:Anders Broman1-1/+1
2009-11-03From Matthias FRANK:Anders Broman1-7/+268
2009-11-02From Matthias FRANK:Anders Broman1-31/+195
2009-10-19Renamed tvb_new -> new_tvb to avoid name collision.Stig Bjørlykke2-23/+23
2009-10-12Initialize variables which may be used uninitialized.Stig Bjørlykke1-4/+4
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
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