Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smpp.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, 2 Jul 2003 16:10:50 -0500 (CDT)
guy         2003/07/02 16:10:50 CDT

  Modified files:
    .                    packet-smpp.c 
  Log:
   From Olivier Biot:
  
  	Short Message reassembly;
  
  	Preference to allow automatic decoding of Short Message data as
  	CL-WSP if a Port Number UDH is present.
  
  Use "%u" rather than "%d" for unsigned quantities.
  
  Use "tvb_get_ntohs()" to fetch big-endian 16-bit quantities rather than
  calling "tvb_get_guint8()" twice and reassembling yourself.
  
  Revision  Changes    Path
  1.15      +224 -32   ethereal/packet-smpp.c