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
UDP
TCP
Switch to use socket2 for TCP and UDP:
socket2
Then allow for fixing either the source OR the destination port for both TCP and UDP tracing,
We do not currently allow fixing both source and destination ports, which is possible if we use use IP header checksum to hold the sequence.
The text was updated successfully, but these errors were encountered:
feat: allow specifying a "port direction" for both UDP and TCP tracing (
0d40c63
#43)
676c94a
Successfully merging a pull request may close this issue.
Switch to use
socket2
for TCP and UDP:TCP
tracing #134)Then allow for fixing either the source OR the destination port for both TCP and UDP tracing,
We do not currently allow fixing both source and destination ports, which is possible if we use use IP header checksum to hold the sequence.
The text was updated successfully, but these errors were encountered: