aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-14epan: Separate fragment_head and fragment_itemJohn Thacker1-2/+3
2022-10-13wimaxasncp: Fix dissection of message type in packet headerTim Potter1-6/+6
2022-10-11Fix issue #18391Dirk Ziegelmeier1-2/+4
2022-10-10transum: expert infos are not Boolean fields.Guy Harris3-4/+39
2022-10-08esl_eth: support nanosecond timestampsDavid Perry1-0/+1
2022-10-05TRANSUM: fix fetching of Boolean values.Guy Harris1-1/+2
2022-09-29TRANSUM: claim 0 bytes of packet dataDavid Perry1-1/+1
2022-09-29Replace the last of PROTO_ITEM_ macro calls with function callsJaap Keuter1-1/+1
2022-09-07opcua: Squelch a couple of warnings by adding casts.Anders Broman1-7/+7
2022-08-25Rename a bunch of things with "conversation".Guy Harris7-46/+46
2022-08-19Falco Bridge: Add a NULL check.Gerald Combs1-1/+1
2022-08-15Falco Bridge: Update to match falcosecurity-libs 0.8.0.Gerald Combs3-8/+7
2022-08-15pluginifdemo: Qt5->Qt6; bump version to 0.0.2Chuck Craft2-6/+6
2022-08-09Use `register_dissector()` for more protocolsDavid Perry3-11/+8
2022-08-02epan: Refactor floating point display typesJoão Valverde1-1/+1
2022-07-23ECATMB: Add SDO Information to CANopenTypeUli Heilmeier1-0/+1
2022-07-06Rename Logwolf to LograyGerald Combs1-1/+1
2022-07-06Fix some spellings.Martin Mathieson2-2/+2
2022-06-16ethercat: Fix EEPROM Ctrl/Status bitmask fieldsJohn Thacker1-8/+9
2022-06-10tap: Adding flags for tap_packetRoland Knall1-9/+9
2022-06-09irda: Use correct conversation_new() optionsStig Bjørlykke1-1/+1
2022-05-31Profinet plugin: Dissect writing I&M1 and I&M2, tooDirk Ziegelmeier1-0/+2
2022-05-31Profinet plugin: Decode more error codesDirk Ziegelmeier1-3/+47
2022-05-23epan: Allow conversations based on arbitrary element lists.Gerald Combs1-6/+38
2022-05-21Use proto_tree_add_item where possibleMatthias Dietrich1-7/+8
2022-05-21Add PA Profile 4.02 diagnostics codesMatthias Dietrich1-0/+362
2022-05-21Dissect PA Profile IO dataMatthias Dietrich3-6/+238
2022-05-21Resolve PA Profile 4.02 submodule namesMatthias Dietrich2-0/+354
2022-05-19Falco Bridge: API updates.Gerald Combs3-11/+12
2022-05-19Falco Bridge: Fix address field registration.Gerald Combs1-1/+2
2022-05-03Falco Bridge: Fix a couple of bugs.Gerald Combs1-4/+3