Commit 1f408ad
committed
fix(eBPF): enforce reassembly path when MySQL reassembly is enabled
When MySQL reassembly is enabled, force all related traffic into the
reassembly pipeline. Otherwise, single-packet protocol inference may
misidentify consecutive same-direction packets as complete MySQL
requests or responses.
This could lead to MSG_UNKNOWN not being returned, preventing the
reassembly logic from being triggered and causing incorrect parsing
behavior.
Ensure same-direction continuous data is not prematurely treated as
independent complete MySQL messages when reassembly is enabled.1 parent d94c9b7 commit 1f408ad
1 file changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
776 | 800 | | |
777 | 801 | | |
778 | 802 | | |
| |||
0 commit comments