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 ↵ulfl1-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 ... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17066 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-20Squelch a compiler warning.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15888 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-20the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t ↵ulfl1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15887 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-19fix #340: define the missing sockaddr_storage struct to be able to use ↵ulfl1-0/+34
Packet32.h even with WinPcap 3.1 and without the platform SDK git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15878 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical ↵ulfl1-1/+1
named ui_util.h in / dir git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15465 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-10don't warn the user about the WinPcap 3.1 release version as being unknownulfl1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15283 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-27Add som more const qualifiers.etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14795 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-21don't crash if packet.dll is not available, add some more packet.dll version ↵ulfl1-3/+18
numbers git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14414 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-21as suggested by Loris: add wpcap_packet_get_version() and check the ↵ulfl1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14411 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access ↵ulfl1-0/+1227
to NDIS specific driver information, upper second GTK part) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14407 f5534014-38df-0310-8fa8-9805f1628bb7