Skip to content
/ fpcap Public

A library for analysis the tcp traffic (based on the libpcap)

License

Notifications You must be signed in to change notification settings

finaldie/fpcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fpcap

A library for analysis the tcp traffic (based on the libpcap)

Compile and Install

Compile the dependency

For example, in ubuntu:

apt-get install libpcap0.8 libpcap0.8-dev
make dep

Compile

make

Installation

make install

notes: by default, it will be installed to /usr/local

About

A library for analysis the tcp traffic (based on the libpcap)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published