Commit 6d6e5fb
authored
upgrade goflow2 to fix netflow parser issue (#49888)
### What does this PR do?
This PR integrates the change from this PR netsampler/goflow2#503 to fix an issue we are seeing in some customer environments when parsing incoming packets.
### Motivation
Addresses an issue reported by a customer
### Describe how you validated your changes
* Replayed packets from a pcap to validate that they are now parsed as expected
### Additional Notes
Co-authored-by: garrison.stauffer <garrison.stauffer@datadoghq.com>1 parent e083f5b commit 6d6e5fb
3 files changed
Lines changed: 19 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
657 | | - | |
| 657 | + | |
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments