-
Installing icmpush.
I have just downloaded icmpush and I have not been able to get it to compile right. I type "make clean" and the "make linuz" to no avail. I keep getting a load of errors ( I am running Slackware 9.1). Can anyone out there help me with this or if possible point me to another tool that at least serves the same purpose. Thanks guys for the help in advance.
-
I think that you might want to post the errors...
Have you looked into hping?
thehorse has some great tutorials for hping...
http://www.antionline.com/search.php...earchid=219321
-
Here are the errors and such that i get:
Code:
In file included from icmpush.c:53:
compat.h:179:7: warning: no newline at end of file
In file included from icmpush.c:55:
packet.h:32:8: warning: no newline at end of file
icmpush.c: In function `main':
icmpush.c:236: warning: implicit declaration of function `time'
icmpush.c: In function `print_timestamp_reply':
icmpush.c:820: warning: implicit declaration of function `localtime'
icmpush.c:820: warning: assignment makes pointer from integer without a cast
icmpush.c:830: dereferencing pointer to incomplete type
icmpush.c:831: dereferencing pointer to incomplete type
icmpush.c:831: dereferencing pointer to incomplete type
icmpush.c:835: dereferencing pointer to incomplete type
icmpush.c:836: dereferencing pointer to incomplete type
icmpush.c:836: dereferencing pointer to incomplete type
icmpush.c: In function `print_router_reply':
icmpush.c:891: warning: long int format, unsigned int arg (arg 3)
help.c: In function `help':
help.c:68: warning: implicit declaration of function `exit'
In file included from parser.c:19:
compat.h:179:7: warning: no newline at end of file
In file included from parser.c:20:
packet.h:32:8: warning: no newline at end of file
make: *** [icmp-lin] Error 1
Hping? Hmm.. have to look into that. Thanks for the link phish.