Difference between revisions of "/shared2/sys/net/dhcp.dat"
Jump to navigation
Jump to search
m (/dev/fs/shared2/sys/net/dhcp.dat moved to /shared2/sys/net/dhcp.dat over redirect) |
|||
Line 11: | Line 11: | ||
} dhcp-file; | } dhcp-file; | ||
I'm not sure yet what these different IPs are, but if you have this file, feel free to add better comments to the struct. :) | I'm not sure yet what these different IPs are, but if you have this file, feel free to add better comments to the struct. :) | ||
+ | [[Category:Wii Filesystem]] |
Revision as of 16:05, 1 June 2008
This file contains IP-addresses used by the Wii when connecting to the internet. Here's the C-struct:
struct { u8 ip_1[4]; // Gateway? Currently unknown: 192.168.002.004 u8 ip_2[4]; // Probably Wii IP inside network: 192.168.000.129 u8 padding[24]; u8 ip_3[4]; // Unknown: 199.183.190.001 u8 padding_2[4]; u8 ip_4[4]; // weird ip, started with 0x70 0x70. u8 padding_3[48]; // just some padding probably } dhcp-file;
I'm not sure yet what these different IPs are, but if you have this file, feel free to add better comments to the struct. :)