aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg_win32.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-24Windows build: #include winsock2.h only when needed.wmeier1-5/+6
#include winsock2.h pulls in about 90 distinct .h files and about 140 total .h files. Currently winsock2.h is (mostly unnecessarily) included for each dissector via packet.h/wtap.h. This patch removes #include winsock2.h from wtap.h and then includes winsock2.h (or windows.h) in the few specific places required. With this patch, my Windows Wireshark build takes about 30% less time. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26535 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-04From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.gerald1-0/+101
From me: Instead of adding adns_config.h, place it a custom adns package in wireshark-win32-libs. Update tools/win32-setup.sh accordingly. Split the MSVC2008EE variant into MSVC2008 and MSVC2008EE, similar to MSVC2005 and MSVC2005EE. We have to worry about vcredist_x86.exe in both cases. Add Pascal to AUTHORS. Update the Developer's Guide. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25921 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likemorriss1-1/+1
capinfos and dumpcap don't need to depend on libwireshark nor directly pull in those modules). Because capinfos and editcap were only being linked with privileges.c if we had plugins, this allows those programs to be linked when someone is compiling --without-plugins. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25640 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-20/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25505 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-03GTK+ 1.2[.x] is no longer relevant - we require 2.x - so don't talkguy1-1/+1
about it in a comment. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25419 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-30Clean up indentation.guy1-256/+256
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25404 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-13use the ending "_win32" for every windows specific fileulfl1-0/+1672
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24972 f5534014-38df-0310-8fa8-9805f1628bb7