[tcpdump-workers] [RFC PATCH v2] Add new `pcap_set_buffer_size1` API.

2019-10-07 Thread mrugiero
From: Mario Rugiero The current `pcap_set_buffer_size` sets a limit of 2GiB buffer size. This changeset implements a backwards compatible mechanism to set bigger buffers. A new `pcap_set_buffer_size_ex` call is created, taking a `size_t` instead of an `int`, allowing for buffers as big as the pla

[tcpdump-workers] [RFC PATCH] Add new `pcap_set_buffer_size1` API.

2019-10-02 Thread mrugiero
From: Mario Rugiero The current `pcap_set_buffer_size` sets a limit of 2GiB buffer size. This changeset implements a backwards compatible mechanism to set bigger buffers. A new `pcap_set_buffer_size1` call is created, taking a `size_t` instead of an `int`, allowing for buffers as big as the platf