Click the \"Stop\" button to stop packet tracing."
elseif (statuMessage == "Packet Capturing Stoped") then
buttonPressed = "2"
statusMessage = "Packet tracing stopped.
Click the \"Download\" button to view the capture logs."
elseif(statusMessage == "Selected interface not found.") then
buttonPressed = "3"
else
if (intName ~= nil) then
buttonPressed = "1"
statusMessage = "Packet tracing started.
Click the \"Stop\" button to stop packet tracing."
else
buttonPressed = "3"
if (statusMessage == "") then
statusMessage = ""
end
end
end
local wanModeRow = db.getRow("WanMode","_ROWID_","1") or {}
local configPortRow = db.getRow("ConfigPort","_ROWID_","1") or {}
?>
Helpful Hints...
$| helpfullHints or '' |$
|