()
| 286 | |
| 287 | |
| 288 | def tflows() -> list[flow.Flow]: |
| 289 | return [ |
| 290 | tflow(resp=True), |
| 291 | tflow(err=True), |
| 292 | tflow(ws=True), |
| 293 | ttcpflow(), |
| 294 | ttcpflow(err=True), |
| 295 | tudpflow(), |
| 296 | tudpflow(err=True), |
| 297 | tdnsflow(resp=True), |
| 298 | tdnsflow(req=tdnsreq(questions=[])), |
| 299 | tdnsflow(err=True), |
| 300 | ] |