File tree Expand file tree Collapse file tree 6 files changed +20
-24
lines changed
Expand file tree Collapse file tree 6 files changed +20
-24
lines changed Original file line number Diff line number Diff line change 1- SI6 Networks IPv6 Toolkit (current)
1+ SI6 Networks IPv6 Toolkit 2.2
22 * All: Ensure consistency in version numbers across tools and documentation.
33
44 * path6: Fix bug that prevented setting TCP flags
Original file line number Diff line number Diff line change 11CREDITS
22-------
33
4- ** Contributors **
5-
6- The following people sent patches that were incorporated into this release
7- of the toolkit:
8-
9- Jeroen Roovers
10- Alexander Bluhm <bluhm@openbsd.org>
11- Leonard Marschke <contact@marschke.me>
12- Linus Lüssing <linus.luessing@c0d3.blue>
13- Josh Brobst <josh@brob.st>
14-
154** Package maintainers **
165
176Availability of packages for different operating systems makes it easier for
@@ -56,7 +45,11 @@ of the toolkit:
5645 Alexander Bluhm <bluhm@openbsd.org>
5746 Alistair Crooks <agc@pkgsrc.org>
5847 Declan A Rieb <darieb@sandia.gov>
59-
48+ Jeroen Roovers
49+ Josh Brobst <josh@brob.st>
50+ Leonard Marschke <contact@marschke.me>
51+ Linus Lüssing <linus.luessing@c0d3.blue>
52+
6053** Troubleshooting/Debugging **
6154
6255Spotting bugs in networking tools can be tricky, since at times they only show
Original file line number Diff line number Diff line change 11*******************************************************************************
2- * SI6 Networks IPv6 IPv6 Toolkit (current) *
2+ * SI6 Networks IPv6 IPv6 Toolkit v2.2 *
33*******************************************************************************
44
55Description of each of the files and directories:
66-------------------------------------------------
77
8- .github Contains the GitHub Actions
9- data: Contains the configuration files and miscellaneous databases.
10- manuals: Contains the manual pages for the security assessment tools.
11- tests: Contains the unit tests.
12- tools: Contains the source code for the security assessment tools.
13- CHANGES.TXT: Contains the changelog of the toolkit
8+ .github: GitHub Actions
9+ data: Configuration files and miscellaneous databases.
10+ manuals: Manual pages for the security assessment tools.
11+ tests: Unit tests.
12+ tools: Source code for the security assessment tools.
13+
14+ CHANGES.TXT: Contains the changelog of the toolkit.
1415 CREDITS.TXT: Contains the credits of this project.
15- LICENSE.TXT: Contains the license for this software (GPLv3)
16+ GNUMakefile: Makefile for gmake.
17+ LICENSE.TXT: Contains the license for this software (GPLv3).
18+ Makefile: Makegile for make.
1619 README.TXT: This file.
1720
1821
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ use Socket();
2727use constant EXIT_SUCCESS => 0;
2828use constant EXIT_FAILURE => 1;
2929
30- $SI6TOOLKIT =" SI6 Networks IPv6 Toolkit (current) " ;
30+ $SI6TOOLKIT =" SI6 Networks IPv6 Toolkit 2.2 " ;
3131
3232$total =0;
3333$response =0;
Original file line number Diff line number Diff line change 1- #define SI6_TOOLKIT "SI6 Networks' IPv6 Toolkit (current) "
1+ #define SI6_TOOLKIT "SI6 Networks' IPv6 Toolkit 2.2 "
22#define MAX_CMDLINE_OPT_LEN 40
33#define DATE_STR_LEN 40
Original file line number Diff line number Diff line change 2929#
3030# Please send any bug reports to Fernando Gont <fgont@si6networks.com>
3131
32- $SI6_TOOLKIT =" SI6 Networks IPv6 Toolkit (current) " ;
32+ $SI6_TOOLKIT =" SI6 Networks IPv6 Toolkit 2.2 " ;
3333$SCRIPT6 =" script6: A tool to make complex IPv6 tasks easy" ;
3434$USAGE =" \
3535Usage: script6 COMMAND [PARAMETERS]
You can’t perform that action at this time.
0 commit comments