app/dumpcap: add new packet capture application
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 20 Oct 2021 21:42:31 +0000 (14:42 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 22 Oct 2021 20:40:58 +0000 (22:40 +0200)
commitcbb44143be74e7dd19853f4f360b51104e02380f
tree2d3fa3e4dffe5ff725203e6bac919054dbaa105b
parent10f726efe26c55805cf0bf6ca1b80e97b98eb724
app/dumpcap: add new packet capture application

This is a new packet capture application to replace existing pdump.
The new application works like Wireshark dumpcap program and supports
the pdump API features.

It is not complete yet some features such as filtering are not implemented.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
MAINTAINERS
app/dumpcap/main.c [new file with mode: 0644]
app/dumpcap/meson.build [new file with mode: 0644]
app/meson.build
doc/guides/howto/img/packet_capture_framework.svg
doc/guides/howto/packet_capture_framework.rst
doc/guides/prog_guide/pdump_lib.rst
doc/guides/rel_notes/release_21_11.rst
doc/guides/tools/dumpcap.rst [new file with mode: 0644]
doc/guides/tools/index.rst