Message ID | 20210916222630.71543-13-stephen@networkplumber.org (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Series | Packet capture framework enhancements | expand |
Context | Check | Description |
---|---|---|
ci/iol-x86_64-compile-testing | success | Testing PASS |
ci/iol-aarch64-compile-testing | success | Testing PASS |
ci/iol-spell-check-testing | warning | Testing issues |
ci/intel-Testing | fail | Testing issues |
ci/Intel-compilation | success | Compilation OK |
ci/github-robot: build | fail | github build: failed |
ci/checkpatch | success | coding style OK |
diff --git a/MAINTAINERS b/MAINTAINERS index 77a549a5e8c2..df160477a217 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1424,12 +1424,17 @@ F: doc/guides/sample_app_ug/qos_scheduler.rst Packet capture M: Reshma Pattan <reshma.pattan@intel.com> +M: Stephen Hemminger <stephen@networkplumber.org> F: lib/pdump/ +F: lib/pcapng/ F: doc/guides/prog_guide/pdump_lib.rst -F: app/test/test_pdump.* -F: app/pdump/ +F: doc/guides/prog_guide/pcapng_lib.rst +F: doc/guides/tools/dumpcap.rst F: doc/guides/tools/pdump.rst - +F: app/test/test_pdump.c +F: app/test/test_pcapng.c +F: app/pdump/ +F: app/dumpcap/ Packet Framework ----------------
Since the packet capture is just extension of existing pdump; add myself as maintainer of that. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> --- MAINTAINERS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)