mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 16:52:25 +00:00
Starting research
This commit is contained in:
parent
5bedbc18c4
commit
37b8428c48
1780
obr/packets/OpCodes.txt
Normal file
1780
obr/packets/OpCodes.txt
Normal file
File diff suppressed because it is too large
Load Diff
1
obr/packets/README.txt
Normal file
1
obr/packets/README.txt
Normal file
@ -0,0 +1 @@
|
||||
This is a bunch of ImHex patterns for viewing various Outer Brood packets
|
||||
10
obr/packets/login/OP_SystemFingerprint.txt
Normal file
10
obr/packets/login/OP_SystemFingerprint.txt
Normal file
@ -0,0 +1,10 @@
|
||||
// 0x16
|
||||
|
||||
struct Packet {
|
||||
u32 sequence_id;
|
||||
u32 unknown04;
|
||||
u16 unknown08;
|
||||
char fingerprint_data[];
|
||||
};
|
||||
|
||||
Packet packet @0x00;
|
||||
Loading…
x
Reference in New Issue
Block a user