Bug 617

Summary: feature request: user-friendly ns-3 names in trace file names
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: coreAssignee: ns-bugs <ns-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: antti.makela
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Tom Henderson 2009-06-30 09:22:30 UTC
From Antti Makela:

  I've been using the "Names"-facility to get some user-friendly names
for my Objects. Eg, Names::Add("Router", nodepointer);, or Names::Add
(routernode,"Ethernet0",link.Get(0));

  Has someone already made a patch to make these appear in tracefiles?
Now I'm getting "sim-nodeid-ifnum"-type pcap files, and I'd prefer
"sim-router-ifname" scheme for better readability.
Comment 1 Antti Mäkelä 2009-07-03 08:54:36 UTC
Patch submitted in another bug report :) 

Thanks, I only noticed now that someone actually had copied my post from mailing list, so I didn't search..

*** This bug has been marked as a duplicate of bug 622 ***