mirror
mirror copied to clipboard
A tool to mirror packets to a target server
A tool to mirror packets to a target server
Quick start
- Download the latest mirror release.
- Clone the repo:
git clone git://github.com/session-replay-tools/mirror.git
.
Getting mirror installed
- cd mirror
- ./configure
- choose appropriate configure options if needed
- make
- make install
Configure Options for mirror
--with-pfring=PATH set path to PF_RING library sources
--with-debug compile mirror with debug support (saved in a log file)
Running
./mirror -s sourceMacAddress -t targetMacAddress -F <filter> -o <device> -i <device> -x destIPAddress -d
see -h for more details
Note
- Root privilege or the CAP_NET_RAW capability(e.g. setcap CAP_NET_RAW=ep mirror) is required
Release History
- 2014.09 v1.0 mirror released
Bugs and feature requests
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.
Copyright and license
Copyright 2014 under the BSD license.