LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SECURITY IMPROVEMENT FOR MOBILE IP COMMUNICATION ns2 (https://www.linuxquestions.org/questions/linux-software-2/security-improvement-for-mobile-ip-communication-ns2-4175595038/)

morzana 12-08-2016 05:09 AM

SECURITY IMPROVEMENT FOR MOBILE IP COMMUNICATION ns2
 
Hello;
I need to simulate MIPBU as discussed in this thesis
https://drive.google.com/open?id=0By...VhSY0pRQ1c4RkE

but got the following errors while > make
Quote:

ipbu.cc: In member function ‘void HMAC::PadMessage(unsigned char*, int)’:
mipbu.cc:504: error: ‘itoa’ was not declared in this scope
mipbu.cc:513: error: cast from ‘char*’ to ‘unsigned char’ loses precision
mipbu.cc:515: warning: name lookup of ‘Message_Block_Index’ changed
mipbu.h:147: warning: matches this ‘HMAC::Message_Block_Index’ under ISO standard rules
mipbu.cc:497: warning: matches this ‘Message_Block_Index’ under old rules
make: *** [mipbu.o] Error 1
I used ns2.29

TB0ne 12-09-2016 08:53 PM

Quote:

Originally Posted by morzana (Post 5639461)
Hello;
I need to simulate MIPBU as discussed in this thesis
https://drive.google.com/open?id=0By...VhSY0pRQ1c4RkE but got the following errors while > make I used ns2.29

After TWO YEARS of working with NS2, and being registered here, it's surprising you don't know how to debug a problem with your own NS2 file(s)/program(s), or that you need to post all the details when asking a question, such as version/distro of Linux, etc.

Short answer: you have an error in your code: fix it.
Longer answer: post your code, along with what change that YOU have made to try to make it work, and we can try to help.


All times are GMT -5. The time now is 04:54 PM.