On 6/10/07, Guy Harris <[EMAIL PROTECTED]> wrote: > Luis EG Ontanon wrote: > > > So far the only use of "progfile_dir" by capinfos and editcap is to > > know how to load the plugins (it wasn't needed before I added > > wiretap's plugins, infact, it wasn't there). > > Does this mean that wiretap now depends on libwireshark? If so, perhaps > they should be combined.
No, there's no such dependency so far. Some weeks ago in http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21935 I commited changes so that files required to load plugins (epan/plugins.c epan/report_err.c epan/privileges.c and epan/filesystem.c) can be compiled outside of epan and its objects get statically linked to capinfos and editcap so that wiretap's plugins are loaded also when running capinfos or editcap. The problem arose because I forgot then to test it for regression with --with-plugins=no, In fact I have completely forgotten that plugins could be disabled until today's reminder. Luis -- This information is top security. When you have read it, destroy yourself. -- Marshall McLuhan _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
