pcapng: add new library for writing pcapng files
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 20 Oct 2021 21:42:26 +0000 (14:42 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 22 Oct 2021 15:19:07 +0000 (17:19 +0200)
commit8d23ce8f5ee9f34acd1646b01ae6d862f5fd2aa2
tree2b356ec75ac8968043261a18cd183d75b3a1f9da
parent09644b58a12500933b483beb6d6c8a0b02c57d87
pcapng: add new library for writing pcapng files

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 <reshma.pattan@intel.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
13 files changed:
MAINTAINERS
doc/api/doxy-api-index.md
doc/api/doxy-api.conf.in
doc/guides/howto/packet_capture_framework.rst
doc/guides/prog_guide/index.rst
doc/guides/prog_guide/pcapng_lib.rst [new file with mode: 0644]
doc/guides/rel_notes/release_21_11.rst
lib/meson.build
lib/pcapng/meson.build [new file with mode: 0644]
lib/pcapng/pcapng_proto.h [new file with mode: 0644]
lib/pcapng/rte_pcapng.c [new file with mode: 0644]
lib/pcapng/rte_pcapng.h [new file with mode: 0644]
lib/pcapng/version.map [new file with mode: 0644]