summaryrefslogtreecommitdiff
path: root/src/unix.c
Commit message (Collapse)AuthorAgeFilesLines
* Check signal() return codeThomas Habets2019-11-121-1/+5
|
* Add some ifdefs for portabilityThomas Habets2019-11-071-0/+12
|
* Use pcap_findalldevs() when available instead of pcap_lookupdev()Thomas Habets2019-11-071-0/+47
| | | | This change is only used when using -F.
* Compile without any warning hardened and with C99Thomas Habets2019-01-061-0/+4
| | | | | | | | | E.g.: `./configure CC=c99 --enable-hardened --enable-warnings` Test code not yet warning-free. Hardening output can be checked with `hardening-check`
* 'library' -> 'program' in license text.Thomas Habets2014-06-171-7/+7
|
* Code reorg: put windows code in separate file.Thomas Habets2011-11-161-0/+51