Comment # 82
on bug 7893
from Guy Harris
(In reply to comment #81)
> We should move the plugin mechanism to libwsutil, remove all its knowledge
> of particular types of plugins, and add APIs to allow users of the plugin
> mechanism to specify the characteristics of their own plugin types (e.g.,
> the names of register routines).
Done, in r53710.
> Then we could have a libaudiocodec (or
> whatever) that handles audio codecs, using that mechanism, with which
> Wireshark (but not TShark) would be linked.
libcodec, the source to which is in the top-level coded directory, is that
library.
Michael Mann moved codecs.[ch] from libwireshark to that library.
Patch II 6/7 needs to be redone based on the current tree, if there's stuff in
it that's not already checked in.
Note: Joerg Mayer renamed the SBC directory and the files in it to make the
names lower-case:
r53689 | jmayer | 2013-12-01 01:18:19 -0800 (Sun, 01 Dec 2013) | 6 lines
SBC -> sbc
On Unix case is relevant, so fix it.
Please try to avoid filenames starting with Upper case, it
makes completion so much easier as I only need to remember the
name and not the case.
Note also that source file names are now listed in codecs/Makefile.common; it
would be nice if, however it was done, that file (or those files in
subdirectories) could be included by the relevant Makefile.nmake files.
You are receiving this mail because:
- You are watching all bug changes.