Skip to content

Commit 00b9253

Browse files
committed
Import 1.5.1 version
1 parent dcdd77a commit 00b9253

File tree

10 files changed

+2071
-1111
lines changed

10 files changed

+2071
-1111
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 1.5.1 - June 2003
2+
3+
- Fixed segmentation fault when using -f option (noticed by Brian Lovrin)
4+
- Fixed printing ugliness (noticed by Darren Critchley)
5+
- Changed version number :) (1.5 said that it is 1.0.3 - now it proudly says 1.5.1)
6+
17
Version 1.5 - May 2002
28

39
- Fixed a bug in displaying of 15-character NetBIOS names (15th character wasn't displayed). Bug reported by Tom Kustner (Tom.Kustner@mortgage.wellsFargo.COM), Kenny Breck (KCBreck@NetZero.net) and Richard IJzermans (richard.ijzermans@lgphilips-displays.com)

Makefile

Lines changed: 0 additions & 35 deletions
This file was deleted.

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ TARGET=@TARGET@
88

99
prefix = @prefix@
1010
exec_prefix = @exec_prefix@
11-
bindir = @bindir@
11+
BINDIR = @bindir@
1212

1313
nbtscan: $(OBJECTS)
1414
$(CC) $(CFLAGS) -o nbtscan $(OBJECTS) $(LIBS)
1515

1616
install:
17-
$(INSTALL) $(TARGET) $(DESTDIR)$(BINDIR)/$(TARGET)
17+
$(INSTALL) $(TARGET) $(BINDIR)/$(TARGET)
1818

1919
nbtscan.o: nbtscan.c statusq.h range.h list.h
2020
$(CC) $(CFLAGS) $(DEFS) -c nbtscan.c

README

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NBTscan version 1.5. Copyright (C) 1999-2002 Alla Bezroutchko
1+
NBTscan version 1.5.1 Copyright (C) 1999-2003 Alla Bezroutchko
22

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

119+
When talking to Samba boxes nbtscan always reports the MAC
120+
address being 00-00-00-00-00-00. This is because Samba sends
121+
that as MAC address. Nbtscan just displays what it gets.
122+
119123
Report bugs to alla@inetcat.org (that's me). I cannot promise to
120124
do anything but I might well want fix it. Remember: no warranty.

0 commit comments

Comments
 (0)