Ethereal-dev: Re: [Ethereal-dev] Submitting support for decode of L2TP version 3

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sun, 09 Jan 2005 13:44:33 -0800
Deepak Jain wrote:

I have modified the packet_l2tp.c to include support for L2TP version 3 (rfc draft 15).

Checked in, with changes to

1) get the IP protocol number for L2TP from <epan/ipproto.h> rather than definit the protocol number itself;

2) fix the dissector to use the epan/sminmpec.{c,h} files to get the list of private enterprise numbers and the table mapping them to names, rather than defining the table itself (and change epan/sminmpec.{c,h} to call the reserved enterprise number of 0 VENDOR_IETF and label it as a reserved value for the IETF, so that the L2TP dissector can use those files).