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