aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-2/+2
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-1/+1
2023-09-18More fussing with item mask valuesMartin Mathieson3-97/+97
2023-09-06stats_tree plugin: Add a TTL/Hop Limit stats treeJohn Thacker1-2/+44
2023-07-14codecs: Pass in fmtp, decode bandwidth efficient AMRJohn Thacker1-8/+104
2023-07-09codecs: Change interface, use SDP information for dynamic codecsJohn Thacker9-91/+139
2023-07-05opus: Decode Opus packets with more than one frameJohn Thacker1-5/+10
2023-07-04Falcodump + Falco bridge: libsinsp API updatesGerald Combs3-9/+43
2023-06-29G729 codec: Support Annex B SID/CN framesJohn Thacker1-10/+19
2023-06-29Add missing include of errno.hNardi Ivan1-0/+2
2023-06-28AMR: Support RTP payloads with multiple framesJohn Thacker1-14/+96
2023-06-28Include errno.h in a few filesJohn Thacker1-0/+2
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-06-23wimax: Avoid warnings from fix-encoding-args.plStig Bjørlykke2-14/+10
2023-06-15wimaxsncp: Fixup last commitJohn Thacker1-1/+1
2023-06-14wimaxasncp: Check for zero byte lengthsJohn Thacker1-72/+85
2023-06-08Falco bridge: Add a missing includeGerald Combs1-0/+1
2023-06-02Fix some filters not matching labelsMartin Mathieson1-1/+1
2023-05-28Label vs filter checkingMartin Mathieson2-3/+3
2023-05-11tools/check_spelling.py: Add another lookahead when matching //Martin Mathieson1-1/+1
2023-05-10PROFINET: Add CIMSNMPAdjust dissection.Bartłomiej Nóżka1-7/+112
2023-05-04Fix more 'type_item_calls' warningsMartin Mathieson1-9/+9
2023-05-02Use `register_dissector()` in pluginsDavid Perry38-165/+164
2023-04-25tools/check_val_to_str.py: Scan plugin dissectors tooMartin Mathieson8-68/+70
2023-04-21Falco bridge: Fix a switch blockGerald Combs1-0/+2
2023-04-20OpcUa: ExtensionObject.TypeId is NodeIdDavid Perry1-1/+1
2023-04-19ftypes: Hide fvalue implementationJoão Valverde2-6/+6
2023-04-12epan: Add user data to conversation filtersGerald Combs5-190/+148
2023-04-06ifdemo plugin: Compiler errors; support Qt5/Qt6 buildsChuck Craft2-10/+16
2023-03-23Address more warnings from check_typed_item_calls.pyMartin Mathieson1-1/+3
2023-03-21Add AMR codec supportHarald Welte2-0/+161
2023-02-25Change some `wmem_packet_scope()` to `pinfo->pool`David Perry2-5/+5
2023-02-21gryphon: fix handling the ioctl code in a response.Guy Harris1-5/+9
2023-02-20Check that value_string values fit into field widthMartin Mathieson1-0/+2
2023-02-17profinet: fix conflictAlexis La Goutte2-2/+2
2023-02-09Fix some spelling errorsMartin Mathieson1-1/+1
2023-02-07PROFINET: Add strings with proto_tree_add_itemJohn Thacker1-30/+6
2023-01-31More fussing with items and calls.Martin Mathieson1-12/+6
2023-01-19Falco bridge+falcodump: Scan for personal pluginsGerald Combs1-5/+24
2023-01-17ECATMB: Get filename with encoding when adding to columnJohn Thacker1-7/+7
2023-01-16Fix various issues seen with tools/check_typed_item_calls.pyMartin Mathieson4-38/+43
2023-01-12CMake: Rename SINSP_PLUGINS to FALCO_PLUGINSGerald Combs1-1/+1
2023-01-11CMake: Specify Falco plugins manually.Gerald Combs1-1/+9
2023-01-04fixes #18777 wrong decoding order in parseDiagnosticInfoMatthias Isele1-4/+4
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-1/+1
2022-11-20Add macros to control lemon diagnosticsJoão Valverde3-7/+9
2022-11-18Fix some cppcheck issuesMartin Mathieson1-1/+1
2022-11-17CMake: Disable -Werror for flex generated filesJoão Valverde2-2/+3
2022-11-17CMake: Move clang warningsJoão Valverde1-0/+3
2022-11-15opcua: Quiet a Coverity warningJohn Thacker1-1/+8