You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These structs, which represent a region of memory, should have __attribute__((packed)), since memcpy() is called to copy memory into them. It's only by chance that the library works now (their members happen to be packed together on the platform of choice that the library is tested on).
These structs, which represent a region of memory, should have
__attribute__((packed))
, sincememcpy()
is called to copy memory into them. It's only by chance that the library works now (their members happen to be packed together on the platform of choice that the library is tested on).libnetflow9/src/decode.cpp
Lines 13 to 30 in 3d74939
The text was updated successfully, but these errors were encountered: