Ethereal-dev: [Ethereal-dev] 2 patches to packet-gtp.c

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

From: Trauer Andreas <andreas.trauer@xxxxxxxxxxx>
Date: Mon, 11 Nov 2002 10:53:35 +0100
Hello!

 Here are two patches to packet-gtp.c

 1)
        - corrected typos in comments
        - removed obsoleted definition of GTP_PPP_0x00, ...
        - removed distinction between GTP and PPP for col_append_str_gtp(),
                because this layer is GTP (or GTP-U), but never PPP


 <<packet-gtp.c.diff1>> 
2)
       I've tried to create a better display for the octet swapping problem 
       in the protocol configuration options.

       After the decoding of the PPP part I've undone the swapping, so the
       octets will be displayed in the correct order. Only the octets of
       the protocol field will not be marked correctly, but this seems to
       be a lesser problem

	 This part seems to be more critical so I did it as an extra patch
	 to be applied after the first one.
       
 <<packet-gtp.c.diff2>> 

Andreas Trauer

Attachment: packet-gtp.c.diff1
Description: Binary data

Attachment: packet-gtp.c.diff2
Description: Binary data