CICFlowMeter
CICFlowMeter copied to clipboard
CICFlowMeter doesn`t work when the input file over 1GB
when i use a *.pacp file over 1GB as CICFlowMeter`s input , it only gives 263 flows .
How can i solve this problem?
@mark12138 CicFlowMeter do not handle large files and have some memory issues. Did you try NFStream as an alternative processing tool?
@mark12138 CicFlowMeter do not handle large files and have some memory issues. Did you try NFStream as an alternative processing tool?
I will try , Thanks a lot.
@mark12138 CicFlowMeter do not handle large files and have some memory issues. Did you try NFStream as an alternative processing tool?
Hi @aouinizied, how many flow features the NFStream can extract?
Thank you.
88 features which include also nDPI based labels. Moreover, you can extend it easily with Plugins as described here: https://www.nfstream.org/docs/api#nfplugin
Is there any way to use NFstream to produce data in the same format as the CIC-IDS2017 data set format?
@aouinizied I split the pcap files into smaller using editcap tool, and the CICFlowMeter works fine, but I am not sure if is it a good way to split the pcap file or not. what do you think? Thank you
@aouinizied I split the pcap files into smaller using editcap tool, and the CICFlowMeter works fine, but I am not sure if is it a good way to split the pcap file or not. what do you think? Thank you
i already try this way but when i want to convert my split data using this CICflowmeter, the program was autoclose not respond :(
@abmnyuiwari I think any tool for splitting PCAP files should be fine. You can also check SplitCap. It is a free tool to split large PCAPs into smaller ones based on a criterion you select.