[dpdk-dev] [PATCH v10 12/12] MAINTAINERS: add entry for new packet capture features

Stephen Hemminger stephen at networkplumber.org
Fri Sep 17 00:26:30 CEST 2021


Since the packet capture is just extension of existing pdump;
add myself as maintainer of that.

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 MAINTAINERS | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

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 at intel.com>
+M: Stephen Hemminger <stephen at 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
 ----------------
-- 
2.30.2



More information about the dev mailing list