mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Added support for %WLAN_SSID %WTP_MAC_ADDRESS
This commit is contained in:
parent
cc41dee597
commit
f1b2ad7832
3 changed files with 6 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ template = {
|
|||
['SAMPLED_PACKET_ID'] = 104,
|
||||
['EXPORTER_IPV4_ADDRESS'] = 130,
|
||||
['EXPORTER_IPV6_ADDRESS'] = 131,
|
||||
['WLAN_SSID'] = 147,
|
||||
['FLOW_ID'] = 148,
|
||||
['FLOW_START_SEC'] = 150,
|
||||
['FLOW_END_SEC'] = 151,
|
||||
|
|
@ -104,6 +105,7 @@ template = {
|
|||
['PACKETS_OBSERVED'] = 318,
|
||||
['PACKETS_SELECTED'] = 319,
|
||||
['SELECTOR_NAME'] = 335,
|
||||
['WTP_MAC_ADDRESS'] = 367,
|
||||
['SRC_FRAGMENTS'] = NTOP_BASE_ID+80,
|
||||
['DST_FRAGMENTS'] = NTOP_BASE_ID+81,
|
||||
['SRC_TO_DST_MAX_THROUGHPUT'] = NTOP_BASE_ID+82,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue