aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
AgeCommit message (Expand)AuthorFilesLines
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde16-28645/+0
2017-12-30profinet: add a nested fake variable to avoid null dereference.Dario Lombardo1-0/+6
2017-12-17plugins: Remove moduleinfo.hJoão Valverde2-41/+2
2017-12-15plugins: Remove redundant plugin.rc.in filesJoão Valverde2-35/+0
2017-12-14Refactor plugin registration and loadingJoão Valverde2-7/+3
2017-12-08PROFINET: AdjustMAUType-Extension and CheckMAUTypeExtensionGizem Yurdagül1-2/+75
2017-12-06profinet: removed unused var.Dario Lombardo1-10/+0
2017-12-06PROFINET: AdjustPeerToPeerBoundary disection is added.gizem.yurdagul1-1/+109
2017-12-01PROFINET: AdjustDCPBoundary disection is added.gizem.yurdagul1-1/+79
2017-11-20Rename UseMakeDissectorReg.cmakeJoão Valverde1-1/+1
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-4/+0
2017-10-29Add conversation endpoint typeMichael Mann4-22/+22
2017-10-28Privatize the conversation_key structureMichael Mann3-8/+8
2017-10-20autotools: Sort out how we handle plugin.cJoão Valverde1-1/+6
2017-10-15plugins: Remove COPYING and NEWSJoão Valverde1-340/+0
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-3/+0
2017-10-02PROFINET: Fix undecoded signal value in DCP Set Request.Birol Capa1-1/+13
2017-09-09packet-dcerpc-pn-io.c: Fix potential resource leakshqking1-0/+6
2017-09-06CMake: Make plugin installation path use PLUGIN_INSTALL_LIBDIRJoão Valverde1-3/+3
2017-08-28PNIO: Fix another potential OOB write.Gerald Combs1-2/+3
2017-08-23Fix potential oob write crashesUlf1-6/+6
2017-07-19dcerpc-pn-io (profinet): fix typo for pn_io.iops display filterAlexis La Goutte1-1/+1
2017-06-19PROFINET IO: define an arbitrary recursion depth limitPascal Quantin1-3/+12
2017-06-07profinet: use proto_tree_add_item_ret_(u)int directlyMartin Kaiser5-43/+26
2017-06-06profinet: use proto_tree_add_item_ret_(u)intMartin Kaiser1-12/+4
2017-06-04profinet dcp: simplify dissect_PNDCP_Suboption_Manuf()Martin Kaiser1-9/+4
2017-06-04profinet dcp: don't THROW() an exception from a dissectorMartin Kaiser1-1/+5
2017-06-04profinet: remove unnecessary if(tree) checksMartin Kaiser1-32/+15
2017-05-20If we don't have an ARUUID, don't use it as if we do.Guy Harris1-8/+14
2017-05-05dcerpc pn io (profinet) fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-05-05pn dcp (profinet): fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-04-16Get rid of some generated files with "make distclean".Guy Harris1-2/+4
2017-04-01Don't use proto_tree_add_uint() to add an FT_BOOLEAN field.Guy Harris1-8/+8
2017-03-25profinet (pn-rt): fix 'pn_rt.ds_redundancy' exists multiple times with NOT co...Alexis La Goutte1-6/+3
2017-03-17PROFINET: Support the new BlockVersion 1.1 of the record PDPortStatistic.Birol Capa1-8/+110
2017-03-16PROFINET: Remove AMFilterData BlockBirol Capa1-55/+1
2017-03-14PROFINET: Fix the Asset Management Record DissectionBirol Capa1-4/+5
2017-03-12PROFINET: Extend System Redundancy SupportBirol Capa3-33/+348
2017-01-29Register reassembly tablesMichael Mann1-3/+2
2017-01-16profinet (pn): Fix Dead Store (Dead assignement/Dead increment) Warning found...Alexis La Goutte1-1/+0
2017-01-09profinet: Skip comments in GSD fileGraham Bloice4-8/+75
2017-01-06Convert some easily identifiable pinos.Michael Mann1-5/+5
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-18/+12
2016-11-25PROFINET: Update LineDelay DissectionBirol Capa1-8/+67
2016-11-14profinet (dcerpc pn io): Fix Dead Store (Dead assignement/Dead increment) War...Alexis La Goutte1-1/+1
2016-11-13PROFINET: Add Asset Management Record DissectionBirol Capa1-2/+608
2016-11-10PROFINET: Update MRP dissection according to IEC62439-2 Ed.2.Birol Capa1-55/+189
2016-11-07PROFINET: Update preliminary version of the Reporting System (RS) dissection.Birol Capa1-17/+72
2016-10-21Clean up file handle management.Guy Harris1-9/+5
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+3