]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udp.c
NDOize timed decoder
[tcpdump] / print-udp.c
index d059603967a9193b05eb5d14157b6305d05cfe19..8ae99923b191664c36e29eb716a756dd4217d627 100644 (file)
@@ -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))