aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_details_dlg_win32.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-26Put in "#if 0":s to make it compile, these widgets are not vissible on my sys...etxrab1-9/+12
2011-09-25Remove gtkvumeter.[hc]jmayer1-1/+0
2011-02-17Fix some Visual C++ static analyzer complaints.gerald1-1/+1
2011-01-23Reword some text about the accuracy of the dislayed values.wmeier1-1/+1
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-6/+5
2009-06-28fix bug #3439 (thanks to Kovarththanan Rajaratnam), make WS compilable under ...ulfl1-1/+7
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-1/+2
2009-06-09For interfaces that don't support PacketOpenAdapter (such as TurboCap),gerald1-2/+24
2009-05-08Make gtk/capture_if_details_dlg_win32.c compileable using MSVC6 with SDKkukosa1-1/+6
2009-04-21From Artem Tamazov: Fix compilation for Visual C++ 7.1.gerald1-1/+14
2009-04-17Try to get Visual C++ 6.0 builds working again.gerald1-1/+5
2009-04-16Fix (and likely re-break) the Windows builds:gerald1-1/+1
2009-04-15Check for _WIN64 instead of _NTDDNDIS_.gerald1-2/+2
2009-04-15In capture_if_details_dlg_win32.c, don't define a bunch of stuff ifgerald1-16/+18
2009-02-12add display of IE_ID_COUNTRY, some code cleanupulfl1-56/+83
2008-10-24Fix for SVN #26535 so that building Wireshark with VC6 doesn't fail.wmeier1-2/+6
2008-10-24Windows build: #include winsock2.h only when needed.wmeier1-8/+9
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-2/+2
2008-06-21And use correct help topic...stig1-1/+1
2008-06-21Added help topic item previous reused for another topic.stig1-1/+1
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-9/+3
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...wmeier1-2/+2
2008-05-02From Shinsuke SUZUKI:jake1-1/+1
2008-04-13use the ending "_win32" for every windows specific fileulfl1-0/+2450