Commit 126e90f
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 4b4596e commit 126e90f
1 file changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
785 | 809 | | |
786 | 810 | | |
787 | 811 | | |
| |||
0 commit comments