We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skbdump -i any 'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420' doesn't work due to buggy handling for jump adjustments.
skbdump -i any 'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420'
The text was updated successfully, but these errors were encountered:
Actually 'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420' doesn't work because [skb->data, skb->data_end] doesn't include payload. So leave it.
'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420'
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
skbdump -i any 'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420'
doesn't work due to buggy handling for jump adjustments.The text was updated successfully, but these errors were encountered: