Skip to content

Rawpacket set to infinity when capturing is not working #2419

@nikolaos0

Description

@nikolaos0

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions