]> The Tcpdump Group git mirrors - tcpdump/commit
(for 4.9.3) libdnet has bugs, do not use it.
authorDenis Ovsienko <[email protected]>
Mon, 23 Jul 2018 22:28:24 +0000 (23:28 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 27 Aug 2019 09:20:42 +0000 (11:20 +0200)
commit9a6eb27650463ad65dc75d1bfc972a0d0ad673ae
tree96f2fe349691b472b5c2dc38238d82dd70b0ba0b
parent9ba91381954ad325ea4fd26b9c65a8bd9a2a85b6
(for 4.9.3) libdnet has bugs, do not use it.

The only function tcpdump used in libdnet was dnet_htoa(), which tries
to translate a binary DECnet address to a nodename through a lookup in
/etc/decnet.conf. The translation is slow and has a bug, so stop using
the function and remove the dependency on libdnet.

This makes tcpdump always print DECnet addresses in numeric format, if
anybody needs the translation back they are welcome to fix libdnet or
(more realistically) add an implementation of dnet_htoa() to the tcpdump
source code and use it.
.travis.yml
addrtoname.c
config.h.in
configure
configure.ac
netdissect.h
print-decnet.c