aboutsummaryrefslogtreecommitdiffstats
path: root/epan/report_err.c
AgeCommit message (Collapse)AuthorFilesLines
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-0/+80
epan/filesystem.c have get_plugin_dir() calling init_plugin_dir() if necessary epan/epan.c and epan/report_err.c move the report_failure family into the new report_err.c file, have epan_init() calling the initializer epan/plugins.h and epan/proto.c do not have init_plugins() calling the proto_reg functions instead do it in init_proto() gtk/main.c and tshark.c init_plugin_dir() has become suprefluous capinfos.c and editcap.c load the wiretap plugins Makefiles do what's needed to build withe the above changes. svn path=/trunk/; revision=21935