aboutsummaryrefslogtreecommitdiffstats
path: root/doc/plugins.example
AgeCommit message (Expand)AuthorFilesLines
2023-12-14Remove version component from plugin pathJoão Valverde1-1/+5
2023-12-05Remove plugin license checkJoão Valverde1-1/+0
2023-12-03Refactor plugin registration and add ABI/license checkJoão Valverde1-14/+13
2023-11-02Initialize static proto values to 0Stig Bjørlykke1-1/+1
2023-10-31Use C99 instead of GLib types in doc+docbookDavid Perry1-1/+1
2023-10-30plugins: Make flags unsignedJoão Valverde1-2/+2
2023-10-25plugins: Allow multiple types in descriptionJoão Valverde1-1/+8
2023-10-18Revert "plugins: Do not require a "type" subfolder hierarchy"João Valverde1-1/+0
2023-10-11plugins: Do not require a "type" subfolder hierarchyJoão Valverde1-0/+1
2022-06-17plugins.example: Fix an installation pathJoão Valverde1-2/+2
2022-03-28plugins.example: Add some commentsJoão Valverde1-1/+7
2022-03-28plugins.example: Add package targetJoão Valverde1-0/+17
2022-03-28plugins.example: Make installation relocatableJoão Valverde1-1/+12
2022-03-26Plugins.example: Fix typo and more rewordingJoão Valverde1-2/+5
2021-12-21Add ws_version.h to wireshark.hJoão Valverde1-1/+0
2021-12-21Add a ws_posix_compat.h headerJoão Valverde1-2/+8
2021-11-23plugins.example: Add missing headerJoão Valverde1-0/+1
2021-11-12Don't include config.h in the example plugin.Guy Harris1-2/+0
2021-11-12Don't use HAVE_CONFIG_H in sample code in the documentation.Guy Harris1-2/+1
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde1-5/+1
2021-02-26plugins.example: Be less terse in the README descriptionJoão Valverde1-4/+18
2021-02-06Avoid exposing HAVE_PLUGINS in the public APIJoão Valverde1-1/+1
2018-11-24plugins.example: Fix build on WindowsJoão Valverde2-8/+9
2018-10-27Update plugins.example/READMEJoão Valverde1-4/+4
2018-08-25CMake: Modernize config-file package supportJoão Valverde1-22/+5
2018-08-21Fix comment.João Valverde1-3/+2
2018-08-21plugins: Minor interface improvementJoão Valverde2-3/+4
2018-08-21plugins: Fix CMake build exampleJoão Valverde1-15/+12
2018-05-23Expand doc/pugins.example README a bit.João Valverde1-5/+9
2018-05-23Fixups to doc/plugins.example buildJoão Valverde1-2/+6
2018-05-22Convert doc/plugins.example to use CMakeJoão Valverde4-76/+57
2018-05-21Restore doc/plugins.example Makefile.amJoão Valverde1-0/+34
2018-04-18Remove autotools build system.Dario Lombardo1-34/+0
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2-2/+2
2017-12-14Refactor plugin registration and loadingJoão Valverde3-9/+31
2017-11-11SPDX: Convert doc and docbook.Gerald Combs2-26/+2
2017-10-03Add version check for plugin compatibilityJoão Valverde2-3/+8
2017-09-25Add toy plugin to doc/ as an out-of-tree build exampleJoão Valverde4-0/+144