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: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Tue, 20 Jan 2004 11:58:37 -0600 (CST)
obiot       2004/01/20 11:58:37 CST

  Modified files:
    .                    packet-smpp.c 
  Log:
  From Chris Wilson:
  
  	Use tcp_dissect_pdus() for SMPP dissection over TCP.
  
  Also:
  
  	Get rid of the (broken) loop in dissect_smpp() which is called
  	dissect_smpp_pdu() now.
  	Add a preference to enable reassembly of SMPP over TCP.
  
  NOTE:
  
  	The SMPP dissector currently uses a global variable static to
  	packet-smpp.c for distinguishing between the first PDU and subsequent
  	PDUs so the summary line can be set correctly.
  
  Revision  Changes    Path
  1.27      +154 -133  ethereal/packet-smpp.c