https://github.com/chrisrx/multitap
a multi-threaded network tap
https://github.com/chrisrx/multitap
Last synced: 3 months ago
JSON representation
a multi-threaded network tap
- Host: GitHub
- URL: https://github.com/chrisrx/multitap
- Owner: ChrisRx
- License: gpl-3.0
- Created: 2014-10-21T13:53:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T13:31:18.000Z (over 9 years ago)
- Last Synced: 2025-01-21T13:11:16.353Z (4 months ago)
- Language: C
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
multitap
========a multi-threaded network tap
# Install
## Ubuntu
```Shell
apt-get update
apt-get install libdumbnet-dev libyaml-dev
make install CPPFLAGS=-DUBUNTU
```## Redhat
```Shell
yum install libdnet-devel libyaml-devel
make install
```