]> The Tcpdump Group git mirrors - tcpdump/commit
make arp_print() L2 neutral. from netbsd
authoritojun <itojun>
Mon, 18 Jun 2001 09:12:27 +0000 (09:12 +0000)
committeritojun <itojun>
Mon, 18 Jun 2001 09:12:27 +0000 (09:12 +0000)
commitae68164cc68a352ca4ba7323dd6b3bf547bf5ab5
treed9ab22eecde669dc0e16bfe9e863930a467d2252
parent159600ced534d3e8f6f9b3bec9ee19d96f0dff32
make arp_print() L2 neutral.  from netbsd

TODO: recover portions that peep L2 src/dst, by passing more args from
L2 printing to arp_print().  the current code can bomb when L2 = arcnet
(because the code assumes that L2 address len == 6), for example.
addrtoname.c
addrtoname.h
print-arp.c