Ethereal-dev: Re: [Ethereal-dev] IrDA dissector plugin

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 18 Dec 2003 13:21:12 -0800

On Dec 18, 2003, at 11:07 AM, Guy Harris wrote:

Checked in, with changes to add the IrDA plugin to the NSIS package and
to add WTAP_ENCAP_IRDA to the table in wiretap/wtap.c.

I removed the check for IrDA interfaces from "capture.c" - I just checked a change into the main and 0.8 branches of libpcap that should support a minimum level of filtering in DLT_LINUX_IRDA interfaces (an empty filter expression should work, i.e. should generate a program that accepts all packets, and filter expressions testing "link[M:N]" should also work, but no other expressions will, e.g. "link proto ip" won't work). That should appear in 0.8 when it's released.