mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix for missing libcap-dev lib in README.compilation
Fixed bugs on ARP/ICMP sorting due to packet formatting Added drops reset when an interface is just initialized Fixed bug on RuntimePrefs hash get
This commit is contained in:
parent
9914b4c6a5
commit
07bb923450
10 changed files with 32 additions and 22 deletions
|
|
@ -35,6 +35,6 @@ else
|
|||
-- Show ARP stats for interface
|
||||
stats = interface.getStats()
|
||||
|
||||
print('<tr><td>'..i18n("graphs.arp_requests").."</td><td align='right'>"..formatPackets(stats["arp.requests"]).."</td></tr>")
|
||||
print('<tr><td>'..i18n("graphs.arp_replies").."</td><td align='right'>"..formatPackets(stats["arp.replies"]).."</td></tr>")
|
||||
print('<tr><td>'..i18n("graphs.arp_requests").."</td><td align='right'>"..(stats["arp.requests"]).."</td></tr>")
|
||||
print('<tr><td>'..i18n("graphs.arp_replies").."</td><td align='right'>"..(stats["arp.replies"]).."</td></tr>")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue