From a032af4998b54b9324fb366d15ec450aabbe3af7 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Wed, 1 Mar 2023 14:16:10 +0000 Subject: [PATCH] Fixed URL for IPv4 logic --- src/fastnetmon_logic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastnetmon_logic.cpp b/src/fastnetmon_logic.cpp index a21321d7..542a5b37 100644 --- a/src/fastnetmon_logic.cpp +++ b/src/fastnetmon_logic.cpp @@ -1735,7 +1735,7 @@ void traffic_draw_ipv4_program() { sorter_type = attack_detection_threshold_type_t::packets_per_second; } - output_buffer << "FastNetMon " << fastnetmon_platform_configuration.fastnetmon_version << " Try Advanced edition: https://fastnetmon.com" + output_buffer << "FastNetMon " << fastnetmon_platform_configuration.fastnetmon_version << " Try Advanced edition: https://fastnetmon.com/product-overview/" << "\n" << "IPs ordered by: " << sort_parameter << "\n";