Re: [tcpdump-workers] Building tcpdump with static libraries

2012-05-28 Thread Artur Kielak
> > On May 27, 2012, at 11:31 PM, Artur Kielak wrote: > > > I think than You run older version tcpdump: > > You can't use ldd to find out the version of tcpdump; you have to run > "tcpdump -h" to get the version of tcpdump. > > > This is the a

Re: [tcpdump-workers] Building tcpdump with static libraries

2012-05-28 Thread Artur Kielak
> Hi, > > Thanks for the reply - Artur Kielak > > Actually I cloned the from git repository - git://github.com/mcr/tcpdump.git. > Then made a configure and make. > > Is this git repository different from the one you are sharing

Re: [tcpdump-workers] Building tcpdump with static libraries

2012-05-27 Thread Artur Kielak
ap git clone git://bpf.tcpdump.org/tcpdump 2) Uninstall current version tcpdump and libpcap from system. Make sure than You remove (or move to old) libpcap and tcpdump from (find / -name "libpcap.*"). 3) Install libpcap and tcpdump from downloaded source. After install libpcap remove libpcap.so.* from libpcap dir to sure than tcpdump is not builded from *.so libs. Cheers Artur Kielak - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

[tcpdump-workers] rpcap

2012-05-15 Thread Artur
Is rpcap implementation supports IPv6 address ? In function rpcap_send_request_start on patch rpcap2.patch (3518553 rpcap:// support) use only ipv4type address. Why dont use struct addrinfo hints and function getaddrinfo to can use ipv4 and ipv6? - This is the tcpdump-workers list. Visit https://c