[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] [bug] remove-all-packet-headers



[Bug Report]

-----------------------------
Category:  Other
Package:   ns 2.1b8a
OS:        linux
Environment Variables:
LD_LIBRARY_PATH=
TCL_LIBRARY=
TK_LIBRARY=


-----------------------------
Description:

Description of Problem:
TCL command "remove-all-packet-headers" gives an error about Pushback packet type.


How Easily Reproducible:
(e.g. every time, intermittent, once only, etc.)
Every time.

Steps to Reproduce:
(describe the minimal set of steps necessary to trigger the bug)
1. Run ns and type "remove-all-packet-headers"
2. 
3. 


Actual Results:
(describe what the application did after performing the above steps)


Expected Results:
(describe what the application should have done, were the bug not present)


Additional Information:
(the following infomation is helpful to debug:
 1. simulation script, detailed output files, packet trace
 2. patch file if you modify some source code
 3. a backtrace from gdb if you get a segment fault
 If they are big files, PLEASE put them in your web space and
 include the URL here.)

An easy correction would be to change "PUSHBACK" in ns-packet.tcl to "Pushback".