Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-dev: [Wireshark-dev] [PATCH] wireshark doesn't compile if configure --with-plugins=no

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: didier <dgautheron@xxxxxxxx>
Date: Sun, 10 Jun 2007 15:01:27 +0200

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 */
  • Follow-Ups:
    • Re: [Wireshark-dev] [PATCH] wireshark doesn't compile if configure --with-plugins=no
      • From: Luis EG Ontanon
  • Prev by Date: Re: [Wireshark-dev] patch for BGP MDT decods
  • Next by Date: Re: [Wireshark-dev] [PATCH] wireshark doesn't compile if configure --with-plugins=no
  • Previous by thread: Re: [Wireshark-dev] AMR dissector improvements
  • Next by thread: Re: [Wireshark-dev] [PATCH] wireshark doesn't compile if configure --with-plugins=no
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation