Advertisement
Guest User

Untitled

a guest
Nov 9th, 2010
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. make
  2. gcc -g -O2 -D_BSD_SOURCE -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DDSNIFF_LIBDIR=\"/usr/local/lib/\" -I. -I./missing -c ./missing/dummy.c
  3. gcc -g -O2 -D_BSD_SOURCE -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DDSNIFF_LIBDIR=\"/usr/local/lib/\" -I. -I./missing -c ./missing/strlcpy.c
  4. gcc -g -O2 -D_BSD_SOURCE -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DDSNIFF_LIBDIR=\"/usr/local/lib/\" -I. -I./missing -c ./missing/strlcat.c
  5. gcc -g -O2 -D_BSD_SOURCE -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DDSNIFF_LIBDIR=\"/usr/local/lib/\" -I. -I./missing -c ./missing/md5.c
  6. ar -cr libmissing.a dummy.o strlcpy.o strlcat.o md5.o
  7. ranlib libmissing.a
  8. gcc -g -O2 -D_BSD_SOURCE -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DDSNIFF_LIBDIR=\"/usr/local/lib/\" -I. -I./missing -c ./arpspoof.c
  9. ./arpspoof.c: In function ‘arp_send’:
  10. ./arpspoof.c:49: warning: passing argument 1 of ‘libnet_get_hwaddr’ from incompatible pointer type
  11. ./arpspoof.c:49: error: too many arguments to function ‘libnet_get_hwaddr’
  12. ./arpspoof.c:60: warning: passing argument 6 of ‘libnet_build_ethernet’ from incompatible pointer type
  13. ./arpspoof.c:60: error: too few arguments to function ‘libnet_build_ethernet’
  14. ./arpspoof.c:64: error: ‘ETH_H’ undeclared (first use in this function)
  15. ./arpspoof.c:64: error: (Each undeclared identifier is reported only once
  16. ./arpspoof.c:64: error: for each function it appears in.)
  17. ./arpspoof.c:64: error: too few arguments to function ‘libnet_build_arp’
  18. ./arpspoof.c: In function ‘main’:
  19. ./arpspoof.c:181: warning: assignment makes pointer from integer without a cast
  20. make: *** [arpspoof.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement