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-...
Hi, This is my first attempt at running CICFlowMete on pcaps. When I select the input pcap file, the output directory, the logger pane shows a message "CICFlowMeter has received...
when i use a *.pacp file over 1GB as CICFlowMeter`s input , it only gives 263 flows . How can i solve this problem?
Hello: I converted ICMP traffic using CICFLOWMETER 3.0. In Wireshark, I can see the IP protocol for ICMP is 1 but the converted CSV file shows protocol#0. Any advise?
`if(this.forward.size() > 0){ return (double)(this.backward.size()/this.forward.size()); } return 0; }` This is casting the result of an integer division (int/int) [which returns an int] to a float, rather than correctly casting...
`PSH Flag Count` and `URG Flag Count` are always equal to 0. Also, I could see at least for `PSH Flag Count`, `Fwd PSH flags` + `Fwd PSH flags` !=...
I am confused about the difference between the two features. Packet Length Mean: Mean length of a packet Average Packet Size: Average size of packet Can you please clarify the...
FAILURE: Build failed with an exception. *What went wrong: Could not determine Java version from '13.0.7'. *Try: Run with --stacktrace option to get the stack trace. Run with --info or...
以及,我pcap包里输入3w个数据包,cicflowmeter导出的csv文件只整合了1745条流量特征,这正常么 Also, I input 3W data packets into the pcap package, and the CSV file exported by cicflowmeter only integrates 1745 traffic features. Is this normal?