mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added ability to show file information/hash when downloaded via Bittorrent
This commit is contained in:
parent
2c7597cd08
commit
40a1110a7e
4 changed files with 28 additions and 2 deletions
|
|
@ -266,6 +266,8 @@ for key, value in pairs(flows_stats) do
|
|||
info = shortenString(flows_stats[key]["http.last_url"])
|
||||
elseif(flows_stats[key]["ssl.certificate"] ~= nil) then
|
||||
info = shortenString(flows_stats[key]["ssl.certificate"])
|
||||
elseif(flows_stats[key]["bittorrent_hash"] ~= nil) then
|
||||
info = shortenString(flows_stats[key]["bittorrent_hash"])
|
||||
end
|
||||
flows_stats[key]["info"] = info
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue