Skip to content

Montimage/mmt-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMT-Reader

MMTReader

  • Simple version of MMT Tool
  • Provide network statistics informations
  • OS supported: Linux

Install

Make sure you have installed MMT-DPI

Install some dependencies

To compile MMTReader, we need to install libpcap-dev and libconfuse-dev:

On Debian machine

sudo -s
apt-get update
# C/C++ environment
apt-get install -y build-essential gcc g++ make
apt-get update
apt-get install libpcap-dev libconfuse-dev

On Redhat machine

yum update
# C/C++ environment
yum group install "Development Tools"
yum install libpcap-devel

Compile MMTReader

To compile MMTReader:

gcc -g -o mmtReader mmtReader.c -I /opt/mmt/dpi/include -L /opt/mmt/dpi/lib -lmmt_core -ldl -lpcap

Running MMTReader

Usage:

./mmtReader -t [PATH_TO_PCAP_FILE] <OPTION>

sudo ./mmtReader -i [INTERFACE_NAME] <OPTION>

Options:

 -b [value] : Set buffer for pcap handler in realtime monitoring

 -a         : Show protocol path

 -h         : Show help

Issues

If you have any problem, please contact us at: contact@montimage.com

License

Copyright Montimage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages