File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG for the CCEAP tool
2
2
3
- current : 2019-08-05
3
+ v. 0.6.2 : 2021-04-26
4
4
* Improved welcome message and add -q for the client, too.
5
5
6
6
v. 0.6.1 : 2019-04-21 (Easter)
Original file line number Diff line number Diff line change 7
7
* vulnerabilities in a single communication protocol.
8
8
*
9
9
* Copyright (C) 2016-2019 Steffen Wendzel, steffen (at) wendzel (dot) de
10
- * http ://www.wendzel.de
10
+ * https ://www.wendzel.de
11
11
*
12
12
* This program is free software: you can redistribute it and/or modify
13
13
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 6
6
* for students. The tool demonstrates several network covert channel
7
7
* vulnerabilities in a single communication protocol.
8
8
*
9
- * Copyright (C) 2016-2019 Steffen Wendzel, steffen (at) wendzel (dot) de
9
+ * Copyright (C) 2016-2021 Steffen Wendzel, steffen (at) wendzel (dot) de
10
10
* http://www.wendzel.de
11
11
*
12
12
* This program is free software: you can redistribute it and/or modify
48
48
#include <math.h>
49
49
#include <time.h>
50
50
51
- #define CCEAP_VER "0.6.1+ "
52
- #define CCEAP_AUTHOR "Steffen Wendzel, www.wendzel.de"
51
+ #define CCEAP_VER "0.6.2 "
52
+ #define CCEAP_AUTHOR "Steffen Wendzel, https:// www.wendzel.de"
53
53
#define ERR_EXIT 2
54
54
#define OK_EXIT 0
55
55
Original file line number Diff line number Diff line change 7
7
* vulnerabilities in a single communication protocol.
8
8
*
9
9
* Copyright (C) 2016-2019 Steffen Wendzel, steffen (at) wendzel (dot) de
10
- * http ://www.wendzel.de
10
+ * https ://www.wendzel.de
11
11
*
12
12
* This program is free software: you can redistribute it and/or modify
13
13
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 7
7
* vulnerabilities in a single communication protocol.
8
8
*
9
9
* Copyright (C) 2016-2019 Steffen Wendzel, steffen (at) wendzel (dot) de
10
- * http ://www.wendzel.de
10
+ * https ://www.wendzel.de
11
11
*
12
12
* This program is free software: you can redistribute it and/or modify
13
13
* it under the terms of the GNU General Public License as published by
You can’t perform that action at this time.
0 commit comments