In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
1,492 bytes added ,  08:32, 1 July 2023
start on the structure for NET.CONF
Line 768: Line 768:  
| <code>0x0002</code>
 
| <code>0x0002</code>
 
| Longitude (E+/W-, measured in increments of 45/8192 degree, allowing up to 180°)
 
| Longitude (E+/W-, measured in increments of 45/8192 degree, allowing up to 180°)
 +
|}
 +
 +
=== NET.PROF ===
 +
{| class="wikitable"
 +
|-
 +
! Offset
 +
! Type
 +
! Size
 +
! Value
 +
|-
 +
| <code>?</code>
 +
| Word
 +
| <code>0x0001</code>
 +
| Flags.
 +
|-
 +
| <code>?</code>
 +
| Byte[4]
 +
| <code>0x0004</code>
 +
| IP Address.
 +
|-
 +
| <code>?</code>
 +
| Byte[4]
 +
| <code>0x0004</code>
 +
| IP Netmask.
 +
|-
 +
| <code>?</code>
 +
| Byte[4]
 +
| <code>0x0004</code>
 +
| DNS 1.
 +
|-
 +
| <code>?</code>
 +
| Byte[4]
 +
| <code>0x0004</code>
 +
| DNS 2.
 +
|-
 +
| <code>?</code>
 +
| Char[256]
 +
| <code>0x0100</code>
 +
| Proxy Server Name.
 +
|-
 +
| <code>?</code>
 +
| Word
 +
| <code>0x0002</code>
 +
| Proxy Server Port.
 +
|-
 +
| <code>?</code>
 +
| Char[1024]
 +
| <code>0x0400</code>
 +
| Another server name?
 +
|-
 +
| <code>?</code>
 +
| BOOL
 +
| <code>0x0001</code>
 +
| Enabled?
 +
|-
 +
| <code>?</code>
 +
| BOOL
 +
| <code>0x0400</code>
 +
| ?
 +
|-
 +
| <code>?</code>
 +
| BOOL
 +
| <code>0x0001</code>
 +
| ?
 +
|-
 +
| <code>?</code>
 +
| Char[256]
 +
| <code>0x0100</code>
 +
| ?
 +
|-
 +
| <code>?</code>
 +
| Char[128]
 +
| <code>0x0080</code>
 +
| PPPOE Service Name.
 +
|-
 +
| <code>?</code>
 +
| Char[256]
 +
| <code>0x0100</code>
 +
| PPPOE Service User Name.
 +
|-
 +
| <code>?</code>
 +
| Char[256]
 +
| <code>0x0100</code>
 +
| PPPOE Service Password
 +
|}
 +
 +
The data is then accessed based on the connection type.
 +
 +
==== Wired ====
 +
{| class="wikitable"
 +
|-
 +
! Offset
 +
! Type
 +
! Size
 +
! Value
 +
|-
 +
| <code>0x0000</code>
 +
| Word
 +
| <code>0x0001</code>
 +
| Link Type.
 +
|}
 +
 +
==== Wireless ====
 +
{| class="wikitable"
 +
|-
 +
! Offset
 +
! Type
 +
! Size
 +
! Value
 +
|-
 +
| <code>0x0000</code>
 +
| Word
 +
| <code>0x0002</code>
 +
| Rate Set.
 +
|-
 +
| <code>0x0002</code>
 +
| Byte
 +
| <code>0x0001</code>
 +
| Configuration Method.
 
|}
 
|}
    
{{Navbox filebrowser}}
 
{{Navbox filebrowser}}
12

edits

Navigation menu