[Ns-bugs] [Bug 212] New: Packet::PrintTags doesn't seem to be printing my complicated tag.

bugzilla-daemon@nsnam-www.ece.gatech.edu bugzilla-daemon at nsnam-www.ece.gatech.edu
Wed Jun 4 16:38:15 PDT 2008


http://www.nsnam.org/bugzilla/show_bug.cgi?id=212

           Summary: Packet::PrintTags doesn't seem to be printing my
                    complicated tag.
           Product: ns-3
           Version: pre-release
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: simulation core
        AssignedTo: ns-bugs at isi.edu
        ReportedBy: evensky at dancer.ca.sandia.gov


# compile using something like:
g++ -DNS3_ASSERT_ENABLE -DNS3_LOG_ENABLE -DDEBUG -UUSEPACKET -g -O0
-I/.../ns-3-dev/build/debug -I/.../ns-3-dev/build/debug -I. -c -o big-tag.o
big-tag.cc
g++ -DNS3_ASSERT_ENABLE -DNS3_LOG_ENABLE -DDEBUG -UUSEPACKET -g -O0
-L/.../ns-3-dev/build/debug -lns3 -Wl,-rpath=/.../ns-3-dev/build/debug  -o
big-tag big-tag.o

#run using something like:
evensky at waltz$ ./big-tag 
with Packet::FindFirstMatchingTag (Atag=hi:10)
with Packet::PrintTags ns3::Atag [0-100] (Atag=:0)

so my tag prints using Packet::FindFirstMatchingTag and Tag::Print but doesn't
print correctly using Packet::PrintTags.


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ns-bugs mailing list