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@xxxxxxxxxxxx (Guy Harris)
Date: Mon, 22 Dec 2003 19:25:23 -0600 (CST)
guy         2003/12/22 19:25:23 CST

  Modified files:
    .                    packet-rtsp.c 
  Log:
  Note that we should do the same sort of entity header processing that
  HTTP does.
  
  Note that the RTSP RFC talks about packets with no content length,
  although it also says they shouldn't exist.
  
  Update a comment now that we *do* handle data that crosses TCP segment
  boundaries.
  
  Handle the payload length a bit differently, to make it a bit clearer
  what's going on.
  
  Revision  Changes    Path
  1.56      +41 -16    ethereal/packet-rtsp.c