forked from cramer/pcapmirror
updated readme and added logos
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
# pcapmirror
|
# pcapmirror
|
||||||
|

|
||||||
|
|
||||||
pcapmirror is a command-line tool for capturing network traffic and mirroring it to a remote destination using [TZSP encapsulation](https://en.wikipedia.org/wiki/TZSP). It leverages the `libpcap` library for packet capture and provides options for filtering traffic based on BPF syntax. This tool is useful for network monitoring, intrusion detection, and remote packet analysis.
|
pcapmirror is a command-line tool for capturing network traffic and mirroring it to a remote destination using [TZSP encapsulation](https://en.wikipedia.org/wiki/TZSP). It leverages the `libpcap` library for packet capture and provides options for filtering traffic based on BPF syntax. This tool is useful for network monitoring, intrusion detection, and remote packet analysis.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -45,7 +48,7 @@ make install
|
|||||||
|
|
||||||
This will copy the pcapmirror executable to bin. You may need to adjust the PREFIX variable in the Makefile if you want to install it to a different location.
|
This will copy the pcapmirror executable to bin. You may need to adjust the PREFIX variable in the Makefile if you want to install it to a different location.
|
||||||
|
|
||||||
Dependencies
|
### Dependencies
|
||||||
libpcap: You need to have libpcap installed on your system. On Debian/Ubuntu systems, you can install it using:
|
libpcap: You need to have libpcap installed on your system. On Debian/Ubuntu systems, you can install it using:
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install libpcap-dev
|
sudo apt-get install libpcap-dev
|
||||||
@@ -57,7 +60,7 @@ sudo yum install libpcap-devel
|
|||||||
```
|
```
|
||||||
## Build debian package
|
## Build debian package
|
||||||
|
|
||||||
If you have never built a debian pakage you probably need debhelper:
|
If you have never built a debian package you probably need debhelper:
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install debhelper
|
sudo apt-get install debhelper
|
||||||
```
|
```
|
||||||
|
|||||||
BIN
logo/pcapmirror_logo.png
Normal file
BIN
logo/pcapmirror_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 600 KiB |
BIN
logo/pcapmirror_logo_small.png
Normal file
BIN
logo/pcapmirror_logo_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
Reference in New Issue
Block a user