Commit Graph

5 Commits

Author SHA1 Message Date
mute dc5df5c073 fix private type leak and dead_code warnings
- LinkFd -> pub(crate) so it's visible in return types of readable/writable
- #[allow(dead_code)] on Proto enum (Udp variant reserved for v2)
2026-08-13 07:44:02 +00:00
mute 8ab189cd56 fix compile errors in gatunad
- io::last_os_error() -> io::Error::last_os_error()
- MacAddr(mac.0) -> MacAddr(mac.octets()) for pnet 0.35
- cast htons() result to c_int for libc::socket protocol arg
- mark read as mut in spawn_pump
2026-08-13 07:41:49 +00:00
mute 58ffe57cdb gitignore dotnet build artifacts 2026-08-12 18:23:46 +00:00
mute 25f00b0deb add gatunad server and winforms client v1 (TCP-only)
Raw-Ethernet tunnel over ethertype 0x6969 to bypass WFP killswitches.
Server (Rust, AF_PACKET + classic BPF) relays TCP to 127.0.0.1 services.
Client (.NET 8 WinForms, SharpPcap/Npcap) discovers upstreams and exposes
local loopback listeners. Wire protocol: 6-byte header, 7 frame types,
MANIFEST with labeled upstreams. UDP types reserved, unimplemented.
2026-08-12 18:20:51 +00:00
mute 606d50432c Initial commit 2026-08-12 14:32:34 +00:00