]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lwres.c
Update .gitignore for other configurations
[tcpdump] / print-lwres.c
index 520c235658d9ac0c4e569fbf58fa6289b7c5e24d..320244296dd179433bdf5e1fa3507e8d4e7fa7e1 100644 (file)
@@ -205,7 +205,7 @@ lwres_printname(netdissect_options *ndo,
 
        ND_PRINT(" ");
        for (i = 0; i < l; i++) {
-               safeputchar(ndo, EXTRACT_U_1(p));
+               fn_print_char(ndo, EXTRACT_U_1(p));
                p++;
        }
        p++;    /* skip terminating \0 */
@@ -602,5 +602,5 @@ lwres_print(netdissect_options *ndo,
        return;
 
   trunc:
-       ND_PRINT("[|lwres]");
+       nd_print_trunc(ndo);
 }