Re: [ns] adding to the common header

2010-03-23 Thread Ariel Goldberg
For future reference... i have discovered my problem. It had nothing to do with the packet header. When i was dropping packets, in one place in my simulation i didn't have a return statement... so what would happen is i would clear the packet... but then carry on through the procedure as if the

[ns] adding to the common header

2010-03-15 Thread Ariel Goldberg
Hi All I am experiencing a problem when i add a new variable to the common header. The new variable is a double, and my simulation starts to produce blank packets and does strange things when it is there... I was wondering if anybody could give me some advice or direct me towards a detailed