[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Q]Adding a new packet header
> X-Authentication-Warning: mash.CS.Berkeley.EDU: majrdomo set sender to
[email protected] using -f
> From: "Huiwen Li" <[email protected]>
> To: "'Lee Kyeseon'" <[email protected]>
> Cc: "'[email protected]'" <[email protected]>
> Subject: RE: [Q]Adding a new packet header
> Date: Wed, 29 Sep 1999 10:51:44 -0700
> MIME-Version: 1.0
>
> I guess you bind some variables in your rim.h file, right? You need to give
> them default values in ns-default.tcl. Hope it works.
Then the default values for the different headers like hdrlen_ should be set
there, no? Something like: PacketHeader/RIM set hdrlen_ some_value (taking rim
as the example) It should be the same for all headers: mac, ll, ip, tcp, rtp...
My question is where are they? (obviously not in ns-default.tcl)
thanks,
>
> Huiwen
>
> > -----Original Message-----
> > From: Lee Kyeseon [mailto:[email protected]]
> > Sent: Tuesday, September 28, 1999 8:07 PM
> > To: Ns-Users
> > Subject: [Q]Adding a new packet header
> >
> >
> > Hi, all
> >
> > I have added a new packet
> > I have defined a header file, rim.h and rim.cc
> > and I have modified the packet.h and ns-packet.tcl
> > (added PT_RIM, name_[PT_RIM]="RIM", {RIM off_rim_})
> > and added rim.o to the Makefile.
> > and did make depend; make
> >
> > But I got following error messages.
> >
> > ----------
> > 'hdr_rim' undeclared
> > 'off_rim_' was not declared
> > ....
> >
> > Can anyone help me?
> >
> > Thank you.
> >
> >
Tarik