aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/farp/farp_spoofer.c
Commit message (Collapse)AuthorAgeFilesLines
* farp: Fix BPF jump false offsetVolker RĂ¼melin2016-10-311-1/+1
| | | | Jump to BPF_STMT(BPF_RET+BPF_K, 0) if protocol_size != 4
* Use standard unsigned integer typesAndreas Steffen2016-03-241-9/+9
|
* farp: use watcher instead of dedicated receiver threadMartin Willi2013-07-181-11/+6
|
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-9/+3
| | | | | | | | | | This ensures that no threads are active when plugins and the rest of the daemon are unloaded. callback_job_t was simplified a lot in the process as its main functionality is now contained in processor_t. The parent-child relationships were abandoned as these were only needed to simplify job cancellation.
* farp plugin sends ARP responses for any tunneled address, not only virtual IPsMartin Willi2012-03-061-8/+8
|
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-2/+2
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-2/+1
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-1/+2
|
* Accept ARP requests with an ethernet trailer, but trim itMartin Willi2010-06-031-2/+2
|
* Implemented ARP sniffing and spoofing functionalityMartin Willi2010-03-251-0/+198