[v13,12/12] MAINTAINERS: add entry for new packet capture features

Message ID 20211015182903.52615-13-stephen@networkplumber.org (mailing list archive)
State Superseded, archived
Headers
Series Packet capture framework update |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-spell-check-testing warning Testing issues
ci/github-robot: build fail github build: failed
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing fail Testing issues
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-aarch64-unit-testing fail Testing issues
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS

Commit Message

Stephen Hemminger Oct. 15, 2021, 6:29 p.m. UTC
  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(-)
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index ed8becce85cd..6d95d151ba4a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1425,12 +1425,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
 ----------------