]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add a nd_print_trunc() call
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 24 Sep 2018 19:42:08 +0000 (21:42 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 24 Sep 2018 19:42:08 +0000 (21:42 +0200)
print-icmp6.c

index 1ba56356ee47f134e046758aa1eaf6cb4a492c78..6e7143aa434e2c939a65f3e721e39fecc71b6ee3 100644 (file)
@@ -954,7 +954,7 @@ rpl_daoack_print(netdissect_options *ndo,
        return;
 
 trunc:
-       ND_PRINT(" [|dao-truncated]");
+       nd_print_trunc(ndo);
        return;
 
 tooshort: