Implements use of post-nat src/dst addresses and ports

Implements https://github.com/ntop/ntopng/issues/1398
This commit is contained in:
Simone Mainardi 2017-09-07 16:24:53 +02:00
parent 3f051b4335
commit 906aff3e20
10 changed files with 59 additions and 10 deletions

View file

@ -90,7 +90,10 @@ template = {
['FLOW_START_MILLISECONDS'] = 152,
['FLOW_END_MILLISECONDS'] = 153,
['FIREWALL_EVENT'] = 233,
['BIFLOW_DIRECTION'] = 239,
['POST_NAT_SRC_IPV4_ADDR'] = 225,
['POST_NAT_DST_IPV4_ADDR'] = 226,
['POST_NAPT_SRC_TRANSPORT_PORT'] = 227,
['POST_NAPT_DST_TRANSPORT_PORT'] = 228,
['OBSERVATION_POINT_TYPE'] = 277,
['OBSERVATION_POINT_ID'] = 300,
['SELECTOR_ID'] = 302,