Skip to content
New issue

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

Fix handling of hex UDP args. #675

Merged
merged 1 commit into from
Aug 16, 2021
Merged

Fix handling of hex UDP args. #675

merged 1 commit into from
Aug 16, 2021

Conversation

svbatalov
Copy link
Contributor

In the current code it is not possible to pass --probe-args=hex:.. to the udp probe module. The following error message is displayed:

udp: unknown UDP probe specification (expected file:/path or text:STRING or hex:01020304 or template:/path or template-fields)

In the current code it is not possible to pass `--probe-args=hex:..`
to the `udp` probe module. The following error message is displayed:
```
udp: unknown UDP probe specification (expected file:/path or text:STRING or hex:01020304 or template:/path or template-fields)
```
@zakird zakird merged commit e625873 into zmap:main Aug 16, 2021
@zakird
Copy link
Member

zakird commented Aug 16, 2021

Thanks for the fix. We appreciate it!

@zakird zakird added the bug label Aug 16, 2021
@svbatalov svbatalov deleted the udp_args_bug branch August 16, 2021 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants