NetworkPacketAnalyzer is a network packet analyzer based on Python. The techniques originated from CICFlowMeter. This programe has fixed some bugs and unreasonable logics of CICFlowMeter.
$ bin/NetworkPacketAnalyzer <input_file> <output_file>
The input file should be in.pcap
format. (Maybe the .pcapng
format also available but it has not been fully test yet)
The output file should be in .csv
format.
Not implemented yet.