Commit graph

1722 commits

Author SHA1 Message Date
Zied Aouini
4fc3bfe521 Fix CI. 2022-08-17 19:49:03 +02:00
Zied Aouini
a782cd7e35 Simplify building process. 2022-08-17 18:58:09 +02:00
Zied Aouini
2b16a64243 Drop libgcrypt support. 2022-08-16 19:24:12 +02:00
Zied Aouini
59f1165d66 Fix cffi version on Windows. 2022-08-10 19:23:47 +02:00
aouinizied
e164b9d36c Windows fixes (https://github.com/nfstream/nfstream/issues/127). 2022-08-10 17:12:06 +02:00
Zied Aouini
fc94e134d9 Fix test cases. 2022-07-28 13:57:38 +02:00
Zied Aouini
6c5eb7b584 Add debug trace. 2022-07-28 13:09:04 +02:00
Zied Aouini
bd1ec912fb Fix consecutive pcap files reading (https://github.com/nfstream/nfstream/pull/131) 2022-07-28 12:59:46 +02:00
Zied Aouini
cf8145bd36 Fix consecutive pcap files reading (https://github.com/nfstream/nfstream/pull/131) 2022-07-28 12:50:21 +02:00
Zied Aouini
29f507953a
Merge pull request #131 from Schwaggot/consecutive-file-sources
Consecutive file sources
2022-07-27 15:26:28 +02:00
Schwaggot
af08f369ac Removed unused import 2022-07-26 17:33:55 +02:00
Schwaggot
3099ac7a69 Fixed passing mode argument to C engine
* Changed parent class of NFMode from Enum to IntEnum
* Added conversion of NFMode to int before passing as arg to C engine
2022-07-26 15:51:21 +02:00
Schwaggot
b967378155 Fixed NFMode enum reference after moving enum into utils 2022-07-26 15:43:47 +02:00
Schwaggot
c833d37232 Merge branch 'master' of github.com:Schwaggot/nfstream into consecutive-file-sources 2022-07-26 15:29:47 +02:00
Zied Aouini
dcd8522078 nDPI fixes. 2022-07-23 15:27:15 +02:00
Zied Aouini
89d6e8b829 nDPI fixes. 2022-07-22 22:07:17 +02:00
Zied Aouini
939680f091 CI fixes. 2022-07-22 22:05:41 +02:00
Zied Aouini
4996d3f277 CI fixes. 2022-07-22 21:52:05 +02:00
Zied Aouini
cf634c0a47 Fix nDPI compilation. 2022-07-22 20:18:44 +02:00
Zied Aouini
32c9578723 Fix nDPI compilation. 2022-07-22 18:58:13 +02:00
Zied Aouini
db7518823e Sync nDPI. 2022-07-22 18:31:58 +02:00
Zied Aouini
4e06fb7fd5 Update nDPI submodule. 2022-07-22 16:30:57 +02:00
Zied Aouini
b9173b41da Improve windows CI. 2022-07-20 14:07:27 +02:00
Zied Aouini
1644e6eca1 Improve MACOS CI. 2022-07-20 14:02:58 +02:00
Zied Aouini
555cff6a9a Drop support for Py36 (eol). 2022-07-20 13:44:33 +02:00
Zied Aouini
638b4af245 Fix libpcap compilation flags. 2022-07-20 13:26:20 +02:00
Zied AOUINI
284df30ee8 [CI test] Update numpy on macOS. 2022-07-20 13:23:21 +02:00
Schwaggot
500f98f4cc Added example for multiple file sources 2022-06-27 11:01:46 +02:00
Schwaggot
e6e26db1ff First version of multiple file sources support
* Moved Mode enum to utils and renamed to NFMode (to be accessible from meter.py)
* Introduced new mode to lib_engine.c and added macro definitions for modes
* Added looped version of meter workflow
2022-06-26 23:21:15 +02:00
Schwaggot
4a4b44ceb2 Fixed missing space in import statement 2022-06-26 22:37:50 +02:00
Schwaggot
82a6a301da Fixed PEP 8: E127 continuation line over-indented for visual indent 2022-06-26 22:36:30 +02:00
Schwaggot
6835d37847 Fixed PEP 8: E303 too many blank lines 2022-06-26 22:36:04 +02:00
Schwaggot
85e8d8e6b0 Replaced mode magic numbers with enum 2022-06-26 22:35:35 +02:00
aouinizied
1322d6b1e4 Bumpversion 6.5.1 -> 6.5.2. 2022-04-28 19:28:18 +02:00
aouinizied
b838a5b951 Fix missing aarch64 wheels. 2022-04-28 13:32:39 +02:00
aouinizied
65642a4856 Bumpversion 6.5.0 -> 6.5.1. 2022-04-27 14:16:44 +02:00
aouinizied
051441e81b Minor fixes. 2022-04-27 12:10:47 +02:00
aouinizied
3a0139e654 Fix Windows CI. 2022-04-26 22:56:37 +02:00
aouinizied
429503dcca Fix Windows CI. 2022-04-26 16:18:37 +02:00
aouinizied
808b34212c Fix Windows CI. 2022-04-16 21:22:30 +02:00
aouinizied
9b95cc2c43 Fix Windows CI. 2022-04-16 06:38:00 +02:00
aouinizied
d4753df318 Fix Windows CI. 2022-04-16 05:55:07 +02:00
aouinizied
3952d2e2e0 Fix Windows CI. 2022-04-16 05:19:47 +02:00
aouinizied
9765275320 Fix windows CI. 2022-04-15 21:20:03 +02:00
aouinizied
1bc4173b43 Fix CI. 2022-04-15 20:58:16 +02:00
aouinizied
5c026b0002 Fix termination on Windows. 2022-04-15 19:10:12 +02:00
aouinizied
cbe76a7ac4 Fix QUIC detection on Windows. 2022-04-15 18:03:41 +02:00
aouinizied
2ed89ad932 Fix QUIC detection on Windows. 2022-04-15 17:44:02 +02:00
aouinizied
8c118aedd5 Fix CI. 2022-04-14 22:07:26 +02:00
aouinizied
f3a4550f6d Fix CI 2022-04-14 19:39:21 +02:00