aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-12-03 16:09:57 -0800
committerGuy Harris <guy@alum.mit.edu>2015-12-04 00:10:28 +0000
commit3a54b294df6f1089e33edc209b764deaee141ada (patch)
treee587bacc0f86c0f92c3a4166e42f6b167d5f4bb6 /wireshark-qt.cpp
parent651e0884b7d9fdf64d5310c4e317d757d2357259 (diff)
More libcodecs -> libwscodecs.
Change-Id: Ieb0bb131b6d141bf85997c9a0127e0eb11ea3a3b Reviewed-on: https://code.wireshark.org/review/12420 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index 64604c3cb4..79f4bc9613 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -819,7 +819,7 @@ DIAG_ON(cast-qual)
/* Register all the plugin types we have. */
epan_register_plugin_types(); /* Types known to libwireshark */
wtap_register_plugin_types(); /* Types known to libwiretap */
- codec_register_plugin_types(); /* Types known to libcodec */
+ codec_register_plugin_types(); /* Types known to libwscodecs */
/* Scan for plugins. This does *not* call their registration routines;
that's done later. */