- Download the latest mirror release.
- Clone the repo:
git clone git://github.com/session-replay-tools/mirror.git
.
-
Navigate to the
mirror
directory:cd mirror
-
Run the configuration script:
./configure
Optionally, specify any necessary configuration options.
-
Compile the program:
make
-
Install the compiled program:
make install
--with-pfring=PATH Set the path to PF_RING library sources
--with-debug Compile mirror with debug support (saved in a log file)
./mirror -s sourceMacAddress -t targetMacAddress -F <filter> -o <device> -i <device> -x destIPAddress -d
see -h for more details
- Root privilege or the CAP_NET_RAW capability(e.g. setcap CAP_NET_RAW=ep mirror) is required
- 2014.09 v1.0
mirror
released - 2024.09 v1.0 Document normalization
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.
Copyright 2024 under the BSD license.