From 731eeed1c2d023fe6ba3382cfacd73e0c3b0e738 Mon Sep 17 00:00:00 2001 From: Joren Date: Thu, 6 Mar 2025 10:43:32 +0100 Subject: [PATCH] Change to srcip so the geolocation works --- decoder.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/decoder.xml b/decoder.xml index 6757cd0..81a4308 100644 --- a/decoder.xml +++ b/decoder.xml @@ -27,13 +27,13 @@ cgfw-firewall-activity srcIP=([\d\.]+) - SourceIP + srcip cgfw-firewall-activity srcPort=([\d\s]+) - SourcePort + srcport @@ -45,13 +45,13 @@ cgfw-firewall-activity dstIP=([\d\.]+) - DestinationIP + dstip cgfw-firewall-activity dstPort=([\w\s]+) - DestinationPort + dstport