ndo->ndo_snapend = snapend_save;
}
+ /* ndo_protocol reassignment after ip_print() call */
+ ndo->ndo_protocol = "icmp";
+
/*
* Attempt to decode the MPLS extensions only for some ICMP types.
*/
return;
trunc:
- ND_PRINT("[|icmp]");
+ nd_print_trunc(ndo);
}