Merge branch 'dev' of https://github.com/ntop/ntopng into dev

This commit is contained in:
Luca Deri 2016-06-15 16:51:07 +02:00
commit 71646ff4bb
8 changed files with 50 additions and 3 deletions

View file

@ -2063,6 +2063,7 @@ end
-- ##########################################
<<<<<<< HEAD
function historicalProtoHostHref(ifId, host, l4_proto, ndpi_proto_id, info)
if ntop.isPro() and ntop.getPrefs().is_dump_flows_to_mysql_enabled == true then
local hist_url = ntop.getHttpPrefix().."/lua/pro/db_explorer.lua?search=true&ifId="..ifId
@ -2086,6 +2087,9 @@ end
-- ##########################################
_icmp_types = {
=======
_icmp_types ={
>>>>>>> c010813266e90d0e0601e58f22869624dd1d62f5
{ 0, 0, "Echo Reply" },
{ 3, 0, "Network Unreachable" },
{ 3, 1, "Host Unreachable" },