Avoid looking at headers

This commit is contained in:
Quentin 2019-05-28 17:40:49 +02:00
parent a6ef0c26d5
commit 8f62e3ec44
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ int main(int argc, char** argv) {
size_t max_size = s1 > s2 ? s1 : s2;
for (size_t idx = 0; idx < max_size; idx++) {
for (size_t idx = sizeof(bpread[0].ip.ap.fmt.headers) + sizeof(bpread[0].ip.ap.fmt.content.clear) - sizeof(char); idx < max_size; idx++) {
char e1 = (&bpread[0].ip.ap.raw)[idx], e2 = (&bpread[1].ip.ap.raw)[idx];
if (e1 != e2) {
printf("[!!] for expected id %d, byte 0x%04x is different: 0x%02x vs 0x%02x\n", expected_id, (uint16_t)idx, (uint8_t)e1, (uint8_t)e2);