From 4c77cd75b6a152c018116890de24ad625c017484 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Thu, 9 Apr 2020 21:29:01 -0700 Subject: [PATCH] Utils: adds special handling patterns for FileEndpoint patterns --- LANforge/Utils.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/LANforge/Utils.pm b/LANforge/Utils.pm index 2c3c0c84..36973d99 100644 --- a/LANforge/Utils.pm +++ b/LANforge/Utils.pm @@ -725,6 +725,8 @@ our @starting_exceptions = ( "Access Denied:", "Bad Protocol:", "Bad URL:", + "Buffers Read:", + "Buffers Written:", "Bytes Read:", "Bytes Read-3s:", "Bytes Written:", @@ -737,6 +739,8 @@ our @starting_exceptions = ( "DNS-Latency: ", "DNS Servers:", "Endpoint [", + "Files Read:", + "Files Written:", "First-RW-Latency:", "Flags:", "FTP HOST Error:", @@ -752,6 +756,7 @@ our @starting_exceptions = ( "No Resolve Proxy:", "Not Found (404):", "Pkt-Gaps:", + "Read CRC Failed:", "Read Error:", "Redirect Loop Err:", "Results[",