[ns] How to print out Multicast Group IP address in MAODV?

2008-11-21 Thread Noor Asraf
Hello everyone, In MAODV, the variable mt_dst of type nsaddr_t is supposed to hold the multicast group IP address. I am referring to aodv_mtable.h of the multicst extension for AODV provided by Thomas Kunz and Yufang Zhou. I use the following printf: for(mt=mtable.head();mt;mt=mt-mt_link.le_next)

Re: [ns] How to print out Multicast Group IP address in MAODV?

2008-11-21 Thread Sidney Doria
This integer (234881024) is the first multicast address (hex) Ex00. So, that's correct. :) Sidney Doria Brazil 2008/11/21 Noor Asraf [EMAIL PROTECTED]: Hello everyone, In MAODV, the variable mt_dst of type nsaddr_t is supposed to hold the multicast group IP address. I am referring to