Commit 162d3ef
fix: load port service names CSV in netflow v5 test
The "Parse netflow v5 stream" test was missing the
IpPort::set_csv_iana_ports() call, making it depend on global static
state populated by sflow tests that happen to run first. When run in
isolation (e.g. --randomize-run-order or filtered by [netflow]), the
port map is empty so port 23 resolves to "23" instead of "telnet".
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4d75943 commit 162d3ef
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
411 | 412 | | |
412 | 413 | | |
413 | 414 | | |
| |||
0 commit comments