Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wtp.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: Sun, 4 Jan 2004 16:02:16 -0600 (CST)
obiot       2004/01/04 16:02:16 CST

  Modified files:
    .                    packet-wtp.c 
  Log:
  Add more information to the WTP protocol summary (PDU type and PDU specific
  important parameters).
  
  Document the computation of the length field in WTP concatenation after having
  looked at a capture with the length field encoded as a WSP uintvar-integer.
  
  Use "common code" for WTP reassembly, by calling process_reassembled_data().
  Document the behavior of reassembly as the output of Ethereal differs between
  the first and the second pass.
  
  Question: shoud the common reassembly code provide a call-back mechanism to
  get access to previously-unreassembled packets that appear to be part of a
  reassembled whole, and to be able to update the state and information of
  those packets at the time of the reassembly?
  
  Revision  Changes    Path
  1.60      +173 -93   ethereal/packet-wtp.c