forked from cramer/pcapmirror
Bump version to 0.5
This commit is contained in:
@@ -5,7 +5,7 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
VERSION: 0.4
|
VERSION: 0.5
|
||||||
|
|
||||||
build-bookworm:
|
build-bookworm:
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,11 @@
|
|||||||
|
pcapmirror (0.5-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* new option -c to count matching packets (overrides verbose mode)
|
||||||
|
* reworked packet decoder to also decode arp
|
||||||
|
* works now on MacOS and OpenBSD
|
||||||
|
|
||||||
|
-- Matthias Cramer <cramer@freestone.net> Fri, 29 Mar 2025 13:40:00 +0100
|
||||||
|
|
||||||
pcapmirror (0.4-1) unstable; urgency=medium
|
pcapmirror (0.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
* IPv6 support for remote destination
|
* IPv6 support for remote destination
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.TH PCAPMIRROR 1 "March 24, 2025" "pcapmirror 0.4" "User Commands"
|
.TH PCAPMIRROR 1 "March 24, 2025" "pcapmirror 0.5" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
pcapmirror \- A command-line tool for capturing and mirroring network traffic
|
pcapmirror \- A command-line tool for capturing and mirroring network traffic
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: pcapmirror
|
Name: pcapmirror
|
||||||
Version: 0.4
|
Version: 0.5
|
||||||
Release: %(perl -e 'print time()')%{?dist}
|
Release: %(perl -e 'print time()')%{?dist}
|
||||||
Summary: A simple packet capture mirror
|
Summary: A simple packet capture mirror
|
||||||
License: BSD 3-Clause License
|
License: BSD 3-Clause License
|
||||||
@@ -26,7 +26,11 @@ pcapmirror is a command-line tool for capturing and mirroring network traffic us
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Mar 24 2025 Matthias Cramer <cramer@freesone.net> 0.4-1
|
* Sat Mar 29 2025 Matthias Cramer <cramer@freesone.net> 0.5-1
|
||||||
|
- new option -c to count matching packets (overrides verbose mode)
|
||||||
|
- reworked packet decoder to also decode arp
|
||||||
|
- works now on MacOS and OpenBSD
|
||||||
|
* Mon Mar 24 2025 Matthias Cramer <cramer@freesone.net> 0.4-1
|
||||||
- IPv6 support for remote destination
|
- IPv6 support for remote destination
|
||||||
- remote destination can now also be hostname
|
- remote destination can now also be hostname
|
||||||
- added option to enforce IPv4 and IPv6 for remote destination
|
- added option to enforce IPv4 and IPv6 for remote destination
|
||||||
|
|||||||
Reference in New Issue
Block a user