Ethereal-dev: RE: [Ethereal-dev] Patch for GTP 1.64

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

Date: Thu, 16 Oct 2003 12:10:03 +0200
As far as I know, there are not any dissectors or tools that use "gtpv1" or "gtpv0"...

-----Original Message-----
From: ext Guy Harris [mailto:guy@xxxxxxxxxxxx]
Sent: Thursday, October 16, 2003 11:57 AM
To: Melerowicz Michal (NET/Warsaw)
Cc: ethereal-dev@xxxxxxxxxxxx
Subject: Re: [Ethereal-dev] Patch for GTP 1.64


On Thu, Oct 16, 2003 at 09:08:15AM +0200, Michal.Melerowicz@xxxxxxxxx wrote:
> Next patch for GTP: it merges two dissectors (gtpv0, gtpv1) into one: gtp.

Checked in.

It used to register dissectors named "gtpv0" and "gtpv1", and now
registers one named "gtp"; do any other dissectors look for "gtpv0" or
"gtpv1"?  (None in the Ethereal distribution do.)

If so, they'd need to be fixed.

If not, it probably shouldn't register the dissector by name; it should
just create an "anonymous" dissector handle.