aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/plugins.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-06CMake: Cleanup unnecessary linking with shared librariesJoão Valverde1-0/+6
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde1-4/+1
2021-06-16Replace g_log() calls with ws_log()João Valverde1-2/+4
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-2/+3
2021-05-24Add ws_debug() and use itJoão Valverde1-2/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2019-08-28Use g_hash_table_replace() when key depends on dataTomasz Moń1-1/+1
2018-12-17wsutil: improve plugins list output format.Dario Lombardo1-1/+1
2018-08-21plugins: Minor interface improvementJoão Valverde1-10/+29
2018-05-18Older versions of Clang don't understand -Wpedantic.Guy Harris1-2/+2
2018-05-14Free g_ptr_array_free-related memory leaksPeter Wu1-1/+1
2018-04-30plugins: Remove autotools specific code for build pathJoão Valverde1-49/+1
2018-04-25Get rid of stuff that checks for a .libs directory.Guy Harris1-15/+2
2018-02-17Fix casts.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-29Avoid #ifdef'ing out translation unitsJoão Valverde1-4/+0
2018-01-28plugins: Remove nordic_ble.dll exceptionJoão Valverde1-10/+0
2018-01-28Rename plugins_scan_dir()João Valverde1-5/+5
2018-01-28Use g_str_has_suffix()João Valverde1-3/+1
2018-01-28plugins: Use per-library data structuresJoão Valverde1-55/+41
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde1-71/+73
2018-01-11Update a comment to reflect current reality.Guy Harris1-2/+2
2018-01-11Use an enum for plugin types.Gerald Combs1-16/+63
2017-12-14Refactor plugin registration and loadingJoão Valverde1-224/+139
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-13/+1
2017-10-23Make plugin support a runtime propertyJoão Valverde1-1/+16
2017-10-03Add version check for plugin compatibilityJoão Valverde1-3/+18
2017-10-01plugins: Improve output formatJoão Valverde1-11/+13
2017-09-26plugins: Move the build dir scanning code to a separate functionJoão Valverde1-68/+68
2017-09-26plugins: No need to allocate a new structJoão Valverde1-30/+26
2017-09-26plugins: Build the description string while loadingJoão Valverde1-45/+18
2017-09-26plugins: Sort the descriptionsJoão Valverde1-17/+33
2017-09-26plugins: Use hash table for book-keepingJoão Valverde1-98/+55
2017-09-25plugins: Fix crash loading binary module twiceJoão Valverde1-28/+27
2017-09-20plugins: Be more descriptive in "about wireshark"->"folders"João Valverde1-8/+2
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde1-2/+2
2017-09-17plugins: Use minor version number for plugin install pathJoão Valverde1-2/+4
2017-09-17plugins: Fix paths to match WSUGJoão Valverde1-2/+8
2017-09-11wsutil: Initialize and store plugin personal dirJoão Valverde1-4/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-03-28wsutil: fix a NULL pointer dereference when there is a single plugin registeredPascal Quantin1-16/+6
2017-02-26wsutil: fix bugs in plugins_cleanup().Dario Lombardo1-11/+10
2017-02-18plugins: free list on cleanup.Dario Lombardo1-0/+9
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-1/+28
2016-12-14Skip loading the Nordic BLE Sniffer dll on WIN32Stig Bjørlykke1-1/+8
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+7
2016-09-06Suppress another warning if told not to report failures.Guy Harris1-2/+17
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-8/+21
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-1/+2
2016-01-31plugins: do not import symbols globallyPeter Wu1-1/+1