aboutsummaryrefslogtreecommitdiffstats
path: root/capture_wpcap_packet.c
AgeCommit message (Collapse)AuthorFilesLines
2005-09-20fix a compiler warning (... copied from RFC2553 :-)Ulf Lamping1-1/+1
svn path=/trunk/; revision=15890
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/+39
Packet32.h even with WinPcap 3.1 and without the platform SDK svn path=/trunk/; revision=15878
2005-05-21don't crash if packet.dll is not available, add some more packet.dll version ↵Ulf Lamping1-1/+3
numbers svn path=/trunk/; revision=14414
2005-05-21as suggested by Loris: add wpcap_packet_get_version() and check the ↵Ulf Lamping1-3/+15
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-21don't use LPADAPTER but simply void * as we don't need to look inside the ↵Ulf Lamping1-8/+8
members of this struct svn path=/trunk/; revision=14408
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access ↵Ulf Lamping1-0/+252
to NDIS specific driver information, lower first part) svn path=/trunk/; revision=14406