Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /******************************************************/
- /*
- FF 1B 14 00 02 00 17 E0 80 7B 3F 54 00 00 00 00 .........{?T....
- 00 00 00 00 ....
- */
- #define CLIENT_UNKNOWN_1B 0x1bff
- typedef struct
- {
- t_bnet_header h;
- bn_short unknown1; /* FIXME: This "2" is the same as in the game
- listings. What do they mean? */
- bn_short port; /* big endian byte order */
- bn_int ip; /* big endian byte order */
- bn_int unknown2;
- bn_int unknown3;
- } PACKED_ATTR() t_client_unknown_1b;
- #define CLIENT_UNKNOWN_1B_UNKNOWN1 0x0002
- #define CLIENT_UNKNOWN_1B_UNKNOWN2 0x00000000
- #define CLIENT_UNKNOWN_1B_UNKNOWN3 0x00000000
- /******************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement