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