Properly handle L4 protocols charts

This commit is contained in:
emanuele-f 2018-12-20 12:16:46 +01:00
parent a4f87f92d2
commit 657084e7d0
7 changed files with 75 additions and 13 deletions

View file

@ -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