CICFlowMeter
CICFlowMeter copied to clipboard
CICFlowmeter-V4.0 (formerly known as ISCXFlowMeter) is an Ethernet traffic Bi-flow generator and analyzer for anomaly detection that has been used in many Cybersecurity datsets such as Android Adware-...
Hey, I am converting a big capture 2.5 gb to dataset, and already took me 2 days and is not over yet, should be that slow? there is anything that...
I have downloaded and extracted the cicflowmeter-4.0 on my win 10 / 11 machine. From the cmd window, when I try to load the cicflowmeter.bat under bin, it says JAVA_HOME...
please explain why you have not added IPv6 ip addresses in cicflowmeter package
Hey, I noticed that in src/main/java/cic/cs/unb/ca/jnetpcap/FlowGenerator.java row 135, there's this line of code: ```java if ((flow.getBwdFINFlags() + flow.getBwdFINFlags()) == 2) { ``` I believe this should be ```java if ((flow.getFwdFINFlags()...