You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running: skydive client --analyzer IP:PORT capture create -h
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 :)
The text was updated successfully, but these errors were encountered:
Hallo everyone,
Version:
When running:
skydive client --analyzer IP:PORT capture create -h
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 :)
The text was updated successfully, but these errors were encountered: