Re: [ns] Packet header of application layer protocol

2013-07-06 Thread Bostanip
Hello, There could be many reasons for this. One possible reason might be that you only added a const static packet_t ….. for your new packet type in packet.h and after compiled your ns-2 code using "make" command. However,the "make" command will not take into account the changes that are only

[ns] Packet header of application layer protocol

2013-07-06 Thread Mohsen Sasaninasab
Hello, I have added my own protocol to the application layer. Also I have introduced its packet header to the ns2 packet format. However, I do not see my own packet header in the trace file. What is the problem? How can I solve it? Thanks a lot. Mohsen, mohn@gmail.com