Commit Graph

14 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire bd21d7f7a3 Added some todo notes 2022-11-28 18:33:22 +02:00
Tristan B. Velloza Kildaire e3bc5e422f Updated types 2021-11-15 13:33:14 +02:00
Tristan B. Velloza Kildaire b3631ab3e0 Updated to use stdint.h 2021-11-15 13:30:18 +02:00
Tristan B. Velloza Kildaire 00fd2bba7e Throw exception on read failure (one of them atleast when status < 0)
Added close method to close tun interface
2021-07-21 22:07:24 +02:00
Tristan B. Velloza Kildaire d98e10ba22 Fixed warning from gcc 2021-07-21 19:07:17 +02:00
Tristan B. Velloza Kildaire d2ad780b54 Finally works
TUNTAP is message-oriented, now I did allocate a huge amount. I could have possibly tried using PEEK if it implements it but the thing is that then I would have to mangle that fucking horried ethernet frame format (not str8 forward like IP)
2021-07-21 18:50:46 +02:00
Tristan B. Velloza Kildaire d628449a4d Added TODO 2021-07-18 23:23:56 +02:00
Tristan B. Velloza Kildaire 1eb37178c1 Added method to close tun device
Throw error when trying to operate on closed tun device
2021-07-18 23:10:11 +02:00
Tristan B. Velloza Kildaire ed9f5c138e Working tun interface 2021-07-18 19:45:17 +02:00
Tristan B. Velloza Kildaire 269f81904c Added status of ioctl as return value when failed, fd when succeeded 2021-07-18 19:26:08 +02:00
Tristan B. Velloza Kildaire 8e3796f586 Added interface request options and ioctl'd it (confirmed working) 2021-07-18 19:23:02 +02:00
Tristan B. Velloza Kildaire 71630e4af5 Return tun file descriptor 2021-07-18 18:54:32 +02:00
Tristan B. Velloza Kildaire 8fb598c9ad USe new calling parameters 2021-07-18 18:53:32 +02:00
Tristan B. Velloza Kildaire d40a715bd6 Lost my commits
Initial commit here (fucking Linux froze)
2021-07-18 18:46:08 +02:00