Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] warning: unused parameter

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sun, 7 Feb 2021 14:32:40 -0800
On Feb 7, 2021, at 10:58 AM, Paul Offord <paul.offord58@xxxxxxxxx> wrote:

> 	• Add conditional compile statements for the sharkd_loop function declaration and all calls to it?

* Add conditional compile statements around the entire sharkd_loop() function, given that the vast majority of its code differs between UN*X and Windows, with the Windows version not adding _U_ to the arguments and the UN*X version adding _U_ to the arguments?

> 	• Add something to the *NIX version of the code to use the parameters?

So how does the Windows version use the parameters?