]> The Tcpdump Group git mirrors - tcpdump/commit
Use MAC_ADDR_LEN, and don't include ether.h.
authorGuy Harris <[email protected]>
Wed, 13 Dec 2017 17:44:09 +0000 (09:44 -0800)
committerGuy Harris <[email protected]>
Wed, 13 Dec 2017 17:44:09 +0000 (09:44 -0800)
commite9306685c6fa9f76350334930ae14a935673f06b
treef3792482a97b0417ab09559ed00980b29aa7282d
parent76015fad3b85fd38b4e7fc09801b429aa9d9e83c
Use MAC_ADDR_LEN, and don't include ether.h.

We no longer have an ether.h header; the only thing we used from it is
ETHER_ADDR_LEN, and netdissect.h defines MAC_ADDR_LEN, so use that
instead.
win32/src/ether_ntohost.c