diff options
Diffstat (limited to 'print-udp.c')
-rw-r--r-- | print-udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-udp.c b/print-udp.c index d0596039..8ae99923 100644 --- a/print-udp.c +++ b/print-udp.c @@ -568,7 +568,7 @@ udp_print(netdissect_options *ndo, register const u_char *bp, u_int length, else if (ISPORT(MULTICASTDNS_PORT)) ns_print(ndo, (const u_char *)(up + 1), length, 1); else if (ISPORT(TIMED_PORT)) - timed_print((const u_char *)(up + 1)); + timed_print(ndo, (const u_char *)(up + 1)); else if (ISPORT(TFTP_PORT)) tftp_print(ndo, (const u_char *)(up + 1), length); else if (ISPORT(IPPORT_BOOTPC) || ISPORT(IPPORT_BOOTPS)) |