aboutsummaryrefslogtreecommitdiffstats
path: root/capture_wpcap_packet.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-10fix #868: don't assert but simply ignore values that don't have the proper sizeUlf Lamping1-4/+2
2005-09-20fix a compiler warning (... copied from RFC2553 :-)Ulf Lamping1-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/+39
2005-05-21don't crash if packet.dll is not available, add some more packet.dll version ...Ulf Lamping1-1/+3
2005-05-21as suggested by Loris: add wpcap_packet_get_version() and check the packet.dl...Ulf Lamping1-3/+15
2005-05-21don't use LPADAPTER but simply void * as we don't need to look inside the mem...Ulf Lamping1-8/+8
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access to...Ulf Lamping1-0/+252