aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
AgeCommit message (Expand)AuthorFilesLines
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-4/+5
2010-04-08Get rid of check_col().Anders Broman3-6/+3
2010-04-07Remove some uneeded #includesBill Meier4-12/+0
2010-04-06Get rid of check_colAnders Broman4-139/+74
2010-04-05Get rid of a bunch of check_col().Anders Broman1-227/+114
2010-03-18cmake changes:Jörg Mayer1-2/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+2
2010-02-24From Hannes Diethelm via bug 4525:Stig Bjørlykke1-2/+2
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-5/+5
2010-01-13From Didier Gautheron:Anders Broman5-22/+12
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