Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rtsp.c

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: Sat, 2 Dec 2000 00:05:30 -0600 (CST)
guy         2000/12/02 00:05:29 CST

  Modified files:
    .                    packet-rtsp.c 
  Log:
  Clean up the handling of MIME headers.
  
  Handle the Content-Length: MIME header, so that, if there's a
  Content-Length: header, we only process as RTSP payload the amount of
  data specified by that header.
  
  Handle frames with more than one RTSP message in them (the previous
  change allows us to do so).
  
  Revision  Changes    Path
  1.29      +195 -39   ethereal/packet-rtsp.c