Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #230 from dogtopus/pcap-libnames-linux | StapleButter | 2018-12-15 |
|\ | | | | | Add linux libpcap names to the pcap library list | ||
| * | Add linux libpcap names to the pcap library list | dogtopus | 2018-02-22 |
| | | |||
* | | fixor copyright years. | StapleButter | 2018-09-15 |
|/ | |||
* | Fix build on linux, enable build directory support | dogtopus | 2017-12-22 |
| | | | | | | | | | | Specifically: - Include stddef.h for missing ptrdiff_t - Define PCAP_OPENFLAG_PROMISCUOUS if not using WinPcap because it seems to be a WinPcap extension - Make use of CMAKE_CURRENT_{SOURCE,BINARY}_DIR to enable building under a directory other than root of the project | ||
* | avoid crashing when receiving a packet that is too large | StapleButter | 2017-12-19 |
| | |||
* | hook up the LAN (pcap) interface | StapleButter | 2017-12-18 |
| | |||
* | start working on melonAP. | StapleButter | 2017-12-18 |
| | | | | it sends beacons! | ||
* | wifi: more shit | StapleButter | 2017-12-18 |
| | |||
* | actually init pcap etc | StapleButter | 2017-12-17 |
| | |||
* | start work on libpcap shit | StapleButter | 2017-12-17 |
| | |||
* | Include POSIX headers required for fd_set and INADDR_ANY. | Anthony J. Bentley | 2017-10-09 |
| | |||
* | fix bugs with SPI shutdown | StapleButter | 2017-10-01 |
| | |||
* | reenable wifi socket code | StapleButter | 2017-09-21 |
| | |||
* | add support for SPI shutdown, btw | StapleButter | 2017-09-21 |
| | |||
* | add Platform thread/semaphore support, using SDL | StapleButter | 2017-09-19 |
| | |||
* | actually take it somewhere | StapleButter | 2017-09-09 |