aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
Commit message (Expand)AuthorAgeFilesLines
* Beginnings of enabling static builds. Still to do:Jörg Mayer2009-11-171-1/+1
* cmake will now honor -Werror if configured (default: on)Jörg Mayer2009-11-071-3/+15
* add "reserved for profiles" commentsUlf Lamping2009-11-041-18/+21
* From Benjamin Meyer:Anders Broman2009-11-031-1/+1
* From Matthias FRANK:Anders Broman2009-11-031-7/+268
* From Matthias FRANK:Anders Broman2009-11-021-31/+195
* Renamed tvb_new -> new_tvb to avoid name collision.Stig Bjørlykke2009-10-192-23/+23
* Initialize variables which may be used uninitialized.Stig Bjørlykke2009-10-121-4/+4
* Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam2009-10-091-25/+3
* Build plugins with cmake on OSX.Stig Bjørlykke2009-10-061-0/+2
* From Benjamin Meyer:Anders Broman2009-10-041-7/+40
* From Benjamin Meyer:Anders Broman2009-10-041-1/+8
* * Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2009-09-243-46/+23
* Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam2009-09-232-3/+3
* Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam2009-09-236-9/+9
* Build more plugins with cmake.Jörg Mayer2009-09-231-0/+87
* Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam2009-09-221-1/+1
* Run checkapi on the dissector header filesJeff Morriss2009-09-132-2/+2
* We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam2009-09-091-1/+1
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-162-3/+3
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-3/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Remove a couple of unused variables.Gerald Combs2009-08-031-4/+2
* From Benjamin Meyer:Anders Broman2009-07-211-16/+572
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-074-7/+7
* Make the compiler on Mac OS X happy...Michael Tüxen2009-07-032-13/+13
* update to the latest PROFINET draftsUlf Lamping2009-07-032-42/+243
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-189-529/+529
* From Reinhard Speyerer:Jaap Keuter2009-05-012-2/+2
* (Trivial) Fix some spelling & etc in commentsBill Meier2009-04-081-1/+1
* remove GPLv2 CRC code, the new epan CRC stuff is working wellUlf Lamping2009-03-204-99/+0
* Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],Gerald Combs2009-03-181-2/+4
* fix typeUlf Lamping2009-03-161-1/+1
* update to the latest PROTINET changes:Ulf Lamping2009-03-167-61/+467
* Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs2009-03-021-3/+0
* add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping2009-02-021-0/+3
* Fix uninitialized variable.Guy Harris2009-01-261-218/+218
* Non-constant strings should not be used as format items; the formatGuy Harris2009-01-261-8/+9
* fix a minor comment bugUlf Lamping2009-01-261-1/+1
* add some expert infosUlf Lamping2009-01-261-2/+23
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-221-2/+2
* From Jim Young (bug 3105):Stig Bjørlykke2008-12-091-2/+2
* add missing version check for new blockUlf Lamping2008-12-041-0/+6
* add block dissections:Ulf Lamping2008-12-041-9/+158
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-312-2/+2
* proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier2008-10-251-18/+4
* Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss2008-07-291-1/+1
* Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris2008-07-021-0/+3
* Put printf into a separate "termoutput" API group. For most files,Guy Harris2008-07-011-1/+1
* Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs2008-06-261-1/+1