X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2bfa05b9b60c07fd23daf7077a9488fe043a202c..refs/heads/mcr-macro-update-1:/print-isoclns.c?ds=sidebyside diff --git a/print-isoclns.c b/print-isoclns.c index 44d1aa73..6762f4d9 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -1298,7 +1298,7 @@ esis_print(netdissect_options *ndo, pptr += netal; li -= netal; - if (snpal == 6) + if (snpal == MAC_ADDR_LEN) ND_PRINT("\n\t SNPA (length: %u): %s", snpal, GET_ETHERADDR_STRING(snpa));