aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
AgeCommit message (Expand)AuthorFilesLines
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs1-1/+0
2011-04-22From http://www.wireshark.org/lists/wireshark-dev/201104/msg00231.htmlAlexis La Goutte1-18/+18
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
2011-04-19CID 1161: Not really used variableJörg Mayer1-4/+1
2011-04-19CID 1162: Not really used variable Jörg Mayer1-2/+1
2011-03-23Rewrote check for szStr in dissect_ICBAPhysicalDevice_get_LogicalDevice_rqst.Stig Bjørlykke1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2011-01-21There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss2-414/+412
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris2-3/+3
2010-10-17Removed unused hf_pn_dcp and hf_pn_ptcp.Stig Bjørlykke2-7/+0
2010-10-15From ToddS via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5300 :Jeff Morriss1-0/+6
2010-10-15From ToddS via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5299 :Jeff Morriss1-1/+1
2010-10-04From Yu Zhang:Anders Broman1-1/+2
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
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