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:
valentina 2016-03-20 21:06:49 +01:00
parent c1b97c5c24
commit c973a28752
4 changed files with 17 additions and 1 deletions

View file

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