Wireshark-commits: [Wireshark-commits] master ece6e7c: Fix compilation without plugins.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Feb 2017 23:18:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ece6e7c1a4c2305ece68264810765d4e54ff9f49
Submitter: Jakub Zawadzki (darkjames-ws@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ece6e7c by Jakub Zawadzki (darkjames-ws@xxxxxxxxxxxx):

    Fix compilation without plugins.
    
    proto.c:667:6: error: ‘dissector_plugins’ undeclared (first use in this function)
    tap.c:773:20: error: ‘tap_plugins’ undeclared (first use in this function)
    
    Change-Id: I8feaec4219dc97202bdb79d72399c5fd1d383e27
    Reviewed-on: https://code.wireshark.org/review/20081
    Petri-Dish: Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx>
    

Actions performed:

    from  ad2eb83   Set the partial AID in the radio metadata structure.
    adds  ece6e7c   Fix compilation without plugins.


Summary of changes:
 epan/proto.c |   15 +++++++++------
 epan/tap.c   |   15 +++++++++------
 2 files changed, 18 insertions(+), 12 deletions(-)