retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

Allow pcap sub-command in profiles #280

Closed atenart closed 1 year ago

atenart commented 1 year ago

Allows to do things like:

$ retis -p dropmon,pcap collect -o retis.data
or
$ retis -p generic,pcap collect -o retis.data

And then,

$ retis -p dropmon pcap retis.data | tcpdump -nnr -
atenart commented 1 year ago

CI failed because of an unrelated reason (main is broken and a fix is available in #277).

atenart commented 1 year ago

Rebased on top of main to include a runtime CI fix.