Hi, In persfilepath_opt.h WS_DLL_PUBLIC gboolean persfilepath_opt(int opt, const char *optstr); does not seem to work on windows where as extern gboolean persfilepath_opt(int opt, const char *optstr); does...
in main.c 2155 int status; Should be inside #ifdef HAVE_LIBPCAP I think. Regards Anders -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: den 19 november 2013 20:46 To: [email protected] Subject: [Wireshark-commits] rev 53435: / /trunk/ui/gtk/: main.c /trunk/ui/qt/: main.cpp /trunk/ui/: CMakeLists.txt Makefile.common persfilepath_opt.c persfilepath_opt.h /trunk/wsutil/: filesystem.c filesystem.h http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53435 User: guy Date: 2013/11/19 07:45 PM Log: Add routines to set the personal file directory paths (personal configuration file directory and directory in which to save captures), have the routine to parse -P options use them, and move that routine to libui. Have that routine just return a gboolean. Directory: /trunk/ui/gtk/ Changes Path Action +7 -7 main.c Modified Directory: /trunk/ui/qt/ Changes Path Action +7 -8 main.cpp Modified Directory: /trunk/ui/ Changes Path Action +1 -0 CMakeLists.txt Modified +2 -0 Makefile.common Modified +92 -0 persfilepath_opt.c Added +46 -0 persfilepath_opt.h Added Directory: /trunk/wsutil/ Changes Path Action +19 -68 filesystem.c Modified +7 -2 filesystem.h Modified ___________________________________________________________________________ Sent via: Wireshark-commits mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-commits Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
