aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_details_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
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