URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=38ba49e220dfaedb7072e8f481c8fe8169428c9d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
38ba49e 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>
Actions performed:
from 12446da Now that we're using AC_PROG_CC_STDC, let it handle HP C.
adds 38ba49e Add WS_DLL_PUBLIC for Address Type Registration
Summary of changes:
epan/address_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)