Bugzilla – Bug 212
Packet::PrintTags doesn't seem to be printing my complicated tag.
Last modified: 2008-06-04 20:08:25 UTC
# 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@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.
Created attachment 148 [details] big tag testcase.
changeset: e59680767a04
works great. \dae