timed_print(netdissect_options *ndo,
register const u_char *bp)
{
timed_print(netdissect_options *ndo,
register const u_char *bp)
{
return;
ND_PRINT((ndo, " time "));
if (sec < 0 && usec != 0) {
return;
ND_PRINT((ndo, " time "));
if (sec < 0 && usec != 0) {
}
ND_TCHECK(tsp->tsp_name);
ND_PRINT((ndo, " name "));
}
ND_TCHECK(tsp->tsp_name);
ND_PRINT((ndo, " name "));
- if (fn_print(ndo, (u_char *)tsp->tsp_name, (u_char *)tsp->tsp_name + sizeof(tsp->tsp_name)))
+ if (fn_print(ndo, (const u_char *)tsp->tsp_name, (const u_char *)tsp->tsp_name + sizeof(tsp->tsp_name)))