Skip to content

Commit

Permalink
Lots of minor changes in preparation for 1.7 release.
Browse files Browse the repository at this point in the history
Version incremented to 1.6.4.


git-svn-id: svn+ssh://svn.nta-monitor.com/trunk/opensource/arp-scan@13669 062a1500-4a13-0410-a63b-ee65f32af78f
  • Loading branch information
royhills committed Jul 17, 2008
1 parent df7db7a commit 4fa2903
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 11 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ $Id$
if that is not specified, picks an interface with
pcap_lookupdev().

* configure.ac: Incremented version to 1.6.4 for pre-release
testing.

* *.c, *.h: Modified copyright statements to read 2005-2008.

2008-05-03 Roy Hills <Roy.Hills@nta-monitor.com>

* arp-scan.c: Added --pcapsavefile (-W) option to allow received
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $Id$
This file gives a brief overview of the major changes between each arp-scan
release. For more details please read the ChangeLog file.

2008-05-03 arp-scan 1.6.3:
2008-07-17 arp-scan 1.7:

* new --pcapsavefile (-W) option to save the ARP response packets to a pcap
savefile for later analysis with tcpdump, wireshark or another program that
Expand Down
2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ Investigate response packets >60 bytes long, e.g:
10:27:40.802358 00:06:d7:55:0f:40 > 00:c0:9f:09:b8:db, ethertype ARP (0x0806), length 64: arp reply maple.nta-monitor.com is-at 00:06:d7:55:0f:40

Review verbose levels, and what gets displayed.

Add details of --llc and --vlan options to man page.
4 changes: 2 additions & 2 deletions arp-scan.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2007 Roy Hills,
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2008 Roy Hills,
* NTA Monitor Ltd.
*
* This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -1821,7 +1821,7 @@ process_options(int argc, char *argv[]) {
void
arp_scan_version (void) {
fprintf(stderr, "%s\n\n", PACKAGE_STRING);
fprintf(stderr, "Copyright (C) 2005-2007 Roy Hills, NTA Monitor Ltd.\n");
fprintf(stderr, "Copyright (C) 2005-2008 Roy Hills, NTA Monitor Ltd.\n");
fprintf(stderr, "arp-scan comes with NO WARRANTY to the extent permitted by law.\n");
fprintf(stderr, "You may redistribute copies of arp-scan under the terms of the GNU\n");
fprintf(stderr, "General Public License.\n");
Expand Down
2 changes: 1 addition & 1 deletion arp-scan.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* ARP Scan is Copyright (C) 2005-2007 Roy Hills, NTA Monitor Ltd.
* ARP Scan is Copyright (C) 2005-2008 Roy Hills, NTA Monitor Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl $Id$
dnl Process this file with autoconf to produce a configure script.

AC_INIT([arp-scan], [1.6.3], [arp-scan@nta-monitor.com])
AC_INIT([arp-scan], [1.6.4], [arp-scan@nta-monitor.com])
AC_PREREQ(2.59)
AC_REVISION($Revision$)
AC_CONFIG_SRCDIR([arp-scan.c])
Expand Down
2 changes: 1 addition & 1 deletion error.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The ARP scanner (arp-scan) is Copyright (C) 2005-2007
* The ARP scanner (arp-scan) is Copyright (C) 2005-2008
* Roy Hills, NTA Monitor Ltd.
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion link-bpf.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2007 Roy Hills,
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2008 Roy Hills,
* NTA Monitor Ltd.
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion link-dlpi.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2007 Roy Hills,
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2008 Roy Hills,
* NTA Monitor Ltd.
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion link-packet-socket.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2007 Roy Hills,
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2008 Roy Hills,
* NTA Monitor Ltd.
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion utils.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2007 Roy Hills,
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2008 Roy Hills,
* NTA Monitor Ltd.
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion wrappers.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2007 Roy Hills,
* The ARP Scanner (arp-scan) is Copyright (C) 2005-2008 Roy Hills,
* NTA Monitor Ltd.
*
* This program is free software; you can redistribute it and/or
Expand Down

0 comments on commit 4fa2903

Please sign in to comment.