aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
AgeCommit message (Expand)AuthorFilesLines
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus1-0/+23
2013-07-01Fix Coverity CID 1035326 (Improper use of negative value) by guarding against...Chris Maynard1-0/+2
2013-06-30Add a question about whether hf_pn_rt_frag_data should be FT_STRING or FT_BYTES.Jeff Morriss1-0/+2
2013-05-29Batch (some of) the plugins to filterable expert infos. The Profinet plugin ...Michael Mann3-6/+36
2013-04-09Coverity CID 751101: Logically Dead CodeMartin Kaiser1-1/+1
2013-04-09fix indentingMartin Kaiser1-36/+36
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-4/+6
2013-03-19From Michal Labedzki:Anders Broman1-1/+1
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-03ENC_BIG_ENDIAN -> ENC_NA (as found by fix-encoding-args.pl)Pascal Quantin1-1/+1
2013-03-03From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin6-82/+82
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
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