aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its == > it's as needed.Bill Meier3-13/+13
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier4-14/+42
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-33/+40
2012-12-26Fix a bunch of warnings.Guy Harris2-2/+2
2012-12-13General cleanup:Bill Meier9-1887/+2424
2012-12-13Remove some commented out code as per Wido Kelling:Bill Meier2-15/+1
2012-12-12General cleanup:Bill Meier4-2631/+2892
2012-12-12From Wido Kelling: [Profinet] Updated disecction regarding the IEC 61158Bill Meier7-264/+1177
2012-11-28Fix [-Wshadow] warning;Bill Meier1-626/+632
2012-11-22Revert http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46140Anders Broman6-1218/+205
2012-11-22From Wido Kelling:Anders Broman7-207/+1220
2012-10-31Add CRC verification to Modbus RTU dissector. CRC algorithm is the same as t...Michael Mann1-2/+2
2012-09-30Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2012-09-30From Yu Zhang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7769Alexis La Goutte1-1/+22
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss9-18/+0
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki2-2/+2
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki7-16/+16
2012-06-28Update FSF address - part II.Jakub Zawadzki4-5/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki11-11/+11
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-21Cleanup whitespace;Bill Meier1-545/+1913
2012-05-21Init some variables to prevent scan-build "Function call argument is an unini...Bill Meier1-4/+4
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier8-38/+0
2012-04-28Initialize u32RecDataLen to 0 to avoid a clang warning and in the event it ne...Chris Maynard1-1/+1
2012-04-27Fix value of "Error in Parameter API"Jakub Zawadzki1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier2-2/+2
2012-02-09From Wido Kelling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6819 :Jeff Morriss1-75/+75
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-12-14(Trivial) remove commented out calls to tvb_free().Bill Meier1-5/+0
2011-12-01Fix:Jörg Mayer1-5/+0
2011-12-01packet-dcerpc-pn-io.c:8735: warning: unused variable 'iSubFrameLen'Anders Broman1-2/+2
2011-12-01From Wido Kelling:Anders Broman3-148/+214
2011-11-15OK, *that's* what Clang Cat was going on about:Guy Harris1-1/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2-57/+57
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-6/+6
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier6-63/+63
2011-09-26More white space cleanup.Guy Harris1-64/+64
2011-09-26The fragment data is almost certainly not a text string, so don't makeGuy Harris1-2/+3
2011-09-26Use ENC_ values in proto_tree_add_item() calls.Guy Harris1-345/+347
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-03Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-14/+14
2011-07-29Make it compile.Stig Bjørlykke1-4/+4
2011-07-29Get rid of non-ASCII characters.Guy Harris1-1878/+1877
2011-07-29Get it compiling.Michael Tüxen2-4/+7
2011-07-29From Wido Kelling:Anders Broman3-229/+1494