aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2019-02-03 02:15:13 +0000
committerAnders Broman <a.broman58@gmail.com>2019-06-11 20:59:39 +0000
commit63af1da7e72dea670594aa7ce521adc8020ecab4 (patch)
tree523a6a953595f9bc988509b9f8acbcefddabb456 /doc
parent57bb2b2a099fd1df57a37b3a93a07212167c59aa (diff)
Kill libwscodecs plugin library, just use plugins
Change-Id: I085d04840acb53b0b7681787429a2b4e10547cd5 Reviewed-on: https://code.wireshark.org/review/33068 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.plugins2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.plugins b/doc/README.plugins
index d39d244461..6b5ff20a8a 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -170,7 +170,7 @@ make install
5.1 How to update an "old style" plugin (since Wireshark 2.5)
Plugins need exactly three visible symbols: plugin_version, plugin_release and
-plugin_register. Each plugin is either a libwscodecs plugin, libwiretap plugin or
+plugin_register. Each plugin is either a codec plugin, libwiretap plugin or
libwireshark plugin and the library will call "plugin_register" after
loading the plugin. "plugin_register" in turn calls all the hooks necessary
to enable the plugin. So if you had two function like so: