diff options
author | Jaap Keuter <jaap.keuter@xs4all.nl> | 2018-02-27 08:22:25 +0100 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2018-02-28 12:04:29 +0000 |
commit | 0fb38879af867b147d2ad73616f0c0ec08a0fc92 (patch) | |
tree | 66a61e72d013ac7acd4245ea96d870076eacea16 /CMakeLists.txt | |
parent | b405a9f0d2af056dd0c0e4d15271ff7dfdd5c928 (diff) | |
download | wireshark-0fb38879af867b147d2ad73616f0c0ec08a0fc92.tar.gz wireshark-0fb38879af867b147d2ad73616f0c0ec08a0fc92.tar.bz2 wireshark-0fb38879af867b147d2ad73616f0c0ec08a0fc92.zip |
L16_mono: Add L16 monaural codec plugin as functional example
This codec plugin serves a dual purpose.
First it is to add L16 codec suppport to Wireshark.
Second it is an illustration of a basic codec plugin module.
Change-Id: I64394dab3257ae49dece0257b16cd969503918e2
Reviewed-on: https://code.wireshark.org/review/26131
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6930f35e57..0a4824a601 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1388,6 +1388,7 @@ if(ENABLE_PLUGINS) plugins/epan/wimaxasncp plugins/epan/wimaxmacphy plugins/wiretap/usbdump + plugins/codecs/l16_mono ${CUSTOM_PLUGIN_SRC_DIR} ) |