[ns] undefind referance

2010-02-15 Thread mangal thakur
I put the folloing code for in new protocol( idsaodv ) for caching the RREP in idsaodv.h class IDSBroadcastRREP { friend class IDSAODV; public: IDSBroadcastRREP(nsaddr_t i); IDSBroadcastRREP(nsaddr_t i, u_int32_t r) { src = i; id = r; } protected:

[ns] signed unsigned problem(mangal)

2010-02-10 Thread mangal thakur
if i put the following code in the recvAODV(packet *p) function in aodv.cc file if ( (u_int32_t)ih-saddr() == index) { forward((bhaodv_rt_entry*) 0, p, NO_DELAY); } else { drop(p, DROP_RTR_ROUTE_LOOP); } than it gives following warning warning: comparison between signed and unsigned integer

[ns] how i implement intrusion detection system in aodv(mangal)

2010-02-09 Thread mangal thakur
i have taken some codes for blackhole detection but it's not got some problem, i could not understand how could i implement this code, i m some weak in c++ please tell me how i declaired the idsBroadcastRREP, r my code is: it is the RREP cathing machanism void idsAODV::rrep_insert(nsaddr_t id)

[ns] help for intrusion detection system(mangal)

2010-02-07 Thread mangal thakur
how could i add intrusion detection system in aodv protocol in ns-2.33 any idea please give me proper referances

[ns] UID error problem

2010-02-03 Thread mangal thakur
hello I have a problem after adding new protocol in ns-2.33 Schedular: Event UID not valid! how could i solve this problem from: MANGAL

[ns] Change in AODV packet formate

2010-02-03 Thread mangal thakur
I want to change in the packet formate of aodv protocol than what should be the changes we have to required... in which files we should change.

[ns] UID problem

2010-02-03 Thread mangal thakur
when I add new protocol it to ns-2.33 run the TCL file than it shows the problem of Schedular: Event UID not valid! but the nam file is working proerly but data is not moved b/n the mobile nodes. please tell me the solution of this problem where should change

[ns] problem with make

2010-02-01 Thread mangal thakur
hello sir Did you get any solution for this problem. I am also facing the same problem. if you have its solution, please send it to me my mail id is thakur.k...@gmail.com i will be very thankful to you. mangal sachin dahiya wrote: I am new to NS. I am running NS on cygwin on Windows

[ns] how could i make request for any problem?

2010-02-01 Thread mangal thakur
please tell me how could make any request in for the solution of NS-2.34 problem because i m new user of ns

[ns] after adding new protocol how could i do?

2010-02-01 Thread mangal thakur
hello, After adding protocol in ns-2.34 how could i test this protocol is working properly or not? if there is any procedure? tell me.. thanks