Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-gtp.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Wed, 15 Oct 2003 04:18:33 -0500 (CDT)
guy         2003/10/15 04:18:33 CDT

  Modified files:
    .                    packet-gtp.c 
  Log:
  Fix the XXX_to_str routines
  
  	1) not to rely on their static buffers being initialized;
  
  	2) not to bother checking whether a BCD digit is a valid digit
  	   or not (index into a 16-element array, instead);
  
  	3) to work correctly, in the case of "id_to_str()".
  
  Revision  Changes    Path
  1.65      +20 -17    ethereal/packet-gtp.c