X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/551093ee59043256772d586f2e9f4bb8f5e113cf..8a33158e8896bcc38ceccf2d52c11af84dbfb971:/print-ether.c diff --git a/print-ether.c b/print-ether.c index f8399b40..205cc8a7 100644 --- a/print-ether.c +++ b/print-ether.c @@ -219,7 +219,8 @@ recurse: printed_length = 1; } - int ret = macsec_print(ndo, &p, &length, &caplen, &hdrlen); + int ret = macsec_print(ndo, &p, &length, &caplen, &hdrlen, + &src, &dst); if (ret == 0) { /* Payload is encrypted; print it as raw data. */