Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 98efddc: codecs: allow it to be used without plugins

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 4 Dec 2016 17:29:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=98efddc6c26313809b6f9326f09f76c390d21676
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

98efddc by Peter Wu (peter@xxxxxxxxxxxxx):

    codecs: allow it to be used without plugins
    
    Not all codecs require the plugin infrastructure. For example, G.711U/A
    is a built-in codec. Allow such functionality to be registered even if
    plugin support is disabled.
    
    Change-Id: I2505cc9955e7953268ec0739531278921f70a771
    Reviewed-on: https://code.wireshark.org/review/18977
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  0544556   [Automatic update for 2016-12-04]
    adds  98efddc   codecs: allow it to be used without plugins


Summary of changes:
 codecs/codecs.c  |    5 ++++-
 codecs/codecs.h  |    6 +++++-
 ui/gtk/main.c    |    2 +-
 wireshark-qt.cpp |    4 +---
 4 files changed, 11 insertions(+), 6 deletions(-)