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

2022-05-11 Thread Chris Johns
OK and thanks. The destructor is a nice addition. I still think running tcpdump on rtems is fun to watch apart from being useful when things do not work. Chris On 11/5/2022 4:56 pm, Sebastian Huber wrote: > This patch is for the 5-freebsd-12, 6-freebsd-12, and master branches of > libbsd. > > S

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

2022-05-10 Thread Sebastian Huber
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 mon