mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added management of latitude and longitude parameters (SRC_IP_LONG, SRC_IP_LAT, DST_IP_LONG and DST_IP_LAT)
This commit is contained in:
parent
c1b97c5c24
commit
c973a28752
4 changed files with 17 additions and 1 deletions
|
|
@ -690,6 +690,10 @@ local flow_fields_description = {
|
|||
["PLUGIN_NAME"] = "Plugin name used by this flow (if any)",
|
||||
["UNTUNNELED_IPV6_SRC_ADDR"] = "Untunneled IPv6 source address",
|
||||
["UNTUNNELED_IPV6_DST_ADDR"] = "Untunneled IPv6 destination address",
|
||||
["SRC_IP_LONG"] = "Longitude where the src IP is located",
|
||||
["SRC_IP_LAT"] = "Latitude where the src IP is located",
|
||||
["DST_IP_LONG"] = "Longitude where the dst IP is located",
|
||||
["DST_IP_LAT"] = "Latitude where the dst IP is located",
|
||||
["NUM_PKTS_TTL_EQ_1"] = "# packets with TTL = 1",
|
||||
["NUM_PKTS_TTL_2_5"] = "# packets with TTL > 1 and TTL <= 5",
|
||||
["NUM_PKTS_TTL_5_32"] = "# packets with TTL > 5 and TTL <= 32",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue