Commit Graph

14 Commits

Author SHA1 Message Date
fea7955675 fixor copyright years. 2018-09-15 02:32:13 +02:00
549bcf6d71 Fix build on linux, enable build directory support
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
2017-12-22 12:29:34 -04:00
9336e15197 avoid crashing when receiving a packet that is too large 2017-12-19 01:00:55 +01:00
3bdb7a7f2d hook up the LAN (pcap) interface 2017-12-18 23:24:45 +01:00
9632aa4021 start working on melonAP.
it sends beacons!
2017-12-18 21:37:17 +01:00
4ec2d109f7 wifi: more shit 2017-12-18 19:31:26 +01:00
e44bc7743d actually init pcap etc 2017-12-17 23:09:48 +01:00
17087a1ece start work on libpcap shit 2017-12-17 17:21:50 +01:00
df19b93408 Include POSIX headers required for fd_set and INADDR_ANY. 2017-10-09 03:41:17 -06:00
1975efaeea fix bugs with SPI shutdown 2017-10-01 03:19:39 +02:00
65b332b152 reenable wifi socket code 2017-09-21 04:42:31 +02:00
495d0ba12d add support for SPI shutdown, btw 2017-09-21 03:59:12 +02:00
4db1a51fa4 add Platform thread/semaphore support, using SDL 2017-09-19 15:39:41 +02:00
dbcec7efb4 actually take it somewhere 2017-09-09 03:23:02 +02:00