]> The Tcpdump Group git mirrors - tcpdump/commit
Clean up handling of EUI-64 addresses.
authorGuy Harris <[email protected]>
Fri, 14 Jul 2023 07:02:06 +0000 (00:02 -0700)
committerGuy Harris <[email protected]>
Fri, 14 Jul 2023 07:02:06 +0000 (00:02 -0700)
commit77694ea04dc9f730294228624ca0964aca70e4c5
tree38573ad6be5a687a14eaa385577cad3aed4dcd73
parentf21fe72e3e8281b6cae7b07211836ea44b2c6658
Clean up handling of EUI-64 addresses.

Add an nd_eui64 type, and use it.

Have routines to convert EUI-64s to a string for both the "rightmost
octet first" and "rightmost octet last" format.  Use the former for IEEE
802.14.4 addresses and the latter for IEEE 1394 addresses in the "Apple
IP over FireWire" header.
addrtoname.c
addrtoname.h
netdissect.h
print-802_15_4.c
print-ap1394.c