From e39c130a699a3399553523e32e20b5a997852835 Mon Sep 17 00:00:00 2001 From: Matthias Cramer Date: Sun, 30 Mar 2025 15:18:00 +0200 Subject: [PATCH] extended changelog --- debian/changelog | 3 ++- pcapmirror.spec | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 464f9ad..191d8ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ pcapmirror (0.5-1) unstable; urgency=medium * new option -c to count matching packets (overrides verbose mode) - * reworked packet decoder to also decode arp + * reworked packet decoder to also decode arp, vlan and qinq packets + * well known protocols numbers are now decoded * works now on MacOS and OpenBSD -- Matthias Cramer Fri, 29 Mar 2025 13:40:00 +0100 diff --git a/pcapmirror.spec b/pcapmirror.spec index e1a3c14..3ab7d81 100644 --- a/pcapmirror.spec +++ b/pcapmirror.spec @@ -28,7 +28,8 @@ pcapmirror is a command-line tool for capturing and mirroring network traffic us %changelog * Sat Mar 29 2025 Matthias Cramer 0.5-1 - new option -c to count matching packets (overrides verbose mode) -- reworked packet decoder to also decode arp +- reworked packet decoder to also decode arp, vlan and qinq packets +- well known protocols numbers are now decoded - works now on MacOS and OpenBSD * Mon Mar 24 2025 Matthias Cramer 0.4-1 - IPv6 support for remote destination