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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue