From 5ab25db0794984ea2b0458f557229f75e1dfa1a1 Mon Sep 17 00:00:00 2001 From: jim-p Date: Thu, 28 Jul 2011 14:31:31 -0400 Subject: [PATCH] Move the textarea displaying packet capture outside of the form tag, or else a browser will try to submit the contents of the textarea when hitting a button. If you were viewing a large capture, that can be quite a long time it's wasting on uploading data that serves no purpose. --- usr/local/www/diag_packet_capture.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php index 0f14e649bc..b10e79c336 100644 --- a/usr/local/www/diag_packet_capture.php +++ b/usr/local/www/diag_packet_capture.php @@ -228,6 +228,9 @@ include("fbegin.inc"); ?> + + +
-