mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Properly handle L4 protocols charts
This commit is contained in:
parent
a4f87f92d2
commit
657084e7d0
7 changed files with 75 additions and 13 deletions
|
|
@ -144,6 +144,8 @@ l4_keys = {
|
|||
{ "Other IP", "other_ip", -1 }
|
||||
}
|
||||
|
||||
L4_PROTO_KEYS = {tcp=6, udp=17, icmp=1, other_ip=-1}
|
||||
|
||||
function __FILE__() return debug.getinfo(2,'S').source end
|
||||
function __LINE__() return debug.getinfo(2, 'l').currentline end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue