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

Rawpacket set to infinity when capturing is not working #2419

Open
nikolaos0 opened this issue Nov 2, 2022 · 0 comments
Open

Rawpacket set to infinity when capturing is not working #2419

nikolaos0 opened this issue Nov 2, 2022 · 0 comments

Comments

@nikolaos0
Copy link

nikolaos0 commented Nov 2, 2022

Hallo everyone,

Version:
image

When running:
skydive client --analyzer IP:PORT capture create -h
image
we see from the help output that setting --rawpacket-limit -1 would capture (in theory) infinite packets, yet when running:

skydive client --analyzer IP:PORT capture create --rawpacket-limit -1 --gremlin "G.V().Has('Name', 'eth0')" --bpf "ether proto 0x88cc" --name "Test"
we get the error message:
2022-11-02T17:22:15.941+0100 ERROR client/client.go:45 exitOnError HOST: RawPacketLimit: A valid raw packet limit size is > 0 && <= 10

Is this a bug or is that option just not supported anymore?
If it is not supported anymore, is there really no way to capture more than 10 packets?

Thank you very much in advance for help/suggestions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant