[Ns-bugs] [Bug 562] New: bug in TagBuffer.cc - TagBuffer::WriteU64
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Sat May 9 06:31:55 PDT 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=562
Summary: bug in TagBuffer.cc - TagBuffer::WriteU64
Product: ns-3
Version: ns-3-dev
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P5
Component: simulation core
AssignedTo: ns-bugs at isi.edu
ReportedBy: tommaso.pecorella at unifi.it
Estimated Hours: 0.0
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
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list