Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make pcap_inject non-static, so that its prototype doesn't conflict with | Michael Brown | 2006-04-05 | 1 | -1/+1 |
* | Put in a substitute pcap_inject() function, since earlier versions of | Michael Brown | 2006-03-24 | 1 | -0/+32 |
* | Terminate cleanly on SIGINT or SIGHUP | Michael Brown | 2006-03-21 | 1 | -11/+41 |
* | Use libpcap API to send/receive packets. | Michael Brown | 2006-03-21 | 1 | -17/+114 |
* | Basic structure in place: can daemonise, listen on a Unix domain | Michael Brown | 2006-03-21 | 1 | -0/+469 |