-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Describe the bug
When i run the command :
chris@chris-VMware-Virtual-Platform:~/Downloads/heiFIP/heiFIP/build$ ./heiFIP -i ~/Desktop/thesis/pcaps/Monday-WorkingHours.pcap -o ~/Desktop/thesis/output/benign_data -t $(nproc) -p NONE -m PacketImage --dim 16 --fill 0
I get the response :
[!] Empty image, cannot save: /home/chris/Desktop/thesis/output/benign_data/heiFIPGeneratedImage
Also when i run the command :
./heiFIP --input ~/Desktop/thesis/pcaps/Friday-WorkingHours.pcap --output ~/Desktop/thesis/output/malicious_flows --threads $(nproc) --processor HEADER --mode PacketImage --dim 16 --min-pkts 3 --max-pkts 100
The command succeeds but the only thing i took as output is only one image and the pcap i have give as an input is 11GB with a lot of packets.
Steps to reproduce
Download these pcaps (https://www.unb.ca//cic/datasets/ids-2017.html) and run the usual commands.
Expected behavior
When I run either the one or the other command I expect a lot of images to be prodused. At PacketImage mode I expect if the pcap file has 1000 packets to produse 1000 images. Also for the FlowImage mode I expect a lot of images to be prodused and not only one.
Environment
- OS: Ubuntu 64 bit in VMware and also in WSL at ubuntu terminal in windows.
- I have 16gb ram, 4gb geforce rtx and 500gb free space so i think my computer specs is not the problem