[PATCH] TcpRtt support in ragraph

Tomoyuki Sakurai cherry at trombik.org
Tue Aug 26 23:35:17 EDT 2008


On Tue, Aug 26, 2008 at 10:25:14PM -0400, Carter Bullard wrote:
> 
> Can you send me the results of your ./configure run for argus?
> It will tell me which bpf.h and what libpcap library its using when
> compiling and linking.

They are ones came from the project, /usr/include/net/bpf.h and
/usr/lib/libpcap.*.

I'm using argus 3.0.0 from OpeBSD ports. It specifies:
./configure --prefix=/usr/local --sysconfdir=/etc
--mandir=/usr/local/man --infodir=/usr/local/info

The port is slightly patched, however, they are very minor ones (a
workaround for sparc64 and one in install-target).

http://www.openbsd.org/cgi-bin/cvsweb/ports/net/argus/

The result
...
checking for local pcap library... not found
checking for main in -lpcap... yes
checking for extraneous pcap header directories... not found
checking for pcap_list_datalinks... yes
checking for pcap_set_datalink... yes
checking for pcap_datalink_name_to_val... yes
checking for pcap_datalink_val_to_description... yes
checking for pcap_breakloop... yes
checking for pcap_dump_ftell... yes
...

If given --with-libpcap=/usr
...
checking for specified library... not found
checking for main in -lpcap... yes
checking for extraneous pcap header directories... not found
checking for pcap_list_datalinks... yes
checking for pcap_set_datalink... yes
checking for pcap_datalink_name_to_val... yes
checking for pcap_datalink_val_to_description... yes
checking for pcap_breakloop... yes
checking for pcap_dump_ftell... yes
...

If given --with-libpcap=/usr/lib
...
checking for specified library... /usr/lib/libpcap.a
checking for specified pcap.h... configure: WARNING: not found
checking for pcap_list_datalinks... yes
checking for pcap_set_datalink... yes
checking for pcap_datalink_name_to_val... yes
checking for pcap_datalink_val_to_description... yes
checking for pcap_breakloop... yes
checking for pcap_dump_ftell... yes
...
 
> Tcpdump works on these machines correctly?

The bundled tcpdump in OpenBSD was patched in a number of way by the
project. So, yes.

-- 
Tomoyuki Sakurai



More information about the argus mailing list