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

Re: [ns] remove-packet-header



they are only available for 2.1b7 and later. pls check your ns
version. let me know if you are using 2.1b7 AND get this error.

On Thu, 1 Feb 2001, Wan Kwok Kin wrote:

> I try the following code (copied from ns manual) in my tcl:
>  
> remove-all-packet-headers
> add-packet-header IP TCP
> set ns [new Simulator]
> ...
>  
> When I run the code, ns complains:
>  
> invalid command name
> "remove-all-packet-headers"
>     while executing
> "remove-all-packet-headers"
>  
> Anyone knows what's wrong? Thank you for any help.
> 
> 
>