#pragma once /* Structures */ typedef unsigned __int64 QWORD; struct __declspec(align(8)) netpacket_t { DWORD family_maybe; sockaddr_in sin; WORD sin_port; BYTE gap16; BYTE byte17; DWORD source; double received; unsigned __int8* data; QWORD label; BYTE byte38; QWORD qword40; QWORD qword48; BYTE gap50[8]; QWORD qword58; QWORD qword60; QWORD qword68; int less_than_12; DWORD wiresize; BYTE gap78[8]; QWORD qword80; };