mbox

[v2,0/6] dumpcap support multiple interfaces

Message ID 20230104033815.35496-1-stephen@networkplumber.org (mailing list archive)
Headers

Message

Stephen Hemminger Jan. 4, 2023, 3:38 a.m. UTC
  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(-)