Skip to content

Commit

Permalink
Correct accidentail syntax error in arp-scan.c.
Browse files Browse the repository at this point in the history
Add new versions of getopt.c, getopt1.c and getopt.h from glibc 2.17.
Remove NetBSD man tbl issue from TODO, as this has been fixed in the latest
version of NetBSD.


git-svn-id: svn+ssh://svn.nta-monitor.com/trunk/opensource/arp-scan@19582 062a1500-4a13-0410-a63b-ee65f32af78f
  • Loading branch information
royhills committed Apr 28, 2013
1 parent 5fc969d commit be7651c
Show file tree
Hide file tree
Showing 6 changed files with 493 additions and 483 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,5 +1,11 @@
$Id$

2013-04-28 Roy Hills <Roy.Hills@nta-monitor.com>

* getopt.c, getopt1.c, getopt.h: New version of getopt_long_only from
glibc 2.17 for those systems that don't include it in their own C
library.

2013-04-25 Roy Hills <Roy.Hills@nta-monitor.com>

* arp-scan.c, arp-scan.h: Changed arp-scan to use the libpcap
Expand Down
2 changes: 0 additions & 2 deletions TODO
Expand Up @@ -2,8 +2,6 @@ $Id$

Code tidy up: reduce the number of global variables.

NetBSD doesn't run man pages through tbl.

Add support for win32 link-layer send and receive.

Add support for Token Ring.
Expand Down
1 change: 1 addition & 0 deletions arp-scan.c
Expand Up @@ -189,6 +189,7 @@ main(int argc, char *argv[]) {
memset(&arp_spa, '\0', sizeof(arp_spa));
}
}
}
/*
* Open the network device for reading with pcap, or the pcap file if we
* have specified --readpktfromfile. If we are writing packets to a binary
Expand Down

0 comments on commit be7651c

Please sign in to comment.