aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_details_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-27from Gisle Vanem:Ulf Lamping1-1/+1
2007-03-24hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 a...Ulf Lamping1-9/+7
2007-03-24as mentioned by Graham Bloice:Ulf Lamping1-9/+6
2007-01-24Instead of checking for WinPcap 4.x versions, assume that if the versionGerald Combs1-53/+57
2007-01-08fix compilation for:Ulf Lamping1-3/+2
2007-01-06fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK is...Ulf Lamping1-4/+6
2007-01-02MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for...Ulf Lamping1-0/+7
2006-12-09add WinPcap beta 2 and 3 to the details version checkUlf Lamping1-0/+2
2006-10-17from Stephen Fisher:Ulf Lamping1-1/+1
2006-09-23GTK2: add an analog VU meter like display widget Ulf Lamping1-9/+304
2006-08-24add WinPcap 4.0 beta 1 to the list of known and tested versionsUlf Lamping1-1/+3
2006-08-13Slight changes suggested by Jörg Mayer:Ulf Lamping1-16/+16
2006-08-12some enhancements to the WLAN detailsUlf Lamping1-26/+26
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-25WinPcap 3.2 beta 1 (3, 2, 0, 29) seems to be working with the packet.dll, so ...Ulf Lamping1-1/+2
2006-04-25various changes:Ulf Lamping1-59/+283
2006-04-25bugifx (should be copied to the 1.0 trunk): don't crash, if the interface har...Ulf Lamping1-0/+6
2006-04-24Make some /******...*/ lines less wide: They make svn-diffs on the web pageJörg Mayer1-7/+8
2006-04-22add various OID's and a value_string for all of themUlf Lamping1-20/+233
2006-04-22the "Generic dialup adapter" interface doesn't support any OID's at all, exte...Ulf Lamping1-4/+49
2006-04-22add a new tab with TCP/IP offloading capabilitiesUlf Lamping1-8/+335
2006-04-20fix help button settingsUlf Lamping1-3/+3
2006-04-12From Jaap Keuter, fix for 871: split interface details statistics into it's o...Ulf Lamping1-3/+15
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-1/+0
2006-01-21bugfix #709: don't g_assert returned (mandatory) length of some NDIS driver f...Ulf Lamping1-2/+0
2005-09-20Squelch a compiler warning.Guy Harris1-1/+1
2005-09-20the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t an...Ulf Lamping1-4/+7
2005-09-19fix #340: define the missing sockaddr_storage struct to be able to use Packet...Ulf Lamping1-0/+34
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10don't warn the user about the WinPcap 3.1 release version as being unknownUlf Lamping1-1/+2
2005-06-27Add som more const qualifiers.Anders Broman1-2/+2
2005-05-21don't crash if packet.dll is not available, add some more packet.dll version ...Ulf Lamping1-3/+18
2005-05-21as suggested by Loris: add wpcap_packet_get_version() and check the packet.dl...Ulf Lamping1-5/+56
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access to...Ulf Lamping1-0/+1227