Hello,
OpenBSD 3.9 + nbtscan from packages OpenBSD 4.2 + nbtscan from packages problems are: 1. nbtscan option "-f" reading list of IPs from file #nbtscan -q -s : -v -f /root/scripts/ip_list.txt nbtscan in free(): error: malloc() has never been called Abort trap (core dumped) 2. "trash" like "Z.�C9P���" in output when checking hosts: # nbtscan -q -s : -v 10.0.0.187 10.0.0.187:ZLOTY Z.�C9P���:00U 10.0.0.187:ZLOTY Z.�C9P���:03U 10.0.0.187:ZLOTY Z.�C9P���:20U 10.0.0.187:ZLOTY Z.�C9P���:00U 10.0.0.187:ZLOTY Z.�C9P���:03U 10.0.0.187:ZLOTY Z.�C9P���:20U 10.0.0.187:IT Z.�C9P���:1eG 10.0.0.187:IT Z.�C9P���:00G 10.0.0.187:IT Z.�C9P���:1eG 10.0.0.187:IT Z.�C9P���:00G 10.0.0.187:MAC:00-00-00-00-00-00 Downloading latest version (1.5.1.a) from authors website http://www.inetcat.net/software/nbtscan.html and compileing solves the problem of reading list of IPs from file but not the "trash" output. After instaling on OpenBSD 4.2 gcc version 4.2 and compileing nbtscan works fine. I thing problem is in gcc ver 3.3.5 whitch is default in OpenBSD or in its local patches. NBTSCAN is a great program and it would be nice if it works from the package. best regards Robert Lewandowski