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 :)
Hallo everyone,
Version:

When running:

skydive client --analyzer IP:PORT capture create -hwe see from the help output that setting
--rawpacket-limit -1would 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 && <= 10Is 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 :)