[PATCH v2 0/6] dumpcap support multiple interfaces

Stephen Hemminger stephen at networkplumber.org
Wed Jan 4 04:38:09 CET 2023


This set of patches fixed the handling of multiple interfaces
in dumpcap. It also supports recording the name, description
and capture filter in the pcapng file.

The last two are not necessary for stable.

Ben Magistro (1):
  app/dumpcap: fix storing port identifier

Stephen Hemminger (5):
  app/dumpcap: remove unused variable
  app/dumpcap: check for invalid interface name
  app/dumpcap: support multiple interfaces
  pcapng: require per-interface information
  app/dumpcap: support interface name and description

 app/dumpcap/main.c      | 299 ++++++++++++++++++++++++++--------------
 app/test/test_pcapng.c  |   7 +
 lib/pcapng/rte_pcapng.c |  79 +++++++----
 lib/pcapng/rte_pcapng.h |  25 ++++
 lib/pcapng/version.map  |   1 +
 5 files changed, 283 insertions(+), 128 deletions(-)

-- 
2.39.0



More information about the dev mailing list