aboutsummaryrefslogtreecommitdiffstats
path: root/capture_wpcap_packet.h
AgeCommit message (Collapse)AuthorFilesLines
2005-05-21as suggested by Loris: add wpcap_packet_get_version() and check the ↵ulfl1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14411 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-21don't use LPADAPTER but simply void * as we don't need to look inside the ↵ulfl1-5/+5
members of this struct git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14408 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access ↵ulfl1-0/+44
to NDIS specific driver information, lower first part) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14406 f5534014-38df-0310-8fa8-9805f1628bb7