Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

T-NOVA/vTC

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README

  • Install necessary libraries

sudo apt-get install libtool pkg-config gcc libpcap-dev libnuma-dev linux-headers-$(uname -r) libjson0-dev libcurl4-gnutls-dev

  • Build nDPI folder

cd vtc

cd nDPI

sudo ./autogen.sh

sudo ./configure

  • Append file example/Makefile

LDFLAGS= -ljson-c

  • Compile nDPI

sudo make

sudo make install

  • Build PF_RING

cd ../PF_RING

cd kernel

sudo make

sudo make install

sudo insmod ./pf_ring.ko

cd userland/examples

sudo make

sudo ./pfbridge -a eth0 -b eth1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published