Packet # | Packet Name | Length | Client | Server | Obsolete |
---|---|---|---|---|---|
0xA5 | Web Browser | dynamic | X | X | |
Data Type | Description | ||||
byte 0xA5 | The packet number. | ||||
ushort Size | The size of the packet. | ||||
char[] Address | The web address to open. | ||||
byte 0x00 | Null terminator for Address. | ||||
Packet Description: This is used to direct the user to an internet address. |