tcpreplay icon indicating copy to clipboard operation
tcpreplay copied to clipboard

BUS ERROR on 64bit SPARC systems

Open synfinatic opened this issue 10 years ago • 0 comments

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

synfinatic avatar Nov 24 '13 06:11 synfinatic