Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan tvbuff.c tvbuff.h

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: Sun, 23 Feb 2003 19:22:31 -0600 (CST)
guy         2003/02/23 19:22:31 CST

  Modified files:
    epan                 tvbuff.c tvbuff.h 
  Log:
  Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,
  give it a byte-order argument, and move it to "epan/tvbuff.c".
  
  Use it to handle UCS-2 strings in version 1 of the Service Location
  Protocol.  In SRVLOC V1, use registered fields that are already there
  for SRVLOC V2, and add some as needed.  Fix some field names.
  
  Revision  Changes    Path
  1.41      +36 -1     ethereal/epan/tvbuff.c
  1.30      +8 -1      ethereal/epan/tvbuff.h