Wireshark-commits: [Wireshark-commits] master-2.0 bf594af: Add WS_DLL_PUBLIC for Address Type Regis

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 Oct 2015 17:42:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf594af27b6169b24e447b41ca42597590d2eaf1
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

bf594af by Pedro Jose Marron (pjmarron@xxxxxxxxxxxx):

    Add WS_DLL_PUBLIC for Address Type Registration
    
    Dissectors developed as plugins in wireshark that create new address
    types require the use of address_type_dissector_register. Without
    WS_DLL_PUBLIC, the function is not found when loading the plugin and
    wireshark refuses to initialize it.
    
    This very simple patch fixes this problem.
    
    Change-Id: I8594a7be525830dd4ab9e1b3ea633aac0a07938a
    Reviewed-on: https://code.wireshark.org/review/10899
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    Petri-Dish: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 38ba49e220dfaedb7072e8f481c8fe8169428c9d)
    Reviewed-on: https://code.wireshark.org/review/10913
    

Actions performed:

    from  a993ff8   Now that we're using AC_PROG_CC_STDC, let it handle HP C.
    adds  bf594af   Add WS_DLL_PUBLIC for Address Type Registration


Summary of changes:
 epan/address_types.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)