Re: [ns] problem with NAM

2008-09-30 Thread Nick Zando
On Tue, Sep 30, 2008 at 9:18 AM, Davide [EMAIL PROTECTED] wrote: i've installed the all-in-one package, but when i try to exec nam i take: nam: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory what can i do to solve

[ns] format routine in Trace.cc

2008-08-21 Thread Nick Zando
Hi everyone! I am trying to create a new packet trace format. In trace.cc i see: void Trace::format(int tt, int s, int d, Packet* p) { bla bla } I want to how does it set the right 'int tt' (kind of packet input, output, dropped ..) I almost finished with my new trace format but i can't set