aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2024-01-13Falco bridge: Add conversation filtersLoris Degioanni3-1/+151
2024-01-13Falco bridge: Update our memory statsGerald Combs1-14/+26
2024-01-13opcua: Parse more Server and Client CertificatesJohn Thacker2-4/+4
2024-01-12Falco bridge: Use ws_strtoiGerald Combs1-1/+3
2024-01-12opcua: Use fragment_add_seq_offsetJohn Thacker1-19/+14
2024-01-12Falco bridge: Use g_str_hashGerald Combs1-1/+1
2024-01-11Falco bridge: Remove an unused struct memberGerald Combs1-4/+0
2024-01-11opcua: X.509 Certificate dissectionJohn Thacker3-3/+42
2024-01-11opcua: fix payload size for unencrypted chunked messagesGerhard Gappmeier1-2/+2
2024-01-10Falco bridge: Minor performance improvementGerald Combs1-5/+5
2024-01-10Falco bridge: Add a preference to show internal eventsGerald Combs1-1/+14
2024-01-10Falco bridge: Disable memory statistics debuggingGerald Combs1-1/+5
2024-01-09Falco bridge: Add a subtree to show process ancestorsLoris Degioanni3-23/+201
2024-01-09Falco bridge: Hide some syscall fieldsLoris Degioanni1-0/+49
2024-01-09Falco Bridge: Reduce our cache memory usageGerald Combs3-18/+20
2024-01-09Falco bridge: Add support for event argumentsLoris Degioanni3-7/+119
2024-01-09Falco bridge: Cache our extracted dataGerald Combs3-135/+280
2024-01-09Falco bridge: Add a null checkGerald Combs1-1/+1
2024-01-09Document discontinuities in OSPF and IRDA dissectorsMartin Mathieson1-0/+2
2023-12-29irda: make it clearer that the control field is at the current offset.Guy Harris1-1/+1
2023-12-28irda: update some comments with new and additional links.Guy Harris2-8/+23
2023-12-14Rename some codec plugin folders to lowercaseJoão Valverde10-0/+0
2023-12-14plugins: Add a codecs API levelJoão Valverde9-18/+9
2023-12-14CMake: Refactor plugin add_library() macrosJoão Valverde25-25/+25
2023-12-14opcua_application_layer: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-3/+0
2023-12-13Falco bridge: Minor code cleanupGerald Combs2-14/+12
2023-12-12Falco bridge: Add protocols for each filter check typeGerald Combs3-136/+117
2023-12-11Falco bridge: Set our event numberGerald Combs3-3/+4
2023-12-08plugins: Rename "dfilter" to "dfunction"João Valverde1-1/+1
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-12-05Remove plugin license checkJoão Valverde1-1/+0
2023-12-03plugins: Fill in short description fieldJoão Valverde24-0/+24
2023-12-03Refactor plugin registration and add ABI/license checkJoão Valverde1-13/+12
2023-11-20PROFINET: Correctly decode AR APDU statusDirk Ziegelmeier1-2/+2
2023-11-20Remove init of proto variablesStig Bjørlykke16-854/+854
2023-11-18dissectors: Remove init of hf and ett variable arraysStig Bjørlykke4-8/+2
2023-11-07A few more item warning fixesMartin Mathieson1-1/+1
2023-11-07Fix (or ignore) more consecutive item filtersMartin Mathieson1-2/+2
2023-11-07plugins: Initialize static proto values to 0Stig Bjørlykke84-5908/+5896
2023-11-02PNIO: clean up the title and description of the GSD folder path preference.Guy Harris1-3/+3
2023-11-02opcua: fix CID 1548379Pascal Quantin1-1/+1
2023-11-02fix return value of decrypt_opcua if decryption failsGerhard Gappmeier1-0/+5
2023-10-31opcua: add more commentsGerhard Gappmeier1-3/+14
2023-10-31opcua: add sanity check in keylog parserGerhard Gappmeier1-1/+1
2023-10-31opcua: add lost sig_len parsing due to rebasingGerhard Gappmeier1-0/+4
2023-10-31opcua: make strtok_r compatible with MSVCGerhard Gappmeier1-4/+18
2023-10-31opcua: implement loading keylog file from pcapng embedded DSBGerhard Gappmeier1-57/+103
2023-10-31dfilter: Add IP address pluginJoão Valverde2-0/+408
2023-10-27opcua: fix parsing of service payload for messages without payloadGerhard Gappmeier1-1/+2
2023-10-26opcua: add decryption supportGerhard Gappmeier12-181/+1001