Skip to content

RyuAsuka/NetworkPacketAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A network packet analyzer based on Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages