summaryrefslogtreecommitdiffstats
path: root/lib/libpcap/fad-getad.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - check for malloc failurejaredy2006-01-111-27/+42
| | | | | | | | | - plug some memleaks - avoid close(-1) when open() fails in pcap_open_live() sent upstream where applicable ok djm moritz
* pull in the good bits of libpcap-0.9.4's API without the cross-platformdjm2005-11-181-0/+498
cruft. help from deraadt@, mpf@, jmc@; ok mpf@a nb. this will break tcpdump unless it updated too