/NetworkPacketAnalyzer

A network packet analyzer based on Python.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

NetworkPacketAnalyzer

pyver platform license

Introduction

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.

Usage

Analyze pcap files

$ 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.

Realtime analyzing

Not implemented yet.

Preconditions