Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

thomasbhatia/OpenDPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

README for OpenDPI
==================
OpenDPI is a software component for traffic classification based on deep packet inspection. 
Visit http://opendpi.org/ or http://code.google.com/p/opendpi/ for more information.
Building OpenDPI
================
OpenDPI is built using autotools and a gnu compatible C compiler like gcc.
To build the OpenDPI_demo application an installation of libpcap and the libpcap developer files are required.
Building an OpenDPI release from the command line:
	
	$ tar xvfz opendpi-1.1.0.tar.gz
	$ cd opendpi-1.1.0
	$ ./configure
	$ make
	$ su (if necessary for the next line)
	$ make install
	
Building OpenDPI from SVN (First Time):
	$ svn checkout http://opendpi.googlecode.com/svn/trunk/ opendpi
	$ cd opendpi
	$ ./autogen.sh
	$ make
	$ su (if necessary for the next line)
	$ make install
	
Building OpenDPI from SVN (Updating):
	
	$ cd opendpi
	$ make clean
	$ svn up
	$ make
	$ su (if necessary for the next line)
	$ make install
	
	

About

OpenDPI v.3.10

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /