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

@ -140,6 +140,10 @@ template = {
['SERVER_NW_DELAY_MS'] = NTOP_BASE_ID+124,
['APPL_LATENCY_MS'] = NTOP_BASE_ID+125,
['PLUGIN_NAME'] = NTOP_BASE_ID+126,
['SRC_IP_LONG'] = NTOP_BASE_ID+448,
['SRC_IP_LAT'] = NTOP_BASE_ID+449,
['DST_IP_LONG'] = NTOP_BASE_ID+450,
['DST_IP_LAT'] = NTOP_BASE_ID+451,
['NUM_PKTS_TTL_EQ_1'] = NTOP_BASE_ID+347,
['NUM_PKTS_TTL_2_5'] = NTOP_BASE_ID+346,
['NUM_PKTS_TTL_5_32'] = NTOP_BASE_ID+334,