Bugzilla – Bug 562
bug in TagBuffer.cc - TagBuffer::WriteU64
Last modified: 2009-06-19 03:07:04 UTC
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 attachment 464 [details] patch for the tagbuffer bug
changeset 7473ca619bc7