aboutsummaryrefslogtreecommitdiffstats
path: root/capture_wpcap_packet.h
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18197
2005-05-21as suggested by Loris: add wpcap_packet_get_version() and check the ↵Ulf Lamping1-0/+3
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-5/+5
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/+44
to NDIS specific driver information, lower first part) svn path=/trunk/; revision=14406