aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_details_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-21bugfix #709: don't g_assert returned (mandatory) length of some NDIS driver f...ulfl1-2/+0
2005-09-20Squelch a compiler warning.guy1-1/+1
2005-09-20the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t an...ulfl1-4/+7
2005-09-19fix #340: define the missing sockaddr_storage struct to be able to use Packet...ulfl1-0/+34
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-10don't warn the user about the WinPcap 3.1 release version as being unknownulfl1-1/+2
2005-06-27Add som more const qualifiers.etxrab1-2/+2
2005-05-21don't crash if packet.dll is not available, add some more packet.dll version ...ulfl1-3/+18
2005-05-21as suggested by Loris: add wpcap_packet_get_version() and check the packet.dl...ulfl1-5/+56
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access to...ulfl1-0/+1227