Skip to content

Commit

Permalink
Import 1.5.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Aug 19, 2019
1 parent dcdd77a commit 00b9253
Show file tree
Hide file tree
Showing 10 changed files with 2,071 additions and 1,111 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.5.1 - June 2003

- Fixed segmentation fault when using -f option (noticed by Brian Lovrin)
- Fixed printing ugliness (noticed by Darren Critchley)
- Changed version number :) (1.5 said that it is 1.0.3 - now it proudly says 1.5.1)

Version 1.5 - May 2002

- Fixed a bug in displaying of 15-character NetBIOS names (15th character wasn't displayed). Bug reported by Tom Kustner ([email protected]), Kenny Breck ([email protected]) and Richard IJzermans ([email protected])
Expand Down
35 changes: 0 additions & 35 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ TARGET=@TARGET@

prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
BINDIR = @bindir@

nbtscan: $(OBJECTS)
$(CC) $(CFLAGS) -o nbtscan $(OBJECTS) $(LIBS)

install:
$(INSTALL) $(TARGET) $(DESTDIR)$(BINDIR)/$(TARGET)
$(INSTALL) $(TARGET) $(BINDIR)/$(TARGET)

nbtscan.o: nbtscan.c statusq.h range.h list.h
$(CC) $(CFLAGS) $(DEFS) -c nbtscan.c
Expand Down
6 changes: 5 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NBTscan version 1.5. Copyright (C) 1999-2002 Alla Bezroutchko
NBTscan version 1.5.1 Copyright (C) 1999-2003 Alla Bezroutchko

NBTscan is a program for scanning IP networks for NetBIOS name
information. It sends NetBIOS status query to each address in
Expand Down Expand Up @@ -116,5 +116,9 @@ hosts with it because Windows 95 always sends responses to name
queries to port 137, and you cannot bind to port 137 under
Windows (it is already taken by Windows itself).

When talking to Samba boxes nbtscan always reports the MAC
address being 00-00-00-00-00-00. This is because Samba sends
that as MAC address. Nbtscan just displays what it gets.

Report bugs to [email protected] (that's me). I cannot promise to
do anything but I might well want fix it. Remember: no warranty.
Loading

0 comments on commit 00b9253

Please sign in to comment.