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: Laurent Deniel <deniel@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 8 Mar 2003 08:21:16 -0600 (CST)
deniel      2003/03/08 08:21:15 CST

  Modified files:
    .                    packet-smpp.c 
  Log:
  The SMPP dissector has a too light heuristic and
  it wrongly decodes non SMPP packets.
  Check that the overall PDU size is not greater
  than 64K before accepting to decode the packet.
  Check at least valid as of SMPP v3.4 issue 1.2.
  
  Revision  Changes    Path
  1.10      +6 -1      ethereal/packet-smpp.c