]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ipfc.c
document SIGUSR1 in manual page
[tcpdump] / print-ipfc.c
index 4b397d1f3143940ff506594cbd9c983005d61208..295ac0fdab3d4e568171bc533babf9e792a743f6 100644 (file)
@@ -68,8 +68,8 @@ ipfc_hdr_print(netdissect_options *ndo,
 {
        const char *srcname, *dstname;
 
-       srcname = etheraddr_string(ipfcsrc);
-       dstname = etheraddr_string(ipfcdst);
+       srcname = etheraddr_string(ndo, ipfcsrc);
+       dstname = etheraddr_string(ndo, ipfcdst);
 
        /*
         * XXX - show the upper 16 bits?  Do so only if "vflag" is set?