]> The Tcpdump Group git mirrors - tcpdump/commit
AppleTalk: use nd_byte for AppleTalk addresses.
authorGuy Harris <[email protected]>
Thu, 28 Mar 2024 01:35:32 +0000 (18:35 -0700)
committerGuy Harris <[email protected]>
Thu, 28 Mar 2024 01:35:46 +0000 (18:35 -0700)
commit0792dd93f4299e3c0c8bedb9627221633d834cd3
tree96a6c437a26f1ef71d51bf045ca4faa13f7e3373
parente1bcb7941d916285e5e502ff84dff5a15ec0b498
AppleTalk: use nd_byte for AppleTalk addresses.

Make them arrays of nd_byte, rather than uint8_t; they're both unsigned
one-byte values, but nd_byte makes it clearer that they're not arrays of
4 one-byte unsigned integer values.
print-atalk.c