Booma.Proxy icon indicating copy to clipboard operation
Booma.Proxy copied to clipboard

0x69 Last 2 Bytes

Open HelloKitty opened this issue 4 years ago • 1 comments

Last 2 bytes in Sylverant are assumed padding: https://github.com/Sylverant/ship_server/blob/83d06b342c2629fc6812ed49000163e95b1a5fb7/src/packets.h#L542

But packet capture 0x69_89d8db9b-9e85-477b-9af0-bf9b67541ce2.packet shows: 69 00 00 00 00 00 01 06 01 00

This is non-zero padding sent by Tethealla sets it to 0x01 0x00 here: https://github.com/justnoxx/psobb-tethealla/blob/master/ship_server/def_packets.h#L66

HelloKitty avatar Dec 22 '20 05:12 HelloKitty

Need to determine if Sylverant's BB structure of Tethealla's structure is correct.

HelloKitty avatar Dec 22 '20 05:12 HelloKitty