Hi,
I'm not sure it's the right way to do it though.
Didier
Index: editcap.c
===================================================================
--- editcap.c (révision 22041)
+++ editcap.c (copie de travail)
@@ -388,8 +388,10 @@
g_free(init_progfile_dir_error);
} else {
init_report_err(failure_message,NULL,NULL);
+#ifdef HAVE_PLUGINS
init_plugins();
register_all_wiretap_modules();
+#endif
}
/* Process the options */
Index: capinfos.c
===================================================================
--- capinfos.c (révision 22041)
+++ capinfos.c (copie de travail)
@@ -281,8 +281,10 @@
g_free(init_progfile_dir_error);
} else {
init_report_err(failure_message,NULL,NULL);
+#ifdef HAVE_PLUGINS
init_plugins();
register_all_wiretap_modules();
+#endif
}
/* Process the options */