|
Bugzilla – Full Text Bug Listing |
| Summary: | feature request: user-friendly ns-3 names in trace file names | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | core | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | antti.makela |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
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.