aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-12-13opcua: show invalid OPC UA messages when 'opcua' filter is setHannes Mezger1-0/+8
2018-12-12opcua: fix typo, use the commonly used 'Endpoint' instead of 'EndPoint'Hannes Mezger1-1/+1
2018-12-12opcua: add support for new reverse hello messageHannes Mezger3-0/+20
2018-12-06PROFINET: PDPortDataReal_block dissection is changed.Ba?ak Kalfa1-8/+52
2018-11-30PROFINET: fix dissection of IO conversasion directionnakarlsson2-11/+44
2018-10-30Fix pluginifdemo with DISABLE_WERRORMichał Łabędzki1-1/+1
2018-10-21opcua: add missing opcua_nested_count decrementJiří Engelthaler1-3/+15
2018-10-20Updated OPC UA 1.0.4 enumerationcacamille31-0/+5
2018-10-20Include transport protocols' hfids in the list of wanted hfids.Guy Harris2-1/+8
2018-10-17added new OPC UA 1.04 AttributesIdcacamille31-0/+5
2018-10-03PROFINET: ARServerblock is correctly dissected.moguz1-5/+5
2018-10-03PROFINET: Decoding of DCP SetResBlockbasakkal1-4/+4
2018-09-27PROFINET: DynamicFramePacking subframes are decoded.basakkal1-1/+1
2018-09-21ProfiNet: Fix order in AssetManagmentRoland Knall1-4/+4
2018-09-20checkAPIs: Add a max termout count for TRANSUM.Gerald Combs1-1/+2
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs4-6/+6
2018-09-18TRANSUM: fix crash with current top of treePascal Quantin2-3/+7
2018-09-18PROFINET: AM_Reserved is added on AM_FirmwareOnlyInformationbasakkal1-0/+12
2018-09-14opcua: prevent opcua dissector crash by limiting nesting depthHannes Mezger2-1/+37
2018-08-21plugins: Minor interface improvementJoão Valverde1-1/+2
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-07-14PROFINET: Refactoringgizem.yurdagul3-1070/+1080
2018-06-27TRANSUM: fix crash when switching profilesPeter Wu1-2/+2
2018-06-21OpcUa: fix in function getExtensionObjectTypeErika Szelleova1-1/+1
2018-06-08PROFINET: ErrorCode2 is updatedGizem Yurdagül1-10/+14
2018-05-31Don't check the CRC if the message isn't big enough to have a CRC.Guy Harris1-3/+6
2018-05-18Older versions of Clang don't understand -Wpedantic.Guy Harris2-4/+4
2018-05-14Free g_ptr_array_free-related memory leaksPeter Wu3-3/+3
2018-05-04l16_mono: fix a typo in CMakeLists.txtPascal Quantin1-1/+1
2018-05-02MATE: fix compilation with gcc 8Pascal Quantin2-2/+12
2018-05-01Use common indenting space in headingStig Bjørlykke26-247/+247
2018-04-22EtherCAT: Fix small bugs for mailbox typeMichalis Kapsalakis1-3/+5
2018-04-18Remove more autotools stuff.Guy Harris2-11/+0
2018-04-18Remove autotools build system.Dario Lombardo20-1494/+0
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-1/+1
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris2-2/+2
2018-04-09Remove const from fields in a dynamically-allocated structure.Guy Harris2-2/+2
2018-04-09Remove const from fields in a dynamically-allocated structure.Guy Harris1-2/+2
2018-03-26dcerpc-pn-io (profinet): Fix Dead Store (Dead assignement/Dead increment) War...Alexis La Goutte1-1/+0
2018-03-22PROFINET: Am_location dissection was wrong byte order.Gizem Yurdagul1-48/+96
2018-03-21l16 (plugins/codecs): fix no previous prototype for ‘codec_register_l16’ ...Alexis La Goutte1-0/+2
2018-03-13Removed assert which was only used for debugging.ciechanowski1-6/+1
2018-03-11gryphon: fix 'gryphon.usdt.action_flags' exists multiple times with NOT compa...Alexis La Goutte1-1/+1
2018-03-08gryphon: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-03-08gryphon(.h): fix indent (use 4 spaces)Alexis La Goutte1-324/+324
2018-03-08The routines that implement a codec don't need to be public.Guy Harris1-5/+5
2018-03-07Gryphon Protocol dissector fixes and updates.ciechanowski5-122/+2579
2018-03-07spdx: more licenses converted.Dario Lombardo13-169/+13
2018-02-28L16_mono: Add L16 monaural codec plugin as functional exampleJaap Keuter6-1/+206
2018-02-23mate: change strcmp in g_strcmp0 that supports NULL (found by clang).Dario Lombardo1-1/+1