Ethereal-dev: Re: [Ethereal-dev] Bug in GTP dissector - GTP-U PPP not recognized

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: Sat, 24 Aug 2002 03:14:29 -0700
On Fri, Aug 23, 2002 at 07:19:25PM -0700, Marcus Haebler wrote:
> I have attached a patch to fix this.

Checked in (along with a change to merge the four copies of PPP-handoff
code into one).

Content-Description: packet-gtp.diff
> 474d473
> < #define GTP_PPP_0x00			0x00

Please send patches as context diffs ("diff -c") or unified diffs ("diff
-u"); ordinary diffs don't provide enough context to work correctly if
the version of the file being patched isn't the same as the version of
the file from which the patch was generated and, in fact, the versions
*weren't* the same and applying the patch put the new code in the wrong
place - I had to fix it by hand.