aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-18/+18
2011-07-03From Roland Knall:Anders Broman1-0/+13
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