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.

This commit is contained in:
jim-p 2011-07-28 14:31:31 -04:00
parent d427daea51
commit 5ab25db079

View File

@ -228,6 +228,9 @@ include("fbegin.inc");
?>
</td>
</tr>
</table>
</form>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td valign="top" colspan="2">
<?php
@ -282,7 +285,6 @@ include("fbegin.inc");
</td>
</tr>
</table>
</form>
</td></tr>
</table>