On Mon, Dec 17, 2012 at 2:35 AM, Guy Harris wrote:
>
> On Dec 17, 2012, at 1:50 AM, "David Laight" wrote:
>
>> How are you going to tell whether a feature is present in a non-Linux
>> kernel ?
>
> The Linux memory-mapped capture mechanism is not present in a non-Linux
> kernel, so all the libpca
On Mon, Dec 17, 2012 at 11:35 AM, Guy Harris wrote:
> On Dec 17, 2012, at 1:50 AM, "David Laight" wrote:
>
>> How are you going to tell whether a feature is present in a non-Linux
>> kernel ?
>
> The Linux memory-mapped capture mechanism is not present in a non-Linux
> kernel, so all the libpcap
On Dec 17, 2012, at 1:50 AM, "David Laight" wrote:
> How are you going to tell whether a feature is present in a non-Linux
> kernel ?
The Linux memory-mapped capture mechanism is not present in a non-Linux kernel,
so all the libpcap work involved here would, if necessary on other platforms,
h
> > I do agree that instead of a /proc entry, we should check for a kenrel
> > version >= X where X is the upstream version that first started
> > supporting all the features needed by libpcap for vlan filtering. This
> > is not a compile time check but a run time one. Does anyone see any
> > issue