Ethereal-dev: Re: [ethereal-dev] L2TP for 0.7.9

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Fri, 7 Jan 2000 01:06:32 -0800
> Attached are the files for the L2TP filter.

Checked in.

I changed the list of "if"s testing for various AVP types to a "switch"
statement - the "if"s were doing redundant tests, as, if one of them was
true, all the others would be false.

Note also that "Makefile.in" isn't what should be patched -
"Makefile.am" is, as "Makefile.in" is generated from "Makefile.am" by
automake.

("register.c" is also automatically generated.)