aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet/packet-dcerpc-pn-io.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde1-15169/+0
2017-12-30profinet: add a nested fake variable to avoid null dereference.Dario Lombardo1-0/+6
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-10-29Add conversation endpoint typeMichael Mann1-14/+14
2017-10-28Privatize the conversation_key structureMichael Mann1-4/+4
2017-09-09packet-dcerpc-pn-io.c: Fix potential resource leakshqking1-0/+6
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-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-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 Capa1-29/+187
2017-01-09profinet: Skip comments in GSD fileGraham Bloice1-7/+6
2017-01-06Convert some easily identifiable pinos.Michael Mann1-5/+5
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-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-12PROFINET: Don't display expert information when implicit AR is used.Birol Capa1-21/+19
2016-10-03PROFINET: Add preliminary version of the Reporting System (RS) dissection.Birol Capa1-8/+962
2016-09-29PROFINET: Fix variable may not have been initialized warningBirol Capa1-1/+1
2016-09-29PROFINET: Fix switch statement has no defaultBirol Capa1-0/+4
2016-09-29PROFINET: Fix pointer variable 'fp' previously deallocated warningBirol Capa1-1/+4
2016-09-28PROFINET: Fix possibly passing a null pointer to functionBirol Capa1-6/+6
2016-09-22Fix Profinet RPCInterfaceUUID decodingBirol Capa1-4/+6
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-2/+2
2016-07-17Fix sscanf VS Code Analysis warnings.Michael Mann1-57/+62
2016-07-03profinet, CID 1362120: check the return value of ftell()Martin Kaiser1-11/+14
2016-07-03profinet: add a space to make checkhf happyMartin Kaiser1-1/+1
2016-06-02profinet: set ioDataObject structure to 0Pascal Quantin1-1/+1
2016-05-27Don't use "== {TRUE,FALSE}" when testing whether a Boolean is true or false.Guy Harris1-28/+30
2016-05-26Cyclic PROFINET PROFIsafe RTC1 data dissectionT. Scholz1-107/+766
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-25Profinet: All SubframeData elements are not decodedBirol Capa1-4/+7
2015-11-25Profinet: ARProperties that contains Combined Object Container BitBirol Capa1-6/+45
2015-11-19Profinet: use pinfo pool to build conversation filterPascal Quantin1-9/+7
2015-11-04Don't allow DCE/RPC dissector table to have duplicatesMichael Mann1-3/+12
2015-10-29"Color dissector filters" are just filters.Guy Harris1-3/+3
2015-10-27Replace all "dissector filter" registrations with "dissector color filter" re...Michael Mann1-5/+5
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-6/+6