mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-13 14:32:55 +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
|
|
@ -142,6 +142,10 @@ ParserInterface::ParserInterface(const char *endpoint) : NetworkInterface(endpoi
|
|||
addMapping("PLUGIN_NAME", 57598);
|
||||
addMapping("UNTUNNELED_IPV6_SRC_ADDR", 57868);
|
||||
addMapping("UNTUNNELED_IPV6_DST_ADDR", 57869);
|
||||
addMapping("SRC_IP_LONG", 57920);
|
||||
addMapping("SRC_IP_LAT", 57921);
|
||||
addMapping("DST_IP_LONG", 57922);
|
||||
addMapping("DST_IP_LAT", 57923);
|
||||
addMapping("IN_SRC_OSI_SAP", 57821);
|
||||
addMapping("OUT_DST_OSI_SAP", 57822);
|
||||
addMapping("DURATION_IN", 57863);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue