Advertisement
Guest User

tcpdump warning messages

a guest
Mar 21st, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. tcpdump.o: In function `droproot':
  2. tcpdump.c:(.text+0x457): warning: Using 'initgroups' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  3. tcpdump.c:(.text+0x3d1): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  4. ./../libpcap-1.5.3/libpcap.a(nametoaddr.o): In function `pcap_nametoaddrinfo':
  5. nametoaddr.c:(.text+0xd3): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  6. addrtoname.o: In function `getname':
  7. addrtoname.c:(.text+0x1ad): warning: Using 'gethostbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  8. ./../libpcap-1.5.3/libpcap.a(nametoaddr.o): In function `pcap_nametoaddr':
  9. nametoaddr.c:(.text+0x1a): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  10. ./../libpcap-1.5.3/libpcap.a(nametoaddr.o): In function `pcap_nametonetaddr':
  11. nametoaddr.c:(.text+0x10a): warning: Using 'getnetbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  12. print-cnfp.o: In function `cnfp_print':
  13. print-cnfp.c:(.text+0x3ba): warning: Using 'getprotobynumber' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  14. print-isakmp.o: In function `ikev1_id_print':
  15. print-isakmp.c:(.text+0x1859): warning: Using 'setprotoent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  16. print-isakmp.c:(.text+0x1898): warning: Using 'endprotoent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  17. ./../libpcap-1.5.3/libpcap.a(nametoaddr.o): In function `pcap_nametoproto':
  18. nametoaddr.c:(.text+0x36f): warning: Using 'getprotobyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  19. ./../libpcap-1.5.3/libpcap.a(nametoaddr.o): In function `pcap_nametoport':
  20. nametoaddr.c:(.text+0x15b): warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  21. addrtoname.o: In function `init_servarray':
  22. addrtoname.c:(.text+0x1313): warning: Using 'getservent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  23. addrtoname.c:(.text+0x1325): warning: Using 'endservent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  24. print-sunrpc.o: In function `progstr':
  25. print-sunrpc.c:(.text+0x2e7): warning: Using 'getrpcbynumber' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement