Skip to content

Commit

Permalink
Fixed URL for IPv4 logic
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed Mar 1, 2023
1 parent 08c307d commit a032af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastnetmon_logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit a032af4

Please sign in to comment.