aboutsummaryrefslogtreecommitdiffstats
path: root/capture_wpcap_packet.h
AgeCommit message (Collapse)AuthorFilesLines
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.gerald1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40321 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgstig1-1/+1
in a lot of files, which I suppose is correct. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24034 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
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