Skip to content

Commit e82847e

Browse files
authored
Minor fix.
1 parent 8361d88 commit e82847e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/api.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -149,27 +149,27 @@ In the following we detail each implemented feature.
149149

150150
| `bidirectional_min_ps` | `int` | Flow bidirectional minimum packet size (depends on accounting_mode).|
151151
| `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).|
153153
| `bidirectional_max_ps` | `int` | Flow bidirectional maximum packet size (depends on accounting_mode).|
154154
| `src2dst_min_ps` | `int` | Flow src2dst minimum packet size (depends on accounting_mode).|
155155
| `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).|
157157
| `src2dst_max_ps` | `int` | Flow src2dst maximum packet size (depends on accounting_mode).|
158158
| `dst2src_min_ps` | `int` | Flow dst2src minimum packet size (depends on accounting_mode).|
159159
| `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).|
161161
| `dst2src_max_ps` | `int` | Flow dst2src maximum packet size (depends on accounting_mode).|
162162
| `bidirectional_min_piat_ms` | `int` | Flow bidirectional minimum packet inter arrival time.|
163163
| `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.|
165165
| `bidirectional_max_piat_ms` | `int` | Flow bidirectional maximum packet inter arrival time.|
166166
| `src2dst_min_piat_ms` | `int` | Flow src2dst minimum packet inter arrival time.|
167167
| `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.|
169169
| `src2dst_max_piat_ms` | `int` | Flow src2dst maximum packet inter arrival time.|
170170
| `dst2src_min_piat_ms` | `int` | Flow dst2src minimum packet inter arrival time.|
171171
| `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.|
173173
| `dst2src_max_piat_ms` | `int` | Flow dst2src maximum packet inter arrival time.|
174174
| `bidirectional_syn_packets` | `int` | Flow bidirectional syn packet accumulators.|
175175
| `bidirectional_cwr_packets` | `int` | Flow bidirectional cwr packet accumulators.|
@@ -424,4 +424,4 @@ for flow in ml_streamer:
424424
[bpf]: https://biot.com/capstats/bpf.html
425425
[ja3]: https://github.com/salesforce/ja3
426426
[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

Comments
 (0)