4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivelibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since ebb54a5 was
ebb54a5,
checked in by Shane Alcock <salcock@…>, 6 years ago
|
Improved parallel traceanon
- Updated to use new parallel API.
- Use libcrypto for AES operations.
- Rename -f option to -F to avoid confusion with normal filtering options.
- Add OO code for implementing anonymisation methods.
- Add ability to anonymise IPv6 addresses using cryptopan.
- Make sure ICMPv6 checksums are replaced.
- Remove unnecessary testing code, e.g. hash functions, debug output.
- Add maximum threads CLI option.
- Replaced useless trace_help option with conventional -h option.
|
-
Property mode set to
100644
|
File size:
275 bytes
|
Line | |
---|
1 | bin_PROGRAMS = traceanon |
---|
2 | |
---|
3 | man_MANS = traceanon.1 |
---|
4 | EXTRA_DIST = $(man_MANS) |
---|
5 | |
---|
6 | include ../Makefile.tools |
---|
7 | #traceanon_SOURCES = traceanon.c rijndael.h rijndael.c panon.h panon.c ipenc.c ipenc.h |
---|
8 | traceanon_SOURCES = traceanon.cc Anon.cc Anon.h |
---|
9 | |
---|
10 | traceanon_CPPFLAGS = $(AM_CPPFLAGS) |
---|
Note: See
TracBrowser
for help on using the repository browser.