mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implements use of post-nat src/dst addresses and ports
Implements https://github.com/ntop/ntopng/issues/1398
This commit is contained in:
parent
3f051b4335
commit
906aff3e20
10 changed files with 59 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue