summaryrefslogtreecommitdiffstats
path: root/src/util/hijack.c
Commit message (Expand)AuthorAgeFilesLines
* Make pcap_inject non-static, so that its prototype doesn't conflict withMichael Brown2006-04-051-1/+1
* Put in a substitute pcap_inject() function, since earlier versions ofMichael Brown2006-03-241-0/+32
* Terminate cleanly on SIGINT or SIGHUPMichael Brown2006-03-211-11/+41
* Use libpcap API to send/receive packets.Michael Brown2006-03-211-17/+114
* Basic structure in place: can daemonise, listen on a Unix domainMichael Brown2006-03-211-0/+469