Initialize the error-reporting routines before scanning for plugins, as
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 5 Dec 2013 09:30:22 +0000 (09:30 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 5 Dec 2013 09:30:22 +0000 (09:30 +0000)
commita90c8977ae5de487c8d6d5847953630cfd82a982
treeb4b4e8c36ecdb6867d3e4bb10c38b560970d50c4
parent0ae45604aeda504d61f63c89d672042af3a4275b
Initialize the error-reporting routines before scanning for plugins, as
the code to scan for them uses those routines.

This means epan_init() no longer takes those routines as arguments -
which is just as well, given that the mechanism in question is no longer
part of libwireshark, but is part of libwsutil.

This should fix bug 9508.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@53796 f5534014-38df-0310-8fa8-9805f1628bb7
dftest.c
epan/epan.c
epan/epan.h
rawshark.c
tshark.c
ui/gtk/main.c
ui/qt/main.cpp