aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
AgeCommit message (Expand)AuthorFilesLines
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
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