http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21935
User: lego
Date: 2007/05/25 05:22 PM
Log:
Have editcap and capinfos loading the wiretap plugins.
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.
Directory: /trunk/epan/
Changes Path Action
+1 -0 Makefile.common Modified
+1 -43 epan.c Modified
+2 -1 filesystem.c Modified
+22 -8 plugins.c Modified
+1 -0 plugins.h Modified
+1 -0 proto.c Modified
+80 -0 report_err.c Added
+8 -0 report_err.h Modified
Directory: /trunk/gtk/
Changes Path Action
+0 -5 main.c Modified
Directory: /trunk/
Changes Path Action
+12 -1 Makefile.common Modified
+9 -6 Makefile.nmake Modified
(3 files not shown)