ERSPAN RELEASE

This commit is contained in:
2025-04-20 16:53:26 +02:00
parent 9fcac378ae
commit c202697f7b
5 changed files with 18 additions and 6 deletions

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
pcapmirror (0.6-1) unstable; urgency=medium
* Erspan Encapsulation support
* added option -e to set the encapsulation type
* added option -S to set ERSPAN session id
-- Matthias Cramer <cramer@freestone.net> Sun, 20 Apr 2025 16:50:00 +0200
pcapmirror (0.5-1) unstable; urgency=medium
* new option -c to count matching packets (overrides verbose mode)

4
debian/control vendored
View File

@@ -11,7 +11,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libpcap0.8
Description: A simple packet mirroring tool using libpcap
pcapmirror is a command-line tool for capturing network traffic and
mirroring it to a remote destination using TZSP encapsulation. It
leverages the libpcap library for packet capture and provides options
mirroring it to a remote destination using TZSP or ERSPAN encapsulation.
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.