extracted files limit is in bytes now, added bytes limit to preferences, PacketDumper code cleanup

This commit is contained in:
Alfredo Cardigliano 2018-11-09 10:24:10 +01:00
parent a6e0a45b8d
commit 573bade0e0
12 changed files with 88 additions and 75 deletions

View file

@ -1016,6 +1016,7 @@ elseif(page == "traffic_recording") then
record_traffic_value = "true" -- Opposite
end
max_space = math.floor(max_space/1024)*1024
if isEmptyString(disk_space) then
disk_space = max_space
end