@@ -149,27 +149,27 @@ In the following we detail each implemented feature.
149
149
150
150
| ` bidirectional_min_ps ` | ` int ` | Flow bidirectional minimum packet size (depends on accounting_mode).|
151
151
| ` bidirectional_mean_ps ` | ` float ` | Flow bidirectional mean packet size (depends on accounting_mode).|
152
- | ` bidirectional_stdev_ps ` | ` float ` | Flow bidirectional packet size sample standard deviation (depends on accounting_mode).|
152
+ | ` bidirectional_stddev_ps ` | ` float ` | Flow bidirectional packet size sample standard deviation (depends on accounting_mode).|
153
153
| ` bidirectional_max_ps ` | ` int ` | Flow bidirectional maximum packet size (depends on accounting_mode).|
154
154
| ` src2dst_min_ps ` | ` int ` | Flow src2dst minimum packet size (depends on accounting_mode).|
155
155
| ` src2dst_mean_ps ` | ` float ` | Flow src2dst mean packet size (depends on accounting_mode).|
156
- | ` src2dst_stdev_ps ` | ` float ` | Flow src2dst packet size sample standard deviation (depends on accounting_mode).|
156
+ | ` src2dst_stddev_ps ` | ` float ` | Flow src2dst packet size sample standard deviation (depends on accounting_mode).|
157
157
| ` src2dst_max_ps ` | ` int ` | Flow src2dst maximum packet size (depends on accounting_mode).|
158
158
| ` dst2src_min_ps ` | ` int ` | Flow dst2src minimum packet size (depends on accounting_mode).|
159
159
| ` dst2src_mean_ps ` | ` float ` | Flow dst2src mean packet size (depends on accounting_mode).|
160
- | ` dst2src_stdev_ps ` | ` float ` | Flow dst2src packet size sample standard deviation (depends on accounting_mode).|
160
+ | ` dst2src_stddev_ps ` | ` float ` | Flow dst2src packet size sample standard deviation (depends on accounting_mode).|
161
161
| ` dst2src_max_ps ` | ` int ` | Flow dst2src maximum packet size (depends on accounting_mode).|
162
162
| ` bidirectional_min_piat_ms ` | ` int ` | Flow bidirectional minimum packet inter arrival time.|
163
163
| ` bidirectional_mean_piat_ms ` | ` float ` | Flow bidirectional mean packet inter arrival time.|
164
- | ` bidirectional_stdev_piat_ms ` | ` float ` | Flow bidirectional packet inter arrival time sample standard deviation.|
164
+ | ` bidirectional_stddev_piat_ms ` | ` float ` | Flow bidirectional packet inter arrival time sample standard deviation.|
165
165
| ` bidirectional_max_piat_ms ` | ` int ` | Flow bidirectional maximum packet inter arrival time.|
166
166
| ` src2dst_min_piat_ms ` | ` int ` | Flow src2dst minimum packet inter arrival time.|
167
167
| ` src2dst_mean_piat_ms ` | ` float ` | Flow src2dst mean packet inter arrival time.|
168
- | ` src2dst_stdev_piat_ms ` | ` float ` | Flow src2dst packet inter arrival time sample standard deviation.|
168
+ | ` src2dst_stddev_piat_ms ` | ` float ` | Flow src2dst packet inter arrival time sample standard deviation.|
169
169
| ` src2dst_max_piat_ms ` | ` int ` | Flow src2dst maximum packet inter arrival time.|
170
170
| ` dst2src_min_piat_ms ` | ` int ` | Flow dst2src minimum packet inter arrival time.|
171
171
| ` dst2src_mean_piat_ms ` | ` float ` | Flow dst2src mean packet inter arrival time.|
172
- | ` dst2src_stdev_piat_ms ` | ` float ` | Flow dst2src packet inter arrival time sample standard deviation.|
172
+ | ` dst2src_stddev_piat_ms ` | ` float ` | Flow dst2src packet inter arrival time sample standard deviation.|
173
173
| ` dst2src_max_piat_ms ` | ` int ` | Flow dst2src maximum packet inter arrival time.|
174
174
| ` bidirectional_syn_packets ` | ` int ` | Flow bidirectional syn packet accumulators.|
175
175
| ` bidirectional_cwr_packets ` | ` int ` | Flow bidirectional cwr packet accumulators.|
@@ -424,4 +424,4 @@ for flow in ml_streamer:
424
424
[ bpf ] : https://biot.com/capstats/bpf.html
425
425
[ ja3 ] : https://github.com/salesforce/ja3
426
426
[ hassh ] : https://github.com/salesforce/hassh
427
- [ plg ] : https://github.com/nfstream/nfstream/tree/master/nfstream/plugins
427
+ [ plg ] : https://github.com/nfstream/nfstream/tree/master/nfstream/plugins
0 commit comments