aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_details_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2008-04-13use the ending "_win32" for every windows specific fileUlf Lamping1-2450/+0
svn path=/trunk/; revision=24972
2008-04-13sort #includes by directoriesUlf Lamping1-17/+16
svn path=/trunk/; revision=24967
2008-04-12compat_macros.h is gone now!!!Ulf Lamping1-7/+8
all GTK1 compatibility code was removed, so this file can simply be dropped svn path=/trunk/; revision=24923
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-2/+2
This requires some casts to be added and I just don't want to add casts at all possible places. So I compile and only add casts where the (MSVC) compiler has a hard time. Unfortunately this won't find any problems in Linux/Unix only code - I'll keep an eye on the buildbot and try to fix things as I'm going on ... svn path=/trunk/; revision=24912
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
svn path=/trunk/; revision=24910
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-2/+2
svn path=/trunk/; revision=24898
2008-04-06remove GTK1 codeUlf Lamping1-13/+0
svn path=/trunk/; revision=24812
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-2/+1
strncpy -> g_strlcpy, strncat -> g_strlcat svn path=/trunk/; revision=24504
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+3
If we get some truncated strings we probably overwrote some buffers... svn path=/trunk/; revision=24239
2007-03-27from Gisle Vanem:Ulf Lamping1-1/+1
add " && defined(_MSC_VER)", as MingW doesn't need it svn path=/trunk/; revision=21231
2007-03-24hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 ↵Ulf Lamping1-9/+7
also defines this - but not sockaddr_storage :-( Next try is to use the WINVER #define. AFAIK, this depends on the Platform SDK version used, which is actually our problem here. So this fix *might* work ... svn path=/trunk/; revision=21168
2007-03-24as mentioned by Graham Bloice:Ulf Lamping1-9/+6
sockaddr_storage doesn't depend on the MSVC version used, but the version of the Winsock API, which might be updated by the Platform SDK even on MSVC 6 - so depending on the _MSC_VER is not the way to go svn path=/trunk/; revision=21162
2007-01-24Instead of checking for WinPcap 4.x versions, assume that if the versionGerald Combs1-53/+57
is greater than 3 we can get detailed interface information. This should limit the amount of work we have to do when new WinPcap releases come out. svn path=/trunk/; revision=20542
2007-01-08fix compilation for:Ulf Lamping1-3/+2
- Visual Studio .NET (2002) - Visual Studio .NET 2003 svn path=/trunk/; revision=20349
2007-01-06fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK ↵Ulf Lamping1-4/+6
issue - time will tell) svn path=/trunk/; revision=20331
2007-01-02MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own ↵Ulf Lamping1-0/+7
for MSVC2006 this might be depending on the Platform SDK and not on MSVC version - I don't really know svn path=/trunk/; revision=20259
2006-12-09add WinPcap beta 2 and 3 to the details version checkUlf Lamping1-0/+2
svn path=/trunk/; revision=20080
2006-10-17from Stephen Fisher:Ulf Lamping1-1/+1
Here is a patch for spelling typos in comments and strings in the gtk/ directories. svn path=/trunk/; revision=19568
2006-09-23GTK2: add an analog VU meter like display widget Ulf Lamping1-9/+304
Win32: use the widget to display the RSSI and Link Speed values as this is far better understandable than the raw numerical values (especially if you don't know the values well). the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 ... and I've heavily changed and extended it to fit the problem here. We might use the VU meter widget later at other places as well ... svn path=/trunk/; revision=19298
2006-08-24add WinPcap 4.0 beta 1 to the list of known and tested versionsUlf Lamping1-1/+3
svn path=/trunk/; revision=19021
2006-08-13Slight changes suggested by Jörg Mayer:Ulf Lamping1-16/+16
2,412,000 kHz -> 2412 MHz Available networks -> Available networks (BSSID list) svn path=/trunk/; revision=18893
2006-08-12some enhancements to the WLAN detailsUlf Lamping1-26/+26
svn path=/trunk/; revision=18887
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
strings, and function names. svn path=/trunk/; revision=18205
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-04-25WinPcap 3.2 beta 1 (3, 2, 0, 29) seems to be working with the packet.dll, so ↵Ulf Lamping1-1/+2
don't warn the user about it svn path=/trunk/; revision=17990
2006-04-25various changes:Ulf Lamping1-59/+283
mention informational URLs at the beginning and not at each element replace some // by /**/ start to decode the informational elements in the BSSID list add a privacy tab to the BSSID list (None, WEP, WPA, WPA2) various minor label changes svn path=/trunk/; revision=17988
2006-04-25bugifx (should be copied to the 1.0 trunk): don't crash, if the interface ↵Ulf Lamping1-0/+6
hardware in question was removed since the list of interfaces was generated (NULL pointer returned from wpcap_packet_open() caused a crash) svn path=/trunk/; revision=17987
2006-04-24Make some /******...*/ lines less wide: They make svn-diffs on the web pageJörg Mayer1-7/+8
unreadable unless you have a 2000xsomething display. svn path=/trunk/; revision=17978
2006-04-22add various OID's and a value_string for all of themUlf Lamping1-20/+233
add output of some MAC_OPTIONS fields enhance some 802.11 output labels svn path=/trunk/; revision=17962
2006-04-22the "Generic dialup adapter" interface doesn't support any OID's at all, ↵Ulf Lamping1-4/+49
extend the tab insensitive mechanism to all tabs svn path=/trunk/; revision=17959
2006-04-22add a new tab with TCP/IP offloading capabilitiesUlf Lamping1-8/+335
add some debug functions to show available OID's clarify some 802.11 item labels svn path=/trunk/; revision=17958
2006-04-20fix help button settingsUlf Lamping1-3/+3
svn path=/trunk/; revision=17938
2006-04-12From Jaap Keuter, fix for 871: split interface details statistics into it's ↵Ulf Lamping1-3/+15
own tab, making the dialog a lot smaller. svn path=/trunk/; revision=17850
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by ↵Ulf Lamping1-1/+0
dumpcap in addition to the things already done now various dumpcap related code cleanup: mainly #include's and capture engine related stuff svn path=/trunk/; revision=17327
2006-01-21bugfix #709: don't g_assert returned (mandatory) length of some NDIS driver ↵Ulf Lamping1-2/+0
functions. simply ignore the length returned in that cases this way, we may "print" buggy data, but that's what the driver returned ... svn path=/trunk/; revision=17066
2005-09-20Squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=15888
2005-09-20the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t ↵Ulf Lamping1-4/+7
and use it here (ok, this *is* a dirty hack) don't know why the last commit compiled on my machine and not on the buildbot. svn path=/trunk/; revision=15887
2005-09-19fix #340: define the missing sockaddr_storage struct to be able to use ↵Ulf Lamping1-0/+34
Packet32.h even with WinPcap 3.1 and without the platform SDK svn path=/trunk/; revision=15878
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical ↵Ulf Lamping1-1/+1
named ui_util.h in / dir svn path=/trunk/; revision=15465
2005-08-10don't warn the user about the WinPcap 3.1 release version as being unknownUlf Lamping1-1/+2
svn path=/trunk/; revision=15283
2005-06-27Add som more const qualifiers.Anders Broman1-2/+2
svn path=/trunk/; revision=14795
2005-05-21don't crash if packet.dll is not available, add some more packet.dll version ↵Ulf Lamping1-3/+18
numbers svn path=/trunk/; revision=14414
2005-05-21as suggested by Loris: add wpcap_packet_get_version() and check the ↵Ulf Lamping1-5/+56
packet.dll version before using it (very restrictive for now, will check for exact DLL version strings). If version is unknown, ask user to continue or not. svn path=/trunk/; revision=14411
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access ↵Ulf Lamping1-0/+1227
to NDIS specific driver information, upper second GTK part) svn path=/trunk/; revision=14407