Hi all,
 
 I've got a problem when trying to implenment a wormhole attack in a AODV 
routing based wireless senario. The function I want to implement is as follows:
 There are dozens of wireless nodes using AODV in a wireless senario, two of 
which are Malicious nodes, let them be M1 and M2. The special behavior of the 
Malicious nodes is,
 When M1 receives a RREQ(or RREP) packet, the packet is transfered to M2 in no 
time, and then forwarded by M2.(M1 and M2 are distant from each other so they 
are the transmission ranges of each other)
 I'm now trying to implement this by modifying AODV C++ source files, the 
problem I'm facing is how to trigger M2 to forward or send a packet when M1 
receives one. I'm really confused now. 
 
 I've tried using a wired-cum-wireless senario in which M1 and M2 are connected 
via a long wire, but failed to get any reasonable results. If someone could 
tell me how to correctly implement the attack in this way, I'll appreciate it 
very much,too. 

Reply via email to