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
Hello,
I'm trying to send an IP package with the Custom Field modified, as the RFC said, it have room for future use/modifications:
The option classes are: 0 = control 1 = reserved for future use 2 = debugging and measurement 3 = reserved for future use
I tried to use the ionum option with an UDP package to pass some content, like -ionum '0x3' but it fails with "UDP, bad length" error.
-ionum '0x3'
Is it possible to know some examples of the use of this option?
Thanks,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm trying to send an IP package with the Custom Field modified, as the RFC said, it have room for future use/modifications:
I tried to use the ionum option with an UDP package to pass some content, like
-ionum '0x3'
but it fails with "UDP, bad length" error.Is it possible to know some examples of the use of this option?
Thanks,
The text was updated successfully, but these errors were encountered: