mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
This commit is contained in:
commit
71646ff4bb
8 changed files with 50 additions and 3 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue