feat: added tcp

sorry Judah
This commit is contained in:
Andrew Rioux
2025-02-12 17:49:31 -05:00
parent e388b2eefa
commit f9ff9f266a
37 changed files with 1939 additions and 902 deletions

View File

@@ -16,9 +16,13 @@ typedef union SourceIp {
struct {
char mode; // set to 1
unsigned char source_mac[6];
unsigned char interface_len;
unsigned short netmask;
ipaddr_t source_ip;
ipaddr_t gateway;
// Windows references interfaces by GUID
// I'm too lazy to pack it more efficiently
unsigned char interface[40];
} custom_networking;
} SourceIp_t;