Bugzilla – Bug 562
bug in TagBuffer.cc - TagBuffer::WriteU64
Last modified: 2009-06-19 03:07:04 EDT
You need to log in before you can comment on or make changes to this bug.
Terrible suspect after seeing the change in buffer.cc. Suspect confirmed. TagBuffer.cc, line 102 should be: WriteU8 ((data >> 56) & 0xff); instead of WriteU8 ((data >> 54) & 0xff); Cheers
already fixed in ns-3-dev. see changeset 9491c5faaec6
It seems that the bug is still there. Maybe a wrong commit. Cheers
ah, ok. well, patch + test, please ?
Created an attachment (id=464) [details] patch for the tagbuffer bug
changeset 7473ca619bc7