Skip to content

An example network probe showing a simple use case of the mmt-dpi library.

License

Notifications You must be signed in to change notification settings

Montimage/mmt-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMT-HTTP

MMT-HTTP

  • Simple version of MMT Tool
  • Provide HTTP informations in your network such as: method, url, cookies, user-agent
  • 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 MMT-HTTP

To compile MMTReader:

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

Running MMT-HTTP

Usage:

./mmtHTTP -t [PATH_TO_PCAP_FILE] <OPTION>

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

Options:

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

 -h         : Show help

Issues

If you have any problem, please contact us at: [email protected]

License

Copyright Montimage

About

An example network probe showing a simple use case of the mmt-dpi library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages