aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-plugin-reg.py
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 /tools/make-plugin-reg.py
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 'tools/make-plugin-reg.py')
-rwxr-xr-xtools/make-plugin-reg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-plugin-reg.py b/tools/make-plugin-reg.py
index edb07c0e5b..2929089787 100755
--- a/tools/make-plugin-reg.py
+++ b/tools/make-plugin-reg.py
@@ -117,7 +117,7 @@ if registertype == "plugin":
if registertype == "plugin_wtap":
reg_code += "#include \"wiretap/wtap.h\"\n\n"
if registertype == "plugin_codec":
- reg_code += "#include \"codecs/codecs.h\"\n\n"
+ reg_code += "#include \"wsutil/codecs.h\"\n\n"
for symbol in regs['proto_reg']:
reg_code += "void proto_register_%s(void);\n" % (symbol)