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

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

Date: Wed, 29 May 2002 10:04:48 +0200
After changes from Olivier (applied few hours ago), Ethereal is able to decode PPP in GTP-U. Before it wasn't. 

Thanks Olivier,

Michal

-----Original Message-----
From: ext Guy Harris [mailto:gharris@xxxxxxxxx]
Sent: Wednesday, May 29, 2002 9:45 AM
To: Melerowicz Michal (NET/Warsaw); Olivier.Dreux@xxxxxxxxxx
Cc: ethereal-dev@xxxxxxxxxxxx; htkim@xxxxxxx
Subject: Re: [Ethereal-dev] Patch for GTP


 On Wed, May 29, 2002 at 08:56:02AM +0200, Michal.Melerowicz@xxxxxxxxx wrote:
> Fixed TFT decoding and processing PPP payload inside of GTP protocol
> conf options

Speaking of PPP-over-GTP, do either of your changes address the
following question, asked last month?

From: =?ks_c_5601-1987?B?sejH/MXD?= <htkim@xxxxxxx>
To: <ethereal-users@xxxxxxxxxxxx>
Subject: [Ethereal-users] Decoding Problem of GTP-U frame for UMTS
Date: Thu, 25 Apr 2002 23:09:00 +0900

Hello, everybody

I have a question about GTP frame decoding of ethereal. 

I would like to know if ethereal can not decode PPP in GTP-U frame for
UMTS.

For example, PPP in GTP-U frame to be tested is as follows.

+----+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|HEX |0 |1 |2 |3 |4 |5 |6 |7 |8 |9 |A |B |C |D |E |F |
+----+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|0   |00|40|5a|02|b1|5a|00|04|6d|7a|e0|71|08|00|45|50|
|10  |00|41|00|00|00|00|fe|11|a3|52|0a|04|02|01|0a|04|
|20  |03|01|08|68|08|68|00|2d|00|00|32|ff|00|1d|00|00|
|30  |00|1f|00|00|00|00|7e|ff|7d|23|c0|21|7d|21|7d|20|
|40  |7d|20|7d|2a|7d|25|7d|26|3b|5c|60|d6|3d|56|7e|  


+----+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|HEX |0 |1 |2 |3 |4 |5 |6 |7 |8 |9 |A |B |C |D |E |F |
+----+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|0   |00|40|5a|02|b1|5a|00|04|6d|7a|e0|71|08|00|45|50|
|10  |00|41|00|00|00|00|fe|11|a3|52|0a|04|02|01|0a|04|
|20  |03|01|08|68|08|68|00|2d|00|00|32|ff|00|10|00|00|
|30  |00|1f|00|00|00|00|c0|21|01|00|00|0a|05|06|3b|5c|
|40  |60|d6|  |  |  |  |  |  |  |  |  |  |  |  |  |  |


Please let me know the answer to my question as sonn as possible.

Thanks advance.