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@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 26 Oct 2002 01:13:34 -0500 (CDT)
guy         2002/10/26 01:13:34 CDT

  Modified files:
    .                    packet-gtp.c 
  Log:
  Show the elements of authentication triplets as byte strings (as that's
  what they are - well, bit strings, really, but...).  Doing so also fixes
  a bug, as "decode_gtp_auth_tri()" was copying 16 bytes to an array that
  was 8 bytes long....
  
  Do the same for byte-string elements of a quintuplet - and show as byte
  strings some elements that weren't being shown at all.
  
  Revision  Changes    Path
  1.39      +16 -34    ethereal/packet-gtp.c