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
Apparently on 64bit SPARC systems, the CPU is 8 byte strictly aligned (maybe because pointers are 8 bytes?) rather then 4 byte strictly aligned like I've seen before. Anyways, there's a lot of tcpedit code which needs fixing.
Looks like there is a byte alignment issue in edit_packets.c:560. I'm sure there are others.
Apparently on 64bit SPARC systems, the CPU is 8 byte strictly aligned (maybe because pointers are 8 bytes?) rather then 4 byte strictly aligned like I've seen before. Anyways, there's a lot of tcpedit code which needs fixing.
Looks like there is a byte alignment issue in edit_packets.c:560. I'm sure there are others.
http://tcpreplay.synfin.net/ticket/364
The text was updated successfully, but these errors were encountered: