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

Message ID 20211020214236.71444-13-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series Packet capture framework update |

Checks

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

Commit Message

Stephen Hemminger Oct. 20, 2021, 9:42 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(-)
  

Comments

Stephen Hemminger Oct. 21, 2021, 4:02 p.m. UTC | #1
On Wed, 20 Oct 2021 14:42:36 -0700
Stephen Hemminger <stephen@networkplumber.org> wrote:

> Since the packet capture is just extension of existing pdump;
> add myself as maintainer of that.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---

FYI the CI infrastructure is reporting false positives for spelling
errors on this.
"de facto" is correct spelling according to standard dictionaries.
It sees "fdopen" in the doc around pcapng and thinks the API call
is a word that has to be in dictionary.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 629ec107cfed..5d8c9641103b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1430,12 +1430,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
 ----------------