Skip to content

This repository forked from Sviftel/Analyser-TCP-RE and extends Packet-RE Analyser to integrate him with TCP-Flow-Cache Analyser.

Notifications You must be signed in to change notification settings

egorlitsky/Analyser-TCP-RE-Flow-based-version

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyser-TCP-RE-Flow-based-version

This repository forked from Sviftel/Analyser-TCP-RE and extends Packet-RE Analyser to integrate him with TCP-Flow-Cache Analyser.

This repository contains source code of Analyser impementing TCP-Flow-Cache algorythm.

TCP-Flow-Cache allows to cache TCP traffic between two remote nodes. TCP-Flow-Cache approach caches TCP-flows using TCP/IP headers and packet payload. The main idea is caching which doesn't depend of packets / segments fragmentation.

For more details, please, refer the article

Install required libraries:

$ sudo apt-get install libssl-dev

$ sudo apt-get install libtclap-dev

$ sudo apt-get install libpcap-dev

Make the project:

$ cd .../Analyser-TCP-RE-Flow-based-version

$ make -f makefile

Run with --help option

$ cd bin

$ ./SnifferEx --help

About

This repository forked from Sviftel/Analyser-TCP-RE and extends Packet-RE Analyser to integrate him with TCP-Flow-Cache Analyser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.1%
  • Python 27.5%
  • Makefile 3.4%