Thread (220 messages) 220 messages, 8 authors, 2021-10-31

Re: [dpdk-dev] [PATCH v15 02/12] librte_pcapng: add new library for writing pcapng files

From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2021-10-21 15:29:18

On Thu, 21 Oct 2021 15:14:38 +0100
"Kinsella, Ray" [off-list ref] wrote:
On 20/10/2021 22:42, Stephen Hemminger wrote:
quoted
This is utility library for writing pcapng format files
used by Wireshark family of utilities. Older tcpdump
also knows how to read (but not write) this format.

See
   https://github.com/pcapng/pcapng/

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Reshma Pattan <redacted>
---
  lib/meson.build           |   1 +
  lib/pcapng/meson.build    |   8 +
  lib/pcapng/pcapng_proto.h | 129 ++++++++
  lib/pcapng/rte_pcapng.c   | 607 ++++++++++++++++++++++++++++++++++++++
  lib/pcapng/rte_pcapng.h   | 195 ++++++++++++
  lib/pcapng/version.map    |  12 +
  6 files changed, 952 insertions(+)
  create mode 100644 lib/pcapng/meson.build
  create mode 100644 lib/pcapng/pcapng_proto.h
  create mode 100644 lib/pcapng/rte_pcapng.c
  create mode 100644 lib/pcapng/rte_pcapng.h
  create mode 100644 lib/pcapng/version.map
  
Minor niggle, does this need a MAINTAINERS entry?

Acked-by: Ray Kinsella <redacted>
It doesn't need its own entry in MAINTAINERS.
If you look at the last patch, added that directory under the Packet Capture section.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help