From 0fb38879af867b147d2ad73616f0c0ec08a0fc92 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Tue, 27 Feb 2018 08:22:25 +0100 Subject: 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 Petri-Dish: Jaap Keuter Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- plugins/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 7e56bcf379..2055eb1b0e 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -35,7 +35,8 @@ SUBDIRS = \ epan/wimax \ epan/wimaxasncp \ epan/wimaxmacphy \ - wiretap/usbdump + wiretap/usbdump \ + codecs/l16_mono EXTRA_DIST = \ $(_CUSTOM_EXTRA_DIST_) \ -- cgit v1.2.3