[PATCH 0/8] tcpdump: Fix dumping to file and reading from file

Sebastian Huber sebastian.huber at embedded-brains.de
Wed May 11 06:56:33 UTC 2022


This patch is for the 5-freebsd-12, 6-freebsd-12, and master branches of
libbsd.

Sebastian Huber (8):
  tcpdump01: New test
  Add program destructor support
  tcpdump: Make loop monitor cooperative
  tcpdump: Use rtems_task_exit()
  tcpdump: Close pcap dumper at program exit
  tcpdump: No loop monitor if reading from file
  tcpdump: Ensure loop monitor termination
  tcpdump: Do not use signals and chroot

 freebsd/contrib/tcpdump/tcpdump.c            |  95 ++++--
 libbsd.py                                    |   1 +
 rtemsbsd/include/machine/rtems-bsd-program.h |   6 +
 rtemsbsd/rtems/program-internal.h            |   7 +
 rtemsbsd/rtems/rtems-program.c               |  51 ++++
 testsuite/tcpdump01/test_main.c              | 292 +++++++++++++++++++
 6 files changed, 428 insertions(+), 24 deletions(-)
 create mode 100644 testsuite/tcpdump01/test_main.c

-- 
2.35.3



More information about the devel mailing list