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

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